tomatoely

joined 3 months ago
[–] [email protected] 2 points 31 minutes ago* (last edited 30 minutes ago)

I went into void as my first DIY distro, mainly because I wanted to mess around with window managers and it was a very good experience. Runit made my underpowered laptop boot into linux in like 4 seconds, crazy fast. XBPS package manager was always really really fast too. I like the fact that nearly everything you need is in the official repo, instead of having to delve into the depths of something like the AUR. I also managed to make a contribution to the repos with the help of the community on the IRC chat rooms which were very noob friendly. Overall just a solid experience.

[–] [email protected] 4 points 4 days ago (1 children)

Definitely overkill, but considering the chip is going into flagship phones it's almost to be expected. Really going off topic here, but with this much performance, I really think the next step should be to make x86_64 apps compatible on these phones. Wine on ARM is getting pretty good with projects like FEX and Box64 being capable of getting console-like performance on full blown desktop games with these newer phones. Idk, I feel like features like Samsung Dex could actually become a serious desktop replacement if they could implement more office solutions from PC's programs. We're at the point where I think it would be feasible to do, imo.

[–] [email protected] 9 points 4 weeks ago

Super mario maker's "x" bubbles that show where people died in the level really gives the game a nice touch. Makes you not feel as bad for dying in an easy obstacle lol.

[–] [email protected] 13 points 1 month ago* (last edited 1 month ago) (2 children)

When an app supports linux, it can do so by either:

  • packaging it for popular distro repositories,
  • giving instructions on how to build the app from the source code

or

  • package it on distro-agnostic, package management solutions like flatpak or appImage.

These last ones are sandboxed environments. That means they have their own dependencies isolated from your system, so they dont have to deal with every distros pecularities at the cost of using more storage space. This is very useful for developers and in your case benefitial for the user because you can have both steam and zoom via flatpak on mint, arch or any obscure distro that has flatpak available, without any major problems.

Edit: Formatting

[–] [email protected] 2 points 2 months ago

Kinky cazzu 😈

 

As Google tries to hinder ad-block extensions with their new platform Manifest V3, it seems to me Chrome or any Chromium derivatives are no longer a viable way to browse the web safely. So it got me wondering, how much big of a task would it be to still suport Manifest V2 on newer releases of Chromium? Maybe implement some legacy option for backwards compatibility with older extensions. I think it would be a great alternative to have, but I haven't seen anyone coming up with something similar.