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/)B
帖子
2
评论
84
加入于
2 yr. ago

  • for me it was on a pi5. maybe the amd64 was what made it work for me? idk.

  • As usual, the US is already one step ahead: they cut out the middleman by skiping a step.

  • snappy it feels versus the official rpi OS

    I blame the desktop manager. Once I ditched the default von on the pi, and replaced it with standard gnome, the pi became almost as snappy as my regular notebook.

    in general: standard debian should be exactly as light-weight as arch.

  • Tja.

  • thanks

  • offtopic: what is the significance of the reblogger in the screenshot? like, why didn't they leave the top third of the picture in?

  • thanks!

  • thank god

  • does that matter? I though only the voltage and wattage would play a role

  • drastically increases overall build times

    oh wow. from 0ms all the way up to 0ms. That's almost 1000 times faster wow.

  • the linux-file-deletion is used as a example for good software design. It has a very simple interface with little room for error while doing exactly what the caller intended.

    In John Ousterhout's "software design philosophy" a chapter is called "define errors out of existence". In windows "delete" is defined as "the file is gone from the HDD". So it must wait for all processes to release that file. In Linux "unlink" is defined as "the file can't be accessed anymore". So the file is gone from the filesystem immediately and existing file-handles from other processes will life on.

    The trade-off here is: "more errors for the caller of delete" vs "more errors due to filehandles to dead files". And as it turns out, the former creates issues for both developers and for users, while the later creates virtually no errors in practice.

  • bourgeois = middle class

    iirc bourgeois is non-aristocratic upper class. But i guess it depends heavily on the context

  • open suse (or was it mandrake? idk) around 2006. I remember trying it, and thinking "wow. This is trash" and then sticking with windows for 10 more years until giving ubuntu a try (and sticking to it). I tried other non-debian linuxes since then, but they all gave me that "wow, trash"-kind of feeling

  • it's a great candidate. It was my first "real" languages (i.e. the first language, that is not php/js)

    you have a text file. then call the compiler on it, and then you have a exe file, that you can run. It does exactly what it is supposed to do without thinking about the browser, the webserver, the JVM, or some other weirdness.

    I get, that doing "good cpp" is difficult. And using all the weird languages features is difficult. But as long as you use strings, ints, ifs, fors, you should be fine. Just don't use generics, templates, new (keep everything on the stack), multi-inheritance, complex libraries, and it's a nice beginner language.

  • yes

  • We need a SeniorProgrammerHumor community

    to get an invide you must have at least 5 years of verifyable lemmy-experience

  • trend to hate on PHP

    2 years ago I tried to give a drupal project the ci/cd makeover (i.e. containers, test-deployments, reproducable builds, etc)... that's when my hate was freshly renewed.

    At this point I think it's ok to let a dead language die and move on to something else (anything else, really)

  • Latex: Problem --> \def\please@#1#2#3#4{\e@kill#2#3{\me#1}#4@now} -->