Not sure I buy that explanation. Looking through this repo, the kernel, drivers, and many core libraries seem to be written from scratch with no dependencies. There are some deps for reading images, and other things…
> I did fairly deep research on this beforehand, looking into actual pharmacological aspect of interactions with things like dopamine, etc While you can read about mechanisms and in vitro this and that all day, this is…
That is not how safety margins work. Safety margins are meant to give a buffer for unforeseen circumstances, they are not a ticket to just cheat. With this logic... why stop at a 25A breaker (30 in the US)? Why not just…
> XQuartz if you want it There are X server implementations for Windows, Android, AmigaOS, Windows CE!!, etc... I don't think this is relevant. > macOS has a POSIX layer. So do many systems, again including Windows in…
Anybody long enough to remember Unix from the beginning or even just the last 25 years... which is a tiny percentage of this site... should know that a unifying Unix or Unix "tradition" as noted in a follow-up comment…
> you're doing it wrong. What else do you suggest that is liquid and essentially risk free? There is a purpose for this type of product. If not a high yield savings account, what is it?
For one, having known many posters on wsb personally, the number of people actually trading large positions vs the number participating in that forum is not the same. Finally, people (apparently even the "informed"…
They have had these for years in OR suites to dispense surgical scrub soap. They use an air bulb and tubing rather than mechanical link since that is much more durable and cheaper to replace. These obviously present an…
> In reality you'd be one of thousands of people holding HTZ calls or TSLA puts in your Robinhood account. You could make a huge payday and be indistinguishable from the crowd. This is utterly clueless.
In the context of language design, the arguments for 0-based indexing rise above bikeshedding. https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/E... Sure it may not be the most critical point about language…
Frankly, garbage. Serious bakers are capable of a lot more consistency than you realize. > It turns out that not all eggs are the same. You can weigh eggs, or more often it's actually sufficient to balance the liquid to…
There's a relatively old FOSS "band-in-a-box" program: https://www.mellowood.ca/mma/
The scheduler overhead and the cost of context-switches are vastly overstated compared to alternatives. The per thread stack space in effect has virtually no run-time cost, and starting off at a single 4k page for a…
401k backed loans are nothing new. The incentive is the avoidance of tax penalties (or less obtusely that's the disincentive at the federal level to just withdrawing). It's not to prevent stock sell-offs, it's to…
Unsurprisingly it is Williamsburg, Brooklyn or close to it.
> You can even at any point in time stop execution in the debugger, rewrite part of the world and just press continue as if that was how the code was originally written to start with. Bit of a straw man, because you…
> 100% of Python users find it to be fast enough for their use case. This is unlikely and an odd thing to say especially in the context of a thread about people rewriting their software in a different stack in part…
> "Make Python faster" is just a losing game imo. It is fundamentally never going to be as fast as other languages, it's far too dynamic (and that's a huge appeal of the language). This cannot be overstated.…
> Pointers are an exposure of the underlying computer architecture. Whereas references are more of a property of common language design. Sorry, I just don't follow. How are the pointers in Go more exposing of the…
If you're using KDE, Qt is "native native". You're fundamentally mistaken about where Qt sits in the stack - it effectively sits in the same place as USER32/WinForms in Windows or NS/Cocoa GUI widgets of OSX. It is…
The difference between pointers and references can easily become muddled. If you have a language with pointers that are non-nullable, type- and memory-safe, is that not high-level? I think a good real-world example that…
Building on X gets you very little other than compatibility with the X ecosystem - something that had little to no value to Apple - they certainly didn't want to promote OSX as some kind of Xserver in place of writing…
Actually at first I thought idiot was a bit harsh.. but then I reread what I had forgotten about that post - I think if he's juvenile to promote the vandalism of wikipedia over a completely fantastical, out of context…
I hear them if I concentrate to isolate the voices out of the music. And you can pick up on quite noticeable flaws, especially in cadence and intonation. What somebody described as vocal fry sounds more like synthesis…
Good for a beginner effort, but its not really all that convoluted or obfuscated. The problem is that 90% of the obfuscation is in the removal of whitespace. Pretty print the final thing, and it isn't so bad (the 2nd to…
Not sure I buy that explanation. Looking through this repo, the kernel, drivers, and many core libraries seem to be written from scratch with no dependencies. There are some deps for reading images, and other things…
> I did fairly deep research on this beforehand, looking into actual pharmacological aspect of interactions with things like dopamine, etc While you can read about mechanisms and in vitro this and that all day, this is…
That is not how safety margins work. Safety margins are meant to give a buffer for unforeseen circumstances, they are not a ticket to just cheat. With this logic... why stop at a 25A breaker (30 in the US)? Why not just…
> XQuartz if you want it There are X server implementations for Windows, Android, AmigaOS, Windows CE!!, etc... I don't think this is relevant. > macOS has a POSIX layer. So do many systems, again including Windows in…
Anybody long enough to remember Unix from the beginning or even just the last 25 years... which is a tiny percentage of this site... should know that a unifying Unix or Unix "tradition" as noted in a follow-up comment…
> you're doing it wrong. What else do you suggest that is liquid and essentially risk free? There is a purpose for this type of product. If not a high yield savings account, what is it?
For one, having known many posters on wsb personally, the number of people actually trading large positions vs the number participating in that forum is not the same. Finally, people (apparently even the "informed"…
They have had these for years in OR suites to dispense surgical scrub soap. They use an air bulb and tubing rather than mechanical link since that is much more durable and cheaper to replace. These obviously present an…
> In reality you'd be one of thousands of people holding HTZ calls or TSLA puts in your Robinhood account. You could make a huge payday and be indistinguishable from the crowd. This is utterly clueless.
In the context of language design, the arguments for 0-based indexing rise above bikeshedding. https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/E... Sure it may not be the most critical point about language…
Frankly, garbage. Serious bakers are capable of a lot more consistency than you realize. > It turns out that not all eggs are the same. You can weigh eggs, or more often it's actually sufficient to balance the liquid to…
There's a relatively old FOSS "band-in-a-box" program: https://www.mellowood.ca/mma/
The scheduler overhead and the cost of context-switches are vastly overstated compared to alternatives. The per thread stack space in effect has virtually no run-time cost, and starting off at a single 4k page for a…
401k backed loans are nothing new. The incentive is the avoidance of tax penalties (or less obtusely that's the disincentive at the federal level to just withdrawing). It's not to prevent stock sell-offs, it's to…
Unsurprisingly it is Williamsburg, Brooklyn or close to it.
> You can even at any point in time stop execution in the debugger, rewrite part of the world and just press continue as if that was how the code was originally written to start with. Bit of a straw man, because you…
> 100% of Python users find it to be fast enough for their use case. This is unlikely and an odd thing to say especially in the context of a thread about people rewriting their software in a different stack in part…
> "Make Python faster" is just a losing game imo. It is fundamentally never going to be as fast as other languages, it's far too dynamic (and that's a huge appeal of the language). This cannot be overstated.…
> Pointers are an exposure of the underlying computer architecture. Whereas references are more of a property of common language design. Sorry, I just don't follow. How are the pointers in Go more exposing of the…
If you're using KDE, Qt is "native native". You're fundamentally mistaken about where Qt sits in the stack - it effectively sits in the same place as USER32/WinForms in Windows or NS/Cocoa GUI widgets of OSX. It is…
The difference between pointers and references can easily become muddled. If you have a language with pointers that are non-nullable, type- and memory-safe, is that not high-level? I think a good real-world example that…
Building on X gets you very little other than compatibility with the X ecosystem - something that had little to no value to Apple - they certainly didn't want to promote OSX as some kind of Xserver in place of writing…
Actually at first I thought idiot was a bit harsh.. but then I reread what I had forgotten about that post - I think if he's juvenile to promote the vandalism of wikipedia over a completely fantastical, out of context…
I hear them if I concentrate to isolate the voices out of the music. And you can pick up on quite noticeable flaws, especially in cadence and intonation. What somebody described as vocal fry sounds more like synthesis…
Good for a beginner effort, but its not really all that convoluted or obfuscated. The problem is that 90% of the obfuscation is in the removal of whitespace. Pretty print the final thing, and it isn't so bad (the 2nd to…