Live data from Hacker News

Ask HN: What project are you currently working on?

news.ycombinator.com

21–30 of 134 posts

Re: Ask HN: What project are you currently working on?

#22
post #13

I'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?

Thanks! =)

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?

#25
Trying to get a learning project off the ground that revolves around providing Dev Ops for Front End Developers. Goal is to create a solution for product teams that integrates Front End Dev Ops services into a product with minimal infrastructure integration. Overview: https://gist.github.com/joshblack/64e7c31aa47e19cfb3e5 , if anyone is interested in helping out feel free to reply or leave a comment on the gist.

Re: Ask HN: What project are you currently working on?

#26
I'm working on a molecular sensor. Basically it's a novel sensor (hardware) that uses machine learning techniques (in software) to identify single molecules. I just finished a doctorate were I showed that the technology could compete with mass spec and has applications in high accuracy bio-molecule characterization.

Re: Ask HN: What project are you currently working on?

#28
My perpetual side project is Antimony: a open-source CAD package that mixes Python scripting, dataflow graphs, and click-and-draggable UI features.

http://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?

#30
I'm working on a dual pane note taking website/app, the right pane is a text editor for markdown markup and the left pane shows the renderer html. It looks like this currently:

http://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

Post reply on HN