• 0 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
rss





  • Today I was looking up how to do something in a game I’m playing, there were some videos about it, usual formula starting with “Sup guys!”, intros, ads for the channel, and fluff, “remember to press like”, oh and a bunch of videos that may or may not contain the answer.

    The answer could be written in 5 words, basically what key to press.


  • I don’t really care but I have a 512GB drive, a few extra GB of NVidia packages or whatever means nothing. I just enjoy the containerization and not having to give it my root password to install things. I’m not on an immutable distro and not having an app invade my core system (in whatever way the packager felt necessary) feels really good.

    I’m watching the immutable space though, once it matures a bit more might try it. openSuse has an elegant and simple take on it with BTRFS snapshots.





  • I’m not sure OP sounds like someone who into reading Arch News, learning about pacnew/pacsave, etc. that’s more for hobbyists. An ubuntu flavor or something like Zorin might be better for them and then stick with it and solve any problem that may show up.



  • I’m looking at how many of the bugs and security issues are due to memory unsafe code - it’s A LOT and new ones come up almost daily. Humans are just bad at writing safe code because we are so fallible. So if we can eliminate a significant percentage of these bugs from the ground up that suddenly becomes very interesting. Besides personally after two decades of C and C++ (and debugging them) I find Rust much more pleasant and “ergonomic” to use.

    If we want an OS to be more secure by design we really have to begin at the most basic level. It might never be perfect but we can greatly reduce the attack surface. This is also why Microsoft is rewriting a number of vulnerable system components of Windows in Rust.

    So why is it important to the end-user? Well, if that’s Average Joe, maybe not but Redox OS right now is not mainstream, it is for us nerds who are interested in a safer OS and to see what can be done in that space. Maybe you don’t care and that’s fine, but some of us do and just like any post here, people can chose to skip over it or dive into the discussion, we can’t guarantee that all posts or projects are interesting to everyone :)




  • Well, they’re an Arch Linux user which is a special case. On Arch and derivatives it’s the user’s responsibility to manage the system so this doesn’t happen, configure cleanup daemons, flush package managers, etc., alternatively it could also be a misbehaving application which would have to be reported. Arch is for hobbyists who likes to do this.

    On other Linux distributions, Windows or macOS if this happens it’s usually an application not properly managing its cache.



  • I got that problem on a ROG Strix G733ZM. The solution was to install “hdajackretask” (sometimes in an ALSA tools package, sometimes elsewhere), select “ALC285” and “show unconnected pins” and map pin 0x14 to “Internal Speaker” and pin 0x1e to "Internal speaker (LFE), then install boot override and reboot.

    Oh and after reboot I went to Configure Audio in KDE and selected a profile.

    It looks like this.

    I found it randomly online, don’t remember where. I wish I knew how those pins were discovered in the first place because it may well be different for different laptops and also I really want to know…

    Oh BTW, in case you need to know: My microphone was having an awful lot of static noise. The trick was to 1) reduce microphone volume to 50% and 2) enable the ladspa-rnnoise noise filter in pipewire (it was already in my distributions repo). I checked in Windows and it sends the mic through an “ASUS AI noise filter” - so they’ve basically saved money on the hardware and are doing the same thing.


  • I don’t get the issue with “maintaining Xorg”.

    I think he explains it pretty well, he even gives some examples and mentions there are many others. For a company to support such a large component for its commercial customers has a lot of work and verification we wouldn’t consider as end users. His comment also explains why you can’t just maintain a status quo with it and make an automatic build and forget…