Live data from Hacker News

Ask HN: What projects are you working on now?

news.ycombinator.com

281–290 of 1001 posts

Re: Ask HN: What projects are you working on now?

#281
post #252

Pathi ( https://www.pathiapp.org/ ), which is a free app that connects people who really need someone to talk to with volunteer listeners who want to help. We are recruiting listeners, and looking for someone to help build an Android version!

Very cool. Used to volunteer on crisis hotlines (doubling up as part of the network of suicide hotlines in the US if you called from an adjacent area). Great to see ideas like this!

Re: Ask HN: What projects are you working on now?

#283
I'm slowly hacking on [jupiter](https://github.com/horia141/jupiter) (and [announcement](https://dev.to/horia141/jupiter-dev-log-0-intro-1ni9)) which is my tool for life planning, goals management, habit building, metrics tracking, etc. It's pretty hacky and tailored to my _way_. But it is fun to code (especially since $dayJob doesn't involve that anymore), fun to blog about, and definitely something I'm using daily.

Re: Ask HN: What projects are you working on now?

#284
I've been working on a lite PHP library acting as an agnostic query engine to aggregate content from different (files, API, SQL, document oriented, ...) kind of datastore and ease the usage of some aggregations : terms, facets, ranges, min, max, average, ...

https://packagist.org/packages/mkcg/php-query-model

And also working on a search engine (in C).

Re: Ask HN: What projects are you working on now?

#285
I'm working a lot on https://www.tickgit.com, which is a glorified TODO comment finder for developers, to help us do simple project management in code.

It identifies code markers such as TODO, FIXME, HACK, XXX, etc (soon to be customizable) and surfaces them as cards in a web UI. There's a free and open-source CLI as well.

The web app is free for public repos and $3/month for private ones. I'm looking to add organization/team-based pricing soon too.

A feature that I'm hoping will have an impact will be a "TODO reminder" email that will email you within a configurable amount of time after a TODO is added to a codebase.

Right now it's just me working on it outside of the day job, I'm hoping I can turn it into a useful tool for developers!

Re: Ask HN: What projects are you working on now?

#286

I'm working on BentoML, a python framework for ML model serving. It makes it easy for data scientists to ship their trained machine learning models into prediction services for production use. Key Features: - Model packaging and dependency management - Distribute your model as a docker image, CLI tool, PyPI package - Adaptive Micro-batching in online API model server - this gives you an average 10-20x increase in thr…

Seems similar to the sagmaker sdk? What exactly does it offer?

Re: Ask HN: What projects are you working on now?

#289
post #204

Playing with firebase / react and just making an allowance tracking app for myself / kids. Nothing amazing, but I'm a noob so it is fun.

> allowance tracking app for myself / kids

So, your wife gives you and the kids allowance? Very thoughtful of you to make her a tool. Maybe she'll even increase your allowance! :)

Post reply on HN