Viewing profile — lefra
lefra
HN member- Joined
- Tue, Dec 23, 2025, 9:26 AM UTC
- HN karma
- 209
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About lefra
No profile information was provided.
Recent public activity
-
comment
Comment #49220720
Sounds like something that could be solved by an ambient light sensor.
-
comment
Comment #49215996
Isn't all bot traffic ultimately initiated by a human? Someone plugged the computer in and gave it instructions. It may result in one http request or billions of them, but the huma…
-
comment
Comment #49126324
Kind of like airplane boarding. The ideal algorithm would be to make people board from back to front, and from window to aisle. However, people are not disciplined enough to strict…
-
comment
Comment #49079588
This is a mistake that shouldn't happen. It means that someone commiting crimes could trivially hide and get the wrong person accused by using homoglyphs [0]. [0] https://en.wikipe…
-
comment
Comment #49067624
No one went to jail when my grandparents died. Stop spreading lies.
-
comment
Comment #49067289
> in Europe when someone dies somebody always has to go to jail Please cite the european law that states this.
-
comment
Comment #49050703
Thanks, I have an EE education, but I didn't really understood what charges were doing in a BJT. I can use them and apply the formulas, but I never really "grokked" them. This make…
- comment
-
comment
Comment #48924534
Counterpoint: I know my car can brake and turn much harder than I do (it's not a sports car by any mean, but that's beyond the point). I'd rather not change my tires and brake pads…
-
comment
Comment #48903393
Once any HDL is translated to a bunch of primitives (gates, LUTs, flip-flops, etc), that's the job of an automated place-and-route, which already exist. It's independent of the sta…
-
comment
Comment #48903374
The graphs are beautiful, however they're independent of the language (because they're a visualization of the resulting gates). You could get the same graphs from VHDL or Verilog. …
-
comment
Comment #48893751
Good for american hobbyist I guess. It's not an option where I live unfortunately (orders above 75€ have free shipping though).
-
comment
Comment #48888086
Some still do, but they'll only send to businesses, not to individuals. What's annoying for me is Digikey and friends insisting on only delivering with express carrier. I'd like to…
-
comment
Comment #48874023
Assuming the orbit is at 200km, these mirrors could only focus the image of the Sun on a 1.7km wide disk (that's (Sun diameter)/(Sun's distance)×(Earth distance)). Moreover, the Su…
-
comment
Comment #48816680
It's not for doing nothing, it's for fooling around at the edge of knowledge. Sometimes, very useful stuff emerges.
-
comment
Comment #48796622
Conveniently, there's already an electric cable sized to transport a few MW nearby. This might reduce the cost of installation, also there'll be no land acquisition/impact study is…
-
comment
Comment #48794398
That "if it hits a populated area" reduces the probability by a factor 100 (because about 1% of the world's surface is urbanized [1]). So the actual frequency of "city wiped" is mo…
-
comment
Comment #48793639
The french government (more pro-business than pro-ecology, but not climate deniers) is seriously planning for how to manage 55C heatwaves around the half of the century. Because cl…
-
comment
Comment #48770889
European here. Maybe I'm not typical, but I know that the contiguous US is about as large as the EU (around 4000 km from one side to the other). And if you need 24h to get to the o…
-
comment
Comment #48622677
I don't understand this argument. When someone uses a tool to create something, they are the copyright holder. Why would it be different when the tool is an LLM?
-
comment
Comment #48608415
Last year a research group managed to do just that, see https://www.science.org/doi/10.1126/sciadv.adu1052 for details.
-
comment
Comment #48607040
Really nice article, I'll look closer to green lights next time I see one. The most striking experience I had was working with a blue laser (430nm). The best way I found to describ…
-
comment
Comment #48550680
You got it backwards, Watts are Joules/second (or joules are Watt•second).
-
comment
Comment #48514119
Enjoy the annoying-to-debug errors when someone inevitably mixes arr[0] with arr[1] and tramples the heap (this could be mitigated by accessing the fields with macros), or writes a…
-
comment
Comment #48471346
The second tome I had to do that for the same project (new computer), I sarted taking very detailed notes when doing this kind of unpleasant, supposedly one-off things.