@kitchen@simian.rodeo
@kitchen@simian.rodeo avatar

kitchen

@kitchen@simian.rodeo

On a break from my 5 year world tour.

Recently diagnosed with colon cancer so a lot of my posts now are going to be about that. I’ll CW any super graphic stuff but consider this a CW: cancer for my entire feed.

Currently: 🇺🇸
Previously: 🇯🇵🇰🇷🇹🇼🇳🇿🇳🇱

I love cats. And dogs.

Estoy aprendiendo Español.

Awkwardly searchable.

#FuckCancer

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dantleech, (edited ) to random
@dantleech@fosstodon.org avatar

Finally got my NAS today, this evening I've been trying out Plex and Jellyfin. Plex didn't work and was a bit "click here for premium" and "sign in to your plex account".

Jellyfin seems much better, client available on my LG TV and it's indexing all the stuff now.

It's weird listening to HDD churn after all these SSD years. Not entirely sure why I got HDD insterad of SSD - price?

The LG WebOS TV is surprisingly not so shitty. Whatever evil it does it does it silently.

kitchen,
@kitchen@simian.rodeo avatar

@dantleech wait till you fire up pihole tho

my samsung tv is like 50% of my dns traffic when I'm using it and most of that is blocked

absolutely disgusting

kitchen, to random
@kitchen@simian.rodeo avatar

it's ridiculous to me the amount of queries being blocked by pihole. 23% of my dns queries are being shitcanned by the most simple of lists, plus the domains I hellbanned by watching my TV's dns queries for an hour while I messed around with things to try to turn off all of its ads and such.

23% of my dns traffic is ads and tracking and telemetry garbage.

I also use browser based ad blocking so that's probably doing a lot of heavy lifting on its own.

crikey.

kitchen,
@kitchen@simian.rodeo avatar

one thing I do know is: I just ordered an apple tv and once it arrives the TV's wifi is getting completely shut off, I'm going to ban its mac address from my wifi router, and it will never talk to the internet again.

I know that apple is also harvesting some data about my usage, but I trust them more than I do all of whoever has their fingers in my TV's pie.

kitchen, to random
@kitchen@simian.rodeo avatar

SUPER cool restaurant in Prague that delivers burgers and beers ... BY TRAIN!

https://www.youtube.com/watch?v=FmvZpHVWkKg

I want to go to there.

kitchen, to random
@kitchen@simian.rodeo avatar

Ok it’s steroid brain time how much am I going to get done re turning the thinkpile into a kube cluster before the fatigue wins tonight?

And do I start by making a last ditch effort to get windows running on the nuc before before I drop nixos on it and migrate my shell setup over to it (which will be trivial since it’s all defined in nix now) or do I just go straight to nix and maybe do a windows VM and vnc if I want to do something stupid like play EverQuest

kitchen,
@kitchen@simian.rodeo avatar

“The thinkpile” since I hadn’t yet properly named or introduced it.

They’re all thinkcentre m900tiny with 8gb of ram (expandable to 32gb) and varying amounts of storage between 500 and 1tb all m.2 nvme

One of them is my Plex server. One is my shell box. One has a busted cooling fan. So it would start as a 2 node cluster, I’d move the shell to the nix nuc and repurpose it and the “this will be my new Plex server” box. Once Plex server moved into kube I’d add the third. Fourth once fan arrives.

dantleech, to random
@dantleech@fosstodon.org avatar

Working on a tutorial, and in order to do it I've written a scripting framework that will run all the steps and capture the relevant outputs, while also, from the same data, generating the documentation.

i think it's a good idea... whether I wanted to write a new framework I'm not so sure.

kitchen,
@kitchen@simian.rodeo avatar

@dantleech org mode literate programming! :D

kitchen, to random
@kitchen@simian.rodeo avatar

: I want to make a photo blog using something like hugo, but I don't want to commit huge amounts of photos to a git repo. What are y'all using to host large amounts of photos to add to hugo blogs?

kitchen, to random
@kitchen@simian.rodeo avatar

any neovim and/or nixos experts around? I am ... my brain hurts trying to figure this out. I’d love to ask a few questions of someone :D

kitchen,
@kitchen@simian.rodeo avatar

for my first question I guess ... I'm trying to figure out how a thing is being loaded. Nix installs plugins (e.g. pkgs.vimPlugins.catppuccin-nvim) into the nix store, and if I open nvim it's not loaded. Fine, I need to set the colorscheme. Works fine. But where is that being loaded from? I use :scriptnames to see and that's fine, but ... how does it find that weird nix store path? &runtimepath doesn't have it ... so I'm assuming some sort of symlinking or something going on under the hood?

kitchen, to random
@kitchen@simian.rodeo avatar

nix be like

isFunction (x: x); # true
isFunction (x:x); # false

Second is false because it's a String. Because “x:x" is being interpreted as a uri literal.

I'm horrified.

(still better than bash)

kitchen, to random
@kitchen@simian.rodeo avatar

learning an entirely new programming language to manage my dotfiles because bash is that bad

kitchen,
@kitchen@simian.rodeo avatar

@dantleech so far I'm on board with everything I've done with nix

idempotent

declarative

cross platform

completely incomprehensible language

really to me the like ... standard library modules are the worst part so far. Such a mix of "fully modeled" and "just barely more than using file” even within the same module (looking at you zsh)

kitchen,
@kitchen@simian.rodeo avatar

@dantleech I was doing that but then I ran into "tmux plugins" and everything went completely sideways and I realized I needed to actually learn how the language works

https://haseebmajid.dev/posts/2023-07-10-setting-up-tmux-with-nix-home-manager/

kitchen,
@kitchen@simian.rodeo avatar

@dantleech I’m learning a new programming language so I can install a tmux theme haha

dantleech, to random
@dantleech@fosstodon.org avatar

Today I'm mostly waiting for 6 minute builds. It's tempting to do something else in those 6 minutes, but I know if I do I'll be doing that thing for 30m or an hour and miss potential iterations.

kitchen,
@kitchen@simian.rodeo avatar

@dantleech spend that time figuring out how to decrease the iteration cycle :D

kitchen,
@kitchen@simian.rodeo avatar

@dantleech keep going :D

kitchen,
@kitchen@simian.rodeo avatar

@dantleech -j 10000 for instance :D

kitchen, to random
@kitchen@simian.rodeo avatar

is there a, say, rust installable (or better yet, apt and brew) installable lightweightish thing that can do some very basic idempotent shell scripts, mostly installing packages ... really I just want ansible don't I bleh

it's so heavy though

kitchen,
@kitchen@simian.rodeo avatar

WIARTTD: install my standard package set required for all of my dotfiles to work, but in a cross platform and idempotent way. Right now I just have a terrible little bash script that's templated for macos and ubuntu.

really I just want ansible don't I

kitchen,
@kitchen@simian.rodeo avatar

@dantleech yea I looked into nix and it seems wayyyyyyy invasive outside of the containers

I'm happy to be wrong though

dantleech, to random
@dantleech@fosstodon.org avatar

Current unavoidable and strangely critical task: naming a framework.

kitchen,
@kitchen@simian.rodeo avatar

@dantleech just pick a random dictionary word at this point. if you want to make it searchable pull out a vowel or something

kitchen, to random
@kitchen@simian.rodeo avatar

Welp, tomorrow I go to get another $25k pumped into my heart.

Round 8 of 12. What doesn’t kill you makes you stronger or something right?

😞

kitchen, to random
@kitchen@simian.rodeo avatar

I love that I spent over $1000 on a tv and I use it to watch TV shows from the 90s in standard def

est, to random
@est@emily.news avatar

sorry, haven't posted in a while. mastodon hasn't been sparking joy lately.

kitchen,
@kitchen@simian.rodeo avatar

@est tbh I thought you’d finally blocked me 🤣

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • kavyap
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • hgfsjryuu7
  • InstantRegret
  • thenastyranch
  • Youngstown
  • slotface
  • rosin
  • khanakhh
  • everett
  • PowerRangers
  • anitta
  • vwfavf
  • ethstaker
  • cubers
  • mdbf
  • cisconetworking
  • Durango
  • tacticalgear
  • osvaldo12
  • normalnudes
  • tester
  • modclub
  • GTA5RPClips
  • provamag3
  • All magazines