Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

zachary 🌟

@zadr@mastodon.social
mastodon 4.7.0-beta.1
  • Open on mastodon.social

optimist warning

447 Followers
193 Following
14 Posts
Joined April 02, 2017

Posts

Open post
zadr
zachary 🌟 @zadr@mastodon.social · Jul 19, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social
Replying to @zadr@mastodon.social

in in macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/rust-1.0.tcl

581 + if {[option os.platform] eq "darwin" && [option os.major] >= 27} { 582 + rust::append_envs CARGO_PROFILE_DEV_STRIP=none 583 + rust::append_envs CARGO_PROFILE_RELEASE_STRIP=none 584 + }

to get rust to build on macOS 27 on macports for now - otherwise rust is producing bad dylibs the OS won't load 🙃 https://trac.macports.org/ticket/74117 / https://github.com/rust-lang/rust/issues/157750

0
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Jun 14, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

Here's a lil Swift script that lists enableUpcomingFeature/enableExperimentalFeature values for your Swift toolchain (+ can let you know what is newly added)

Works by downloading headers and embedding and compiling C to read headers fetched from the internet (GitHub), so maybe don't trust it all the time

https://gist.github.com/zadr/7d420f936f89e9c62b0312ca3f18a3a4

0
1
1
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Jun 14, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

one regex and claude writes Swift like Perl

1
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Jun 12, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social
Replying to @kyleve@mastodon.online
@kyleve@mastodon.online @numist@xoxo.zone yeah this is dope. excellent writeup as well!
1
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Mar 30, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social
Replying to @nuthatch@infosec.exchange
@nuthatch pretty good movie though, yeah?
2
1
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Mar 28, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

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

Your browser does not support the video tag.
GitHub

GitHub - zadr/flurry: Flurry screensaver

Flurry screensaver. Contribute to zadr/flurry development by creating an account on GitHub.

205
3
47
2
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Mar 27, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

who's going to turn one of these things into an aquarium now? https://9to5mac.com/2026/03/26/apple-discontinues-the-mac-pro/

Apple discontinues the Mac Pro with no plans for future hardware - 9to5Mac
9to5Mac

Apple discontinues the Mac Pro with no plans for future hardware - 9to5Mac

It’s the end of an era: Apple has confirmed to 9to5Mac that the Mac Pro is being discontinued. It has...

2
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Mar 22, 2026
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

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)
```

4
0
1
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Oct 14, 2025
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

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

3
0
1
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Feb 03, 2025
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

anyone have a version of `~/.rvm/scripts/rvm` thats, you know, not slow? currently hacking one up to assume macOS + zsh instead of re-checking on every env load but maybe someone else has beaten me to this already

0
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Dec 27, 2024
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

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`

1
1
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Dec 25, 2024
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

Looking into a perf problem for a holiday project, and its a whole mood

3
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Sep 29, 2024
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

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?

3
0
0
0
Open post
zadr
zachary 🌟 @zadr@mastodon.social · Jul 16, 2024
zachary 🌟
@zadr@mastodon.social

optimist warning

mastodon.social

the good ‘ole days @jlfischer@mastodon.social

1
0
0
0

Remote instance

mastodon.social
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 08:05:46 UTC