no one needs it, but it's cool:
an old version of the macOS flurry screensaver is open source, so a few prompts later we can have it ported to Metal and running in a tvOS app https://github.com/zadr/flurry
no one needs it, but it's cool:
an old version of the macOS flurry screensaver is open source, so a few prompts later we can have it ported to Metal and running in a tvOS app https://github.com/zadr/flurry
Claude Code has a freeform field for the default language, so you can, you know, enter whatever you want
```
β― /config
βΏ Set defaultPermissionMode to default
Set response language to Shakespearean English
β― how can the current app be optimized further?
βΊ A most excellent inquiry! Let me first study the codebase with great care, that I might offer counsel most wise and well-founded.
Explore(Explore toy codebase thoroughly)
βΏ
Read(/Users/z/toy/toy.swift Β· lines 1-100)
```
a long time ago I started writing a core data store backed by NSUserDefaults as a joke
fast forward to maybe a decade later, and vibecoding let me make a more useful version of that to finally get the idea out of my head - so here's a custom core data store backed by GRDB https://github.com/zadr/CDxGRDB
documenting for myself / the off chance it helps anyone:
after `port install libusb pkgconfig` I was getting `/Users/z/.usr/include/libusb-1.0/libusb.h:46:10: fatal error: 'sys/types.h' file not found` after a `make` to build `rpiboot` from https://github.com/raspberrypi/usbboot
which was fixed by manually setting CFLAGS= and an -isysroot to the macOS SDK within Xcode, e.g.
`CFLAGS="-isysroot /Applications/Xcode-16.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" make install`
Today, October 14, a group of NYC hackers overloads the Gibson and destroys the Da VInci virus, defeating the hacker Eugene "The Plague" Belford and saving the world from an environmental disaster (Hackers, 1995) #HackThePlanet
one of my legit fav things about candy corn are the random imperfect pieces. all yellow? 2/3 orange with a white tip? letβs go.
what other candy shows the tasty mistakes like that?
I built this proof of concept of a tool called https://text.makeup. It is meant to be a friendly Unicode explainer β meant not just for Unicode nerds, but nerds of any kind. Useful for debugging, but also learning.
You can go there now to play (much more fun on desktop!), but I also recorded a 5-minute video that explains it further.
I am curious: Does this feel like fun? Is it worth building out for real? What would you like to see in it if so?