I recommend vesktop, it’s an open source discord client that pretty much fixed all the discord problems that I had on wayland. No need for nitro to stream high resolution, and it’s even compatible with betterdiscord themes 🤌.
I recommend vesktop, it’s an open source discord client that pretty much fixed all the discord problems that I had on wayland. No need for nitro to stream high resolution, and it’s even compatible with betterdiscord themes 🤌.
Yeah you are right on that but there still are many backdoors on plenty of applications that are made by American companies. We also know that some agencies wanted to put backdoors on linux kernel etc. In that case why would you not trust an open source app, and trust a closed source one just because of the nationality of developers
I mean the same thing can be said about the USA, also if there are that many problems why don’t you just check the code, it’s one of the main strengths of open source software.
Since spotify was increasing the price AGAIN, I was willing to give Apple music a chance. Guess what, many of the soundtracks I listen to are not available in my country. Like why would you block it I already pay for the thing just let me listen to it. But I guess they just know better. And now I’m gonna selfhost my music just like I selfhost movies and tv shows.
Yeah ngl it’s very ugly. But hey as long as it works it’s not stupid amirite?
Yeah I was trying to do something like reading the first line by getting an iterator and just looping through the other lines normally, since first line was kind of a special case but it got messy quick. I realized halfway that my collects were redundant but couldn’t really simplify it. Thanks
Man there is a night and day difference between the comments here and on phoronix, what is their problem?
It actually recommends using nix-env -i
, which is even worse because with that command it searches the whole repository instead of just getting the correct attribute on nixpkgs. It takes half a minute to run the command, it’s insane.
Next you want to rewrite everything in Rust.
Nice read, thanks for the insight.
Changed the image link, thanks.
Might be the client. I use eternity and it looks OK on my phone.
Ave, true to Caesar.
It has been a long time since I watched his video, don’t remember what his points were but check it out for yourself. Here.
Louis Rossman was very against this idea, and gotta say I side with him on this.
If you really want the latest updates and technologies, you could use openSUSE or plain Arch. I heard Manjaro intentionally delays updates and I think in a rolling release cycle that would hurt the system. No idea about the size of repos on openSUSE but the other features are already there. Also if you think you can spend some more time to learn new things(nix programming language and more) I can recommend you to try NixOS or at least install the package manager( also called nix) on your current system. It is THE distro for reproducible builds. It has a huge repo too, rivaling AUR.
I use Arch btw.
Or as I like to call it GNU+Linux.
It’s stuck with me forever because of playing Fallout New Vegas for hundreds of hours.
Why are you getting downwoted man, getting segfaults in safe rust is on compiler not us. When you segfault in C and such it’s almost always your fault, if you manage to do that in rust it’s a bug in compiler.