social.solarpunk.au

social.solarpunk.au

vidak | @vidak@social.solarpunk.au

# LOCATION

The unceded, stolen land of the Wadjuk people of the Nyoongar nation. Always was, always will be, Aboriginal land!!

# QUOTATIONS

You are braver than you believe, stronger than you seem, and smarter than you think. ~winnie-the-pooh

You ever think about all those games and apps on people's long forgotten phones, collecting dust in some box.

This is a ThinkPad T480S, running Libreboot. Mate Kukri did it last night for coreboot, based on his ThinkPad T480 port.

And the T480 is also supported by Libreboot!

T480 and T480S both added to Libreboot last night. This is using Mate Kukri's excellent deguard utility, to disable the Intel Boot Guard.

New Libreboot release coming soon. It's the coreboot distro that I maintain, replacing proprietary BIOS/UEFI firmwaer.

https://browse.libreboot.org/lbmk.git/commit/?id=264928c6cdefb0b7a3c3ff01d4fe16fa4cc3cbd8

https://browse.libreboot.org/lbmk.git/commit/?id=c1b73269726a00255aa31ec02b3e55d281b397e6

https://browse.libreboot.org/lbmk.git/commit/?id=9dc3c86ae37db781b6bc4e745a57217c3511074b

Borland Tuba C++

KC & The Sunshine Band - "Sound Your Funky Horn" (1973) Funky Purrfection Version

when you dared to suggest anything remotely "fun" or "quality-of-life improving" on the mastodon github

a ffxiv screenshot, showing nidhana's elephant-like face extremely close to one of the characters from the story

This is a Raspberry Pi Pico, and it's better than your CH341A.

Much better.

https://libreboot.org/docs/install/spi.html#raspberry-pi-pico

Today, I am experimenting a bit with the original IBM mouse driver, version 1.0 from 1987. It's still working quite well with MS-DOS 6, but Windows 3 doesn't like it at all. I could even find an old article from Microsoft's knowledge base explaining the issue. Oh, well.. I guess I will need to find that version 1.1!

IBM PS/2 Mouse Program Diskette, Version 1.00 from 1987 MS-DOS running the PS/2 Mouse Driver, version 1.00 Windows 3.1 doesn't like this mouse driver... everything is GREEN! An article from Microsoft's Knowledge Base explaining the issue.

Online age verification methods don’t each fit somewhere on a spectrum of 'more safe' and 'less safe,' or 'more accurate' and 'less accurate.' Rather, they each fall on a spectrum of 'dangerous in one way' to 'dangerous in a different way.’ Learn more: https://www.eff.org/deeplinks/2024/10/eff-new-york-age-verification-threatens-everyones-speech-and-privacy

Wipeout XL

🏢 Psygnosis
📅 1996
🖥 Amiga, Mac, PS1, Saturn, Windows

Wipeout XL Screenshot Wipeout XL Screenshot

After bringing bagels to my dad I think I've gotten all the adventure logs updated over here!

https://eli.li/december-adventure

There are so many! Don't hesitate to send me more throughout the month -- you can start whenever.

Also, to all my new followers, hello, hi, welcome, but also brace yourself for me probably posting a lot more about birds and Jane Austen than I do about rust or whatever. blobpeek

Happy ya'll!

Are there any active users still around?

Framasoft the company behind Peertube which is a free and open source YouTube alternative is looking for donations to reach their budget for 2025.

Please donate if you can! partyparrot

https://soutenir.framasoft.org/en/

are people still having fun programming or

I have a lovely treat for you:
Unusual Animal Friends!

And that is my Christmas box sorted... My better half has got me an Extreme Kits Pico RomWBW Z80 CPM Computer.

Of course, it is going to arrive in the next week or so and I am not going to be allowed to open it, or touch it, or build it, or anything 😭




An Extreme Kits Pico RomWBW Z80 CPM Computer.

An electric blue box with a black front panel etched with white lettering and covered in switches and LEDs. It contains a Pi Pico that is emulating a Z80 CPU and Ram/ROM, allowing it to run, among other things, CPM 2 and 3.

spent quite a bit of time researching microcomputer era video, and i concluded that a late 70s-early 80s design for the @permacomputer project is horrendously complicated, if not prohibitively expensive.

take the MC6845 for instance. all it does is set up the display memory timing and its addressing. you need even more circuitry after that to actually generate the pixels.

the 6847 is a chip for a complete video solution, if you can tolerate its meagre 32 column text mode.

the further i got through don lancaster's cheap video cookbook the further my stomach dropped: quite often these chips are so slow compared to TV signal frequencies that you have to trade off features to get a decent resolution.

-*-

one particular method i had considered in the past was not to directly integrate video into the 8 bit computer design, but use a cheap microcontroller as a video terminal, and have the computer use its ACIA chip to communicate with it via serial comms.

there are a great number of these microcontroller video terminal projects. i have a list of them and will be publishing it under the permacomputer project.

please find attached a schematic from an incredible, yet bitrotted website. using two very cheap microcontrollers makes for a beautiful solution.

and 80x25 text mode!

i do not think using these microcontrollers contradicts the spirit of permacomputing.

using microcontrollers removes the need to sacrifice system memory for VRAM. it also makes the permacomputer modular--if one part of the system fails, you can still use the other half.

it is also a very cheap solution, and that is good for making the permacomputer easier to produce and access.

flowchart outlining the operation of the microcontroller serial video terminal. schematic of the microcontroller video terminal i have decided to build. 

it uses an atmega328 as a 'display processor', and an atmega88 to manage the serial interface and keyboard input. screenshot of the video output of this video terminal.

»