• 0 Posts
  • 450 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle






  • ChickenLadyLovesLife@lemmy.worldtocats@lemmy.worldCool Bean
    link
    fedilink
    English
    arrow-up
    7
    ·
    13 days ago

    At the start of every summer, I rediscover grape soda and I’m like “holy shit this stuff is great”. And then about 7 cans into the case I remember why I stopped drinking it. It’s kind of funny that it’s only ever available in the store brand, never in a “real” brand.










  • I suppose Qt’s cross-platform aspect is a big checkmark in the plus column. My own opinion of Qt is probably colored by the fact that I was forced into it against my will and that the Finns who initially wrote the app were unhelpful and downright hostile to my attempts to customize it in ways that their customization framework did not support.


  • ChickenLadyLovesLife@lemmy.worldtoMemes@sopuli.xyzIngenuity
    link
    fedilink
    English
    arrow-up
    3
    ·
    20 days ago

    My cat loved to hang out in my bathroom sink and he often slept there. One night he woke me up by jumping on my chest and batting me in the face, something he never did; when I stepped on the floor my feet sloshed in about an inch of water. Turns out he had managed to push down the sink drain stopper and flip up the faucet lever, and since the sink had no secondary emergency drain (which was weird because I’ve never seen any other sink without one) it had overflowed and nicely soaked most of my house.

    At least he recognized that there was a problem and what he should do about it.


  • I’ve used many languages/platforms in my 30 years of programming (take that!), including Visual Basic, C, C#, Java, Objective-C and C++. I agree that C# is the best but not by much. They all do pretty much the same things - if one language lacks something that other languages have shown to be beneficial, that something tends to get incorporated in a future update in some form or another, and their glaring weaknesses tend to get corrected as well (like when Objective-C mostly did away with the need to explicitly release fucking everything).


  • Good lord, I’ve never seen anyone say this in public. I used Qt Creator for a couple of years and I found the combination of C++ for under the hood and Javascript for the UI to be a fantastic way of ensuring a nearly nonexistent base of developers who could competently do both. Maybe they grow on trees in Finland, I dunno. And maybe you’re talking about some other “Qt”, I also dunno.

    I’ve done C# and Java extensively as well and I would never choose Qt over them. I might choose Qt over Objective-C, however.