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

  • Please don't pawn this off to "democrats", some vague entity not connected to yourselves. It's each and every resident's duty to resist and fight back. Some politicians can't do anything when operating within the laws the fascists explicitly skirt.

  • Excel

    Jump
  • The bad thing is, they've attached a mediocre screwdriver to the hammer because everybody keeps using the hammer as a screwdriver. But now, everybody STILL uses the hammer as a screwdriver. The screwdriver part used to be a separate tool, but people didn't know how to use it, and now they still don't, even though it comes with instructions.

    They really should have kept things separate.

  • It comes down to the question "Is YOUR C++ code faster than Python?" (and of course the reverse).

    I've built a SCADA from scratch and performance requirements are low to begin with, seeing as it's all network bound and real world objects take time to react, but I'm finding everything is very timely.

    A colleague used SQLAlchemy for a similar task and got abysmal performance. No wonder, it's constantly querying the DB for single results.