Greg Gallardo
@greggallardo.bsky.social
48 followers 75 following 60 posts
RetroGameDev dilettante. Just some old tech guy in Iowa. I mostly like making things, reading about tech/science, and video games. https://github.com/radioation https://www.youtube.com/greggallardo
Posts Media Videos Starter Packs
greggallardo.bsky.social
If I still had my Super Nintendo Chalmers I'd want that skin.

I have a Super Famicom and a Super NT, but it's not the same.
greggallardo.bsky.social
Rabbit, but sometimes "Super Nintendo Chalmers"
greggallardo.bsky.social
Thx. I love the general look of raycasters. Now that I get how they work, I want to put them on everything. I've got a version running in raylib and I wonder how difficult it'll be to get a low rez version running on my Atari.

I want to get this optimized on genesis and hopefully networked first.
greggallardo.bsky.social
Thanks. I wasn't really happy with the way things looked with mirroring. I think this is a good compromise if I can keep this frame rate as I add in more features and optimize.
Reposted by Greg Gallardo
usafacts.org
✈️Burbank’s control tower temporarily closed overnight due to staffing shortages.

As the government shutdown continues, will this continue? Maybe.

In 2023, nearly half of Federal Aviation Administration (FAA)'s 290 facilities were understaffed. Burbank Tower was 100% staffed.
greggallardo.bsky.social
Rewrote my #SGDK / #segagenesis raycaster again. This time to get rid of the Toy Story mirroring. The FPS dropped of course. But I think I'd rather run 10 to 13 FPS without mirroring the screen than run 15 to 20 with mirroring.

There's still some optimizing I can do, so maybe 15~ish is possible.
greggallardo.bsky.social
Pleasant surprise today. I bought this Atari 400 about a decade ago off goodwill. I assumed it was 16k and forgot all about it. Remembered it today and was thinking I’d mod it with more memory. Looks like it’s already been modded.
Atari 400 comport with basic loaded. Printing “FRE(0)” shows 37902
greggallardo.bsky.social
This reminded me to donate to Wikimedia Foundation.
Reposted by Greg Gallardo
fightforthefuture.org
NEW: Our very own @liaholland.bsky.social digs in with @taylorlorenz.bsky.social about the political campaign against VPNs + how to fight back.
notatiktok.bsky.social
Excellent interview @taylorlorenz.bsky.social. VPNs are our last line of defense against internet censorship. It was only a matter of time before the censors come after us.

youtu.be/IoXafCNjl54?...
The Shocking Plan to Kill Online Privacy: A VPN Ban Will Break the Web
YouTube video by Taylor Lorenz
youtu.be
greggallardo.bsky.social
It didn't really have any better suggestions than what I'm already considering. I hope to have a faster version of Mega Driving coded after I get one a 4-player retrolink game working.
greggallardo.bsky.social
ChatGPT just told me to read my own code to learn about Pseudo 3D roads
greggallardo.bsky.social
Moar retro networking. #fujinet and #retrolink

When I get back to this I'll probably rewrite the Atari version in C or Assembly. Fastbasic is nice, but I'm interested in trying out other languages with the fujinet.

youtu.be/oDibgAlDus4
Atari 800/Fujinet and MegaDrive/Retro.LInk Chess server test
YouTube video by Greg Gallardo
youtu.be
greggallardo.bsky.social
Trying a different approach to rendering textures. #segagenesis
Reposted by Greg Gallardo
tschak909.bsky.social
Friend and fellow #FujiNet hacker @FozzTexx turned a #TRS80CoCo into an OSC (Open Sound Control) instrument via #FujiNet for #SepTandy!
video: www.youtube.com/watch?v=9Aej...
blog: www.insentricity.com/a.cl/293/jam...

#retrocomputing
Jamminate your 8-bit! Demo using FujiNet and OSC keyboard with TRS-80 CoCo 2
YouTube video by FozzTexx
www.youtube.com
Reposted by Greg Gallardo
wikipedia.org
We promise this pandemic was only virtual.

20 years ago, an unexpected event in the online game "World of Warcraft" caught the attention of players and researchers. A new dungeon introduced a boss whose special attack temporarily drained a player’s health and could spread to others nearby. 🧵⬇️ (1/3)
Two adults in elaborate fantasy cosplay, one as a pink-skinned elf and the other as a green-skinned orc, at a convention. Text says: What happens during a virtual pandemic? 20 years ago, the Corrupted Blood Incident took place in the online game World of Warcraft.
Reposted by Greg Gallardo
digitaleclipse.bsky.social
The Mortal Kombat: Legacy Kollection enters Earthrealm on October 30th for PC & consoles.🐉

Wishlist: https://link.atari.com/MKLKollection
greggallardo.bsky.social
Atari 800XL acting as a stockfish UI with #fujinet through a webserver. I'll have to think a bit on how to make the webserver handle two players. I want to update my Sega retro.link version first.
greggallardo.bsky.social
As it turns out, it's trivially easy to make a #fujinet talk to a Python webserver (with python-chess) in front of Stockfish. No need for me to move my valid-move code to a webserver.

I POST moves and GET the current board. I should be able to make both my A8 and SGDK chess boards talk to this.