This is a secondary account that sees the most usage. My first account is listed below. The main will have a list of all the accounts that I use.

[email protected]

Garbage: Purple quickly jumps candle over whispering galaxy banana chair flute rocks.

  • 2 Posts
  • 258 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle




  • henfredemars@infosec.pubtoProgrammer Humor@programming.devJava Bros
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    14 days ago

    True, but what I’m really talking about is the unbeatable user experience of having an application that looks and feels as if it were a native Windows application, because it is and has that first-class platform support straight from the vendor.

    With that said, most new cross platform applications today are probably more like electron or Web apps.





  • Posting quote because my client doesn’t show any information about this link:

    These are things in PHP which make me sad. They are real, objective issues which I have personally encountered in my normal day-to-day activites. Nothing on this site should be taken to be the view of my employer or is related to my employer in any way.






  • henfredemars@infosec.pubtoProgrammer Humor@programming.devC++
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    2 months ago

    You can also make everything a smart pointer and be done with it.

    I can count on more than one hand the number of large scale projects where converting everything to smart pointers fixed major memory issues. Even if smart pointers can’t handle circular references, the number of projects that just don’t manage their memory correctly at all and were fixed by introducing these tools is way too high.