Collecting my attempts to improve at tech, art, and life

2024-07-24

Tags: hackers-town look

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

Activity Log

hackers.town: 2024-07-24 Wed 08:50

@Alice THIS IS WHY WE HAVE THE INTERNET

hackers.town: 2024-07-24 Wed 09:06

me: …

the dogs: …

the cats: …

my brain: mumble mimble mimble mimble mumble mumble mumble. mumble mumble mumble mumble mumble. mumble mumble mumble mumble mumble mumble mumble! HEY MACARENA!

thanks, @IamMrsGeek

hackers.town: 2024-07-24 Wed 10:32

I officially reside and vote in Arizona now.

hackers.town: 2024-07-24 Wed 10:41

@socketwench been there a while. Course, I cheated, by assisting the kids at a homeless shelter in setting up Linux on recycled laptops.

hackers.town: 2024-07-24 Wed 11:07

@nomad could be worse.

a bit busy dehumidifying my armpits right now so i don’t have specific examples for you

oh

at least it’s not phoenix

hackers.town: 2024-07-24 Wed 11:07

@spinningthoughts Isn’t it such a handy little tool?

hackers.town: 2024-07-24 Wed 14:07

Pondering SQLite, but concerned about C bridge frustrations in Go. Looking at an embedded Go database.

ObjectBox? This sounds cool. How do I install it? There should be a go get or something?

“Pipe this external shell to bash”

uh…no but I’ll download and read it.

Fetch tarball, run cc to build a linkable library, install system-wide, go get the actual Go module…

anyways

Pondering SQLite.

hackers.town: 2024-07-24 Wed 14:21

@chuck Ooh yes I’ll be taking a closer look at that. Thanks!

Just need to finish this exploratory detour with Genji

hackers.town: 2024-07-24 Wed 18:04

https://hackers.town/users/IamMrsGeek/statuses/112844409749363398

hackers.town: 2024-07-24 Wed 18:17

She gave me the perfect pancake.

That’s love.

hackers.town: 2024-07-24 Wed 20:11

@jmac Google+ was specifically when I was most disappointed by them, thanks to their name policy shift.

I thought the platform itself was pretty nifty, and though my initial excitement wore off, it wasn’t until the name thing that my reaction to any Google announcement became “what now?”

hackers.town: 2024-07-24 Wed 21:15

@minego she ate the mushed one. And she tried again.

hackers.town: 2024-07-24 Wed 21:28

saw a pun and brain bounced rapidly through hip hop tangents

#NowPlaying

Sofa King - YouTube

Mighty Underdogs feat. MF Doom.Gunfight (official video) - YouTube

▶︎ BONUS - Turnip Them Beets Mega Ran and Storyville Mega Ran

hackers.town: 2024-07-24 Wed 22:45

Satisfying morbid curiosity to see what a Perl version of my Go learning project looks like (that started out as a Python experiment btw).

To keep the headaches minimal I’m following the same logic flow.

Here’s the Perl equivalent of 26 lines I wrote in Go.

It’s harder to compare with the Python code because I was having fun with Pydantic, but it’s more than three lines.

It was so much easier I’m almost mad. OTOH it’s brittle as-is and I’d end up expanding it for clarity and corner cases.

(edit to add as screenshot, where highlighting and code context make it a bit less frightening to casual viewers)

ac38ec60e4004f47.png

hackers.town: 2024-07-24 Wed 23:14

@pdcawley yah, it was a rare case where I refactored to golf, since tr/// does both the trimming and the counting. Splitting it into multiple expressions felt — redundant?