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/)Y
Posts
6
Comments
9
Joined
3 mo. ago

  • One answer: scala

    Scala is used in a lot of places, it's a very good mix of OOP and FP, not fully functional, but you can simply not use the OOP parts.

    For databases, accesses to the world state, etc, there are monad transformers

  • "Do you want me to make a travel guide for a trip to mordor?"

  • Programmer Humor @programming.dev

    True story that might have happened today

  • These urls were all blocked by my hosts file, so it seems to trigger something else.

    Edit: it didn't do anything it seems, it's all "not detected".

  • I use ublock origin with no global cosmetic filtering, only some specific cosmetic filtering that I added manually, nextdns with a shit ton of block lists, a hosts file with hagezi ultimate mini.

    It didn't detect anything:

    Edit: I'm using the adguard blocklist

    Edit 2:

    The website does only some downloads that are pattern matched only by some block lists, if you don't use certain rules, it doesn't get caught. It doesn't use other domains, or any other thing, just downloads files that look like domains or parts of the URL of the pattern matched rules.

    So if the filter list use domain blocking, it won't get caught by the website. If the filter list use simple URL pattern matching to get the domain or part of the path, then it will get blocked.

  • Videos @lemmy.world

    Examining an Arctic Island with Almost Zero Information… Eight Bears Island | Geomargin

  • Videos @lemmy.world

    why is romance "cringe"? | bazazilio

  • How can this be a joke? Wokeness ruined my marriage too

  • Videos @lemmy.world

    The Silencing of Me | Current Affairs

  • Had the same problem ages ago, as the other said, iommu 100%. iommu=pt on the kernel variables at grub or systemd-boot, and you're ready to go!

    Edit: fx6300 on an 990x gaming, from gigabyte too, at the time.

  • Interesting! Didn't know about that, good to know!

  • Linux @lemmy.ml

    Tip for noisy microphones while using pipewire: importing module-echo-cancel from pulseaudio

  • Linux @programming.dev

    Tip for noisy microphones while using pipewire: importing module-echo-cancel from pulseaudio

  • Searxng with brave, duckduckgo, google, mullvadleta, mullvadleta brave and qwant as the search engines. Law of big numbers makes it quite useful.

  • Every instance is like this it seems, maybe lemmy doesn't make a batched select at the cache and the db, but idk.

    Maybe a new webscale backend could solve this, but i'm just a java backend developer, not a rust one. Maybe could be an interesting project, scala + pulsar + batching, turning lemmy into a microservices hellscape.

    Edit: but