• 0 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle

  • Many programmers who start working on new personal open source projects wrongly assume that building something cool guarantees users, fans, and revenue will follow. Maybe it’s because they have seen too many cool stories of influencers on Twitter and believe it is true.

    It’s statements like these that remind me just how different the internet is for some people. I don’t think I’ve ever strayed far outside of the “look at this cool thing I made!” parts of the open source community. The idea of chasing fame and monetization isn’t really a thing in those circles, let alone “influencers” shilling content like that.











  • I don’t know if I’d agree that Sourceforge’s reputation has recovered. The previous owners’ actions of hijacking open-source projects and injecting adware into their installers absolutely destroyed any trust they had, and even years later few of the projects that left the platform in protest have returned.

    Admittedly the lack of new/returning projects is likely because of how much better the competition is from a UX perspective, as you noted. But at least personally, that scandal is still the first thing to come to mind when I hear the name Sourceforge.


  • Gradle is so insanely over-engineered that it can do almost anything, yet so fragile that it can take weeks of bashing your head against the wall to get your build scripts working if you’re doing anything remotely complicated with your setup (or even just upgrading Gradle versions). Everything is so finicky that even if you do things exactly as the documentation says, you’ll still have to finagle things around nine times out of ten to get it to compile.

    The user guide is longer than some novels.




  • Null safety is orders of magnitude simpler than memory safety. Kotlin is a null safe language by default. Java is infamously not. Anyone who has worked on a mixed-language Kotlin project can tell you how quickly null safety becomes a pain once guarantees break down - and that’s in a language where these issues are flagged instantly and you can “fix” the problem in a couple of characters! Mixed memory safe/unsafe codebases would be a nightmare in comparison.

    Also, C++'s ecosystem consists of deeply entrenched libraries with ancient codebases. Safe C++ might be useful in a decade or two if library maintainers could be pushed to make the switch (good luck with that, if it’s half as much of a paradigm shift as Rust), but by then there will probably be multiple competing language features that claim to solve the same problem. It’s the C++ Way™.


  • Quetzalcutlass@lemmy.worldtomemes@lemmy.worldThe Star Citizen Situation
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    9 months ago

    There are two facts old space game fans could tell you about Chris Roberts: that he will never meet a deadline (one of the Wing Commander games, his claim to fame, only came out because the publisher got sick of his delays and forced a release), and that he desperately wants to be a Hollywood writer/director. Both explain Squadron 42.