home.social

#sq — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sq, aggregated by home.social.

  1. Ja guten Morgen SQ... Warst Du gestern Nacht noch unterwegs und hast jetzt nen ordentlichen Brand oder wo kommt Dein Durst her? 😆 Prost! Lass schmecken!
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  2. Ja guten Morgen SQ. So früh schon unterwegs und dann keine Nuss vom SQ-Frischedienst mitgenommen sondern lieber nur auf nen schnellen Snack im BirdBuddy? Lass schmecken!
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  3. he has a great location but the property has to stay the same but undergo some maintenance changes, basic maintenance not pm - we are past that stage, pressure washing, painting, detailing like southland corp #you will discover the path to ultimate enlightenment pure play #sq ft #copy the amish

  4. he has a great location but the property has to stay the same but undergo some maintenance changes, basic maintenance not pm - we are past that stage, pressure washing, painting, detailing like southland corp #you will discover the path to ultimate enlightenment pure play #sq ft #copy the amish

  5. he has a great location but the property has to stay the same but undergo some maintenance changes, basic maintenance not pm - we are past that stage, pressure washing, painting, detailing like southland corp #you will discover the path to ultimate enlightenment pure play #sq ft #copy the amish

  6. he has a great location but the property has to stay the same but undergo some maintenance changes, basic maintenance not pm - we are past that stage, pressure washing, painting, detailing like southland corp #you will discover the path to ultimate enlightenment pure play #sq ft #copy the amish

  7. Ah sehr schön! SQ findet die Idee mit der kostenlosen Wasserbar offensichtlich gut. Zumindest hat er mal nen großen Probeschluck genommen, bevor er sich dann die Haselnuss geshoppt hat. 😉
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  8. Da hatte aber wirklich jemand wieder richtig Bock auf Sonnenblumenkerne. 😆 Lass Frau Meise auch noch was über. 😉
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  9. Guten Morgen SQ. Erwischt! Erst die Nüsse vom SQ-Frischedienst abgeräumt und dann noch im BirdBuddy die Sonnenblumenkerne weggesnackt.
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  10. SQ hatte sich vorhin bei Schneeschauer erstmal in den überdachten BirdBuddy gerettet und ein paar Sonnenblumenkerne gesnackt. 🙄❄️☔
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  11. SQ hatte sich vorhin bei Schneeschauer erstmal in den überdachten BirdBuddy gerettet und ein paar Sonnenblumenkerne gesnackt. 🙄❄️☔
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  12. Ja guten Morgen SQ. Erstmal nen leckeren Sonnenblumenkernsnack genossen, bevor es an das Tagewerk ging? Richtig so! 👍
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  13. What's wrong with this SQL connection using wrong charset?

    What's wrong with this SQL connection using wrong charset. The SQL code connects without specifying charset. In MySQL wrong default corrupts Unicode. In SQL you get mojibake in the database.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlcharset #sqlutf8 #sq...

    youtube.com/watch?v=io54Ac5fdeQ

  14. What's wrong with this SQL connection using wrong charset?

    What's wrong with this SQL connection using wrong charset. The SQL code connects without specifying charset. In MySQL wrong default corrupts Unicode. In SQL you get mojibake in the database.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlcharset #sqlutf8 #sq...

    youtube.com/watch?v=io54Ac5fdeQ

  15. What's wrong with this SQL connection using wrong charset?

    What's wrong with this SQL connection using wrong charset. The SQL code connects without specifying charset. In MySQL wrong default corrupts Unicode. In SQL you get mojibake in the database.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlcharset #sqlutf8 #sq...

    youtube.com/watch?v=io54Ac5fdeQ

  16. What's wrong with this SQL query doubling the boundary row?

    What's wrong with this SQL query doubling the boundary row in a report. The SQL code uses BETWEEN for a date range. In SQL BETWEEN is inclusive on both ends so the boundary gets counted twice if used in a join.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sq...

    youtube.com/watch?v=DuZMlxodwwo

  17. What's wrong with this SQL query doubling the boundary row?

    What's wrong with this SQL query doubling the boundary row in a report. The SQL code uses BETWEEN for a date range. In SQL BETWEEN is inclusive on both ends so the boundary gets counted twice if used in a join.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sq...

    youtube.com/watch?v=DuZMlxodwwo

  18. What's wrong with this SQL query doubling the boundary row?

    What's wrong with this SQL query doubling the boundary row in a report. The SQL code uses BETWEEN for a date range. In SQL BETWEEN is inclusive on both ends so the boundary gets counted twice if used in a join.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sq...

    youtube.com/watch?v=DuZMlxodwwo

  19. Why does this SQL JSON extract never use the index?

    Why does this SQL JSON extract never use the index. The SQL code queries JSON with JSON_EXTRACT. In MySQL that cannot use a regular index. In SQL use a generated column with an index.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqljson #sqljsonextract #sqlindex #sq...

    youtube.com/watch?v=7ybwR_o8Wh8

  20. Why does this SQL JSON extract never use the index?

    Why does this SQL JSON extract never use the index. The SQL code queries JSON with JSON_EXTRACT. In MySQL that cannot use a regular index. In SQL use a generated column with an index.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqljson #sqljsonextract #sqlindex #sq...

    youtube.com/watch?v=7ybwR_o8Wh8

  21. Why does this SQL JSON extract never use the index?

    Why does this SQL JSON extract never use the index. The SQL code queries JSON with JSON_EXTRACT. In MySQL that cannot use a regular index. In SQL use a generated column with an index.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqljson #sqljsonextract #sqlindex #sq...

    youtube.com/watch?v=7ybwR_o8Wh8

  22. Und weil es so schön war, vor dem finalen Abgang, noch für ein Star-Portrait posiert und danke gesagt. 😂😍
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  23. Ja Mahlzeit, kleiner SQ. Erst nen Aperitivo und dann ne lecker Haselnuss vom SQ Frischedienst. Bevor es nach einem letzten Snack im BirdBuddy in den Baum zum ausgiebigen Putzen geht.
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  24. Da hatte aber gerade jemand Durst! Gut, dass der SQ-Frischedienst auch Wasser im Angebot hat. Und sei es das aus dem BirdBuddy für die Vögel. Wasser ist für alle da.
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  25. Mein lieber SQ... Verstehe ich das richtig? Lieber im Topf daneben erst nochmal schauen, ob da nichts Besseres liegt!? 🤔😆
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  26. Why does this SQL STRAIGHT_JOIN make it worse?

    Why does this SQL STRAIGHT_JOIN make it worse. The SQL code forces join order with STRAIGHT_JOIN. In MySQL you override the optimizer. In SQL the wrong order can be orders of magnitude slower.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlstraightjoin #sqloptimizer #sq...

    youtube.com/watch?v=j7h31WUcamA

  27. Why does this SQL EXPLAIN lie about the actual cost?

    Why does this SQL EXPLAIN lie about the actual cost. The SQL code trusts EXPLAIN row estimates. In MySQL EXPLAIN shows estimates not reality. In SQL use EXPLAIN ANALYZE to see actual execution.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlexplain #sqlanalyze #sq...

    youtube.com/watch?v=Ty3YH0gWRPM

  28. What's wrong with this SQL OR killing the index?

    What's wrong with this SQL OR killing the index on a search. The SQL code uses OR on two indexed columns. In MySQL OR often prevents index usage. In SQL APIs one OR turns a millisecond query into seconds.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlor #sqlindex #sq...

    youtube.com/watch?v=QeUScSkvDfg

  29. What's wrong with this SQL OR killing the index?

    What's wrong with this SQL OR killing the index on a search. The SQL code uses OR on two indexed columns. In MySQL OR often prevents index usage. In SQL APIs one OR turns a millisecond query into seconds.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlor #sqlindex #sq...

    youtube.com/watch?v=QeUScSkvDfg

  30. What's wrong with this SQL OR killing the index?

    What's wrong with this SQL OR killing the index on a search. The SQL code uses OR on two indexed columns. In MySQL OR often prevents index usage. In SQL APIs one OR turns a millisecond query into seconds.

    #whatswrongwiththissqlquery #sqlbug #sqlproductionbug #sqldebugging #sqldatabase #sqlcodereview #sqlperformance #sqlreliability #sqlanalytics #sqldataintegrity #sqlengineering #sqlor #sqlindex #sq...

    youtube.com/watch?v=QeUScSkvDfg

  31. About yesterday: SQ hat sich dann auch einen Snack to Go mit Sonnenblumenkernen aus dem BirdBuddy gegönnt... 😂😋
    #SQ #Eichhörnchen 🐿️ #SQCam #BirdBuddy #Balconylife #Wildlife #München

  32. Ja guten Morgen SQ! Schön Dich zu sehen, so voller Energie am Morgen! Aber was vermutest Du oben auf dem Sonnenschirm und seit wann stehst Du auf dem Dach rum, bevor Du Dir endlich die Haselnuss aus dem BirdBuddy schnappst? 🤔😆
    #SQ #Eichhörnchen 🐿️ #SQCam #Balconylife #Wildlife #München

  33. The Sequoia `sq` command line tool has really friendly user-facing messages and helpful documentation. But what really gets me is:

    > Pass `--gossip` to see the unauthenticated bindings.

    😂 💯

    #sequoia #sq #ux