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/)GI
Posts
0
Comments
108
Joined
2 yr. ago

  • and not an exponential speed-up (O(2^n) to O(n): exponential to linear)

    Note that you can also have an exponential speed-up when going from O(n) (or O(n^2) or other polynomial complexities) to O(log n). Of course that didn't happen in this case.

  • Just because it is technically cross platform doesn't make something efficient.

    If you want performance you'll surely won't go with cross platform. The more general something is the less efficient it is.

  • If Italy really and truly doesn't want a DNS server that is doing this to be accessible in Italy, go after Italian network service providers

    They're already doing that for blocking IPs, and ended up blocking Google Drive and some Cloudflare CDN IPs.

  • let statements only reserves space on the stack

    It is not guaranteed to do that. It could also use a register or be optimized out completly (like in the example you posted in the other comment).

    The stack pointer is also not changed for each local variable, but instead for each function call, so it wouldn't make a difference anyway.

  • A slightly better metric to train it on would be chances of survival/years of life saved thanks to the transplant. However those also suffer from human bias due to the past decisions that influenced who got a transpant and thus what data we were able to gather.

  • Permanently Deleted

    Jump
  • The comparison with Discord makes non sense, the feature seems to be just a normal group chat, like the ones in Telegram/Whatsapp/iMessage. Discord's killer feature is the ability to have multiple channels within a server, which allows more organization.

  • Even in english this isn't true, for example dots can appear inside a sentence for multiple reasons (a decimal number, an abbreviation, a quotation, three dots, etc, etc), which would make you split it into more than one piece.

  • I hate all the cruft in my home directory, but I also hate when stuff suddently stop working after an update, or when all the documentation online talks about something that doesn't work on my system or is not there anymore. Developers are the ones that will have to deal with people with these issues, so I can see why they are reluctant to implement the naive solutions that some ask for.

  • I don’t get sports fanatics…

    Most people just want to watch a match of their home town/favourite team maybe once a week. This is very moderate, what's so bad about that? However in order to do that they either have to either spend an absurd amount of money to get access to all matches, or spend a bit less money to play lottery and hope the match they wanted to watch gets selected.

  • The only options you have are:

    • Dazn Standard (45€/month, 35€/month if you pay for 12 months) to get access to all the SerieA matches (and a whole bunch of other sports nobody cares about)
    • Dazn Goal Pass (20€/month, 14€/month if you pay for 12 months) to get access to 3 SerieA matches per week which you don't get to choose (and a bunch of other sports nobody cares about)
    • Sky (16€/month for the first 18 months, then whatever Sky wants after that) to get access to 3 SerieA matches per week which you don't get to choose (and a bunch of other stuff nobody cares about)

    Most people care only about some specific matches, so your only option is Dazn.

    Dazn is also a very crappy service, it often has connectivity problems and also has ads. Fun fact, if you get a connection issue while watching a Dazn ad, it will restart.

    So, as usual, monopoly, high costs and crappy services drive piracy.

  • If you distribute your app via Flatpak, what benefit is there over "disk space" (irrelevant for all but embedded devices)

    Everyone always focuses on disk space, but IMO the real issue is download size, especially when you update a bunch of flatpaks together.

    I still prefer the upstream flatpaks over Fedora's though.

  • What is good is users having a choice, but Fedora Flatpaks are the default choice and users have no way to change it. Many don't even realize they are using them instead of the official ones from Flathub.