Hírolvasó
Jönnek az AI által generált címkék az App Store-ba
AI és politikai ideológia
j2k25 hackathon report from kn@: installer, low battery, and more
Fresh from the recently concluded j2k25 hackathon comes this report from Klemens Nanni (kn@), who writes:
New country, lots of ramen, friends and new folks - heck, yes!
Having missed the last four (our five?, hard to tell…) hackathons, j2k25 aligned just right to finish our holidays with beautiful sights and culinary delights between streaks of hacking, leaving all else aside for a solid week - it was refreshing retreat and sparked plans to make another, even longer trip through Japan!
This time, I brought a few unfished and/or unanswered diffs, but also specifically wanted to look into unfamiliar code, now that folks were around to ask for advice and discuss with.
First, the installer and rc(8) were due for cleanup: common code for randomness seed files used by bootloaders and rc seemed unnecessarily different, so I synced their logic, style and comments wrt. subtle, yet important details around the sticky(8) bit:
Tajvan is feketelistára tette a Huawei-t
Jövő nyáron indulhat itthon a cella alapú védelmi riasztás
Kernel prepatch 6.16-rc2
The diffstat looks somewhat unusual, with a lot of one-liners with both ARC and pincontrol having (presumably independently) ended up doing some unrelated trivial cleanups.
But even that is probably noticeable only because everything else is pretty small. That "everything else" is mostly network drivers (and bluetooth) and bcachefs, with some rust infrastructure and core networking changes thrown in.
"Megrohanták az állampapírokat – Özönlenek a befektetők, ötszörös a túljegyzés"
Több mint egy hete ég egy (villany)autószállító teherhajó
[$] CoMaps emerges as an Organic Maps fork
Radicle Desktop released
The Radicle peer-to-peer code collaboration project has released Radicle Desktop: a graphical interface designed to simplify more complex parts of using Radicle such as issue management and patch reviews.
Radicle Desktop is not trying to replace your terminal, IDE, or code editor - you already have your preferred tools for code browsing. It won't replace our existing app.radicle.xyz and search.radicle.xyz for finding and exploring projects. It also doesn't run a node for you. Instead, it communicates with your existing Radicle node, supporting your current workflow and encourages gradual adoption.LWN covered Radicle in March 2024.
Security updates for Friday
Linux konténerrel könnyíti az Apple a fejlesztők dolgát
dhcpd(8): use UDP sockets instead of BPF
The motivation is summarized as,
tl;dr this replaces bpf with udp sockets in dhcpd, mostly to make it better at replying with the ip that requests were sent to.
and the full message, with the subject dhcpd(8): use UDP sockets instead of BPF reads,
List: openbsd-tech Subject: dhcpd(8): use UDP sockets instead of BPF From: David Gwynne <david () gwynne ! id ! au> Date: 2025-06-13 3:29:20 tl;dr this replaces bpf with udp sockets in dhcpd, mostly to make it better at replying with the ip that requests were sent to. ive been hacking on this because of a problem at work, which i want to solve by setting up a bunch of "anycast" dhcp servers. ie, i want to have multiple dhcpd on separate servers with the same IP assigned as an alias on all of them.