Viewing profile — accelbred
accelbred
HN member- Joined
- Sun, Nov 04, 2018, 3:55 AM UTC
- HN karma
- 501
- Public activity
- 189 items
- HN profile
- View on Hacker News ↗
About accelbred
This account is accelbred because I lost the password to accelbread...
Recent public activity
-
comment
Comment #48994788
Its unfortunate that this is using eBPF and not cBPF. I'd want to enable this in a namespace using binfmt-misc's namespace support, but eBPF requires root.
-
comment
Comment #48953707
From their about page: "If you wrote a link that was posted, please reach out in chat, we'd love to have you join the community."
-
comment
Comment #48882785
Editing scrollback is possible in eshell, and something I use often.
-
comment
Comment #48493607
I don't think they can convince me they have actually reversed course on this. Its invisible so we wouldn't know if they kept on doing it secretly. It required building out technic…
-
comment
Comment #48325999
C with Zig's comptime is compelling though. Zig doesnt allow you to access all the features your C compiler does, and puts you in the LLVM ecosystem. I've been working on something…
-
comment
Comment #48229262
Whelp time to figure out how to disable it or patch it out.
-
comment
Comment #48096965
More like RIP bun. Wouldn't have paid any attention bun if it weren't for Zig. Now I need to figure out what the "normal" runtime is to switch my work typescript stuff to.
-
comment
Comment #47991777
Sounds like a feature.
-
comment
Comment #47983895
This level of quality is why they have my business. We had a CI setup with rpi boards that needed fans (uart clock tied to cpu clock so heat meant slowing down and the uart dropped…
-
comment
Comment #47819691
Kdenlive is great. With zero video-editing experience, I was able to easily edit a demo video, cutting portions, clipping pauses, etc.
-
comment
Comment #47813194
The one problem I have with the trusted files thing is that I have no way to trust non-file-visiting buffers. Why is *scratch* untrusted!? *scratch* should always be trusted, witho…
-
comment
Comment #47812202
I have the opposite experience. I have no trouble navigating Gnome apps, and now when selecting an application for a task, I'll choose a Gnome or GTK4 one first. Other apps impleme…
-
comment
Comment #47733664
Most of the deadlocks I've faced are with different proccesses/devices both waiting on reads from each end of a socket/uart/etc. I've taken to putting timeouts on read calls, thoug…
-
comment
Comment #47721145
I somehow misread the title as "Robot cat ears" and was quite confused when scrolling through the article.
-
comment
Comment #47692850
A pedestrian shouldn't need to be able to hear to be safe from cyclists. Focusing on headphones is ignoring that the same dangers are being imposed on deaf people and people with o…
-
comment
Comment #47491969
The lock file is the major feature I'm missing.
-
comment
Comment #47481859
Does guix have a flake equivalent yet?
-
comment
Comment #47341347
These days, I've noticed that lobsters feels a lot more genuine to me, like hn was a few years ago. These days it feels like hn is bland and homogeneous, which I suspect is due to …
-
comment
Comment #47295222
Moving mostly to codeberg was a simpler affair than I expected. It's been a breath of fresh air. Its like github without the gamification, ads, copilot, and social features.
-
comment
Comment #47128278
Its for the time being is stuck with LLVM, so I can't currently LTO with GCC objects. Its got a lot higher complexity than I perfer in a language. A lot of features I find importan…
-
comment
Comment #47127631
Its possible to dislike Rust but pragmatically use it. Personally, I do not like Rust, but it is the best available choice for some work and personal stuff.
-
comment
Comment #47117057
Isn't Eufy the one that marketed fully local smart cameras that actually just streamed to the cloud unencrypted?
-
comment
Comment #46941029
I think you are entirely missing the author's point. The author is generalizing from the specific technicalities of C/Rust/etc UB, to the problem with UB which is that should it be…
-
comment
Comment #46876547
I wouldn't want hooks modifying the code. They should be only approve/reject. Ideally landlock rules would give them only ro access to repo dir
-
comment
Comment #46517749
The amount of paranoia I need for unsafe Rust is orders of magnitudes higher than C. Keeping track of the many things that can implicity drop values and/or free memory, and figurin…