Beetroot Paul

@beetrootpaul
301 Followers
313 Following
50 Posts
🔲 pixel artist · 👾 indie game dev · 🫜 creator of beetpx.dev
my other placeshttps://beetrootpaul.com
BeetPx game enginehttps://beetpx.dev

I made a short overview video of #picoCAD2 basics.
Check it out!
https://www.youtube.com/watch?v=ejpmTDYOBmI

#gamedev #lowpoly

picoCAD 2 Basics in 5 minutes

YouTube
#photoaday2026 056 - Soooon!

🎉 picoCAD 2 is out! 🥳
Model, texture, and animate - in a single lo-fi, easy to use package. 
GIF, GLTF, OBJ, and sprite sheet export. 
Available now on Steam and Itch!
Check it out! http://picocad.net

Thanks for boosting! ❤️ 🙏

@krystman Holy Moly…
Publishing a webpage in #picotron 0.3 by dragging it into podnet ~ each user has write and listing permission for podnet://{userid}/*

During one of the macOS updates (26.2?), Apple somehow introduced an ObjC exception that sometimes triggers when a new tab is created while in the tab overview. Swift CANNOT CATCH ObjC exceptions. Instant crash. This affected Ghostty as well as Electron (unrelated project).

The fix is equally crazy: write an ObjC wrapper around the crashy-function, catch it, and basically retry periodically. This is 100% an Apple bug, but the way it manifests and the fix required to workaround it is pretty gnarly.

Credit to everyone but me, I didn't do any research here, I only read the good work by others on this one (all visible in the refs).

Ref: https://github.com/ghostty-org/ghostty/commit/8b1e4c66d7eedbc9455e5e06c15b531945b1ccc3
Ref: https://github.com/electron/electron/issues/49819

macOS: fix crash when adding tab from tab overview (#11009) · ghostty-org/ghostty@8b1e4c6

(moved from #11008) I have this branch up to fix #10252. It was written with AI (in Cursor), but only after I made sure I thoroughly understood what was happening (almost to an excessive extent). ...

GitHub
@andrewrk At work we recently had a lot of chit chat about some heating stock taxation details. The amount of IANAL disclaimers was over 9000 😫 I wonder whether it is a real legal risk mitigation of just an observed behavior repeated to the extreme 😅
@johanpeitz Am not sure if what I say makes sense (never used picoCAD before), but I wondered about using it for my next game, first tiny one in 3D, and you made me realize I would be limited to a specific color palette. Therefore my vote goes for custom ones :) (I usually pick some from @lospec )
@grumpygamer Artisan Coder will be a thing then? Will it be paid premium? 🤔

AI agent "contributes" PR to matplotlib.
PR gets rejected.
AI agent *writes and publishes blog to shame the maintainer*.

What a time to be alive.

https://github.com/matplotlib/matplotlib/pull/31132