Viewing profile — klabb3
klabb3
HN member- Joined
- Sat, Oct 12, 2019, 12:55 AM UTC
- HN karma
- 8,757
- Public activity
- 2,394 items
- HN profile
- View on Hacker News ↗
About klabb3
contact at payload dot app
Recent public activity
-
comment
Comment #49251213
I believe that in all of EU you can just look at the ”comparison price” which is per-weight and listed below the normal price. It’s also very useful for quickly comparing similar p…
-
comment
Comment #49108504
1000%. If you have the luxury/curse of _building_ the house on empty land simulating light is extremely important imo. It determines everything from layout of rooms to window place…
-
comment
Comment #49005107
This reminds me of this argument with libertarians/ancaps: A: rich people pay less % in taxes than wage workers, we should close the loopholes B: but taxes are immoral to begin wit…
-
comment
Comment #48938652
> Maybe the more interesting thing is how far people are going to 'fight' against AI? All ”AI resistance” I’ve seen is not against the tech, but against human bad actors behind AI:…
-
comment
Comment #48909502
There were two major flaws with the rollout of USB-C, none of them technical: To have unmarked cables. This should have been explicitly forbidden by spec as non-compliant. Today un…
-
comment
Comment #48860012
Why stop there? If you _use_ handwritten products you’re ngmi. I only use vibe coded operating systems, JavaScript sandboxes, compilers, TLS libraries, databases, rendering engines…
-
comment
Comment #48823171
Im not a security engineer at all and I have an instant gut reaction to floats in regular code. ”How big can this get? Is it deserialized? What arithmetic ops are happening? Any ri…
-
comment
Comment #48738150
In engineering you have tolerances to deal with non-determinism. ”Within these bounds” and ”given these assumptions then…” is the foundation of building something _on top of_ those…
-
comment
Comment #48657958
It’s not necessarily symmetrical, and in fact would be very surprising if it was. It’s a probabilistic algorithm on both sides, so the energy use to find any working program vs all…
-
comment
Comment #48608844
> Only very rarely I have seen examples with obvious differences between monitors when showing green objects, e.g. some documentaries with certain vividly colored animals, like som…
-
comment
Comment #48608746
This is truly an (accidental?) setback of color reproduction as it has progressed over time. For LED lights R9 is also crucial for skin tones which makes it so bad to just leave th…
-
comment
Comment #48598380
> The report made it sound like it is some kind of semi-official EU-endorsed project, but its just... a closed source, for-profit social network? This is so stupid. It’s really lik…
-
comment
Comment #48587888
> Sure, but the process is "what you do" which directly contradicts what you're saying. ”What you do” was just short for the _activity_ that you’re doing, eg ”I am coding” or ”I am…
-
comment
Comment #48583716
Both ”creative mythical noble artist” and ”creative work is just work” are unhelpful strawman arguments. One is elitist, the other is reductionist. Creativity is neither a property…
-
comment
Comment #48578006
#0f0 #000
-
comment
Comment #48555811
> What makes this so beautiful IMHO is that it's a trivial jail break, but also a close to unfixable. It’s almost as if identifying security holes is a prerequisite for both fixing…
-
comment
Comment #48475862
I had a near-instant crash too, but different kind. Firefox iOS. The vibes are leaking
-
comment
Comment #48439258
This is such an obvious observation that I’m surprised to find it often missing. 0.1X is nothing compared to the destruction (ie negative X) you can do with the right combination o…
-
comment
Comment #48425651
UB is especially bad but also not as big as all other concerns combined. Two of the most reliable software ever to exist, curl and SQLite, are C/C++. There are also cases in system…
-
comment
Comment #48424535
Video production. Gigabit is 125MB/s. If you’re shooting a day in 10bit 4k (pretty standard today) you have like ~1TB of data. If you need to get that footage to an editor or a pos…
-
comment
Comment #48418101
> None of HDR10, HDR10+, or DolbyVision ever answered the question of how to adapt for varying ambient brightness levels, either, which is again a very important question to answer…
-
comment
Comment #48331399
Round trip time is actually much faster than Postgres, since there’s no need to touch the network. You can get massive single threaded throughput. In order to achieve comparable th…
-
comment
Comment #48324250
> As you said it is hard to create with AI without losing your soul but that’s not inherent to the tech. It definitely appears inherent so far. You could say infinite feeds optimiz…
-
comment
Comment #47961395
> They could inspect stdlib source code to fix compatibility issues with newer compilers and quite prolific with idioms. In order to even say this, you need to have knowledge and u…
-
comment
Comment #47948342
Yeah I implemented my own in Go because I was unhappy with the 3p ones, so that’s why I reacted. It’s surprisingly hard to get right, in particular: 1. Backoff and timer logic to n…