Press any key to continue… No, not that one!

  • 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
  • This is so true. It costs more money for the server power required for something like that to be pulled off.

    There’s a comment in this thread going all crazy complaining about it being costly to host anything on the protocol to stop Bluesky from dominating it and everything. But im like “uhh yeah, servers and storage costs money”.

    It’s just so weird how everyone thinks hosting popular sites should be free.





  • Yeah, I misunderstood. Maybe RSS feeds probably aren’t a good solution for replies in an individual nested thread within a post.

    I can see that becoming chaotic to manage after subscribing to a handful of threads, all in separate RSS feeds. You’d be constantly subscribing and unsubscribing to deal with all the potential noise 😬















  • I like TypeScript for its types and type-checking, but I also want to write JavaScript to avoid having a local build step, and having to wait for things to transpile/compile/etc when running locally. I have a pretty large project where I’ve gotten both worlds by just using JSDoc and only using TS for type-checking. VSCode still offers built-in type-checking with JSDocs and ofc the type-checking can also be run separately if needed.