Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO
Posts
1
Comments
139
Joined
1 yr. ago

  • I wonder how repairable and maintainable these will be as compared to EV's from other markets and if replacement batteries will be available as the original ones reach the end of their useful life.

    If these concerns end up being valid, and the tariffs are large enough that these cars aren't priced particularly competitively, that'd be enough for this EV consumer to pass it up for his next vehicle. Will be interested to see how it plays out.

    Edit: Wanted to say I'm not against Chinese EV's. If it ends up making sense to get one, I will.

  • You should check protondb and see if your games of choice are supported, if you've not done so already.

    I completely jumped ship from Windows the better part of a year ago now and haven't encountered a single game that didn't run, at the least, reasonably well. And usually just fine OOB. Though ymmv of course.

  • I had the same problem with enshrouded, including desktop sluggishness. I "fixed" it by fiddling with detail settings until I found one thing that had a significant performance impact. I want to say it was something to do with shadows? I'll try to remember to look when I'm at my desk. Hopefully someone has a better answer/suggestion, but something to try.

    Also, did vulkan shaders run and complete? Mine don't on Enshrouded, get stuck at 99%. I know that can have a performance impact.

  • 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'm guily of the hopping on the bandwagon from Void to NixOS. But out of curiosity for NixOS not frustration over Void. Void is awesome, it fits the completely subjective picture in my head of what Linux should be.

  • Apology not needed.

    I agree with you. The ozone layer is a great example of this being successful. And there are other examples of this kind of issue elsewhere. Like the we have to push for user repair rights or against planned obsolescence (which one could argue this is planned obsolescence, in thinking about it).

    A small number of informed users won't disincentiveize companies from abusing the masses. Because most companies are garbage so of course they will if they can. And regulations are the solution. I'm not suggesting we ignore that. But those of us who are informed can still incentiveize those companies that do treat their customers well in the interim.

    I concede to the point though. I said, in effect, that supporting businesses that treat us well will help. But I suppose it's more accurate to say that will, at best, stop things from getting worse.

  • Setting legal precidents and regulating the industry are musts to curb this behavior. But we also have power as consumers. The ol' "vote with money" if you will. There are too many uninformed consumers for this to have a huge impact, but keeping our money away from bad publishers and giving it to good ones will help.

  • 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.

  • Note: I am not a financial expert. And my limited knowledge is for the US credit system.

    You want your monthly credit use to be pretty low. I believe under 10% is generally considered good. If you have a low enough limit that maxing it is a concern, then you'll want to limit the amount of your monthly expenses you put on a credit card.

  • That's a fair point. Credit card companies are not our friends, and it's absolutely in character for them to try and nail us in the fine print.

    For my part, I know of my annual fee and the rewards I get more than offset it (though not considerably) but it's certainly not always so clear cut.

  • All credit cards are 0% if you pay the balance in full every month. Then it's just a matter of if the perks are worth the fees (if that's not something you're already taking advantage of).

    Edit: reworded to not use the word balance twice in different contexts.

  • 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 wouldn't call ChromeOS Linux anymore than I would call MacOS FreeBSD (oversimplified comparison, but it works for my point).

    It may be based on a Linux kernel but it contains closed source code that's needed for essential functionality, and we don't get to choose hardware independently of the OS, nor a different OS for the hardware.

    It's an ecosystem that's hostile to user rights and in my opinion doesn't fit the spirit of what Linux is.

    Edit: I suppose that's a bit gatekeeperish? But I don't think Linux adoption should be achieved at the cost of user freedom and choice. It loses what makes it special at that point.