Viewing profile — mattmcal
mattmcal
HN member- Joined
- Thu, Apr 07, 2022, 3:35 PM UTC
- HN karma
- 17
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mattmcal
No profile information was provided.
Recent public activity
-
comment
Comment #48971787
The particular choice of the marketing phrase "from the ground up" sort of invites this kind of commentary on HN. This is hardly the first WebKit-based browser, so any commenter sp…
-
comment
Comment #48962126
I can see the economics of open vs. frontier models turning out similarly to pharmaceuticals, where generic drugs cost a fraction what the name brands do and Americans end up payin…
-
comment
Comment #47414285
DuckDuckGo allows you to blacklist websites for free
-
comment
Comment #46828932
I had to read this twice to understand it. Stated succinctly, it sounds like the company's sensor measured the rate of flow of oxygen through the sensor, which would give a reduced…
-
comment
Comment #46411695
Depending on how the courts weigh in on the role of fair use in AI training, it's possible that a "copyleft for AI" clause would end up either redundant with the existing GPL, or l…
-
comment
Comment #46303469
I've been using Linux on my desktop for ten years and I definitely experience bugs and performance issues with Firefox from time to time that don't occur in Chrome. It's rare but c…
-
comment
Comment #46149216
You're not wrong, I edited my comment. That said, I think it is important to use clear terminology that doesn't blur the lines between spending that can theoretically be reduced, v…
-
comment
Comment #46148982
Social security, Medicare, and Medicaid are properly termed "entitlements", not "cost centers". You're right that non-discretionary spending dwarfs discretionary spending though.
-
comment
Comment #45841678
I believe the saying is "no taxation without representation", not "no taxation without personal approval".
-
comment
Comment #45224381
Yes, you just need to maintain a stack of rectangles ordered from lowest to highest. You only ever have to push and pop the top of the stack, so the runtime is O(n).