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

  • The secret to success in software engineering:

    1. Lie and say that there is
    2. Write or use a conversion algorithm
    3. Boss won't know the difference
    4. Collect bonus at performance evaluation
    5. Put "AI engineer" on resume
  • I mean, DNA can be stored in a file. Hormones and steroids can be described discretely by chemical composition. And while we still don't understand how the frontal lobe works, we do understand how brains store, recognize, and recall information, which is the basis for generative AI today.

  • I've heard an ex microsoft employee said in a blog once that the windows team has no seniors. Anyone who has worked there for one or two years has left for better employers. Nobody knows how to refactor or maintain old codebases, so instead, they just write new things on top of the old things. The windows kernel has hardly changed since XP.

  • Nah, coding is one of the few things I don't find annoying, so long as the language or toolsets I'm using allow for freedom. What I find annoying is when some talking head says all code should be a certain way, and everybody believes them for some reason.

  • It would be extremely annoying to be forced to write all my code functionally.

    But I find it even more annoying to be forced to write all my code object oriented. Looking at you, python and java.

  • The amount of time my classmates have spent dealing with vscode crashing, freezing, breaking, etc is way beyond negligible. And yet, I'm the weird guy apparently for preferring vim and GCC.

  • I mean, you see it a lot in local or low to mid budget network TV. They dress up the laptop to make it look like apple hardware (usually a pear logo instead of an Apple), but when you get a glimpse of the DE, it is clearly neither windows nor apple.

    Tv writers and other liberal arts types tend to be cult-like in their devotion to apple, but I guess network TV prop departments have decided apple is too expensive, and installing windows is too much of a hassle.

  • I'm inclined to think former. Excepting X box players, I've never actually met anyone in real life who actually likes Microsoft. Only people who are forced to use it, and don't feel like migrating to greener pastures.

  • I've wondered why programming languages don't include accurate fractions as part of their standard utils. I don't mind calling dc, but I wish I didn't need to write a bash script to pipe the output of dc into my program.