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/)U
Posts
1
Comments
157
Joined
3 yr. ago

  • What distro? Runs just fine on Arch.

  • No sane person is putting plain JS on the server nowadays, it's TS by far most of the time.

  • Best match

    Sure thing, bud 😂

    It even recognized the local app that matches, how on earth is this a better match

  • Are you sure that's not a monitor setting?

  • Since plain http is becoming pretty uncommon nowadays, just use a non-ISP DNS server and you should be pretty safe.

  • At least in C# with Moq you can only mock virtual methods of concrete classes, so using interfaces is still nicer in general.

  • I think a lot of Brits pronounce it that way

  • I play RL through Steam, it's still getting all of the updates.

  • And sometimes recommended by Microsoft support.

  • As far as I can see, it's freeware, not foss

  • GrapheneOS said they are working with an unnamed OEM to make devices compatible with GOS. Hopefully they are good, because Pixels may indeed be a dead end.

  • Or Fedora

  • Because CGNAT means that their router does not have a public IP - just like your router has a single IP that is shared between your devices (using NAT), their ISP shares an IP between multiple customers (also using NAT, it's just called carrier-grade NAT to differentiate who is doing it).

  • Off the top of my head the compiler is slow because:

    1. With C you can compile every file in parallel, in Rust compilation of a single crate is serial (hence splitting up large projects into many crates is important, but that makes development somewhat more difficult)
    2. LLVM itself is pretty slow
    3. Generic functions are monomorphized (there's a unique machine code version of it for every concrete type combination they are called with) to improve runtime performance, but that gives LLVM a lot more work to do - see point 2
  • Does that laptop have an SSD?

  • This is a recent example of a problem that required manual intervention or the system would not boot after updates. This happens every now and then on arch, it's why you should check arch news before updating.

  • Jokes on you, this happened to me on fedora with an nvidia gpu.

  • According to this Google accounts for 90% of Chromium code contributions. If Google does not control Chrome anymore, expect them to mostly go away.

  • FreeBSD is closer to Unix than Linux is

  • Linux @lemmy.ml

    Explicit sync Wayland protocol has finally been merged!

    gitlab.freedesktop.org /wayland/wayland-protocols/-/merge_requests/90