• 3 Posts
  • 855 Comments
Joined 1 year ago
cake
Cake day: December 18th, 2023

help-circle
  • Randelungtoich_iel@feddit.orgich🔥iel
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Ja, fick das App. Neulich halt alle Leben verloren bei regulären Lektionen, und das zwei Tage in Folge. Kam dann glücklicherweise so ne “du verlierst keine Herzen”-Übung, obwohl das via Herzenmenu ja nimmer geht.

    1500er Kette fast verloren, weil Werbung schau ich halt prinzipiell net.











  • RandelungtoProgrammer Humor@programming.devExcel
    link
    fedilink
    arrow-up
    9
    ·
    10 days ago

    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.



  • Alter, Zugunglück is auch mein schlimmster Alptraum. Haben wir mal bei nem Bier besprochen, was am Bahnhof so abgehen würde und was wir tun könnten. Dank Hochspannung läufts drauf raus, dass wir Angehörige davon abhalten müssen, zum Zug zu rennen, können aber selber auch nicht hin. Düster.



  • 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.