







() creates a subshell, and & runs the command in background. The $@ means everything after the first argument, so the <command> is executed like a normal command. I am not sure why this works, but it has worked more consistently than nohup, disown, and it’s a lot shorter than most other solutions.


IIRC disown is a shell built-in command, so its use is a bit limited. Not sure if & is also a built-in, but I found disown to not work in some situations. Besides, it’s shorter.


I have a script named d in my PATH and it contains this:
("$@" > /dev/null 2>&1 &)
It allows me to run any program in a fully detached state in a way that works even if the terminal that started the program closes, and it’s as simple as d <command>.
Something about Microsoft UI just feels so off for some reason. Material UI, Apple stuff all feels good to use but clicking on a button in Microsoft UI is just… bad.
[-3, -1,
main@desktop:~/Projects/TimeoutSort$ _


I haven’t come across a single program that tells you what is blocking the ejection even in Linux. Sure, if you use the right tools you can find the culprit, but the program that does the ejection task seems to love being vague.


Yes, it makes them behave just like normal files. Internet connection is necessary unfortunately, and you can’t do the “edit now, upload later” kind of thing.


You can mount your OneDrive on your filesystem with rclone. Once mounted, it works just like a normal directory, except with some latency. You can mount it to multiple devices too.
https://rclone.org/commands/rclone_mount/
If you don’t like sharing your files to Microsoft in plaintext, you can also create encrypted remote within Microsoft remote. With both set up, files will appear in plaintext on your desktop’s filesystem, but will be encrypted on OneDrive.


Zero knowledge encryption


we are devoted to our goals btw


Back then, it was just that “I could”. I liked it at the end.


Does this legally qualify as a cosplay??


Ohh so that’s why that name was familiar.


You saved 16635 MB thanks to hard linking!
Your total is 26.52 TB
deleted by creator


Yup, that would be CardDAV and CalDAV respectively. There’s a number of programs that does this. Ones I remember are Nextcloud, Radicale and Baikal.


It’s a real Emacs hotkey that converts all Latex blocks in your file into preview copies of them. Emacs is weird like that.


C-u C-u C-c C-x C-l my beloved
Not many people like vibe-coding here, so you might see some hostility from them. Still, I don’t see it being that harmful when people use it for their own personal usage. Somewhat jealous that you seem to be able to get it working properly, I never see decent code out of it.