Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BN
Posts
0
Comments
68
Joined
2 yr. ago

  • Just a reminder that reencoding already compressed videos is a recipe for destroying the quality, unless you’re using a very high bitrate, which quite often gets you the same size as the input video.

    I think the consensus is that if your video isn’t 4k or higher, there isn’t much gain in using HEVC if it is already H.264.

    So if you want to store them long term, reencoding them now means that if you decide to do it again later (for whatever reason) you’ll have too many artifacts accumulated.

  • If the distro is rolling release, it can always support the latest software in theory, you’d just need to have the correct package formula, which is exactly what AUR offers.

    The problem with AUR is just that the author of the package is likely not the author of the software and not affiliated with the distro, so you should normally check what the script is doing.

  • I really understand how hard is maintaining something for every single package manager and distributions

    But for apps distributed in your system’s package manager, it’s not the devs that are distributing them in every package manager. It’s the distribution itself that goes to each repository, checks and tests the dependencies they need and creates the package for the distribution, along with a compiled binary.

    When they aren’t offered in the distro’s package manager (or the version is outdated because the distro isn’t rolling release) things become more complicated indeed, and sometimes you can’t even do it because the dependencies are older than the ones you require.

  • It could serve both as an explanation of concepts and references to the sources, just like Wikipedia. Ex: it could have pages about Kindle, about Chrome etc. detailing the privacy problems, the timeline of news about them and so on…

    Sure it would be a lot of work to have a lot of information, but if it’s something other people can help contribute it could actually grow as a knowledge repository on this subject.

  • Also… the actual good stuff has a good chance of not being free, or not being on YouTube—it’s just the reality of our world.

    When you look for YouTube videos of random people, you can get anything, from good programmers to horrible ones. You can’t really require quality from strangers posting stuff for fun.

  • I also have a M2 Mac Mini. It’s my favorite computer among all I ever had so far. Being able to run Windows ARM on a VM and install anything I want if I ever need it is priceless. And I still keep Ubuntu and Arch installed on a VM just to play with them sometimes.

  • What you’re saying is right about the possibility, but when you’re assessing some software for yourself, you have to consider things in the bigger perspective.

    Some protects are very complex and require multiple teams of developers to maintain. That’s different than a small project that one person can maintain and curate external contributions.

    So something like Chromium or Flutter isn’t the type of software that a community will self organize and maintain, they need some sort of organization behind them. This organization will probably need some sort of funding, ex: donations. Otherwise the projects will either fall into chaos and die or they’ll look for other ways to support themselves (ex: Qt with their commercial license and paywalled features).

    In practice everything needs resources and without these resources any project simply dies.

  • Permanently Deleted

    Jump
  • Brands want to push their own style on people, to make themselves recognizable, and to push their ideas about UX to their users

    That’s not a universal behavior though. There’s so many utilities and simpler apps made by indie developers or smaller companies that don’t care about this.

  • You’re right, but that’s not the point. The other poster said it’s a skill issue. Sure, if the person can’t run commands in a terminal or doesn’t know what’s an executable that’s a skill issue.

    Getting stuck because the game is having weird glitches that show off once in a while and you need classes on computer graphics to debug isn’t skill issues imo. Otherwise are all gonna establish that Linux isn’t for non programmers then?

  • Another option is to have enough people in the company interested in using that to justify it.

    In my company (a large bank) Linux is now being rolled out to selected people as test because there was enough interest from a lot of the backend crowd.