I think I might be the only person who bought a 9950x on launch and was actually very happy with it. Not only it performs excellent, but unlike its predecessor, I can actually use it with air cooling, it's a very efficient and powerful CPU.
The first one I got was some integrated cirrus logics chip that didn't even have 3d acceleration. The first one I bought with my own money was a GeForce 7800GT in late 2005
Arch Linux. Everyone said it was hard to use, unstable, etc. but my experience with it has been the exact opposite.
Yes, the install process is needlessly complicated (although it got a lot simpler now that we have archinstall), but the OS itself is rock solid and rarely has any issues that require more than a reboot or a package reinstall to solve. The AUR is a godsend too if you don't want or don't know how to compile stuff from source.
I think this one beats them all.
My home server keeps a few services up, including an instance of Jitsi Meet. The server runs nixos and the nixos package for jitsi is incomplete to say the least and doesn't even support authentication, so I use the docker-compose version and I have a script that runs periodically to keep it updated. So far so good, right? Well, no.
Because the server is at home, I have a dynamic external IP address, so I have to use a DDNS provider, but jitsi doesn't expect this and uses a stun server at startup to determine the public IP of the server once, so if my connection goes down or is restarted and the IP changes, jitsi needs to be restarted or it won't work anymore.
The solution?
- My router runs OpenWrt, so I am able to run a script that checks for external IP changes. When a change is detected, it uses SSH to connect to my server to restart jitsi
- Because I don't want the router to just be able to run any command, I created a jitsi-restart user that has no shell
- When the router tries to log in with its pubkey, sshd creates a file called restartasap in the jitsi folder and closes the connection
- On the server, there's a systemd unit running a script as the jitsi user that periodically checks for that file, and if it exists it deletes it and restarts jitsi
I've been running this setup since mid 2020 and I expect this to continue until IPv6 becomes the norm.
Hi, I'm the original author of LibreSpeed. When you load the website it downloads a list of servers and tries all of them to see which one has the lowest ping, that's what you're seeing.
I'd say ffmpeg is a good example, it's used by almost every piece of software that has to manipulate audio or video (including messaging applications), yet not many people know about its existance.
It's just bait for investors. This is the kind of crap that gets people with money and zero understanding of computers to buy stocks.
The problem with 5Ghz is that it doesn't go through walls very well compared to 2.4Ghz, resulting in APs having less range (or having to use several times more power)
Italy.
Cooking, every foreign person I know eats 20x more takeout and fast food than I do.
Various reasons over the years:
- Don't want to risk making the workplace unpleasant (twice)
- Wrong race that would upset my parents (twice)
- Lives too far away (twice)
- Age gap (once)
- Me being exposed to porn at a very young age (first time I was 3 or 4, and I grew up with unsupervised internet access) gave me a completely broken sexuality and I don't want to bring other people into this mess
- Feeling inadequate, ugly or uninteresting (I used to be very fat so you can imagine how I grew up)
- Feeling that my interest in the other person is not genuine and that I only see her as a sexual object
In the end, I'm 32 and single, my friends are getting married and starting their own families and I have this dreadful feeling that I missed out on something important in life, I drown this feeling in work, video games and all sorts of projects, but when I'm alone and I can't think of anything to do and I start thinking about the future, I want to kill myself.
Crypto were a good idea on paper, they could have rid us of centralized banks and provide fully anonymous transactions, instead we got massive exchanges that require your identity to do anything, massive speculation, money laundry, ponzi schemes and GPU shortages.
At this point I don't even care anymore about what it could have been, fuck crypto.
I'd say I'm a "time-strapped" user since I have a full time job and I'd rather spend my free time gaming rather than fixing a broken OS, nevertheless... I have 2 PCs with Arch Linux (one for personal stuff and one for work) and a server with NixOS.
When things break on Arch (which is rare these days but it can happen, especially if you play around with things from the AUR), I just rollback with timeshift (it takes just a few seconds with btrfs) and try that update again in a few days. Minor issues I can just ignore or work around them and take care of them when I feel like it, but they usually get fixed with updates within a few days. The only time I felt that it was actively wasting my time was when Plasma 6 came out a few months ago and a lot of little things broke, especially on wayland, but they were fixed rather quickly with 6.1 so I can't complain too much.
NixOS on the other end has been nothing but trouble and a waste of time ever since I installed it. It took me a week to configure it, some packages are kinda old, most have incomplete declarative config, I had to manually write some units myself, and when things break it drives me crazy because even basic troubleshooting of services can be a pain in the ass because I have to find out where stuff is, know which config files are going to be overwritten, launch the correct nix-shell, ... it's all so tiresome... so I just revert to an older config and hope for the best. To make things worse, major updates often require manual changes to the config or even to application files themselves (looking at you, nextcloud) and you will excuse me if I can't be bothered to do that on a DECLARATIVE DISTRO. Even debian doesn't need that, come on! I don't care what people say on NixOS, this OS is not ready yet, I don't have time for this shit when I'm working and that server will be going back to debian next summer.