Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Retrograde

@Retrograde@oldbytes.space
  • Open on oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado.

Software professional, hardware dabbler.

Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.)

#retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists

Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯

Follow requests from actual humans welcome.

"AI" use = insta-block

0 Followers
0 Following
12 Posts
Joined October 10, 2018
Pronouns:
he/him
Gemini:
gemini://retrograde.dk
IRC:
ircs://irc.libera.chat:6697/#c64
Human:
https://retrograde.dk/human.json

Posts

Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Jun 27, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Boosted by Furbland's Very Value = 71 Account™ @GroupNebula563@mastodon.social
Replying to @mullvadnet@mastodon.online
@mullvadnet@mastodon.online @lostgen@det.social What a disappointing stance. Account abandoned.
8
0
2
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 30, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space

RE: @emilymbender@dair-community.social

"Your mom's so fake she requires an entire data centre" 😆 I do enjoy the childish AI taunt pick-me-ups between the fresh AI hell despair manifestations in this episode. 🥲

22
0
5
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 29, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space

Activating the 3D board preview in KiCad is by far the fastest way to log out of my workstation PC, currently.

Display server dies instantly, no questions asked.

Enjoyed the long stretch without problems like this, but I guess I will have to turn off the hardware accelleration again. 😐

1
0
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 26, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space

Been reorganising and partly rewriting the low level SD card SPI code for the W65C265SXB. Couldn't get anything to work reliably. Weird noise on the MISO line, not the clean idle state, but still some kind of response to the initialisation sequence.

Checking for dodgy jumper wire connections, trying out old revisions of the code, etc.

Then finally realised that I had not turned on the power supply output to the SD card, so whatever it was doing was off whatever current it was leeching off the signal lines, through internal paths.

I think I'll go to bed now.

2
0
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 25, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @bjonte@oldbytes.space
@bjonte@oldbytes.space Next annoyance: whether a routine can be called as near (16 bit) or far (24 bit) is baked into the choice of return instruction in the routine (RTS vs RTL). 😭
0
1
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 25, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @bjonte@oldbytes.space
@bjonte@oldbytes.space I understand it gives good flexibility to jump in and out of 8/16 bits modes as needed, while maintaining tight code density. But it *is* pretty annoying, also when writing code. Either you need to defensively set modes in code, or carefully document (and adhere to) assumptions for each routine. And constantly having to give the assembler cues as well, as it cannot be trusted (nor expected, really) to keep track of what's going on. And while the states can be pushed and popped at runtime in the CPU, ca65, which I use, can only set the states to explicit values. Other assemblers may be better in this respect...
0
1
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 25, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @bjonte@oldbytes.space
@bjonte@oldbytes.space Besides being oddly inconsistent (addressing modes don't affect flag effects, come on!), it must somehow sidestep the regular ALU path. Seems like it ought to be more work to not behave like everything else does. 🤷‍♂️
0
1
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Apr 25, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space

Supporting immediate mode for the BIT instruction is a nice addition to the 65816, but ... it only sets the Z flag, unlike all the other modes which set N and V as well?! What a kludge. 😬

0
2
1
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Mar 25, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space

Slopless vim fork by Drew DeVault :blobthumbsup: https://drewdevault.com/2026/03/25/2026-03-25-Forking-vim.html

drewdevault.com

A eulogy for Vim

99
2
93
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Mar 20, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @fasterandworse@hci.social
@fasterandworse To Ray-Ban in general, TBH.
3
0
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Mar 18, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @inversephase@masto.hackers.town
@inversephase@masto.hackers.town IDK, this looks pretty aggressive to me. :blobsweat:
0
1
0
0
Open post
Retrograde
Retrograde @Retrograde@oldbytes.space · Mar 10, 2026
Retrograde
@Retrograde@oldbytes.space

Retro computing enthusiast and Commodore 64 aficionado. Software professional, hardware dabbler. Gen X. Luddite. Humanist. Socialist. Environmentalist. (And lifelong closet goth.) #retrocomputing #electronics #humanism #socialism #privacy #smallweb #permacomputing #nobots #noAI #nofascists Come for the retrocomputing & electronics posts, run away from the unfiltered left-wing outlet. ¯\_(ツ)_/¯ Follow requests from actual humans welcome. "AI" use = insta-block

oldbytes.space
Replying to @lawprofblawg@mstdn.social
@lawprofblawg@mstdn.social The research game? :blobthinking:
0
0
0
0

Remote instance

oldbytes.space
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 10:52:48 UTC