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

2023-06-13

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: 2023-06-13 Tue 06:15

@albertcardona I’m thinking about adding some PHP bits to my site. I hear that’s good.

hackers.town: 2023-06-13 Tue 09:22

got laptop and desktop on the same subnet

look i been busy okay

busy being distracted

hackers.town: 2023-06-13 Tue 09:27

https://hackers.town/users/lori/statuses/110537839394390107

hackers.town: 2023-06-13 Tue 17:15

I know people are looking for all kinds of work, so I’ll share these #Seattle area openings from @IamMrsGeek at the union her organization works with. Call center jobs, jobs with fancy titles (anyone interested in Director - Data & IT?), etc. Neither of us have directly helpful info about details, but wanted to get the info out there.

SEIU 775 Recruitment

hackers.town: 2023-06-13 Tue 17:17

@maddiefuzz do we have to

hackers.town: 2023-06-13 Tue 21:34

TBH I only started actively commenting on #Reddit again in the last year or less. Going back to ignoring it has been pretty easy for me.

Feeling pretty bad for the folks who put more time and energy into it, only for spez to burn the house down as part of the new “yes but its our desolate wasteland” business strategy.

hackers.town: 2023-06-13 Tue 21:35

anyways #rssforever

NetNewsWire Free and Open Source RSS Reader for Mac and iOS

hackers.town: 2023-06-13 Tue 22:06

Continuing with the #Copilot trial.

Pair programming with a markov chain is going just great.

(there is no content command for Hugo, and thus no content get subcommand)

In-editor suggested completion by Copilot to invoke , using the same structure as my own existing function which invokes

hackers.town: 2023-06-13 Tue 23:38

In spite of Copilot’s help, I managed to duct tape a proof of concept for full-text search of my site content.

All the text content fits in a 4MB SQLite database. Could probably do it client-side and still serve less data than your average big site. I won’t, but I could.

terminal output of a search for “sqlite” as a table with one column for post title and another for relevant content snippet containing the search term