Elektrine lite

← Feed

Tom Forsyth

TomF@mastodon.gamedev.place

<p>Graphics coder and HW architect, previously at Muckyfoot, RAD Game Tools, Valve, Oculus, Intel, Rec Room and Riot.</p>

Posts

  • Post #4278034

    LTTP, but just started watching We Are Lady Parts. It&amp;#39;s going to offend lots of people for lots of reasons - don&amp;#39;t let any Americans watch it, they&amp;#39;ll lose their shit. I love it so far! If you saw Polite Society - same writer/director - Nida Manzoor.

  • Post #4278033

    Most heinous rhyme you secretly admire:

  • Post #3712899

    (apologies if you already read this rant on Bluesky) I am so tired of people who can&#39;t code telling me about how AI helps them code to 1% of the ability of a professional, which sure is 10x for them. It&#39;s like me telling people that the invention of music theory will make actual musicians obsolete because now I, too, can write chords that sound OK.

  • Post #3179328

    Deciding on Pico-8 vs Tic-80 for teaching tweenagers to code. They&amp;#39;re very similar systems - either is fine. I think Pico-8&amp;#39;s 128-pixel-wide screen is too small for coding on. Tic-80s is 240 which is nearly twice as wide. Yes, you can use an external text editor for both, but I think that&amp;#39;s a distraction for people starting out. Tic-80 has slightly better graphics - two layers, more colours. But I don&amp;#39;t think that matters for the kids learning. Otherwise very s...

  • Post #3179327

    English is so malleable. My wife and I were discussing our cat, who is easily miffed. She is normally quite gruntled, but she is sensitive to miffages such as being moved, and then even if the place she was moved to has high gruntleage (e.g. a lovely sunbeam), she will remain in a high-miff state and disenflounce. Even if she is then regruntled by e.g. being stroked, she still does not link the event to the increased gruntlement because of the mifficatious event that interrupted.

  • Post #2174157

    If someone says they have one of these cars, would you know what they mean well enough to point at it in a pub car park? (tick all that apply, and see second part of quiz below)

  • Post #2111770

    Well, I had fun two years: https://blog.recroom.com/posts/2025/8/25/rec-room-update-august-2025

  • Post #2020791

    It is spooky how much @rygorous and I agree on so many many things. So in lieu of me making a video of my ramblings, watch his instead. https://www.youtube.com/watch?v=UBhT7nbWpMg

  • Post #1930804

    Was watching a bunch of ST and Amiga games that we would today call &amp;quot;First Person Shooters&amp;quot;. The graphics are simple, but acceptable, and usually around 10fps. The surprising thing is that almost none of them use the mouse - they&amp;#39;re all keyboard or joystick controls. And these aren&amp;#39;t DOS ports - they were all first on either ST or Amiga. I guess we just never thought of it? Even years later, Doom&amp;#39;s mouse controls were pretty funky, and lots of people d...

  • Post #1926801

    OK, the &amp;quot;high five Wikipedia photo&amp;quot; thing is kinda cute. Well done. https://www.inverse.com/input/culture/wikipedia-high-five-too-slow-photos-mystery-couple-solved

  • Post #1836656

    Anyone know a simple source-level Windows+DX11 app with all the boring message pump etc stuff done. Bonus points for a simple 3D scene with flyable camera. I have a rendering idea I want to try out, but all my standard 3D rendering harnesses are OLD, or already have a chonky game inside them.

  • Post #1758424

    Lots of friends with sore wrists - endemic for coders. I&amp;#39;m not a doctor, but anecdataly lifting heavy things and putting them down again is really good for this. This is very counterintuitive - most recommend rest. But rest is not a long-term solution.

  • Post #1748903

    It&amp;#39;s funny that algo folks still like to talk about linked lists. But these days we avoid them like the plague because they thrash caches and prefetchers. In the 16-bit era, we didn&amp;#39;t have either of those things, so linked lists made a decent amount of sense. But it&amp;#39;s been 30 years! Re-evaluate!

  • Post #1748900

    What&amp;#39;s your favourite static web page builder? Something that takes some form of markup language and splits out some HTML. Nothing fancy, I just really really need to get my (read-only) web page/blog updated. Currently using https://pandoc.org/ which is great, just wondering if there&amp;#39;s other options.

  • Post #1005862

    Revision 2026 PC demos. It&amp;#39;s long, but don&amp;#39;t be afraid to use that fast-forward button, and remember they&amp;#39;re sorted roughly by quality, so make sure you at least watch the last few! https://www.youtube.com/watch?v=Lw4W9V57SKs

  • Post #957132

    This is stunning. Well done. https://www.youtube.com/watch?v=59NORGNnWlQ

  • Post #938083

    This weekend, Subnautica is free to play, and it and the full-sized sequel Below Zero are both 75% off to buy. If you have not tried these you absolutely should - I recently replayed them both and they&amp;#39;re still so good. https://store.steampowered.com/app/264710/Subnautica/

  • Post #734623

    Recent discussion about the perils of doors in gamedev reminded me of a bug caused by a door in a game you may have heard of called &amp;quot;Half Life 2&amp;quot;. Are you sitting comfortably? Then I shall begin.