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

  • A markup language (which is what HTML is) is like an advanced text container. When you write a post or comment here, you can use specific syntax to indicate the size of the text, a hyperlink, a quote, etc. HTML is that. It doesn't "do" anything, you're just writing in what you want it to display, and that is displayed.

    A programming language lets you somehow "do" something. Instead of declaring explicitly "write this text in bold" a programming language can be used to process all the text in an arbitrary document, and change the word "aeroplane" to bold whenever it turns up. That is: The output from the code isn't just a rendering of what is explicitly written there, which is what a markup language gives you.

  • Aaaaand you've now reinvented punch cards for Brainfuck in mspaint. How do you feel about yourself?

  • Theres plenty of cases where I would like to do some large calculation that can potentially give a NaN at many intermediate steps. I prefer to check for the NaN at the end of the calculation, rather than have a bunch of checks in every intermediate step.

    How I handle the failed calculation is rarely dependent on which intermediate step gave a NaN.

    This feels like people want to take away a tool that makes development in the engineering world a whole lot easier because "null bad", or because they can't see the use of multiplying 1e27 with 1e-30.

  • Long live 4chan

  • Honest question from someone using C++, though not for systems- or embedded stuff, just for object oriented models that gotta go fast: Why is C++ not in the same ballpark, and not an alternative?

  • People not getting this... computers are inherently binary (until quantum computers become truly viable). That's the joke.

  • I really don't see the hassle.. just pick one (e.g. pip/venv) and learn it in like half a day. It took college student me literally a couple hours to figure out how I could distribute a package to my peers that included compiled C++ code using pypi. The hardest part was figuring out how to cross compile the C++ lib. If you think it's that hard to understand I really don't know what to tell you..

  • Im honestly surprised someone using Python professionally appears to not know anything about how pip/venv work.

    The points you think you are making here are just very clearly showing that you need to rtfm...

  • You act like there would be less of a reaction if people ripped up, walked on, or in other ways desecrated the Quran. This isn't about book burning, this is about a group of people not tolerating that on of their symbols is desecrated.

    Imagine if we prosecuted people for burning flags or signs with slogans... but maybe you think that should be illegal as well?