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/)T
Posts
9
Comments
11
Joined
2 yr. ago

  • RIP Hackintosh 💔

  • Ballos from Cave Story. Mostly because the runback to that boss is literally called hell lol

  • The bed making championships are no joke

  • I feel like in that case it's more like "We now double-check this food wasn't made in the same area as foods with gluten". Cross-contamination can be a pita for celiacs

  • Today I Learned @lemmy.world

    TIL Intel Pentium Processors used to work with RISC operations by decoding CISC instructions before executing them

    fanael.github.io /is-x86-risc-internally.html
  • Today I Learned @lemmy.world

    TIL the first bullet train line, the Tokaido Shinkansen, was opened in 1964

    en.m.wikipedia.org /wiki/Tokaido_Shinkansen
  • Deleted

    Permanently Deleted

    Jump
  • I'd like to believe he heard a summary of sword art online's plot and thought it was real

  • Good enough, welcome back Cummybot2000

  • Today I Learned @lemmy.world

    TIL about REEForest, a EU project that aims to boost Mediterranean marine biodiversity by restoring an endangered species of brown algae

    reeforest.eu
  • Today I Learned @lemmy.world

    TIL in China, wearing a green hat is associated with being a cuckold

    en.wikipedia.org /wiki/Cuckold
  • Question: Is using paperclips a worse alternative? I've found them useful for those sim pinholes but im not entirely sure if its good practice

  • Today I Learned @lemmy.world

    TIL Pakistan is the only country in the world whose name comes from an acronym

    en.m.wikipedia.org /wiki/Pakistan
  • Today I Learned @lemmy.world

    TIL Earth's electric field can make spiders propel into the air and fly across entire oceans

    www.pbs.org /newshour/science/spiders-fly-on-the-currents-of-earths-electric-field
  • Wouldn't it put Firefox on a pickle? Say Chrome gets bought out of Google's hands, would they still bother to pay half a billion to Firefox to stay as the default search engine? Could Firefox survive being financially independent?

  • 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