An hour old post about Windows on the Fediverse and no one has said use Linux?
Use Linux.
An hour old post about Windows on the Fediverse and no one has said use Linux?
Use Linux.
I’m just throwing shade for fun.
Feels like the right choice for a shitposting community!
Are ps5’s not useful?
I haven’t bothered with the last generation of consoles, but I haven’t heard anything bad about them.
But maybe my “haven’t bothered” comment is a common sentiment and the answer to my own question?
I’ve never had any trouble running adobe software on Linux.
I’ve also never tried, but still the statement is technically correct.
That’s a new metaphor for me. I like it! And I want some chips now. Either the British or American kind.
Give up on nvidia, IMO.
I feel like most everyone* who cares about distros likes Debian. It may not be the right distro for your use case, but you’re glad it’s around.
*
I’m sure even Debian has it’s haters. But I think it’s a minority.
They can be slow to adopt changes. I think the Mozilla foundation getting more funding, staffing, and refocusing on their browser would be the better solution.
While Chromium is an open source project, it is still developed and maintained by Google. For something as important as a web browser, I think it’s imperative that there’s an option outside of their control.
That’d certainly be a good feature, but it feels to me like it’s a fairly niche need. And as per that post, it’s also a big technical effort. I can see why there isn’t anything in the way of development updates.
That is me being a bit of an apologist for Firefox though. If you consider Firefox unusable because of that, then that’s a pretty valid frustration.
Still, I’d encourage you to try and find a way to make it work for you because Chrome is evil.
This sums it up. I’m too lazy and there’s too little incentive.
I and anyone I’ve heard say the word says it the same as the English pronunciation in this random video I found searching for how to pronounce it. For whatever that small sample size is worth.
I use rsync for this purpose and the only notable bottleneck is my download speed, fwiw.
Link for reference. https://play.date/
It doesn’t copy data, no. Symlink is short for symbolic link. So it’s a pointer to another location. But it might be useful for you. Taking a guess at your goal, here’s a relevant example.
Say you moved all of your emulation stuff stored under /media/largehdd/retroarch. You could then symlink that directory to ~/.config/retroarch like so:
ln -s /media/largehdd/retroarch ~/.config/retroarch
That data is still stored on the large drive but will now also show under that symlinked directory.
I use file syncing (Syncthing) and symlinks to keep configs for some apps synced between devices. I don’t for Firefox, but it might work.
Could I maintain the same OS install for the life of a device? Sure. Can I resist disro hopping? Nope!
I made it, I think, 3 years on a Fedora install once.
Maybe you can do something with the tampermonkey extension to catch when that audio is triggered and have it do an api call that your script catches?
I don’t know if that’ll actually work, I know of the extension but have never it used nor am I skilled with Javascript but it seems feasible.
I use mailfence. They offer imap, caldav, and carddav. It’ll check all those boxes, but I don’t think those are unique offerings among the privacy respecting email services.
I use Proton Mail’s Proton Calendar app for my calendar though. I was using caldav + davx5 but I had issues with reminder settings getting lost on recurring events.
This doesn’t fit the question exactly but I feel it’s in the same spirit, and a kind of interesting solution, I think.
Back in the early days of scryptcoin mining, I had a few gpu mining rigs running Linux. Occasionally they would hard lock and I’d have to power cycle them.
What I ended up doing is getting some usb to serial adapters, wrote a python script that ran on startup and would send a character over serial at a set interval in a loop. That was hooked up, if I recall correctly, to an attiny85 using softwareserial and some ttl to rs232 conversion. It would listen over serial and if it didn’t receive anything with a reasonable time frame it’d flip a relay that cut mains power to the pc, then flipped it back. A deadman’s switch, of a sort. It worked great!
I hope it’s a positive experience when you do!