• 2 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle














  • The one thing that takes a bit to get used to is the borrow checker. Advice there is don’t fight it. Trust the compiler to tell you your code is wrong. Once you understand the ownership/borrowing rules, it’s honestly just a joy to code in. Static typing protects you from the inevitable mess that every large python project becomes, and the borrow checker gives you the comfort and safety you’ve come to expect from memory safe languages without the overhead of a garbage collector.





  • The reason I want to build this kind of proxy is that any app would be able to use it with minimal changes (configurable API server). For proprietary apps, you’re still at the mercy of the devs, but their work is greatly simplified. For open source apps such as e.g. RedReader, Infinity, anyone could make those changes. Another thing that it might be useful for is bots and the like. If I manage to implement support for posting, those could work on Lemmy as well. I personally would like to see the return of kg2bee.