Viewing profile — hegelstoleit
hegelstoleit
HN member- Joined
- Tue, Jun 14, 2022, 7:12 PM UTC
- HN karma
- 25
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About hegelstoleit
No profile information was provided.
Recent public activity
-
comment
Comment #33176045
The point of mixed reality is that you can beam people into the space. So the people in the room could watch on a TV and be there in person if they wanted, while everyone else was …
-
comment
Comment #33063389
Obviously rust panic is not the same as a kernel panic. What you're taking for granted is that just because rust can catch a panic that it will. A simple overflow can cause a panic…
-
comment
Comment #33062404
As far as I'm aware there's no way to reliably catch all panics. catch_unwind does not catch all panics. Handlers don't stop the program from terminating abruptly.
-
comment
Comment #33062354
1. As far as i'm aware there's no way to reliably catch all panics. catch_unwind does not catch all panics. 2. The whole point is that consequences of a panic are worse than the co…
-
comment
Comment #33062210
Splint doesn't make C memory safe. What I meant is that it doesn't prevent the same problems that Rust does. Hence, you can add a linter to rust to prevent panics. You cannot add a…
-
comment
Comment #33062181
Easy. Linus for being insufferable.
-
comment
Comment #33057387
I think you're missing the point Linus made. Panicking is safer from a memory safety perspective, but it's not from a kernel perspective. You'll lose all the file changes that are …
-
comment
Comment #33057332
Linters can catch panics, linters for C won't catch memory issues which is what rust prevents.
-
comment
Comment #33057092
Anyone who has to interact with him pretty much.
-
comment
Comment #33057080
Nobody "has to" have a job either. It's interesting how words can have different standards of necessity depending on how you contextualize them. Is a basketball player tall? If you…
- comment
-
comment
Comment #33056324
If you're just doing BFS why do you care who the parent is? Why not just choose the parent to be the predecessor? I.e if you visit 4 from 1, then 1 is the parent. Why do you need t…
-
comment
Comment #32526965
Owon vds 1022I served me well for basic stuff. PC oscilloscopes are pretty decent for the $ cost. There's definitely better out there, but if you're in the market for a budget scop…
-
comment
Comment #31942537
Who the fuck is buying vegan meat and being like "oh I thought this was meat"? Do we seriously need to legislate that? There's no real victim here, it's just a bunch of people who …