So I just stumbled on Accessi Frotz by Nathan Tech. An accessible Frotz interpreter that uses Accessible_Output2 to interface with your screen reader. Works great for playing all those old Z Machine text adventures. How did I not know this was a thing?! nathantech.net/products/softwa…
in reply to Al Puzzuoli

The original Infocom Z-machine interpreters were amazingly compact. The Infocom interpreters for Apple II and MS-DOS were both about 12 KB of machine code. True, the Apple II interpreter didn't work with Textalker, since that interpreter was booted directly without using Apple DOS (the only way to squeeze it onto a 140 KB floppy along with the story). But, if I'm not mistaken, the MS-DOS interpreter did work with DOS screen readers.
in reply to 🇨🇦Samuel Proulx🇨🇦

@fastfinge Fair point. The ideal that I aspire to, that I haven't yet been able to meet in any real product I've shipped, is to minimize both code size and dependencies, so the application is small and also doesn't depend on much beyond what's already loaded into RAM on the host platform, so it starts fast.
in reply to Matt Campbell

@matt @fastfinge There are definitely some ridiculous modern software practices that are incredibly wasteful in terms of energy, resource utilisation, state sponsored surveillance, and the like.

then again, constantly maxing out your storage medium and memory capacity isn't a great recipe for innovation either. You said it yourself; they literally had to leave out the assistive technology because it wouldn't fit. A state of affairs that people would quite rightly find astonishing if it happened today (outside of embedded hardware where the resource constraints are serving to make the tech more exclusionary).

Ich war immer darauf bedacht, daß männliche Ego zu schmeicheln. Wenn nötig hab ich mich dafür verstellt, mich naiv gegeben oder unwissend. Das hab ich nicht bewusst gemacht. Es hatte sich einfach als meine Aufgabe angefühlt. Wenn sich ein Mann durch meine Existenz, Witz, Wissen oder Intelligenz in seinem Ego gekränkt sah, dann hatte ich was falsch gemacht.
In den letzten Jahren habe ich mit Therapeutinnen und Psychiater daran gearbeitet und konnte dieses Schema in diesem Jahr endlich ablegen
1/3

November 16 will be the 85th anniversary of the National Federation of the Blind. To spark thoughtful conversation about the future, we are releasing the book Walking Alone and Marching Together in podcast form. This book provides insights into the organized blind movement during its first 50 years. Check out the podcast starting on November 16 coming to you every week! podcasts.apple.com/us/podcast/…
in reply to Debian

$ sudo apt upgrade
... reboot
$ uname -r
6.12.57+deb13-amd64
- okay
"no space left on /boot"
$ sudo apt remove linux-image-6.12.48+deb13-amd64
-> installing linux-image-6.12.48+deb13-amd64-unsigned 👀
??😶 ??
$ ls -l /vmlinuz
lrwxrwxrwx 1 root root 32 16 nov. 06:57 /vmlinuz -> boot/vmlinuz-6.12.48+deb13-amd64
$ dpkg -l linux-image* | grep ^ii
ii linux-image-6.12.48+deb13-amd64-unsigned 6.12.48-1 ...
ii linux-image-6.12.57+deb13-amd64 6.12.57-1 ... (signed)
ii linux-image-amd64 6.12.57-1 amd64 ...

needed to :
$ sudo apt remove linux-image-6.12.48+deb13-amd64-unsigned
🤔 ??
#debian #TakeCare

This entry was edited (5 days ago)

hachyderm.io/@jbcrawford/11555…

This sounds like plugging a service to an LLM is a way of doing away with UX people. Just hope that the word salad will somehow match what the service's (invariably badly written) human-readable descriptions of its API, because if you don't have to pay an UX and front-end team to ADD A BUTTON TO TURN THE LIGHTS OFF then it must be a win.

(I am not criticizing this person's experiments, which are fine, but the larger scheme of things.)


my husband made it so the home assistant voice assistant can use full-on ollama to interpret instructions. then he told it to turn the lights on. it's been explaining its thought process for over five minutes now and the lights are still off.

My friend @TheQuinbox has been working on an ebook reader for blind people called Paperback (github.com/trypsynth/paperback). So far it's all written in C++, using wxWidgets as the GUI toolkit. Now Quin is working on making it a Rust/C++ hybrid, with the UI still in C++ using wx. As far as we know, the Rust GUI ecosystem isn't nearly ready to support a desktop app like this, with perfect screen reader accessibility and native-feeling keyboard behavior.
@Quin

reshared this

Hotmail —> Yahoo —> Gmail —> ?????

Gmail has been my main email since like 2008. Clearly it’s time for that to change. Anyone have any email recommendations for this next life stage of the internet, something not poisoned by fascism, data theft, and AI? 🧐

#email #AI #infosec

This entry was edited (6 days ago)

Auf LinkedIn verteilt ein Sehender ein KI-Tool, mit dem man Braille-Schilder für den 3D-Drucker generieren kann.

Dazu hab ich eine Frage: Wie?

Kein LLM dieser Welt kann auch nur einfachste Dinge fehlerfrei in Braille-Basisschrift übersetzen.

Sehr wohl aber kann man Schriftpunktmuster einfach mappen. Wofür muss so Scheiß dann also aus einer KI rauspurzeln, wo niemand der das anwendet auch nur die Chance hat, das zu prüfen?

Ich hab’s so satt.

Swiss surveillance could become worse than US

If passed, chat, email & VPN providers from #Switzerland must:

🚨 Log IP addresses
🚨 Ask for ID upon sign up
🚨 Decrypt data upon request

Swiss Bundesrat is still discussing this draft bill, decision will likely be made in 2026.

Let's fight for #privacy! 👉 tuta.com/blog/switzerland-surv…

If I had a time machine I would go back in time just to screw with myself by telling young me the truth:

"Your TV will be connected to a computer that tells you lies"

"A college education will become worthless relative to its cost"

"The biggest dipshits in history will be running the whole country, including the Oval Office"

"You will go to Petsmart to buy weed for your dog"

Here's a proof-of-concept example of a Delta.Chat bot for .NET

It's pretty basic, especially since I can't get #open-rpc-generator to generate #csharp code, seems to be limited to #rust and #typescript

To use it, follow the `import` instructions and provide your own implementation of `IMessageProcessor`.

#deltachat

github.com/timothyparez/deltac…