Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
accelbred
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
accelbred
1mo ago
Pair programming is a great way to do knowledge sharing and collaborate on tricky problems. Now, I don't really want a multiplayer editor, but I'll highly contest that coding is solely a solo activity. Sometimes I feel like people
2.
▲
by
accelbred
2mo ago
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.
3.
▲
by
accelbred
2mo ago
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."
4.
▲
by
accelbred
2mo ago
Editing scrollback is possible in eshell, and something I use often.
5.
▲
by
accelbred
3mo ago
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 technical capability which is unlikely to remain forever
6.
▲
by
accelbred
4mo ago
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 similar; extending C with both Zig/C++ inspi
7.
▲
by
accelbred
4mo ago
Whelp time to figure out how to disable it or patch it out.
8.
▲
by
accelbred
4mo ago
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.
9.
▲
by
accelbred
5mo ago
Sounds like a feature.
10.
▲
by
accelbred
5mo ago
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 characters). I got tired of seeing random test failures on
11.
▲
by
accelbred
5mo ago
Kdenlive is great. With zero video-editing experience, I was able to easily edit a demo video, cutting portions, clipping pauses, etc.
12.
▲
by
accelbred
5mo ago
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, without me having to configure anything, ideally. Though a settin
13.
▲
by
accelbred
5mo ago
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 implement odd controls that don't mesh with the rest of t
14.
▲
by
accelbred
5mo ago
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, though then you have to deal with legiti
15.
▲
by
accelbred
5mo ago
I somehow misread the title as "Robot cat ears" and was quite confused when scrolling through the article.
16.
▲
by
accelbred
5mo ago
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 otherwise bad hearing. If a cyclist needs to use the bel
17.
▲
by
accelbred
6mo ago
The lock file is the major feature I'm missing.
18.
▲
by
accelbred
6mo ago
Does guix have a flake equivalent yet?
19.
▲
by
accelbred
6mo ago
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 LLM-written comments.
20.
▲
by
accelbred
6mo ago
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.
21.
▲
by
accelbred
7mo ago
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 important seem perma-unstable. Pin is unnessesarily confusing.
22.
▲
by
accelbred
7mo ago
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.
23.
▲
by
accelbred
7mo ago
Isn't Eufy the one that marketed fully local smart cameras that actually just streamed to the cloud unencrypted?
24.
▲
by
accelbred
7mo ago
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 triggered, then you can't know what the
25.
▲
by
accelbred
8mo ago
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
26.
▲
by
accelbred
8mo ago
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 figuring out if im handling raw pointers and reference convers
27.
▲
by
accelbred
9mo ago
The code I have in C is often code that does't fit in Rusts safety model. Dealing with ffi is annoying because slices have no defined layout. `dyn` is limited compared to what I can do with a manual vtable. I have seriously attempted p
28.
▲
by
accelbred
9mo ago
For me its everything being an expression, macro_rules, dyn, automatic conversions (the few that it does have), traits, and the ? operator.
29.
▲
by
accelbred
9mo ago
I've been thinking of writing a language with Rust's ergonomics but less of the memory safety stuff. I prefer using no dynamic allocations, in which case the only memory safety feature I need is leaking references to locals into o
30.
▲
by
accelbred
9mo ago
CFS was replaced by EEVDF, no?
More ›