I've seen two AI systems communicate with one another, realize they're both AI, then switch to their own, incomprehensible language for further communication.
It's called “GibberLink” and isn't implemented into any regular AI models, it's a FOSS program designed for a hackathon. However, the fact this is just something that exists now is scary.
i’m scrongling my globins. i’m hooking up gleeb and glob to talk to shitto. i’m deploying scutoids to cretaceous servers. check it out at buzzbungus dot spaghetti
Sydney folk, your local Surplus-Alladins-Cave Website-Stuck-in-1999 is https://www.oatleyelectronics.com
Brisbane folk: if we have one, PLEASE TELL ME! (It’s me, isn’t it?)
From: @Unixbigot
https://aus.social/@Unixbigot/114079081290070695
Just FYI with all this Mozilla stuff going on: Ladybird is not a project you should be putting your hopes into. Bad vibes over there.
i love the hacker community.
i am a part of the hacker community.
but i am sick to death of how bad all our documentation is.
please. make time for documentation.
stop making debugging someone else's problem.
this cowboy attitude that only coding the thing is enough for universal praise and parading yourself around is grade-A bullshit.
the worse your documentation is, the more like a child you are.
There are a few ways in which LibreOffice isn’t as good as Microsoft Office. It’s a little clunky, it’s a little ugly, it can struggle with some Office documents, etc.
But there are a huge number of ways #LibreOffice is much better. Support for open formats, respect for user privacy and user choice, broader range of media support, more stable layout (much less likely to mess up your whole doc when you make a small change), etc.
I use it constantly at work, even to collaborate with Microsoft Office users. It’s fantastic and worth spending some time on
Looks like Die Linke did better then expected in #Germany
https://mastodon.social/@dielinke/114054427423935453
Just discovered @The_Counterforce put together this really lovely zine about how to use the #fediverse for punks!
https://the-counterforce.org/guide-to-mastodon-fediverse
https://kolektiva.social/@The_Counterforce/113947288265944385

As computer scientist I wince when I hear "I want no algorithms in my software" the same a chemist might wince when they hear "I want no chemicals in my food".
At least I know that journalists & in turn laypeople mean "(non-trivial) recommendation algorithms".
But reflecting on @TechConnectify 's latest video ( https://www.youtube.com/watch?v=QEJpZjg8GuA ) I think "algorithmic complacency" does fit compsci's vauger definition.
In a sense of: Just because the computer says it doesn't make it so!
This was my second attempt at implementing a spreadsheet in assembly, the first time around I got so tangled up that I had to put it aside. But, this time, it went smoothly, I must say I've picked up many new tricks for this sort of development during the past year.
I'm so happy to finally have my dream spreadsheet program to manage my little databases and lexicons, all in.. just over 8.3kb.
I think that might be less than a blank excel file 🤔

A lot of blog engineering today, mostly doing smart #ed hacks and dealing with the consequences.
But! I came up with a way to include arbitrary files with #ed, so it's almost as powerful as #C #Preprocessor for my purposes! (Taking file name from buffer, modifying it into a reading command and then running another ed instance over this same file with this command. And using E command to read it back from modified file.)
Next: moving all the stuff I churned out to my HTML-ish format (that I should write about someday) and then to Server Side Includes (https://en.m.wikipedia.org/wiki/Server_Side_Includes) for the sake of portability?