

fwiw I use Audacious which has Winamp skin support, so looks the same.


fwiw I use Audacious which has Winamp skin support, so looks the same.


Sike, it’s cutting wire. Anyone who falls ends up cubed like that Resident Evil scene.


Backup backup backup
You spent time setting it up, now keep that time investment safe.
Create a disk image at least once and keep a more regular copy of your important files.
Also a great way to clog the drain, considering how much my cats shed.


I just tried your use case, and it did move the files to the correct folder.
using zsh:
user@computer ~ touch test.jpg
user@computer ~ touch test2.jpg
user@computer ~ mv test.jpg ./Public
user@computer ~ mv test2.jpg $_
user@computer ~ ls ./Public
test2.jpg test.jpg
user@computer ~
using bash:
[user@computer Public]$ mkdir test
[user@computer Public]$ ls
test test2.jpg test.jpg
[user@computer Public]$ mv test.jpg ./test
[user@computer Public]$ mv test2.jpg $_
[user@computer Public]$ ls
test
[user@computer Public]$ ls test/
test2.jpg test.jpg
[user@computer Public]$
using bash and full path:
[user@computer Public]$ ls
test test2.jpg test.jpg
[user@computer Public]$ mv test.jpg /home/user/Public/test
[user@computer Public]$ mv test2.jpg $_
[user@computer Public]$ ls
test
[user@computer Public]$ ls test/
test2.jpg test.jpg
[user@computer Public]$
What shell are you using? You can check it by using echo $0.
user@computer ~ echo $0
/usr/bin/zsh
[user@computer ~]$ echo $0
/bin/bash
I can’t reproduce it, even when putting the directory path in quotes, it still simply moved the file.
Only Claude’s frontend leaked, not the models


This kind of capitalization is never proper. It’s Very Annoying To Read. Why do they do it? To grab attention?


Desktop Linux may not be mainstream, but it’s solid. Mobile Linux not so much. I bought the pinephone hoping it would be a first class citizen, but it’s fairly underwhelming, even after all this time. UBPorts has it listed as 68% supported, it and other OSes lack useful app ecosystems.


Be sure to ask for the green coffin at your green funeral.


No idea what liquid glass is, but that’s a heavy reaction.
What are you sporting now?
Never been to a house of people that have dogs and there wasn’t a dog smell.
Share your secrets
In Dutch, a T is sometimes pronounced S
Politie (police) is pronounced polisie for example
In the word politiek (politics) it remains a T sound
Democratie -> democrasie
Etcetera


idk what issues you have, I have it running on 5 devices


And it hooks tech illiterate people, avoiding people who know something’s wrong. The perfect target.


On android you can hide/remove with revanced.


Isn’t this like applying instagram filters, which can be done on run of the mill smartphones?
Kodi connects to the share via IP though. I’m not sure how the device checks if it has any connection, but it’s assessing it wrong.
There is more to the Munich story https://www.zdnet.com/article/linux-not-windows-why-munich-is-shifting-back-from-microsoft-to-open-source-again/
https://blog.desdelinux.net/en/munich-and-hamburg-resume-the-initiative-to-migrate-to-linux/