Went to a protest today and it made me feel a bit better. A lot less angry at everyone, except the ones I should be angry at.
๐ต๐ธ whoever loves Digit
npub1wamv...u3l2
Digit is Digit. I love her. I knew her online from wallstreetbets and she disappeared while going through some shit. I keep needing proof she's safe.
To anyone I've ever treated unfairly, I apologize.
Hand feels like it broke today when absolutely nothing happened to it. Maybe my first time feeling carpal tunnel? Not sure whether to rest with water, rest with water+painkillers, or go to the hospital. Just resting with water for now.
I wish there were enough nostr users for me to #grownostr graffiti to get even more users without the cops instantly being like "oh, this is that one guy that uses nostr"
I remember my dad being really impressed with the specs of the Game Boy Advance when it came out. He called it a pocket supercomputer or something. I believe more can be done with those devices than programmers have unlocked so far
Is Cradicle ready for you to use for your coding projects? #asknostr #devstr


6.282ษฑ | The GitHub cure: Radicle + P2P + Tor + nostr + Monero (Project Zymogen) ยท Monero Bounties
Project Zymogen Goal: to potentially create a decentralized GitHub. (You can name it whatever you want, Zymogen is just a placeholder name) Phase I A
The post-ww2 world sucks because the Nuremberg trials weren't serious, and the post-ww3 world will suck too because there won't be serious trials after ww3 either
Reminder: it would only take any nostr client operator 1 day to make a no-lightning version of their client, and instead it's one of the features I've been reiterating we need for years. This makes it look pretty hopeless for more complex features we also need, like p2p networking over Tor, and a human-tag web of trust to filter bots.
Following @DagzTagz on X is basically the only reason it's ever worth the trip from nostr for me


I wonder how people will react to citizens being murdered by the authorities under the next Democrat President
Democrats and Republicans are such fucking disgusting pieces of shit and almost no one is standing up to them.
Maine protests have already fizzled out. Yet again, as usual, Primal trending feeds have been full of retarded bullshit with almost no mentions of the protests or the latest ICE murder.
I'm so fucking tired of being surrounded by the lowest fucking quality humans imaginable.
Did you know the biggest species of squirrel is like 2 feet long and lives under your house?
Releasing VideoStore Codec v0.0.4 within the next hour, see replies for links
A script for embedding files in videos and extracting them back out
Encoder requirements: zint, ffmpeg, optionally par2 for error correction
Encoder usage: -e <input_dir> <output_dir>
Decoder requirements: ZXingReader, ffmpeg, optionally par2
Decoder usage: -d <input_video> <output_dir>
Mini extractor usage: <input_video> <bins_dir>
Mini reassembler usage: <bins_dir> <final_output_dir>
Open source / public domain. "Vibe coded" using unpaid chat bots.
Details:
This script makes a video sequence of data matrix codes out of any smallish files (test payload was about 1.5MB).
While doing this, it also makes 2 QR codes containing the extractor and reassembler scripts needed to decode files back out of the video.
The standard data matrix outputs are small enough to fit in the corner of a video, so you can then put these files inside any bigger video. Then, if you have a download link that ever goes down, it doesn't matter as long as the video is still up. The files are in the video, along with the 2 scripts needed for decoding.
There also should be enough error correction to handle reasonable amounts of video compression + dropped frames (don't push it though). #devstr #opensource