• 5 Posts
  • 107 Comments
Joined 4 months ago
cake
Cake day: October 6th, 2024

help-circle


  • And this is actually the issue. As a developer I want to build and app based on what interests me. Then I want to write a post about it.

    The comments:

    • person 1: Why would you waste your time building an app for that platform, you should build an app for this platform that way less people use”
    • person 2: “nah that’s a waste of time you should build an app for this even more niche platform with even less users”
    • person 3: “you should just use RSS feeds and anything else is a waste of time”

    Me as a developer “thanks guys I just wanted to build an app for a platform I’m passionate about”

    Wrote this comment on my own lemmy client, because I like using about lemmy :)
















  • I disagree. I spent some time earlier this year working on a BlueSky client that would work completely without JavaScript. Working without JavaScript means it has to run on a web server somewhere. Using JavaScript means the client can run entirely on your computer with the only dependency being the Lemmy server you connect to. And since there are many Lemmy servers, this means no single entity that can pull the plug on you.

    The only alternative I see is a native app that runs a non-JS client on your computer, or maybe WebAssembly? Seriously though, modern JavaScript is actually very capable. You might be dismissing it only because it’s popular to hate on JavaScript or maybe the current Lemmy clients aren’t good. That doesn’t mean the underlying issue is JavaScript.

    I’ve abandoned my BlueSky client to work on a Lemmy client that will be written in JS but can run entirely on your computer.