Kristófer Reykjalín

64 Followers
67 Following
459 Posts
Software Developer, privacy enthusiast, and all-around nerd.
Bloghttps://www.thorlaksson.com
Gravatarhttps://gravatar.com/kreykjalin
Keyoxidehttps://keyoxide.org/aspe:keyoxide.org:L66KTGIBUDZ5E53I4N5H2R6UYQ
Signalreykjalin.14
Codehttps://git.sr.ht/~reykjalin

Kind and cherished FOSS and computing freedom advocate @sleepyowl (Joyce Ng) has gone missing and there is reason to fear she may have been apprehended by authorities, possibly likely even for being framed. Nobody has been able to reach her and many of us are worried for her safety.

Joyce does work on verifiable open source hardware. She also has been an activist pushing against the rise of far-right Christian nationalism globally but especially in Singapore. Because of this and her identity, she has people who would like to see bad things happen to her.

Probably for this reason, she may have been misidentified by Five Eyes as being a threat actor. Joyce wrote about this concern in November, posting a threatening screenshot where she was tipped off. https://bitowl.online/about

Please spread this wide. Hopefully this is a false alarm but Joyce is a kind-hearted person who fights for human rights and computing freedom; many of us are worried for her safety.

BitOwl Online

Hi #fediverse. We need to talk about something.

While talking to a colleague about how I recently learned most people have never sat on a cow it came up that she has never sat on a horse. Like, not even once during childhood.

Another colleague admitted they also have never sat on a horse.

My hypothesis is that most people have at one point in their life sat on a horse.

🏇 🐎 🐴

Have you sat on a horse?

Please boost for scientific accuracy.

Yes
No
Poll ends at .

Announcing rlsw, the new raylib software renderer backend. No GPU required.

The Future is Now. #raylib

The CEO of Krafton used ChatGPT to push out the head of the studio developing Subnautica 2 against the advice of his own legal team and failed miserably.

https://www.404media.co/ceo-ignores-lawyers-asks-chatgpt-how-to-void-250-million-contract-loses-terribly-in-court/

CEO Asks ChatGPT How to Void $250 Million Contract, Ignores His Lawyers, Loses Terribly in Court

The CEO of Krafton used ChatGPT to push out the head of the studio developing Subnautica 2 against the advice of his own legal team and failed miserably.

404 Media
It's so insanely disrespectful for an AI agent to talk to real people without consent or at least disclosure. This is the type of stuff I'm hugely supportive of government regulation. The FCC must expand the definition of robocalling and TCPA-style regulation to online AI.
"one must imagine Sisyphus happy" I mutter to myself as I watch the pull request queue somehow grow bigger every time I merge something
Finally, a good ad 🌈❤️ #Duolingo
Ghostty 1.3.1 is now out, most importantly fixing the phantom mouse drag/select/scroll events on macOS. This release also includes improvements to AppleScript support and a couple dozen bug fixes. https://ghostty.org/docs/install/release-notes/1-3-1
Ghostty Docs

Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

Ghostty

Matthew Lugg (@mlugg) landed a 30,000 line patchset into the Zig compiler today.

https://ziglang.org/devlog/2026/#2026-03-10

Devlog ⚡ Zig Programming Language

#CMake rant: can't not love the system in which `find_package(Python3 COMPONENTS Development)` works and finds Development.Module:

-- Found Python3: /usr/include/python3.12 (found version "3.12.12") found components: Development Development.Module Development.Embed

but doing `find_package(Python3 COMPONENTS Development.Module)` fails:

-- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module)

This is just so logical.