roger_booth, to random
@roger_booth@social.bitwig.community avatar

Now that programming has been declared dead by the AI pundits, we can go back to the days when programming was actually fun.
There's a game on Steam that lets you program like it's 1985 on a fictional computer called TIS-100
Trailer 👉 https://www.youtube.com/watch?v=HSg1qT2aNnw

My friends on Steam are all pinball players, but it turns out several have played TIS-100.
Every puzzle ranks my optimization skills against theirs.
This is like nerd-squared territory

-100



popey, to random
@popey@ubuntu.social avatar

Went into the loft to get the Christmas decorations. Stumbled on this old thing. No idea if it all works. I guess that’s my Sunday sorted.

till, (edited )
@till@ubuntu.social avatar

@popey I also had a computer, when I got 16, after having borrowed a (3.5 KILObytes of RAM) for 2 or 3 months. Unfortunately, I do not have it any more, as I never had the money to buy a new computer without selling the old one ...

I programmed in , , and on it.

Who has none, get (for 38911 Basic bytes free) and (for the adventure games)

amarok, to retrocomputing Czech
@amarok@mastodonczech.cz avatar

Nechápu, proč velká část schopných programátorů stále používá Windows.
Zde krásný příklad, jak je ve Windows vše kolem vývoje programů složitější, instalace assembleru CC65 a emulátoru FCEUX, několik nutných kroků včetně navštívení obou homepage.
V Linuxu (Debian, Ubuntu a deriváty) stačí jen v terminálu:
apt install cc65 fceux
a hotovo 😎 Protože tučňák má rád programátory.

https://www.youtube.com/watch?v=RtY5FV5TrIU

DrHyde, to rust
@DrHyde@fosstodon.org avatar

Someone found a legitimate problem with my small patch (about 30 lines of #C). They fixed it. In 2800 lines. The resulting code is undoubtedly safer. My patch translated into would have been safe and still about 30 lines. C is fun, but hateful. Fuck the . Amusingly the 2800 line improvement had to drop down to real non-portable in a few places to get it to work so it only works on x86 and ARM whereas my version works everywhere.

MarkoHelgenko, to python Ukrainian

Знову був срач із серії - це кал, переходь на (тут список здебільшого зумовлений, мабуть, психологічними травмами як у Індіани Джонса, якщо хто зрозумів про що я).
Я не різнобічний у калознавстві, але найкращий стек технологій це той, який ти знаєш.
При його знанні та закриваючи прогалини в ньому за допомогою ШІ можна зробити макет практично будь-якого проєкту щоб показувати його в пошуках фінансування.
Зробити за добу, щоб хоч якось працювало, та за тиждень, щоб було несоромно показати.

MarkoHelgenko,

@alexcleac У мене першою мовою був на синклері з 48 кіло пам'яті. Потім був на 286 процесорі. Після - . Після я довго мучився з чим завгодно (наприклад - отка екзотика), поки не знайшов , який завдяки потужному залізу (а воно зараз на тлі 48к усе потужне) річ узагалі не вбивається. Але в улюбленому геймдеві марна. Хоча якщо міць наростять, а її наростять, то ще подивимося.
Стоп. Я ще кодив на калькуляторі МК52, тож було життя і до бейсіка.

itnewsbot, to Games
@itnewsbot@schleuss.online avatar

It’s Snake, In A QR Code, But Smaller - We’re not sure that many of you have recognised the need in your life for an x86 m... - https://hackaday.com/2023/08/03/its-snake-in-a-qr-code-but-smaller/

retropolis, to amiga Portuguese
@retropolis@bitbang.social avatar
Wintermute_BBS, to random

A question to those of you using on - do you know whether or not the DX-Forth understands mnemonics?

xexer, to c64 Italian
@xexer@livellosegreto.it avatar

Non so se conoscete Triangular OS per , progetto carino, un os ad icone però in grafica petscii o giù di lì.
Preferisco il buon vecchio geos ma anche questo non è male, include anche una simil Shell comandi che estende un po' più facilmente la gestione delle periferiche analogamente allo speeddos.

https://commodore.software/downloads/download/37-operating-systems/16129-triangular-uos-1-25

Wintermute_BBS,

@xexer @tschak @BlackICEBBS I can just say that I think GEOS really shows the possibilities. Yes, there's no multitasking but I don't consider this a crucial requirement for 8 bit OSes.

For example: I'm using CP/M on my 8-bit machine, it provides me with several development environments (, #C and ). I have word processing on it (, of all things!). I have for database stuff if needed, for connecting via and even a neat collection of VT100 games. So yes, I think an 8-bit computer without multitasking is a good computer for integrated software in one OS. And the is no exception from that.

3rz, to random German
@3rz@freiburg.social avatar

Why is a "BSS" section used in so many assemblers across platforms, and where does it originate?

Turns out: IBM. Again.

“The FORTRAN Assembly Program (FAP) is an assembler for the 709 … [computers].

Its pseudo-operation BSS, used to reserve memory, is the origin of the common name of the "BSS section", still used in many assembly languages today for designating reserved memory address ranges of the type not having to be saved in the executable image.“

https://en.wikipedia.org/wiki/IBM_700/7000_series#FORTRAN_assembly_program

CommanderViral, to retrocomputing

Wrote my first bit of today. Going through the programming course on Pikuma to brush up on my assembler.

vingtroiseize, to random
@vingtroiseize@mastodon.world avatar
root42, to random
@root42@chaos.social avatar

New video: Let's Code x86 Assembly: 0x08 Sizecoding Game Of Life WITH "MUSIC"

In this episode we take a look at a tiny 256 Byte intro that I originally coded for the Outline 2023 demo party. However as I couldn’t attend the party in person, it wasn’t used in the competition. So instead I walk you through the code here and explain how to fit Conway’s Game of Life into 256 bytes and also have some MIDI music, for lack of better words!

https://youtu.be/noNhtyEKeb0

homeindorset, to FolkMusic

I posted my introduction some time ago, but failed to pin it, so here goes again.
I'm a retired writing mainly in and other languages.
Things I like now are .

lancetay, to random
boeckmann, to random German

Playing with on a Raspberry is fun, feels like an alternate reality 🙂

I managed to compile my for it, and as able to assemble a hello world.

Restricting to ANSI #C when writing it helped porting a lot. Did not had to change a single line. In the next days / weeks I try to adapt it a little more to , and perhaps try to get it into the package manager.

development on , how cool is that 🕺

vingtroiseize, to random
@vingtroiseize@mastodon.world avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • Durango
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ngwrru68w68
  • kavyap
  • GTA5RPClips
  • provamag3
  • ethstaker
  • InstantRegret
  • Leos
  • normalnudes
  • everett
  • khanakhh
  • osvaldo12
  • cisconetworking
  • modclub
  • anitta
  • tester
  • megavids
  • lostlight
  • All magazines