> The Darkener's Console

The canary chirps, slightly off-key, an aria from a forgotten opera.

Archive for the ‘Technical’ Category

Weighted Upvotes —

I think the social media space needs weighted upvoting. What I mean by this is that you can upvote *more* than your ‘single-vote’ count, depending on your current allotment of…oh I don’t know.. “vote currency” ? Hopefully you know what I mean. Maybe you’d get a certain amount for how much time you spend on […]

AI Generated Art —

AI isn’t human. It’s software. Art is works of self expression authored by humans. One feels connected to a piece by experiencing it with emotional honesty and vulnerability and genuineness, just as the creators did as they created it. Maybe not the *same* emotions; art is generally interpretative; but in it’s truest form it is […]

AI, F/OSS and Copyright —

Warning, petty conspiracy theory ahead: 1) Buy GitHub to mitigate possible legal contingencies 2) Help build an LLM that can write (and slightly modify existing) code at an amazing rate and ever-increasing quality 3) Train it on data from the open web, including GH of course 4) Produce “unique” code where the rightful copyright holder […]

Adjust Official Raspberry Pi 7″ Touchscreen LCD Brightness With Zenity —

Here’s a quick-n-dirty script for adjusting the Official Raspberry Pi 7″ Touchscreen LCD Brightness With Zenity (Tested on Raspbian): #!/bin/bash # # Sets the Raspberry Pi touchscreen brightness. # Set variables zenity=”/usr/bin/zenity” # Get desired brightness level b=$(“$zenity” \ –scale \ –value=120 \ –min-value=10 \ –max-value=254 \ –step=2 \ –title “Set LCD Brightness” \ –text […]

i3: A Love Affair —

I don’t remember if I posted about switching window managers from Fluxbox to i3 (Update: Yep) but after about 6 months of a tabbed window manager, and enjoying many aspects of it, it proved to be a bit less productive than what I had grown accustomed to over decades with Fluxbox / Openbox / Blackbox […]

Microsoft vs. Linux —

Microsoft is like a very expensive, but sleek and featureful car. It is static and monolithic and richly serves a tyrant called Economy… and yet requires a lot of upkeep, somehow. Linux is like a custom built hotrod. It’s literally free and respects liberty – volunteers have band together to forge the parts themselves. It […]

2 Bassists —

I remember when I went to tech college, a classmate/friend of mine said he always wanted to form a band with 2 bassists – one for the low end and one playing as lead. I always thought that was a fucking cool idea. He also once said about our networking teacher: “He’s got a T-1 […]

I don’t remember writing this, but I know I did —

I have faith in the world music community because I’ve learned what makes one thrive. People that care about each other – a fellowship of sorts, with a strong passion for the music – the art, the movement, the microcosms that form within the whole. Virgin sounds are created and repeated for consumption by people, […]

Leenode —

With so much drama in the IRC, it’s kinda hard managing a community. But I, somehow, someway, keep logging into irssi like every single day May I kick a little channels for the Lees, And make a few ends as I apologeeze through, Two in the hashtags and the channel’s not jumpin’, cause they left […]

Spam / Junk Mail —

I’ve felt for a while now that scanning my spam/junk mail folder for legitimate mail has an inherent negative affect on my mood. I use SpamAssassin on my mailserver which takes care of the bulk of my junk mail. Even with this protection, as most know, a good amount still comes through – and introduce […]

Reddit —

Reddit seems to be a ‘multiplexer’ of topic-based message boards. Back in the day it would be BBSes (of course, right? You’re on my site after all). After that came multi-BBS echoes, then the rise of the Internet with newsgroups, then www-based messaging forum software, then implementation of group forums with social networks such as […]

Emoticon Evolution —

For many years I’ve used the =) as my “emoticon” (though I hate that term – it’s a smilie, damn it). Before that I generally used :> as a snarky, 14-year-old would to show how unique and cool I was compared to the lamers who always used the standard :-) of the time (~1994). In […]