πΎ Archived View for bbs.geminispace.org βΊ u βΊ Addison captured on 2023-12-28 at 16:01:38. Gemini links have been rewritten to link to archived content
β¬ οΈ Previous capture (2023-11-14)
β‘οΈ Next capture (2024-02-05)
-=-=-=-=-=-=-
(he/him) struggling zillenial writing code and looking for community.
I can be reached at: addison at schuhardt dot net
The pseudointellectual "whilst"
π¬ 2 comments Β· 3 likes Β· Dec 16 Β· 12 days ago
Excited to take my ham radio Technician License exam on Friday
π¬ 8 comments Β· 11 likes Β· Dec 05 Β· 3 weeks ago
I saw a comment by @clseibold earlier (hope I spelled that right) talking about streaming audio capabilities in mobile Gemini clients. I can't seem to find the post anymore, but it got me thinking about whether Opal (the client library that Rosy Crow uses to do it's Gemini stuff) can support that. [https link] Currently it does not support that, because the entire response is read all at once into a buffer. Thinking about this a while, I of course arrived at the classic conclusion that...
π¬ 24 comments Β· 2 likes Β· Dec 04 Β· 4 weeks ago
I had my first shave with this safety razor since my trial subscription with Harry's ran out. I'm quite convinced I'm not going back to the disposable plastic razors anytime soon. I'm pleased with the result. I also wish someone had told me about witch hazel sooner in life. I'd have been shaving a lot more often, and much happier about it.
π¬ 7 comments Β· 1 like Β· Nov 22 Β· 5 weeks ago
Finally have automated deployments set up for Rosy Crow. It's such a pain in the ass having to wait for a new GitHub Action to chug along just to test a simple change. Woe betide any problem to which the solution is to use the "sed" command
π¬ View post Β· 1 like Β· Oct 31 Β· 8 weeks ago
On a whim I opened up my RTL-SDR dongle and learned that it has I2C pins. Work was slow today, so I spent a good deal of time reading about what would be involved in controlling it with a raspi Pico. That of course led to setting up a Pico-SDK template project in Visual Studio; then I looked up and saw that several hours had passed without my consent.
π¬ View post Β· Oct 21 Β· 2 months ago
β library.inu.red/document/fauda-voices-from-the-front-line-against-the-occupation
Voices from the Front Line Against the Occupation β Black Rose / Rosa Negra (BRRN) reached out to Fauda, a small group centered in the West Bank that identifies itself as a Palestinian anarchist organization, to get their perspective on the current struggle.
π¬ View post Β· Oct 20 Β· 2 months ago
I turned a Raspberry Pi into a Wi-Fi extender last week, and it's still going strong. It's running RaspAP for it's frontend and service finagler. The Pi itself is connected via 5GHz to my wireless router, and it's using an Alfa AR9271 USB dongle for the 2.4GHz access point. It covers the middle and back of the apartment quite nicely.
π¬ View post Β· 5 likes Β· Oct 16 Β· 2 months ago
The RICO charges brought against protestors in Atlanta are ridiculous β Atlanta, GA β Georgia prosecutors have indicted 61 individuals under the Georgia Racketeer Influenced and Corrupt Organizations Act, or RICO, for their alleged participation in the #StopCopCity movement and for, as they put it, promoting βvirulent anarchist ideals.β Georgia Attorney General Chris Carr's recent indictment of the Stop Cop City protestors is laughable. His office's 109-page indictment cites "mutual aid", "...
π¬ View post Β· 2 likes Β· Sep 11 Β· 4 months ago
Switching to Iceraven β I'm switching my default Android browser from Chrome to Iceraven. I appreciate how snappy the UI and add-on features are (thanks to Firefox Fenix), and the security features are impressive.
π¬ 7 comments Β· 1 like Β· Aug 30 Β· 4 months ago
β I've been loving the dress/skirt discourse that StackSmith kicked off yesterday.
Re: Dresses for us guys β As cis guy, I am glad to see other men embracing comfortable, practical clothing. I've worn skirts to rennaissance fairs in years past, and I'm keen on reintroducing the article into my usual rotation. Here's a list of reasons why men should consider wearing skirts: They are comfortable They offer more aesthetic latitude than...
π¬ 6 comments Β· 5 likes Β· Aug 17 Β· 4 months ago
It's too hot today.
π¬ 1 comment Β· Aug 15 Β· 4 months ago
I'm struggling to understand what op-amps do.
π¬ 4 comments Β· Aug 14 Β· 5 months ago
/s/PGP β I created /s/PGP for exchanging keys among ourselves.
π¬ 1 comment Β· 3 likes Β· Aug 11 Β· 5 months ago
β library.inu.red/document/margaret-killjoy-anarchism-and-its-misunderstanders
π¬ 1 comment Β· 1 like Β· Aug 04 Β· 5 months ago
Finally setting up a home NAS β On a whim yesterday I decided to check out the local university's used-surplus sale. I was hoping to find a tape player or maybe a PDA. I found neither of those, but I *did* find a 6-bay NETGEAR ReadyNAS box for $75, so I snatched that up. When I got home I stuck a junk HDD in it to confirm that it worked, and was able to get it set up through the online interface. It only had a bit of dust that needed to be blown out. I next needed to buy disks... The...
π¬ 4 comments Β· 3 likes Β· Jul 29 Β· 5 months ago
Can't shake the thought of how fun it would be to run a Twin Peaks-themed D&D campaign.
π¬ 5 comments Β· 3 likes Β· Jul 22 Β· 5 months ago
My PROXY v2 C# Implementation β Since we're on the subject of reverse-proxies today, here's something I wrote in C# which parses a binary (v2) PROXY-protocol header from the beginning of a Stream. Note that NGINX doesn't support the v2 protocol, only the plaintext version (v1). I can confirm that this implementation works well behind HAProxy (which it should, since it's their protocol anyway). A word of warning about using PROXY in a Gemini context: if your reverse proxy is *not* terminating...
π¬ View post Β· 2 likes Β· Jul 21 Β· 5 months ago
At some point down the road retrocomputing will include using Python 2
π¬ 11 comments Β· 3 likes Β· Jul 17 Β· 5 months ago
β The Point of DARVO - Lee Shevek
π¬ View post Β· Jul 09 Β· 6 months ago
Opal 1.7.0 - now with Titan! β Last night I finished the initial implementation of support for the Titan protocol in Opal. Opal is a Gemini client library written for the C# world (.NET Standard 2.0 and .NET 7). Uploading the contents of a file to a remote host using Opal now looks like the following: [csharp] This means that I can begin implementing support for Titan uploads in Rosy Crow. I hope to have that finished before the end of the week. Thank you for reading! π
π¬ View post Β· 4 likes Β· Jun 11 Β· 7 months ago