Storypost | 2022.08.15

Dog stuffed animal wearing Campfire Honeydew earbuds

After yet another pair of Shure SE215s developed a sketch electrical contact, I picked up Campfire Honeydew IEMs for music and gaming. They sound good. The Shures sounded good until they became unreliable. I'm not an audio guy. Haole likes 'em though.
Another stop in the indieverse

Indie metaverse indieweb Philz coffee cyber

The blogroulette site that Rob sent me a while back dropped me at a site called Vitabenes. I think I landed there before and decided that the content was simultaneously pretentious and self-evident. But I liked this one:

Vitabenes The [da Vinci] notebooks contain thousands of ideas, sketches, mechanical designs and more. What I see is a man who could be bored easily, and so he used his perception and imagination to construct an infinite world of inspiration of his own making. He constructed his own interconnected web of ideas, 100% relevant for him, that was centered around the things he was creating or wished to create. He ran on his own self-generated inputs. That's what I mean by self-stimulation. Of course, I wonder if Leonardo would become the famous "Il Florentine" today with all the stimulation offered by others, on tap 24/7. I'm not sure.

The rest of the post was pretty good:
Self stimulate diagram phone book

I clicked through a few more posts and found a lot of content about (down to earth) personal improvement that can be summarized as, "do challenging/uncomfortable things rather than endlessly scroll on your couch". While that's a bit close to my earlier critique of the advice being self-evident, the author has some interesting digressions into the rationale and cognitive aspects of things. E.g.

Vitabenes The phenomenon of vice-sharing is understandable. It's about trying to make the unacceptable acceptable to oneself. If I drink 8 cups a day, but others like my tweet about it, it's fine now, right? Right? It's a mechanism to avoid feeling discontent (which could be transformative), and instead find comfort in socially distanced validation. The problem is that it stops us from changing, evolving, and fixing the fatal flaw. Vice-sharing posts erode the collective standard, don't let it fool you.
Da Vinci code

Civilization III Leonardo da Vinci workshop

Not that da Vinci code. The above discussion about self-stimulation and da Vinci's notebooks seemed like a good segue into posting a cocktail napkin diagram of my cyber works:

Software library cocktail napkin diagram
Believe it or not, this was the second revision.

In short, there's a core library of data types and utilities, like any library. Those (and third party libraries) are leveraged by larger graphics, UI, and web components that I've developed in support of client applications such as the generator for this site and software for a previous employer (who signed off on open sourcing the core code).

Some applications

Static web site image preprocessor thumbnail crop stylize
My blog image preprocessor: crop, thumbnail, specify preview, stylize, blend, rename, populate alt text.

Java GUI box select thumbnail crop
Applications like the image preprocessor leverage GUI components with main() demo functions. Here's box select.

My MtG scraper and deck builder was great for creating and publishing draft results and EDH decks.

Magic the Gathering name generator
Having the scraped MtG data and UI composites, it was just a few lines to create a random name generator akin to something like https://gfycat.com/astonishinggloriouschick.

Java type definition option etrade regex
Crunching numbers on trades via an Excel library and some regex. Applying Wins Above Replacement to fantasy football was a similar exercise.

Axis and Allies battle prediction applet Java
Axis & Allies battles can sometimes be unintuitive.

Java class photo sampler for machine learning
Getting into machine learning meant I needed bulk graphics processing for large datasets.

Stitcher for machine learning graphics style transfer
Since generative machine learning typically produces small outputs, automated splitting and stitching is nice to have.

Om nom nom

Each successive application has become easier to develop. Each has upstreamed piece of functionality has improved the core library, making the next idea easier to realize.

Python snake photo colorized programming language
No sneklang? Nah, I need strong typing and OO.
Cyber

Here's a Windows thing I ran across on the internet that I hadn't done before. Task Manager is okay, but there's also command line support for displaying active connections and querying them by pid:

 C:\>netstat -on
 
 Active Connections
 
   Proto  Local Address          Foreign Address        State
   PID
   ...
   TCP    192.168.10.142:49099   114.11.256.100:69      ESTABLISHED
   4236
   ...
 
 C:\>tasklist /FI "PID eq 4236"
 
 Image Name                     PID Session Name        Session#    Mem
 Usage
 ========================= ======== ================ =========== ==========
 ==
 firefox.exe                   4236 Console                    1     19,
 480 K



Related - internal

Some posts from this site with similar content.

Post
2023.09.27

Enwebbed

Parsing RSS feeds to find peers.
Post
2023.11.05

Static site generator

Static site generators, some good posts, and peers.
Post
2023.03.04

C0D3

Indie SEO, Google Search Console, static websites, and Java fails/parallelization.

Related - external

Risky click advisory: these links are produced algorithmically from a crawl of the subsurface web (and some select mainstream web). I haven't personally looked at them or checked them for quality, decency, or sanity. None of these links are promoted, sponsored, or affiliated with this site. For more information, see this post.

aradaelli.com

Why I Like D Andrea Radaelli

404ed
ochagavia.nl

The birth of a package manager

Since my time at the university, pursuing a Computer Science degree, I have always been fascinated by programming languages and the tooling around them: compilers, IDEs, package managers, etc. Eventually, that got me involved as a hobbyist in the development of the Rust compiler and rust-analyzer, but I never got the chance to work professionally on programming language tooling? until two months ago! In January, the nice folks at prefix.dev asked me to help them develop the rattler pa...
roscidus.com

Replacing Python: candidates - Thomas Leonard's blog

This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ...

Created 2024.04 from an index of 185,804 pages.