@NfNitLoop interesting, this looks fun. any chance you could get it into Homebrew though?
Boosted by aredridel@kolektiva.social ("Mx. Aria Stewart"):
QasimRashid ("Qasim Rashid, Esq.") wrote:
I sat down with David Morales, Rhode Island state rep and candidate for mayor of Providence, about his plan to cap rent hikes at 4%—the same measure the current mayor vetoed after taking corporate real estate money. We also talked about the surge of ICE activity across Providence.
Tune in to today’s episode of the Qasim Rashid Show: https://www.qasimrashid.com/p/episode-237david-moraless-fight-to
Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
howard@pdx.social ("Howard the Geek") wrote:
For those interested in an in-person #pdx #emacs event, a few of us nerds are meeting Tuesday, 15 September 2026 at 6:00pm at the Lucky Lab brewpub on Hawthorne Street for a PDX Emacs Social Hour.
While this event will primarily be social, I figured if we enjoy these gatherings enough, we'll might find a place with a projector and nerdout like we did in the previous decade.
Boosted by neatnik@social.lol ("Neatnik :prami:"):
comfortzonepodcast ("Comfort Zone Podcast") wrote:
Comfort Zone is going indie!
We want to sincerely thank the folks at MacStories who believed in us two years ago and massively helped in launching this podcast. But after 113 episodes of beautifully executed challenges (right?), Comfort Zone will be moving to its own home soon.
This means we are going to be on a hiatus while we work things out, and migrate between hosting services. We will keep you updated when we are ready to resume the show! 💛
Boosted by neatnik@social.lol ("Neatnik :prami:"):
nileane@nileane.fr ("Niléane") wrote:
RE: https://mastodon.social/@comfortzonepodcast/117151630123739809
have some trust in the low-res Poe Dameron
jonny@neuromatch.social ("jonny (nonvenomous)") wrote:
If theoretically all your parking tickets and towing fees amount to more than your car is worth, can you just buy your own car back from police auction
NfNitLoop ("Cody Casterline 🏳️🌈") wrote:
@glyph it’s not explicitly happy eyeballs, but Iroh connections will try multiple IP addresses in parallel and connect on the fastest one. Will even multi-path and change routes transparently if network conditions change. I wrote a tool that you can use with ProxyCommand to proxy via such a connection:
https://codeberg.org/nfnitloop/sned/src/branch/main/crates/sned
Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
zzt@mas.to ("[object Object]") wrote:
it’s really weird to see people post about Apple not betting on AI as Apple rushes the release of the ear cameras that can only feed photos into an LLM, right after Apple started a fight with the EU over the API they designed that lets an LLM access all the data on your device
Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
tante@tldr.nettime.org wrote:
I was a guest on David Gerard's podcast. We talked about "AI" and what happens after the bubble.
It was some great fun!
https://www.youtube.com/watch?v=beUZ2scYWUA&list=UU9rJrMVgcXTfa8xuMnbhAEA
thought I would be clever and use a ProxyCommand with netcat, but netcat _also doesn't do happy eyeballs_ I feel like I'm taking crazy pills here
Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
bisonrimant@piaille.fr ("Bison") wrote:
how it's going
Boosted by cstanhope@social.coop ("Your weary 'net denizen"):
emsquared@social.coop ("Emsquared") wrote:
The charity shop classics radio programme played this on Sunday and it has haunted me ever since.
Warning: contains jazz bagpipes.
#music
annoying coda 3:
OpenSSH doesn't use Happy Eyeballs yet, it just connects to every resolved address from GAI in sequence.
In 2026.
So this is very slow.
andrewnez ("Andrew Nesbitt") wrote:
v0.12.0 of brief is out, lots more tooling detected, especially in scientific software: https://github.com/git-pkgs/brief/releases/tag/v0.12.0
Boosted by brib@bribstodon.xyz ("brib :neofox_floof: :Nonbinary:"):
nycki@critters.gay ("Klay") wrote:
@spycrab@kolektiva.social @vlrny@disabled.social evergreen post:
Boosted by glyph ("Glyph"):
kottke ("kottke.org") wrote:
Meat proxy (noun): “A person who forwards AI-generated text, code, or other output without reading, understanding, or validating it. The person acts only as a relay between the AI system and the intended recipient.” https://sfisms.org/meat-proxy
neatnik@social.lol ("Neatnik :prami:") wrote:
Life is short, and our world is amazing. We're surrounded by interesting people and beautiful nature. So why does anyone want to allocate a disproportionate amount of their attention to machine-generated outputs?
Every prompt moves us further away from what really matters.
Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
actualham@social.coop ("Robin DeRosa") wrote:
This is pretty much where I sit on AI today. Christopher Newfield always gets the context right IMO. https://utotherescue.blogspot.com/2026/05/liner-note-53-ai-and-public-good.html
neatnik@social.lol ("Neatnik :prami:") wrote:
RE: https://mastodon.social/@kottke/117151078952883396
Everyone should think about the meat proxies in their lives. I see people here every single day who speak out against AI but cozy up to devs who openly vibe-code their stuff. Supporting an "indie" dev who's using the very tools that you refuse to use yourself isn't the upright stance you think it is. It's like buying a carbon offset and thinking you accomplished something.
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
ladybugs are A Wunnerful Thang
Bizarre and annoying coda number 2: apparently the binding of “virtual interface” to “network device” on macOS is by like… vendor, or driver type, or USB device name, or something, and *not* by MAC addresses. 2 of my adapters are Realtek and 1 is Intel. When I added the VLAN to the Intel adapter, it applied to the Intel adapter. when I added one to the first realtek, it applied to both realteks.
This doesn’t cause any problems for me in this specific situation, but… what an odd choice
baldur@toot.cafe ("Baldur Bjarnason") wrote:
More iOS 26 bugs: the refresh button in Safari sometimes just disappears. One tab got stuck in an infinite form resubmit cycle upon returning to Safari after a hop to another app. And that’s just the bugs in the past hour or so. This OS is one of the buggiest I’ve used even without the UX disaster
Boosted by glyph ("Glyph"):
david@theblower.au ("David de Groot") wrote:
Did you know that PySide6.QtWidgets.QFileDialog.getExistingDirectory()
behaves differently on Windows to macOS ? i.e. the returned path on macOS (and presumably Linux) has a trailing slash, whereas on Windows it does not.Ordinarily not a huge deal, except when you use os.path.dirname combined with os.path.basename to get the final part of the path, which works swimmingly on macOS, but the lack of trailing slash means it breaks on Windows.
An easy fix, but something that caught me off guard.
neatnik@social.lol ("Neatnik :prami:") wrote:
There are two qualities that define a reply guy: frequency and quality. Replying to many messages doesn't make someone a reply guy. Making the occasional lame or annoying reply doesn't make someone a reply guy. But frequent annoying replies? Reply guy.
*This* is a reply guy: https://thenib.com/mister-gotcha/
Don't be a reply guy.
dysfun@treehouse.systems ("gaytabase") wrote:
okay so one thing that was pointed out to me about haskell-style syntax is that it's not very good for screenreaders because you have no idea how wide an indentation is.
Boosted by cwebber@social.coop ("Christine Lemmer-Webber"):
zardoz@ioc.exchange ("algernon.st") wrote:
@cwebber coyotos / capros tiem
Boosted by cwebber@social.coop ("Christine Lemmer-Webber"):
macthemes@erambert.me ("Macintosh Themes") wrote:
Sea Sprite - Janet Parris
https://macthemes.garden/themes/f2a95c25f82a-Sea-Sprite
cwebber@social.coop ("Christine Lemmer-Webber") wrote:
That's it I've had it with Linux, time to pivot to KeyKOS
Boosted by soatok@furry.engineer ("Soatok Dreamseeker"):
foone@digipres.club ("Alice Averlong🏳️⚧️") wrote:
This is a neat bit of tech. It's an e-paper display, which can be updated wirelessly. And it has no battery!
During programming, it's powered by the same NFC signal from your phone that's programming it. And since it's e-paper, it doesn't need power after that.https://www.waveshare.com/wiki/4.2inch%5FNFC-Powered%5Fe-Paper
Boosted by soatok@furry.engineer ("Soatok Dreamseeker"):
stejfs_photos@mastodon.goeg.dscloud.biz ("Štejf's Photobox") wrote:
2Dance - Hamm 04.2026
2Dance - Hamm 04.2026








