Tinderbox

https://macintoshgarden.org/apps/tinderbox

The Foundry's Tinder product line delivers image processing plug-ins to the most demanding professionals in the post-production industry. Now these highly regarded developers have turned their years

#macgarden #Plugins #VisualArtsGraphics #2000 #TheFoundry

Did a bit of "fuck around - find out" kind of #DIY .
Protip: soldering irons don't like running at max heat and you shouldn't muck around with a 500 C iron on the PCB for dozens of second if you want to have pads left to solder onto.
Protip 2: Don't ask me to install a cabinet.
cc: #soldering #theFoundry

Welp. I got a new #soldering iron and tried to put together one of the soldering kits I bought years ago and I think I already managed to fuck up the tip.

At least this is a very cheap iron, so it's not a huge loss. But still, ugh.

cc: #theFoundry

Finally finished building my very own stream-deck like shortcut panel from scratch. The wide e-ink screens gives you ten customizable shortcuts that can be activated by the buttons around the screen and the device matches the shortcuts to the currently active window when connected to a PC https://danielbarleben.com/keystone #theFoundry #hardware #diy

the other day i looked through our old box of electronics parts from a few years ago. the box was missing some things, but it had some buttons, and an Arduino-compatible with internet capability (!).
so i taught it how to light the onboard LED, accept Morse code, and send messages to @d6 's nanochat

is this the first message sent to the nanochat server by somebody keying dots and dashes?!

#theWorkshop #theFoundry

Trying to learn some #DOS #sizecoding during lunch break. First mistake that qualifies as a happy little accident.  

echo aACgB7ATzRCquM3M9+eI0PbgicOI8PbgAcOD+z596bAP6+U= | base64 -d > a.com
dosbox a.com

cc: #theWorkshop #theFoundry

Was hanging around a cool hackcamp we're having in town this weekend and got excited enough about MeshCore to pick this back up! 😉

@hpux735 made some progress on the meshcore-rs library so I updated that and got it working no-std with very little (and much cleaner) adjustments. Now the crypto is working too, so I added this text display printing group chat messages :)

#theWorkshop #theFurnace #theFoundry

Oops, I fell down the embedded NAND/NOR storage rabbit hole!  
Trying to find a data structure that maximizes flash longevity and minimizes RAM and code footprint.

edit: forgot to mention: it should also be simple enough to implement in #Forth or some other minimal language. The aim is #collapseOS -style self-hosting, for maximum #permacomputing coolness.

#theWorkshop #theFoundry

Made some very small progress on the #CollapseOS #PocketViewer port by figuring out more of the int86 routine.
https://git.sr.ht/~raingloom/collapseos-cpv/blob/fb11e8485cf795272e8e62d285e99d92be174908/int86.asm
cc #theWorkshop #theFoundry

ps.: my #assembly skills are pretty newbish and rusty, so consider all comments uneducated guesses