this post was submitted on 16 Feb 2025
268 points (94.1% liked)
Technology
63075 readers
6483 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Basically everybody making a game for Amiga made the equivalent of their own graphics drivers. Programming direct to the specialized hardware, and M68000 assembly was so easy and intuitive it was a joy to use.
But that way of programming apps is completely obsolete today. Now it's all about abstraction layers. And for a guy like me, it feels like I lost control.
If you want to program "old school" you have to play with things like Arduino.
I'm a relic now, that's just how it is.
Time to program the ESP8266 :-)
My wife actually used that for something she needed to be able to remote control a few years back. She tells me it an amazing chip. 😀
Wow cool!
Yes it's one of the most cheapest and amazing chips but also not very known about, or so I feel.
I made a little webserver on it that polled a site I had, so that I could switch (ok, only a led but still) on and off both from the esp and the website. Quite capable little chip.