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/)WA
Posts
3
Comments
173
Joined
2 yr. ago

  • Some of those Cons sound pretty bad, especially the graphics problems. A lot of those I figure I could live with, but some, like the constant noise on the graphics or a low-quality touchpad would be just too much to tolerate.

    I am currently awaiting my (pretty damn expensive) Framework 16 at this time, and I can only hope my experience will be a bit better than yours...

  • It's odysee, a frontend to lbry, a sort-of decentralized alternative to Youtube. Which seems very enticing, because an alternative to Youtube is badly needed.

    Unfortunately, at the moment it is completely overrun by religious nutjobs, Nazis and other assorted scum. It is not by its nature an alt-right service, but it does attract all those who would be banned anywhere else.

  • The title is highly misleading — which should be obvious enough to anybody who has been using Linux in the last 15 years. Of course Linux has been able to use more than 8 cores this entire time. Many of us would have noticed a long time ago if it didn't

    The article is talking about a minor optimization of scheduler granularity to make better use of multi-core machines. It would increase the size of the scheduler's time slice to make use of the fact that in a highly multi-cored system, you would very likely have some core available to react to user inputs fast, even if processes are running, thereby saving on some context switches. Apparently, this optimization didn't not go as far as originally planned for CPUs with more than eight cores.

    Personally, I don't expect it would have made a major difference of it had.

    The headline here is frankly going past a simplified summary and well into dishonest territory. I would take everything this author says with a huge helping of salt, including his claims that all the documentation and even code comments about that mechanism are wrong.

  • #55856 cygwin hangs during installation at libzstd1-1.5.5-1

    This bug report must mean that someone, somewhere, for some reason was running cygwin under wine and cared enough about that that they would create a bug report when it failed...

  • I’ve looked at Peertube, Dtube and Odyssee, but frankly, I don’t like them because there is some questionable content on those sites.

    While I can understand that to a degree, keep in mind:

    Any true alternative to the big sites, especially if they censor less, will always first attract the fringe and those who would get themselves banned on the big platforms. Even if it was for good reasons. These days, that seems to mean religious nutjobs and right-wing conspiracy theorists.

  • Trees don't actually produce a lot of oxygen, at least not in aggregate. That's because for every ton of biomass the worlds forests gain through trees growing, you get an equal or larger amount of biomass disappearing through rotting or burning, which... releases CO2 and consumes O2. Only if tree cover as a whole grows can trees in aggregate actually increase atmospheric oxygen and decrease atmospheric CO2.

    Unfortunately, that hasn't happened in centuries, maybe millenia if you discard some minor short-lived recovery periods after major reductions in human population after, for example, Gengis Khan's conquests in the 13th century, the black plague in Europe in the 14th century or the extinction 90+% of North America's native population by Eurasian diseases in the 16th century.

  • Honestly, that was a bit of a wise crack. What I am doing with those two things (plus a number of other that are required these days, notably for DKIM) is running my own mail server.

    Fair warning: Doing that costs money, time and effort, and messing it up can lead to... interesting results. (You usually don't want "interesting" for something as fundamental as your email.)

    If you are still interested, join us in selfhosted@lemmy.world. (Still figuring out how to properly link to a community on lemmy. In the meantime, look for it under "Communitys".)

    The postfix mail server can be found here: https://www.postfix.org/
    The Cyrus IMAP server can be found here: https://www.cyrusimap.org/

    Additionally, I also use roundcube so I can have a web interface for email.