deleted by creator
deleted by creator
deleted by creator
Hydrogen takes a lot of energy to extract, transport, and store. It makes it orders of magnitude less efficient than simply using that energy to charge a battery directly.
Potatoes never go bad. They just start the process of turning into more potatoes.
Can you please edit Stalin’s wikipedia page? I’m sure it could benefit from the input of someone with your level of expertise. Particularly the areas around his vindictive personality, executions, and torture.
There are hundreds of cited sources in there, those will also need to be updated. Thanks!
https://github.com/johang/btfs btfs lets you straight up mount a torrent as a directory and stream it. Most torrent clients also have an option to download parts in order so you can stream.
I think that installing new versions often means that particular services need to be restarted. Rather than implement logic to restart relevant services, it probably just says “fuck it, reboot”.
Who says the google pixel is good for privacy? Google?
you should only need to reboot when updating the kernel. Why are you rebooting? Is it because the system is unresponsive?
CPU brand (as in AMD/Intel) makes little if any difference in linux, stark contrast to Nvidia/AMD GPU. There was a period of time where some of the intel CPU “efficiency cores” were not properly scheduled in the kernel but I think that’s a lot better now as long as you use a relatively new kernel. There are different power/frequency management flags you can pass to the boot params based on intel/amd but that probably makes more of a difference if you’re on battery: https://wiki.archlinux.org/title/Ryzen
I think there used to be some limitation in using resizeable BAR with an intel CPU and AMD GPU, but that hasn’t been an issue for a while.
I have a 5950x with a 6900xt in my linux box and have had no complaints.
The 60s were a pivotal time for politics. Prior to that many democrat ideologies were modern day republican and vice versa. https://www.studentsofhistory.com/ideologies-flip-Democratic-Republican-parties
Dont want anyone getting confused here. These were effectively modern day republicans doing this.
https://en.m.wikipedia.org/wiki/1960_United_States_presidential_election vs https://en.m.wikipedia.org/wiki/1964_United_States_presidential_election vs https://en.m.wikipedia.org/wiki/1968_United_States_presidential_election
zigbee and/or zwave with a self hosted router like HA is the way. It even works if your internet is out snd nobody can just shut down the servers if they dont feel like paying for them anymore
gdm works pretty well with selecting and jumping to all kinds of different DEs. It shouldn’t really be a problem. The only thing I might watch out for is KDE/gnome for example can install a TON of dependencies that you might not necessarily want in both. You can wind up with a lot of duplicate programs. and your home directory will be full of all kinds of config files.
But you can run hyprland, i3, xfce, awesome, etc alongside each other without too much hassle.
I have had the same arch linux install for the past 13 years and have been on a ton of different DEs in that time including times when I switched back and forth between a few concurrently installed. It never caused any issues for me other than trying to clean up all the K programs that had been installed, and cleaning up my home dir.
alacritty
I do this pretty much everywhere, but mainly for 2 reasons:
I do this by a catch-all on my own personal domain, so anything@mydomain.com will get sent to my inbox. I generate random strings/words/names for every email.
Im curious as to what this actually is. I mean its not like the car has an actual sex log. Could it be as simple as the GPS location history? like where you navigated to previously?
I wear sunglasses to drive all the time. If I look down at the touchscreen to use the nav it beeps at me and tells me to keep my eyes on the road. It will even detect if you have a phone in your hand. Where do you see that it doesn’t monitor in any useful way? Would you prefer that people not be reminded of distracted driving?
Sorry I don’t see any indication that this was from the interior camera, only the exterior cameras recording public spaces (dashcam)
I had no idea that tesla employees had seen interior camera shots. Do you have an article?
how so? what is left after having the system daemon start at boot? this is a super common thing to do. If you wanted to go a step further you could even create a couple chroots or other immutable partitions to swap the bootloader to. This would be a great way to use the package manager and features of nix without the limitations. There is nothing proprietary about what nixos does.
The whole nature of arch is sort of a “roll your own distro” approach. It lets you take features from wherever and combine them. It’s perfect for anyone who finds themselves distro hopping.