jeffluszcz , to Random stuff
@jeffluszcz@mastodon.social avatar

MIT Swapfest walk through for May 19, 2024. Things that caught my eye! Lots of retro computing today, some radios, some Arduino lots of laptops and phono equipment and LPs.

A piece of electronics, which lots of multicolored circular plugs
A old computer from control data
An old IMC though in a dark charcoal color that I’ve never seen before

harrysintonen , to Random stuff
@harrysintonen@infosec.exchange avatar

minimod 1.2 is out now. Improvements and fixes are:

  • Only the sample data is loaded to chip memory now, other data will use fast memory when available.
  • Implemented OS friendly CIA timer interrupt setup, resulting in far improved stability, especially with Kickstart 1.x. This also fixed some of the playback glitches which likely resulted from the direct CIA poking/peeking that used to conflict with the OS itself.

Grab it from https://sintonen.fi/src/minimod/

a2_4am , to Random stuff
@a2_4am@mastodon.social avatar
FediTips , to Random stuff
@FediTips@social.growyourown.services avatar
muzej , to Random stuff
@muzej@mastodon.social avatar

🎇🏛 Today we are celebrating INTERNATIONAL MUSEUM DAY 2024! In collaboration with Slovenia, we'll be hosting a vibrant program, including free entry to our permanent and guest exhibitions and three workshops for children and adults.

itsfoss , to Random stuff
@itsfoss@mastodon.social avatar

Winamp has taken the open-source route!

https://news.itsfoss.com/winamp-open-source/

nazokiyoubinbou ,
@nazokiyoubinbou@mastodon.social avatar

@itsfoss You should toss a tag on this since it's going to hit a lot of people in the nostalgia.

billgoats , to Random stuff
@billgoats@bitbang.social avatar

Oh wowwwww! Here’s something from a very specific era: a blobby graphite external FireWire CDRW drive.

FediVideo , to Random stuff
@FediVideo@social.growyourown.services avatar

More Fun Making It is a video channel about fixing and restoring old computers and consoles, especially the ZX Spectrum, Commodore 64, Amstrad CPC etc. You can follow at:

➡️ @morefunmakingit

If the videos haven't all federated to your server yet, you can browse them all at https://makertube.net/a/morefunmakingit/videos

#FeaturedPeerTube #RetroComputing #ComputingHistory #8Bit #16Bit #ZXSpectrum #Commodore64 #AmstradCPC #Amstrad #Commodore #Sinclair #Electronics #PeerTube #PeerTubers

harrysintonen , to Random stuff
@harrysintonen@infosec.exchange avatar

Ever wondered why on a short branch to the next instruction will generate and error when assembling it?

bra.s .next ; will error out
.next:

The offset in the short branch instruction encoding is a 8-bit signed integer. Offset 0 (next instruction) is magic: that actually indicates a "wide" branch instruction with 16-bit offset following the instruction opcode. The offset 0 was of course chosen because branching to the next instruction is kind of pointless.

To actually branch to the next instruction you need to use the "wide form" branch:

bra.w .next
.next:

This instruction encodes to hex "6000 0000". Split down it is:

"60xx yyyy"

...where 8-bit offset xx is 0, which leads the instruction to be decoded as having 16-bit offset word yyyy. This offset word can have any value, including 0 => branch to next instruction.

harrysintonen OP ,
@harrysintonen@infosec.exchange avatar

On CPUs instructions are always aligned on 16-bit - executing instructions at odd address is always illegal. Yet bcc.s and bcc.w can encode such branches.

So why didn't the CPU designers go for an implicit 2x multiplier for the branch target? This would have allowed branching from -256 to +254 for .s form and from -65536 to +65534 for the .w form. This would have effectively doubled the "reach" of the branch instructions and resulted in clear saves (for example being able to use bcc.s more often without having to resort to the bcc.w).

Perhaps there the transistor budget was running short or something?

thomasfuchs , to Random stuff
@thomasfuchs@hachyderm.io avatar

What's your favorite mobile form factor?

Reply has an example for each category.

(Please reply why!)

TechDesk , to Random stuff
@TechDesk@flipboard.social avatar

If you remember a time when using floppy disks didn’t seem weird, you’re probably at least 30 years old. Floppy disks or diskettes emerged around 1970 and, for a good three decades or so, they were the main way many people stored and backed up their computer data.

However, it’s now been over a decade since the last floppy disc was made, and it wouldn’t even have enough capacity to store a modern smart phone picture. So why do some people still love using them? BBC Future speaks to some of the floppy disk faithful to find out.

https://flip.it/3MUG.h

kirkman , to History
@kirkman@digipres.club avatar

Received a new box of documents from Yaakov Kirschen in Israel a few days ago for use in my ongoing research project into his computer software.

Some of these documents are really sad, including a handwritten letter from his wife Sali to a creditor where she explains that they can’t repay a debt. Their projects generated almost no income, and they had spent all their savings to fund it.

kirkman OP ,
@kirkman@digipres.club avatar

Last night I was scanning some documents Sali Ariel sent me from Israel, when I found two small things I overlooked last week. They had gotten stuck in the box:

Cards with phone numbers for Jack Tramiel and Nick LeFevre of ! 🗂️ 📞

Tramiel's card has three numbers: his "direct" line (presumably his Atari office?) and personal numbers for homes in California and Toronto.

Teenage me would go nuts if he could see this.

trcwm , to Random stuff
@trcwm@mastodon.social avatar

Ken sent me.

mdhughes , to Random stuff
@mdhughes@appdot.net avatar

I love coffee. It makes me feel like I could be productive.

I won't be, I'm just gonna dick around with computer until I'm too annoyed and go to sleep.

BUT I COULD DO THING.

mdhughes OP ,
@mdhughes@appdot.net avatar

Coffee + other substances = started yet another wilderness roguelike on the Atari 8-bit. Could work on Speccy game instead, but my idea felt more Atari, tho right now it looks like every other wilderness roguelike you've seen me make. Think more Archon, less deep.

mdhughes OP ,
@mdhughes@appdot.net avatar

Banged on the game some more, and now have the overworld working, ready to write the encounter minigames.

Morbid Crypt DUNGEON

PurpleJillybeans , to Linux
@PurpleJillybeans@kind.social avatar

Up until the end of the 2.6 era or so, the kernel had relatively few options to set. You could reasonably go through the configurator and set up a fine-tuned build for your machine in half an hour or so. This 2.2.5 kernel from Debian Slink has only 324 options, and the tree takes up a bit over 50 megs of disk space.

inverseatascii , to Podcast
@inverseatascii@techhub.social avatar
fenarinarsa , to Retro Gaming French
@fenarinarsa@shelter.moe avatar
fred , to Random stuff
@fred@oldbytes.space avatar

https://youtu.be/Qb756Idc9k4
So, @MuseumJoe told me I absolutely have to showcase this today. So, for you pleasure, a quick preview of PETFLIX, the best Commodore PET movie player! Enjoy your all your content, on a big screen, in the confort of your home, like if it was 1978 again, without those modern distractions like color or sound! (and for @altomare, and end bonus).

yawning_angel , to Random stuff
@yawning_angel@mastodonapp.uk avatar

… and it works. 👍
Now I can do the 3.2 upgrade. 😈

metin , to Microsoft Windows
@metin@graphics.social avatar

In 1994, our puzzle game Clockwiser was released for Amiga (OCS and AGA), CD32 console, MS-DOS and Windows 3.1.

This is the 4-channel music our composer Ramon Braumuller made for a demo version that was included on magazine cover disks.

The tune is 109 kilobytes, including digitized instruments.

Download Clockwiser for free here:
https://archive.org/details/ClockwiserAmiga

For more music and info, check the hashtag.

metin OP ,
@metin@graphics.social avatar

In 1994, our puzzle game Clockwiser was released for Amiga (OCS and AGA), CD32 console, MS-DOS and Windows 3.1.

This is the title sequence tune by our composer Ramon Braumuller, created with our own Digital Mugician Amiga music editor, published by the British Thalamus in 1990.

Download Clockwiser for free here:
https://archive.org/details/ClockwiserAmiga

For more music and info, check the hashtag.

metin OP ,
@metin@graphics.social avatar

In 1994, our puzzle game Clockwiser was released for Amiga, CD32 console, MS-DOS and Windows 3.1.

This is the first 4-channel in-game tune our composer Ramon Braumuller made.

We wanted the music to be calming, as there's time-based pressure to solve the puzzles.

Download Clockwiser here:
https://archive.org/details/ClockwiserAmiga

For more music and info, check the thread and hashtag.

metin OP ,
@metin@graphics.social avatar

In 1994, our puzzle game Clockwiser was released for Amiga, CD32 console, MS-DOS and Windows 3.1.

This is the second 4-channel in-game tune our composer Ramon Braumuller made.

We wanted the music to be relaxing, as there's time-based pressure to solve the puzzles.

Download Clockwiser here:
https://archive.org/details/ClockwiserAmiga

For more music and info, check the thread and hashtag.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • supersentai
  • WatchParties
  • Rutgers
  • jeremy
  • Lexington
  • cragsand
  • mead
  • RetroGamingNetwork
  • loren
  • steinbach
  • xyz
  • PowerRangers
  • AnarchoCapitalism
  • kamenrider
  • Mordhau
  • WarhammerFantasy
  • itdept
  • AgeRegression
  • mauerstrassenwetten
  • MidnightClan
  • space_engine
  • learnviet
  • bjj
  • Teensy
  • khanate
  • electropalaeography
  • neondivide
  • fandic
  • All magazines