• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle














  • The fact that you can’t control your feed hardly at all is the part that drives me away from Threads the most. The thing I loved about these social media sites back when they first launched (Facebook, Twitter, etc) was that the feeds were all sequential. That meant it was actually possible to keep up with everything posted by my friends, and there was an obvious stopping point. The day Facebook moved to pushing a non-sequential stream of content in your face was the day I realized these websites did not care about my experience at all. Now those websites serve you at least 75% garbage that isn’t even posted by any of your friends, and the only reason anyone uses it is because they feel obligated to use a site their friends supposedly also use.

    Federated social media instances just makes so much more sense. The users having control over the platform they use is the way this ought to be. There is absolutely no reason a huge corporation should be controlling our social networks for us.






  • I think this article is spot on. A lot of people I know were turned off from Rust because the compiler was so much stricter than what they were used to, which tends to frustrate experienced devs quickly, in my experience. But it’s not that the compiler is overly strict; the errors it catches would almost always become problems later. It’s just that reducing the number of compile-time errors doesn’t feel like progress as much as reducing the number of run-tine errors, because you haven’t actually run the program successfully.

    Once you use Rust for a long time, you adapt to the compiler and can get things to compile much quicker. That’s where the satisfying part of programming in Rust comes. You get to where you write code and it just works, first try.