2026-06-03 16:24:30
Forking the #JVM to Save #JINI
https://bytecode.news/posts/2026/06/forking-the-jvm-to-save-j…
I have my own CLI parser - a fork of the old kingpin - and over time its evolved to have deep runtime introspection among other unique features.
Here using that to generate web based help viewers and I think this is a pretty sweet idea, will have to think how to incorporate this into my doc sites.
Short 2 minute video and screenshots
https://w…
I remembered yesterday that I had already known and implemented a few things I needed to analyze Intel ME Gen 2 binaries.
The load address is in the metada that `intel_fw me show` prints.
Modules can be unpacked and decompressed via unhuffme, which puts the load address in the file name. I will add the Huffman decompression feature to intel_fw, too.
So with the load address and the Ghidra fork, I now get sensible decompiled code and references, e.g. I can see where strings a…
@… After all, that is why just about every FOSS license allows you to fork and develop onwards on your own.
It’s okay to just use my project as a stepping stone towards the project *you* want, without expecting me to get involved.
Feels like a lot of folks out there don’t consider that option for whatever reason.
I've been attempting to configure Vim-Classic in a way that works for my taste.
https://sr.ht/~sircmpwn/vim-classic/
This is Drew Devault's fork of Vim from around 8.2, before the codebase was tainted by llm commits. I've been using Neovim long enough that I got really used to Lua …
If I had all of the time in the world, I'd fork Frigate NVR, set it up to offload all of the processing and video storage to a server in Atlantic Canada, and call it Frig It NVR.
Sadly: this would not be my first "did it for the name” project.
Doubly sadly: mostly only maritimers and Trailer Park Boys fans would even find it funny. But I sure would.
Murena /e/ OS 4.0: Android-Fork soll Umstieg von Google-Diensten erleichtern
Das französische Unternehmen Murena hat den Google-freien Android-Fork /e/ OS 4.0 veröffentlicht.
https://www.
Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents
Yingqi Zhang
https://arxiv.org/abs/2606.03895 https://arxiv.org/pdf/2606.03895 https://arxiv.org/html/2606.03895
arXiv:2606.03895v1 Announce Type: new
Abstract: Large language model (LLM) agents are evolving from request-response assistants into long-running software actors: they maintain state across model calls, fork subtasks, wait for external events, request human authority, generate tools, and perform side effects that must be resumed and audited. This paper presents Agent libOS, a library-OS-inspired runtime substrate for LLM agents. Agent libOS runs above a conventional host operating system; it does not implement hardware drivers, kernel-mode isolation, or a POSIX-compatible operating system. Instead, it treats an agent as an AgentProcess: a schedulable execution subject with process identity, parent-child lineage, lifecycle state, a tool table derived from an AgentImage, typed Object Memory, explicit capabilities, human queues, checkpoints, events, and audit records. Its central design rule is tools are libc-like wrappers; runtime primitives are the authority boundary. Filesystem access, object access, sleeps, human approval, JIT tool registration, and external side effects are checked at primitive boundaries under explicit capabilities and policy.
We describe the design, threat model, Python prototype, and safety-oriented evaluation. The current prototype implements async scheduling, namespace-local Object Memory, runtime-integrated human approval, one-shot permission grants, per-process working directories, shell and image-registration primitives, Deno/TypeScript JIT tools over a libOS syscall broker, filesystem/object bridge tools, an injectable Resource Provider Substrate, deterministic demos, real-model smoke scripts, and 123 regression tests at the time of writing. Rather than improving planner accuracy, Agent libOS demonstrates a runtime substrate in which long-running LLM agents can be scheduled, authorized, resumed, and audited without treating tool dispatch as the trust boundary.
toXiv_bot_toot
:::RESCUE UPDATE::: 7:04 AM
The two stranded fishermen near Holman Flats on the South Fork Skokomish River have been successfully rescued by the United States Coast Guard and transported to Sanderson Field for medical evaluation.
We are grateful for the coordinated efforts of all responding agencies, communications personnel, and volunteers whose teamwork helped bring this incident to a safe conclusion.
~40
:::UPDATE::: 6:35AM 5/30/26
Overnight, Guardian One success…
Well, we've finally packaged #Valkey (another #Redis fork) in #Gentoo, along with its #Python bindings.
Not that we wanted to, but #FakeRedis now started requiring it for tests so heavily that it was too much effort to patch it out. Just to be clear, it just requires the Python bindings, because its test suite happily runs against either Redis or Valkey, and literally doesn't support testing against both simultaneously. But to add the bindings, we needed the database to test them against. And since I've added the package too, I've put a lot of effort (and swearing) to test FakeRedis against both servers.
Should you be using Valkey? Well, let's put it like this. You shouldn't be using Redis, because it's enterprise quality shit. Valkey is roughly what happens when you fork enterprise quality shit and have no clue what you're doing. Though you are able to mostly get renaming right (one valkey-py test failed over the server calling itself "Valkey" rather than "Redis").
Disclaimer: I've only looked at the Python bindings. Maybe the maintainers are more knowledgeable with the server itself.
Den Windows-Klassiker Notepad gibts jetzt auch nativ für macOS. Ein Community-Fork ohne Wine, Crossover, etc.
#notepadplusplus
Wow... FCP Cafe folks are bringing an Apple Silicon/Metal optimized fork of the amazing Corridor Key to the App Store.
https://corridorkeybylatenite.fcp.cafe/
from my link log —
unfork() is the inverse of fork(2). sort of.
https://github.com/whitequark/unfork
saved 2019-10-30 https://dotat.at/:/5QH4V.html…
There's a MangoWM fork with "infinite canvas" which seems to implement something akin to a ZUI on top of Mango. I've installed it but don't have it configured properly yet. It runs, but it's ignoring some of my keybinds! https://github.com/ernestoCruz05/mango-ext
cursed TIL of the day:
posix_spawn is a fork() and exec() in a trenchcoat1️⃣
1️⃣ on Linux
https://lwn.net/SubscriberLink/1076018/e741fe3071f0bf0a/
Noch ein paar der zuletzt hier besonders häufig geteilten #News:
Google-freies Android: Murena kündigt /e/ OS 4.0 an
I'm trying to build a fork if Ghidra, and depending on what version of Gradle I use, I get different errors.
Using the minimum version gives me this:
https://discuss.gradle.org/t/could-not-open-cp-init-generic-class-cache-for-in…
I'm prepared for the #MeshCore fork
https://blog.meshcore.io/2026/04/23/the-split
I spend a lot of effort on noise reduction. Turning off alerts, reducing the size of (especially redundant) messages I don't really need to see—that kind of stuff.
It's REALLY disruptive when software I use decides to get rid of those filters. Like not even just turning the noise back on, but fully removing my ability to even filter things.
I regularly mourn the wonderful period of time when software worked for us. (This *is* open source, but maintaining a fork is more wo…
I've been enjoying practicing for field day using my fork of Morse Walker, and also using cwsim for a more realistic simulation of a busy contest CW experience.
It made me wonder whether anyone had made a cwsim fork to support field day.
When I did a Google search, it sent me to Gemini, which helpfully …
Moon Seen Through Fork in Dead Poplar Snag Next to My House
#photo #photography #moon #nature
When Your Xorg Fork Is More About DEI Than Display Servers - FOSS Force
<https://fossforce.com/2026/04/when-your-xorg-fork-is-more-about-dei-than-display-servers/> @…
Noch ein paar der zuletzt hier besonders häufig geteilten #News:
Google-freies Android: Murena kündigt /e/ OS 4.0 an
NYT tech reporter Kevin Roose, host of Hard Fork with Casey Newton, is leaving the paper to launch a new show with Newton (Kevin Roose/@kevinroose)
https://x.com/kevinroose/status/2067620115223593241
@dawid@social.craftknight.comRE: https://newsie.social/@servelan/116756562824636737
Ditch Chrome. Ditch it yesterday. It’s already 50% hostile surveillance machine, but that’s soon going to be 100%.
Vivaldi is a fine near-drop-in replacement if you want maximum compatibility. It’s what I use for G-Suite stuff whenever I have to use it.
Waterfox is a Firefox fork that strips out the AI nonsense features. I’ve been happy with it.
Firefox itself has problematic leadership these days, but is still better than Chrome.
Safari on Mac (my daily driver) is a lovely browser, lean and blazing fast compared to Chrome, and great privacy features — though it’s still Big Tech if that’s a problem for you.
In short, you have choices!
You know what's wild? If a piece of software isn't in your native language, it's now relatively easy to just maintain a fork that is, ongoing.
from my link log —
Discovering Dennis Ritchie's lost dissertation.
https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
saved 2020-06-20
I‘m late to the party, but I have to say it: #aerc is such a delightful e-mail client for the terminal.
https://git.sr.ht/~rjarry/aerc
Crushing George Pickens Update Emerges Day Before NFL Draft https://heavy.com/sports/nfl/dallas-cowboys/george-pickens-contract-cowboys-nfl-draft/
Trump DOJ ordered to fork over records on ICE officer who killed Renee Good - Raw Story
https://www.rawstory.com/renee-good-2676695160/
American Fork's police department are straight up corrupt. It's on VIDEO.
This is astounding.
▶️ Police Violated Reckless Ben's Rights - Legal Eagle
https://youtube.com/watch?v=3P36bPNMxIM&si=eguvoyGxwoKOm7Dl
"It is no coincidence that tech oligarchs in the U.S. have been on a media purchasing spree, scooping up newspapers, TV stations and social media networks - especially in the past 4 years. Controlling the flow of information is a potent thing - and we should be very careful of whom we give that power to."
https:…
"if you enjoyed your dental visit, please review..."
Enjoy is a slightly strong word. I'd rather go to the dentist than, say, poke my eyes with a rusty fork, but to jump from that to "enjoy"... I evaluate that conditional to "False".
runs backend in Docker frontend locally with hot reload; Makefile with make dev, make test, make lint
📜 Archon Community License (ACL) v1.2 — free to run, fork & share; just don't sell it as-a-service without permission
https://github.com/coleam00/archon
gonna fork runc as kutec
goal: get rid of the C code for use in https://github.com/u-root/k4s
Just out of curiosity, can anyone explain why does #Thunderbird avoid supporting the system tray? It's such a bad experience on KDE 😔 I had to install a fork (Betterbird) to have an email client always listening for new mail without having to trip over it when I alt-tab.
@… @… GDExtension-version of the USD loader/importer, no Godot fork necessary: https://
#bambulab macht schon wieder unfug. Nachdem man letztes Jahr bereits versuchte durch DRM den Druck über alternative Slicer zu verhindern und ziemlich Gegenwind kassiert hat, geht man nun wohl rechtlich vor. Man hat einem #OrcaSlicer Fork Drogungen geschickt. Der Entwickler hätte gegen …
@dawid@social.craftknight.com@… The obvious ordering is that Sandre is the one who dies, and I think Devin gets to fork (he’s so young) so Baerd is blessed, but the beauty of that ending is that any permutation is possible.
from my link log —
Spork: A posix_spawn you can use as a fork.
https://dl.acm.org/doi/abs/10.1145/3713082.3730396
saved 2026-05-19 https://
I wish this weren't on xitter; calling out bad behavior on that platform feels ironic. But @… seems to me to be sanely connecting dots:
https://xcancel.co…
Lots of patches are pending for @… - currently 8 open PRs, with even more to come.
Who could help out reviewing them? 🥺
https://github.com/oreboot/oreboot/pulls
Devastated to find that the domain for my Mastodon fork, BOOBTOOTH.COM, has already been registered :(
Crosslisted article(s) found for cs.PF. https://arxiv.org/list/cs.PF/new
[1/1]:
- Energy-Efficient On-Device RAG on a Mobile NPU: System Design and Benchmark on Snapdragon X Elite
Zhiyuan Cheng, Longying Lai
https://arxiv.org/abs/2606.11257 https://mastoxiv.page/@arXiv_csCL_bot/116730488820684308
- TileFuse: A Fused Mixed-Precision Kernel Library for Efficient Quantized LLM Inference on AMD NPUs
Wesley Pang, Gregory Hyegang Jun, Feiyang Liu, Deming Chen
https://arxiv.org/abs/2606.11357 https://mastoxiv.page/@arXiv_csDC_bot/116730303808083247
- XPR: An Extensible Cross-Platform Point-Based Differentiable Renderer
Rhyner, Durvasula, Kovalev, Jia, Zhao, Mrutunjayya, Ahuja, Panneer, Giannoula, Vijaykumar
https://arxiv.org/abs/2606.11529 https://mastoxiv.page/@arXiv_csGR_bot/116730305576192171
- Beyond Per-Token Pricing: A Concurrency-Aware Methodology for LLM Infrastructure Cost Estimation
Chitral Patil
https://arxiv.org/abs/2606.11690 https://mastoxiv.page/@arXiv_csDC_bot/116730304985870885
- From Fork-Join to Asynchronous Tasks: Parallelizing Tiled Cholesky Decomposition with OpenMP and HPX
Alexander Strack, Alexander Van Craen, Dirk Pfl\"uger
https://arxiv.org/abs/2606.11937 https://mastoxiv.page/@arXiv_csDC_bot/116730405487451638
toXiv_bot_toot
RE: https://cosocial.ca/@mhoye/116521805012366059
Chrome prohibits first-class ad blocking extensions.
Chrome now installs a 4GB AI model.
Google is an ad company. They harvest your data.
Use Firefox or else a Chromium fork like Vivaldi.
from my link log —
gosentry: fuzz golang with LibAFL.
https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-toolchain-to-fix-it./
saved 2026-05-12