þ
Can I ask why you used this in place of “th” mostly but not always?
I do a little bit of everything. Programming, computer systems hardware, networking, writing, traditional art, digital art (not AI), music production, whittling, 3d modeling and printing, cooking and baking, camping and hiking, knitting and sewing, and target shooting. There is probably more.
þ
Can I ask why you used this in place of “th” mostly but not always?
Three actually I think.
When you have a new PC, put it on the old one too. You could run a Jellyfin server off it it or use it as a NAS device or something.
Is that a starship prompt? How do you style that divider above the prompt that way? It looks really good.
edit: I’ve read up a bunch on starship and now understand, very nice.
Perhaps consider a SOCKS5 reverse proxy. If done over SSH, the client systems networking would act as though they are on the server itself, traffic would be secure, and it would walk around most firewall rules that probably exist.
Using key based authentication would also make it such that it is more secure and easier for the researchers to log in - they wouldn’t even have to remember a password, they would just need some SSH client/configs.
Specifically, read up on “bastion hosts”.
Might be Panon?
Plasma is nuts, it’s customizability is wonderful. I just spent a few hours last week redoing my layout and theming with a gruvbox feel for my desktop system. I named the configuration gruvfox.
I used gnome for the longest time, but after discovering the true power of KDE I don’t think there is ever any going back for me.
Yea I have libredirect running to show me reddit stuff on alt front ends should I click a link that usually goes to it, but when talking about linkwarden I meant to make it in reference to preventing link-rot for anything in general on any site in the future as well, not just reddit.
Yea, this kind of problem is only going to get worse I expect.
I set up self-hosted linkwarden the other day to try to avoid this going forward.
You will have to give more information for any real answer - highly recommend you edit your post.
Face recognition for what? To log in/unlock? For Vtubing? For head tracking? For a webcam application? For organizing photo files?
I’ve used powershell in previous jobs and if you learn it really well I cannot deny it is super powerful.
For a college project, a friend of mine somehow made a hexadecimal file dumper with it, with formatting and everything (think like what you would see in wireshark) in one, reasonably long, line of powershell.
However I’m just not a big fan of it personally for syntactical reasons (even with the syntax being super logical) and much prefer bash, or other unix-like native shells. I’ve been thinking about taking zsh
for a spin recently to see what it’s like.
Id recommend mint, but ableton I have no idea. If you want to bite a different bullet if you go with linux, buy bitwig instead - its very, very much like ableton in the sense that you can map pretty much any parameter to any other parameter and I have enjoyed it a lot. super modern interface as well.
Got my HPE DL380 G9 networked and configured with hardware RAID 0 and Debian running under ProxMox for a test run (need more disks for RAID 5). Thing had an advanced iLo license intact from the previous owner.
Deployed a docker container of linkwarden to it to try out and it seems pretty nice.
I think you are right when it comes to re-installation of the packages themselves. What’s more annoying for me is re-applying all of the little tweaks and configurations for all of the ones that I actually do want or need.
All of Metal Gear Solid.
The story of the whole series spans decades and decades, and even watching a video laying out an abridged version of that story takes like 6 hours to watch.
Something as long running as that and with lore that goes that deep should definitely be preserved at all costs.
If you switch DAWs, bitwig is really very good and runs natively on Linux.
Yep, pretty sure you are right.
Execute the previous command as root
Fun fact if you are using bash, !!
will evaluate to the previous command, so if you miss sudo on some long command, you can also just do sudo !!
.
alias clip='xclip -selection clipboard'
When you pipe to this, for example ls | clip
, it will stick the output of the command ran into the clipboard without needing to manually copy the output.
Today on my win11 work system, the windows menu stopped producing output when I typed into it and webpages stopped loading. Had to perform a full system restart to get it to work again.