@jfroehlich

147 Followers
425 Following
1.8K Posts
I create things in a wonderful place called the internet and sail boats on a lake between three countries.
Websitehttps://jfroehlich.net
Codeberghttps://codeberg.org/jfroehlich
Favorite colourOctarine

Europe champions digital freedom and its open source community.

We have introduced a tailored approach to boost open source development across EU countries and ensure it is safe from cyber threats.

We only apply security rules to software used in commercial activities.

We are also creating open source software stewards to support security with a light-touch regime and no administrative fines.

Find out more 👇
https://link.europa.eu/Jc7hBy

My biggest problem with the concept of LLMs, even if they weren’t a giant plagiarism laundering machine and disaster for the environment, is that they introduce so much unpredictability into computing. I became a professional computer toucher because they do exactly what you tell them to. Not always what you wanted, but exactly what you asked for.

LLMs turn that upside down. They turn a very autistic do-what-you-say, say-what-you-mean commmunication style with the machine into a neurotypical conversation talking around the issue, but never directly addressing the substance of problem.

In any conversation I have with a person, I’m modeling their understanding of the topic at hand, trying to tailor my communication style to their needs. The same applies to programming languages and frameworks. If you work with a language the way its author intended it goes a lot easier.

But LLMs don’t have an understanding of the conversation. There is no intent. It’s just a mostly-likely-next-word generator on steroids. You’re trying to give directions to a lossily compressed copy of the entire works of human writing. There is no mind to model, and no predictability to the output.

If I wanted to spend my time communicating in a superficial, neurotypical style my autistic ass certainly wouldn’t have gone into computering. LLMs are the final act of the finance bros and capitalists wrestling modern technology away from the technically literate proletariat who built it.

Whoa: <https://terathon.com/blog/decade-slug.html>

> What is now known as the Slug Algorithm for rendering fonts directly from Bézier curves on the GPU was developed in the Fall of 2016, so this year marks a full decade since its inception.

> Therefore, effective today, I am permanently and irrevocably dedicating the Slug patent to the public domain.

A Decade of Slug - Eric Lengyel

It boggles my mind that some people think that petrol or diesel have better availability than electricity.

Tired of Enshittification? Take your knowledge offline.

I am currently self hosting a @kiwix instance on my homelab. Having local, searchable copies of Wikipedia, the ArchWiki, and iFixit feels like a cheat code for digital sovereignty.

Spin up the Docker image, grab your ZIM files, and stop relying on big tech to keep the lights on for your reference data.

https://get.kiwix.org/en/

#Kiwix #SelfHosting #DigitalSovereignty #RightToRepair #ArchLinux #Docker #NoAI

I still can't even that my now nearly 80 year old mom has been on Fedora on a thinkpad e520 (2011) for a decade and it all just works.

I checked her laptop just now and it's fully up to date on fedora 43, so she's done like 20 version upgrades autonomously too. The battery has degraded a little but the whole thing still works fine and she's very happy with it.

This is how things should be, this is peak computing tbh.

#Fedora #Linux

I saw southern auroras last night!!!! Rakiura! Holy cow that was AMAZING

(View from a bit south of Arthur's Pass, New Zealand)

🌧️ See the path a raindrop would take to the ocean from any point on Earth.
https://river-runner-global.samlearner.com/

#web #indieweb #indiedev

River Runner Global

Watch the path of a raindrop from anywhere in the world

The Isolation Trap — Causality

Erlang's mailbox design is more disciplined than Go's channels: only the owning process can read from a mailbox, and sends are asynchronous. Yet the four failure modes of shared mutable state still show up, just in different shapes.

Causality