Viewing profile — haberman
haberman
HN member- Joined
- Mon, May 11, 2009, 11:03 PM UTC
- HN karma
- 20,575
- Public activity
- 3,675 items
- HN profile
- View on Hacker News ↗
About haberman
No profile information was provided.
Recent public activity
-
comment
Comment #49141534
It was a sincere question and I found your comment quite off-putting. You're talking to someone who spent a month in college installing every free OS I could get my hands on (inclu…
-
comment
Comment #49138032
I often wonder what the current status is of the BSDs (FreeBSD, OpenBSD, NetBSD). Who uses them, who works on them, what is their motivation for doing so? How do they compare to Li…
-
comment
Comment #49040901
> rather than hoping LLVM will have your back My thought here is to proactively verify that LLVM elided the automatic bounds checks in places where you believe that your explicit c…
-
comment
Comment #48930424
I see two solid points here: 1. It's not reasonable to expect the application layer to carefully partition its work into "I/O heavy" and "CPU heavy" parts. 2. It's not reasonable t…
-
comment
Comment #48854114
> There's a dichotomy being presented here where you have to either choose a "style guide" or a programming language feature in order to avoid bugs. The sleight of hand misdirects …
-
comment
Comment #48702395
I’ve always found it especially confusing that energy has this quadratic relationship with speed, whereas momentum is linear in the speed.
-
comment
Comment #48587119
The French, who have "égalité" in their national motto, prohibit the kind of demographic tracking and reporting that US Progressives consider core to their project. Do you think th…
-
comment
Comment #48581663
It happened directly at least once: https://www.science.org/content/article/u-s-college-first-de... It happens indirectly all the time. As of 2025, despite all the funding cuts, th…
-
comment
Comment #48578654
I think you can easily turn this around: scientists who are only willing to do science if it involves preferential treatment, DEI statements, and other practices that half of the c…
-
comment
Comment #48360471
If this works I wonder why GOG doesn’t do it automatically.
-
comment
Comment #48347089
I am not convinced that separating students by ability harms anybody's academic performance. I think it's a false premise that a parent who wants their kid in advanced classes (or …
-
comment
Comment #47921369
I'm inclined to think that this will actually decrease the power of echo chambers. Echo chambers become that way by policing dissent, either through moderation or through aggressiv…
-
comment
Comment #47918106
I 100% agree with this. I am certain that I cannot foresee how this would play out in reality.
-
comment
Comment #47918092
That is unironically exactly what I want from social media. I want the option to engage with the substance of new developments in the world, technology, etc. without the drama. I d…
-
comment
Comment #47917698
This API seems perfect for an idea I've had for a while: a de-snarkifier for social media. Social media can be intellectually stimulating and educational, but it's also easy to get…
-
comment
Comment #47853655
It's an interesting essay, and the TLC case does sound pretty egregious. But the premise is undermined by the fact that Love is worth an estimated $100M today, largely thanks to ow…
-
comment
Comment #47850545
The artists were certainly making more money from the studios and record labels than they got from the authors of DeCSS, Napster, BitTorrent, The Pirate Bay, etc. When Gillian Welc…
-
comment
Comment #47843636
You can certainly argue second-order effects (ie. we have to restrict information to save information), but the movie studios were making that same argument at the time: > If copyr…
-
comment
Comment #47840891
I'm old enough to remember a time when the primary hacker cause was DRM, the DMCA, patent trolls, export controls for PGP, etc. All things that made it difficult to use information…
-
comment
Comment #47818966
Wait, didn't Clinton actually balance the budget? That gets props from me; no government since then has actually given Americans an honest picture of what it actually takes to run …
-
comment
Comment #47818915
I would be open to paying higher taxes if I believed it would help address the deficit and debt (instead of just enabling more spending) and if I believed that the money was being …
-
comment
Comment #47511403
> Obama's FAA disincentivised its traditional "feeder" colleges that do ATC courses to "promote diversity", net outcome was fewer applicants It was much worse than that. Students w…
-
comment
Comment #47338676
> Thankfully, there is the esm-integration proposal, which is already implemented in bundlers today and which we are actively implementing in Firefox. From the code sample, it look…
-
comment
Comment #47304654
> Not everyone in history thought that 12-TET was an acceptable compromise. Johann Sebastian Bach thought we should use other tuning systems This is presented as fact, but as I und…
-
comment
Comment #47304082
TL;DR: when a user writes to /proc/self/mem, the kernel bypasses the MMU and hardware address translation, opting to emulate it in software (including emulated page faults!), which…