Control over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
Control over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
Seconding magit, emacs is an awesome ecosystem well worth learning, and magit is fantastic. I recommend doom emacs - the greatness of vim keybinds for editing with the greatness of the emacs ecosystem
Pretty sure they mean 4.1 > 5.4 > 7.29 … , so after 10 years 82% of Canadians will be being murdered. By year 11, it will start killing non-canadians with a 111% adoption. In 30 years, we will all be dead
The good f word, not the bad f word
He is partially right - there are people making a lot of money from climate change… Or at least from causing it
I personally use lidarr to download and picard to tag, but use plex/plexamp to listen locally and on my phone
Seconding (thirding) logseq! Your daily journals all show up in one long scrollable page (delimited by the date and such) so you can easily see what happened previous days, etc. If you click one it brings up that page in full screen if you want to focus on it, it works very nicely imo.
You also aren’t limited to just journaling, you can use it for a pkm system. Say that you journal for that day about learning something, you can do this:
When you go to the eulers_formula page, all of that info will be in the links section without having to leave the page. I personally do all that, then write my own summary of the info on the page itself, so I have the original content and my take on it.
It’s also fully foss, you can pay for their sync service to have it available on multiple devices all the time and it’s fully encrypted in transit so they can’t see your info, I personally just use syncthing and haven’t run into any issues using it on my phone and computer unless you try to modify the same file at the same time (which isn’t really something you would ever do)
I can skip the search engine and go right to the bad suggestions, finally!
I use vim keybinds (via doom emacs) for this sort of stuff if I’m doing it for personal projects, my professional work is all done in an online platform (no way around it) so it’s just faster and easier to throw the pattern and columns at the integrated chatgpt terminal rather than hop to a local editor and back
I use chatgpt semi-often… For generating stuff in a repeating pattern. Any time I have used it to make code, I don’t save any time because I have to debug most of the generated code anyway. My main use case lately is making python dicts with empty keys (e.g. key1, key2… becomes “key1”: “”, “key2”: “”,…) or making a gold/prod level SQL view by passing in the backend names and frontend names (e.g. value_1, value_2… Value 1
, Value 2
,… Becomes value_1 as Value 1
,…).
I think Plex is better for newbies, less setup and most will want to watch outside of their network easily with little setup. That said, Plex is getting a bit enshittified so I’ve been eyeing the switch to jellyfin just in case (I’m not a newbie, k simply was when I started using Plex and don’t want to deal with the change if I don’t have to)
So far I really haven’t had musicbrainz be missing any artists or songs, idk if its different if you listen to indie or niche music though
You should check out last.fm (or musicbrainz, which I prefer since its open source). You connect your apps to it (Plex, tidal, Spotify, etc), they send over songs as you listen to them, you can rank them as love or hate (and some other stuff) and they curate playlists and artists that they think you’ll like based on your listening habits
I always use i because I’m too lazy to type out iterator when I’m making my garbage spaghetti code that will support infrastructure for years
Same here, idc about some of my containers going through VPN (tandoor, gitea, Plex, etc) but my whole arr suite, qbittorrent, and sabnzbd are routed through a gluetun container that uses my protonvpn credentials. Never have to worry about turning my VPN off for gaming or something since the… totally legal research papager aquirerer apps… are all routes through the VPN which changes it’s connection every 4 hours (changes my public IP but also just to make sure none of the containers run into any issues that they can’t figure out without a restart)
Sounds like a radio station where there community submits songs
Yep, their free servers are great for trying out the service and web browsing if you don’t it being slow, but none of the free servers are p2p enabled. Only paid servers have p2p
Step 1: multiply all inches by 2.54 on the plans and not mess up or miss any of them
Step 2: have fun cutting on fun cm decimals like 6 inches = 15.24 cm
At that point, the second one should either have been an edit with more/changed info to the initial note, or it’s adding additional info so you would have two files linked that are like {timestamp}_radioactive_mayonnaise {newer_timestamp}_making_radioactive_mayonnaise, etc. There isn’t really a reason to have two notes with the same name anyway (in the same way that you couldn’t have two files called radioactive_mayonnaise.md in the same directory and wouldn’t want that in your search and linking). It’s okay to go back and add more info to an existing note, or make a new note with a more descriptive name if warranted.
Well yeah, assuming you can install it on all devices you would want to use, and that it lets you use network storage, and that the app doesn’t conflict with other apps using the same network storage. A lot of apps don’t have a specific app for Android, Apple, Linux, macos, and windows because that’s a lot to build and maintain. A deployed webapp works on any device with a browser, and you don’t need to configure every device to use the same networked storage.