Viewing profile — repstosb
repstosb
HN member- Joined
- Fri, Apr 18, 2025, 10:10 PM UTC
- HN karma
- 40
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About repstosb
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #48346612
You went to high school with Niklaus Wirth?
-
comment
Comment #47738482
You have pro surfing, but not cycling?
-
comment
Comment #47355483
I guess I enjoy solving problems, and recognize that the devil is always in the details, so I don't get much satisfaction until I see the whole stack working in concert. I never ha…
-
comment
Comment #47355429
So are Cygwin and WSL, though, for those who don't already have the luxury of being on Linux or UNIX (incl. MacOS). I'm sure there are uses for running full-system emulators inside…
-
comment
Comment #47329651
I agree, bash, sed, etc. are great, but a VM running inside a browser seems like the least efficient way to access them. Even if you're stuck on Windows, Cygwin has been a thing fo…
-
comment
Comment #47329551
But Docker is free (unless you're a fairly large business, in which case containerd is still free, and you can either pay for the front-end license or figure out how to set up one …
-
comment
Comment #47320347
> The thing I most want to use this (or some other WASM Linux engine) for is running a coding agent against a virtual operating system directly in my browser. Well, there it is, th…
-
comment
Comment #47172267
Definitely... http://www.cs.princeton.edu/~bwk/202/summer.reconstructed.pd...
-
comment
Comment #47171450
The problem is that C++ stores the vtable inside the object, and the objects over which you're iterating often weren't allocated contiguously. Even when they are, if each object co…
-
comment
Comment #47046053
And how does one become a maintainer, if there's no way to contribute from outside? Even if there's some extensive "application process", what is the motivation for a relatively ne…
-
comment
Comment #47033539
If the goal is truly "clarity", then I fail to see how this leads to more readable programs than Knuth's Web (or cweb for a more practical implementation). If you really mean "C/C+…
-
comment
Comment #46801486
Also pretty much every company with a "headquarters" of some kind in Ireland, notoriously including Apple. https://en.wikipedia.org/wiki/Double_Irish_arrangement
-
comment
Comment #46800180
And citizens benefit from the taxes paid by non-citizen immigrants, whether documented or undocumented. Not just income and payroll taxes that might be dodged by under-the-table ar…
-
comment
Comment #46791764
The "founding engineers" behind Facebook and Twitter probably didn't set out to destroy civil discourse and democracy, yet here we are. Anyway, "full control over your keys" isn't …
-
comment
Comment #46667148
That's not a great example, since memcpy() already has all the information it needs to determine whether the regions overlap (src The real purpose of restrict is to allow the compi…
-
comment
Comment #46255729
>> was it the unions or executives that decided to offshore manufacturing? >Neither. It was consumers, who prefer lower prices. Right, because every executive who pursued offshore …
-
comment
Comment #46248963
That's actually a terrific example, because the company already had a working, field-tested manually controlled version of their product, but they wanted a computer-controlled vers…
-
comment
Comment #45781441
Modern CPUs do out-of-order execution, which means they need to identify and resolve register sharing dependencies between instructions. This turns the notional linear model of ran…
-
comment
Comment #45633241
Of course you should offer some method to disable caching/compression/encryption/ECC/etc. in intermediate layers whenever those are non-zero cost and might be duplicated at applica…
-
comment
Comment #45575387
The Windows product manager is also a tool.
-
comment
Comment #45436947
Finding defects is a good thing, and fixing defects is a good thing. Adding new features can be a good thing as long as it doesn't introduce or uncover too many new defects in prev…
-
comment
Comment #45248738
This is exactly how technical debt accumulates. You can write a comment documenting that "unsafe is actually safe here in routine X because Y will always do Z," but if the code liv…
-
comment
Comment #45103172
I've often wondered how the evolution of C and C++ might have been different if a more capable preprocessor (in particular, with more flexible recursive expansion and a better gram…
-
comment
Comment #44602555
There are things like Roblox that are really only usable under Windows due to a perverse idea of what "anti-cheat" should look like.