You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

moridinamael comments on Open Thread, Aug. 1 - Aug 7. 2016 - Less Wrong Discussion

4 Post author: Elo 01 August 2016 12:12AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (81)

You are viewing a single comment's thread. Show more comments above.

Comment author: moridinamael 02 August 2016 02:40:00PM 0 points [-]

I agree that creating an API is probably the smartest way to go about it. The "disadvantage" to that approach is that I have to build and maintain an API.

The app architecture as it exists is also somewhat conducive to being "split" into an open and extensible part and a closed engine. However, I might wish I had just gone to the full effort of building an API, so that I don't have to constantly mentally track what parts of the code can reside in the be public modules.

Having the app run on a server is also possible, but I have no familiarity with doing that.

Thanks for your thoughts.