πŸ’Ύ Archived View for bbs.geminispace.org β€Ί u β€Ί Addison captured on 2023-11-04 at 11:42:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

➑️ Next capture (2023-11-14)

🚧 View Differences

-=-=-=-=-=-=-

🐝 u/Addison

(he/him) struggling zillenial writing code and looking for community.

I can be reached at: addison at schuhardt dot net

gemini://tilde.team/~addison

πŸŒ’ Subspaces

πŸ“– Help

❀️ Code of conduct

Posts

🐝 Addison

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 Β· 2023-10-31 Β· 5 days ago

🐝 Addison

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 Β· 2023-10-21 Β· 2 weeks ago

🐝 Addison

β€” 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 Β· 2023-10-20 Β· 2 weeks ago

🐝 Addison

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 Β· 2023-10-16 Β· 3 weeks ago

🐝 Addison

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 Β· 2023-09-11 Β· 8 weeks ago

🐝 Addison

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 Β· 2023-08-30 Β· 2 months ago

🐝 Addison

β€” 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 Β· 2023-08-17 Β· 3 months ago

🐝 Addison

It's too hot today.

πŸ’¬ 1 comment Β· 2023-08-15 Β· 3 months ago

🐝 Addison

I'm struggling to understand what op-amps do.

πŸ’¬ 4 comments Β· 2023-08-14 Β· 3 months ago

🐝 Addison

β€” bbs.geminispace.org/s/PGP

/s/PGP β€” I created /s/PGP for exchanging keys among ourselves.

πŸ’¬ 1 comment Β· 3 likes Β· 2023-08-11 Β· 3 months ago

🐝 Addison

β€” library.inu.red/document/margaret-killjoy-anarchism-and-its-misunderstanders

πŸ’¬ 1 comment Β· 1 like Β· 2023-08-04 Β· 3 months ago

🐝 Addison

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 Β· 2023-07-29 Β· 3 months ago

🐝 Addison

Can't shake the thought of how fun it would be to run a Twin Peaks-themed D&D campaign.

πŸ’¬ 5 comments Β· 3 likes Β· 2023-07-22 Β· 3 months ago

🐝 Addison

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 Β· 2023-07-21 Β· 3 months ago

🐝 Addison

At some point down the road retrocomputing will include using Python 2

πŸ’¬ 11 comments Β· 3 likes Β· 2023-07-17 Β· 4 months ago

🐝 Addison

β€” The Point of DARVO - Lee Shevek

πŸ’¬ View post Β· 2023-07-09 Β· 4 months ago

🐝 Addison

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 Β· 2023-06-11 Β· 5 months ago

Options

πŸ”₯ Sort by hotness

Gemini feed

Atom feed

Tinylog