home.social

#nullpointer — Public Fediverse posts

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

  1. Oh c'est une belle façon d'intégrer NullAway (qui est sinon vraiment pénible à ajouter dans un POM, comme le montre d'ailleurs l'article) ik.am/entries/900/en #article #maven #plugin #nullpointer #intégration

  2. Oh, joy! 🎉 Another ode to the almighty null pointer, where we learn that catching them is as easy as catching a cold in winter 🌨️. But wait, the "Billion Dollar Mistake" is just a misunderstood little rascal 🙄, because, really, who needs memory safety when you have "individualelement mindsets" to blame? 😂👨‍💻
    gingerbill.org/article/2026/01 #nullpointer #billiondollarmistake #memorysafety #programminghumor #technews #HackerNews #ngated

  3. Oh, joy! 🎉 Another ode to the almighty null pointer, where we learn that catching them is as easy as catching a cold in winter 🌨️. But wait, the "Billion Dollar Mistake" is just a misunderstood little rascal 🙄, because, really, who needs memory safety when you have "individualelement mindsets" to blame? 😂👨‍💻
    gingerbill.org/article/2026/01 #nullpointer #billiondollarmistake #memorysafety #programminghumor #technews #HackerNews #ngated

  4. Oh, joy! 🎉 Another ode to the almighty null pointer, where we learn that catching them is as easy as catching a cold in winter 🌨️. But wait, the "Billion Dollar Mistake" is just a misunderstood little rascal 🙄, because, really, who needs memory safety when you have "individualelement mindsets" to blame? 😂👨‍💻
    gingerbill.org/article/2026/01 #nullpointer #billiondollarmistake #memorysafety #programminghumor #technews #HackerNews #ngated

  5. Oh, joy! 🎉 Another ode to the almighty null pointer, where we learn that catching them is as easy as catching a cold in winter 🌨️. But wait, the "Billion Dollar Mistake" is just a misunderstood little rascal 🙄, because, really, who needs memory safety when you have "individualelement mindsets" to blame? 😂👨‍💻
    gingerbill.org/article/2026/01 #nullpointer #billiondollarmistake #memorysafety #programminghumor #technews #HackerNews #ngated

  6. the #jetblue app page with my options for my rescheduled 6am flight (experienced this at 4:30 am and didn’t bring me joy from a UX experience ?). wish people would test these things with a little more imagination. I assume another industry standard #nullpointer.

  7. Just saw that the Java/JDK developers are finally tackling the billion dollar mistake.

    String! good = "this is never null";

    It is listed for Java-25, hope this gets done.

    #java #jdk #billiondollarmistake #null #nullpointer #npe

    bugs.openjdk.org/browse/JDK-83

    en.wikipedia.org/wiki/Null_poi

  8. Just saw that the Java/JDK developers are finally tackling the billion dollar mistake.

    String! good = "this is never null";

    It is listed for Java-25, hope this gets done.

    #java #jdk #billiondollarmistake #null #nullpointer #npe

    bugs.openjdk.org/browse/JDK-83

    en.wikipedia.org/wiki/Null_poi

  9. Just saw that the Java/JDK developers are finally tackling the billion dollar mistake.

    String! good = "this is never null";

    It is listed for Java-25, hope this gets done.

    #java #jdk #billiondollarmistake #null #nullpointer #npe

    bugs.openjdk.org/browse/JDK-83

    en.wikipedia.org/wiki/Null_poi

  10. Just saw that the Java/JDK developers are finally tackling the billion dollar mistake.

    String! good = "this is never null";

    It is listed for Java-25, hope this gets done.

    #java #jdk #billiondollarmistake #null #nullpointer #npe

    bugs.openjdk.org/browse/JDK-83

    en.wikipedia.org/wiki/Null_poi

  11. Just saw that the Java/JDK developers are finally tackling the billion dollar mistake.

    String! good = "this is never null";

    It is listed for Java-25, hope this gets done.

    #java #jdk #billiondollarmistake #null #nullpointer #npe

    bugs.openjdk.org/browse/JDK-83

    en.wikipedia.org/wiki/Null_poi

  12. I have one annoying problem with people bashing C/C++ with regard to NULL pointer.
    NULL pointer is *C* problem.
    C++ has references since forever. Here the problem is programmers not using them. If a *C++* function takes a pointer as a parameter and does not allow it to be nullptr, it's a bug - it should take a reference instead.
    std::optional is still newish, so give some slack to pointers still.

    #programming #Cpp #null #NullPointer

  13. Why I love #Rust:

    Every day at work, using #CSharp or #JavaScript, I constantly see potential #NullPointer exceptions littered throughout the code.

    The lack of nulls and overall defensive mindset that #Rust enforces leaves your mind free to focus on higher-level solutions.