Ask HN: What project are you currently working on?
21–30 of 134 posts
Re: Ask HN: What project are you currently working on?
#22I'm working on http://rationalfiction.io - an awesome place for people to post and discuss rationalist fiction/fanfiction stories. (You can read about what rationalist stories are over here: http://rationalfiction.io/wiki/rational-fiction )
Wow, this looks great! What did you use to build?
It is built with Django. By the way, the project is open source:
https://github.com/raymestalez/fictionhub
(code is a bit messy right now, I have just finished building the basic functionality and now refactoring and cleaning everything up)
Re: Ask HN: What project are you currently working on?
#23Have seen some interesting trends with these frameworks, like how Ember's new rendering engine is 25% faster, etc.
Re: Ask HN: What project are you currently working on?
#24Re: Ask HN: What project are you currently working on?
#25Re: Ask HN: What project are you currently working on?
#26Re: Ask HN: What project are you currently working on?
#27Re: Ask HN: What project are you currently working on?
#28http://www.mattkeeter.com/projects/antimony
I'm currently rewriting the dataflow graph engine. The existing engine is held together with Qt signals/slots and duct tape; I'm switching to a C++11 design that tracks dependencies explicitly (which should be faster and nicely decoupled from the rest of the application).
Previous HN discussion: https://news.ycombinator.com/item?id=9623609
Re: Ask HN: What project are you currently working on?
#29It's a side project since more than a year, I started it to learn more about Javascript and Java Servlets. It's grown into a quite useful tool.
Re: Ask HN: What project are you currently working on?
#30http://i.imgur.com/9iUucc7.png
The HTML is rendered on the client side, changes in the editor instantly show up in the rendered html and are automatically saved on the server.
Tech stack: React, Material-UI, Python+Flask, Redis