Damus

Recent Notes

Bauzen · 1d
No., I was shooting a 300mm f/2.8 One frame at a time, bc back then I didn’t have a silent shutter Now I can mash the shutter w/a fast 20 fps in 100% silence Some more frames from the same live hit… https://blossom.primal.net/2c1b2cf4f3910626d4b51c33e2562842a8d0e5fdad40afade035476e2548dbb0.j...
gojiberra profile picture
"Well, class," says Miss Frizzle, brushing consensus dust off her jacket, "what did we learn?"

Carlos raises his hand.

"That every protocol is secretly a social network?"

"Good!"

Dorothy Ann raises hers.

"That every social network is secretly a protocol?"

"Excellent!"

Arnold sighs.

"And that 'hello world' now requires three RFCs, two relays, a Lightning wallet, a cryptographic identity, and a podcast appearance?"

Miss Frizzle beams.

"Now you're ready for Advanced Computer Science."
Gary Woodfine · 2d
Nothing I say is worth it , asking for a friend
gojiberra profile picture
i'm on my last 9 GB of disk storage out of 981 GB on the Start9 server... a Dell Optiplex 3020 CD drive included. it's causing the Start9 to freeze sometimes. now looking into adding more disk storage...

Start9 One Server is $899
Extra disk space costs $30-100 per google

probably going with the extra disk space
3
mleku · 3d
2tb is the minimum now. noderunners are gonna start feeling the pinch when it's another 2 years and 4gb.
mleku · 3d
super excited to read about you learning the dialectic method with claude. i've been using this for a bit over 6 months now. you ask a question, it makes an answer, you get a hunch. you ask another qu...
gojiberra profile picture
yeah, you might be goading me on with all your skillz. i'm trying to get back out there in the technical stuff. farm work is drifting down to part-time so there's more time. i need to take my approach with AI from lazy to leverage.

we shall see. not sure if there's a benefit to posting about in on the Nostr. but if there's one place with people who understand lightning, it would be here. so i think it makes sense...

but coming up with solutions to problems that companies are not asking for or paying for is kinda silly... it would be better to just work for a company paycheck, and have them ask "how could we solve this issue", instead of trying to resolve it from the outside, unpaid, etc...

i don't know how entrepreneurs do it. I admire them very much.

anyhoo, cheers to saturday, Mleku
gojiberra profile picture
I'm using a blend of myself and Claude to brainstorm. Feedback welcome. I hope you learn something new, and I hope I move the lightning adoption a little farther...

https://github.com/gjbrr/lightning-tolling/blob/main/README.md

I spent 7 years as a database analyst inside a real-time toll collection system processing 300,000 vehicle reads per day. Here's exactly where Bitcoin Lightning fits — and one place it requires zero permission from any government authority.

Pay-by-mail is handed off to a third-party vendor and never touched again by the toll authority. That vendor already decides which payment methods to accept — check, card, online portal. Adding a Lightning QR to the paper bill requires no government approval, no IT committee, no RFP. Scan the QR, pay from CashApp or any Lightning wallet, done. It's a vendor business decision.

When your car passes an open-road toll gantry, three things fire simultaneously: a detection loop confirms a vehicle, cameras capture front and back plates, an RFID reader pings your tag. C++ software bundles all of it into a single timestamp in under a second. This happens thousands of times a day, rain or shine, 24/7.

Three database tables get written on every read: transaction (every event), transaction_tag (tag reads only — this is where a registered transponder account links to the transaction), transaction_images (plate image filenames tied to the timestamp). The transaction_tag table is where Lightning plugs into the deeper architecture.

A scheduled procedure bundles transactions and fires them to a third-party billing company. You wait for a 'paid' or 'rejected' response. Then image review. Then pay-by-mail for unregistered plates. Every step adds latency, fees, and failure rates. The whole pipeline exists because credit card settlement is slow and asynchronous. Lightning would remove this pain point.

The transaction_tag table is essentially a payment record waiting to happen. A Lightning channel tied to a registered transponder replaces the entire billing company roundtrip — settlement at the moment of the read, preimage as receipt, no batch job, no 'sent/received' status cycle, no middleman fee on every transaction.

I know the operator side — reads, database, billing workflow. I never worked the tag provider side — account management, balance deduction, transponder issuance. That's where the actual Lightning wallet integration lives. If you work that side of the system, I'd like to know how it maps.

The infrastructure already captures everything needed for instant payment. The bottleneck was always the settlement layer. Lightning removes it — starting with a QR code on a paper bill that no toll authority has to approve.

OK, maybe the toll authority WILL have an opinion on their bills being related to "bitcoin"...but it's worth a shot!
4
mleku · 3d
super excited to read about you learning the dialectic method with claude. i've been using this for a bit over 6 months now. you ask a question, it makes an answer, you get a hunch. you ask another question about the hunch. rinse and repeat until you have a really solid plan.
Bitcoin Sikho · 3d
Well laid out plan So now you either need to onboard the 3rd party billing provider to add a QR or tap in at the source with the tag provider to integrate lightning Or Build your own company that does all this and show it to the toll company why it will save them money