deleted by creator
deleted by creator
Yep, to add on as well as summarized this… Linux has historically had a design methodology of “everything is a file”. If your not familear with the implications of this, it means your command line tools just kind of work with most things, and everything is easy to find.
For instance, there’s no “registry / regedit” on Linux… There’s just a folder with a config file that the application stores settings in. There’s no control panel application to modify your network settings… Just a text file on your OS. Your system logs and startup tasks were also (you guessed it) sinole filea on the system. Sure there might be GUI apps to make these things easier for users, but under the hood it reads and writes a file.
This idea goes further than you might assume. Your hard drive is a file on the file system (a special file called a block device). You can do something like “mount /dev/sda1 /home/myuser/some_folder” to “attach” the drive to a folder on the system, but that special block device (dev/sda1 in this case) can be read and written to byte by byte if you want with low level tools like dd.
Even an audio card output can show as a file in dev (this is less the case now with pipewire and pulse), but you used to be able to just echo a raw audio file (like a wav file) and redirect the output to your audio device “file” and it would play out your speaker.
Systemd flipped this all around, and now instead of just changing files, you have to use applications to specify changes to your system. Want to stop something from starting? Well, it used to be that you just move it out of the init directory, but now you have to know to “systemctl disable something.service”, or to view logs " journalctl -idk something.service" I dont even remember the flags for specifying a service, so I have to look it up, where it used to just be looking at a file (and maybe use grep to search for something specific)
Rhasspy. Idk if rhasspy3 is out fully, but I would wait for that and then set it up. (I have began to see the home assistant side being released - its supposed to tie in a lot better than rhasspy2, and even brought the dev on to the HA project)
Thunder in paradise! https://imdb.com/title/tt0395284/
Batman? I believe it was a mesh protocol
Secret aardvark. Look it up, let the reviews convince you, buy a bottle online, and reply in a week when you try it. You only need a small drop each bite, so the bottle will last. Its also fairly thick so you dont end up with a bunch of wasted sauce
Damn, came here to say the same thing. I do like heavily stylized movies though… I guess not too many people do, 47% audience score on rotten tomatoes
So, less of a food and more of an interesting drink… but pickle backs! I have only met two kinds of people, ones that have never tried them, and ones that love them!
You get a shot of cheap well whisky, and a chaser of pickle brine. Different bars that have em will have different pickels, so there’s a big of variety. IMO, its best with brine that is a little sweet, and medium on the spice.
I’m also a fan of herbal drinks, so sometimes I’ll throw in a bottle of underburg as a chaser to the chaser.
From a topology perspective, a cup does not have a hole. A mug does, but its the hole that the handle makes, not the area containing liquid.
Take out any spinning rust and pack those in a foam HDD case. Number them as you pull them for easy reinstall.
Put a bit of plywood under the rack, ratchet strap it, and now you can put it on a dolly without the lip hitting the equipment as you try and lift it. For avoiding it falling off the dolly, use a 2nd ratchet strap and wrap it around the chassis / dolly.
Put a 2nd piece of plywood on top once its in the uhaul so you can load more boxes on top… Maybe even do that at first so the initial strap is securing it as well.
As for the bottom plywood, if you add some felt pads, then it will help you shimmy the chassis into / out of its position once its unloaded. I have my rack vhb taped to ply with felt under it and recommend it to people IRL a fair bit.