home.social

#retrocoding — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #retrocoding, aggregated by home.social.

  1. 🤦‍♂️ Oh, look! Someone decided to revive the 1980s by writing a web server in #ARM64 assembly—because obviously, the world was clamoring for that. 🙄 Instead of using anything remotely practical like #Nginx, let's waste time reinventing the wheel with raw syscalls, because, why not? 🚀
    imtomt.github.io/ymawky/ #webserver #assembly #retrocoding #reinventingthewheel #HackerNews #ngated

  2. tinkering with #durexforth on the
    #Commodore64, doing some #retrocoding

    I have compiled Durexforth from source, using the "master" branch. The main reason for this being that - unlike the official 5.0.0 release - the most recent code allows the S" word to be used in interactive mode.

    Even more interesting is the fact that there already is a COUNT word but not its counterpart PLACE - so I provided that myself. And that eventually enabled me to provide a new, custom word: S, (which you may know from gforth)

    S, will add a counted string to the dictionary, starting at HERE

    Which eventually gives us a the ability to create nice lists of strings. 💡

    Now, why do all of this (despite having fun)? 🤔

    Well, remember when I put together a two-word parser for a simple #textadventure #game in DX-Forth on CP/M? 🔄
    (oldbytes.space/@Wintermute_BBS)

    With my additions in place that code now also runs on Durexforth without any changes (despite ASCII to PETSCII conversion) .... yay!

    #forth
    #programming

  3. You are bored and don't know how to spend your time #RetroCoding?

    Well, now you are lucky, as I'd love some contributions to my #MSDOS #RetroComputing projects!

    Feel free to help me out with code, documentation or finally a "real" website for #DOjS, #DOStodon, #jSH, #DosView, #lib16 and more 😊

    github.com/SuperIlu

    #RetroDev #RetroDevelopment

  4. If you want to run it on DOSBox, or have a peek to the source code of my fantasy football management program, I put it here: davbucci.chez-alice.fr/index.p I used a technique to sort of include inline assembly that was quite elegant and that I learnt from a paper by Francesco Balena in the mid-1990's. #retrocomputing #retrocoding #BASIC #QuickBasic #Fantacalcio #MSDOS

  5. 🌟 Breaking news: Developer discovers AI tools won’t do his job for him! 🚨 After a whirlwind love affair with AI code editors, our hero realized that relying on AI caused a slow-motion brain drain 🤯. Now he’s back to manually fumbling through code like it’s 1999, and recommends everyone join him in his retro parade 🎉.
    lucianonooijen.com/blog/why-i- #AItools #DeveloperJourney #CodingStruggles #RetroCoding #BrainDrain #HackerNews #ngated

  6. My FireJam program for the #F256K2, I drive it with a MIDI keyboard and target various sound chips. I found a quick method to bring YMF262 OPL3 instrument definitions of tunes I found in adlib tracker. Big learning curve but this feels like a W
    youtu.be/rQRmOsdoABI
    #yamaha #retrocoding