Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

1–10 of 841 posts

Re: Ask HN: Show me your half baked project

#2
https://bashboard.io

Spent 3 months making this metrics dashboard, where you can send any JSON or data and it'll pick out charts from it. Best part is - no 3rd party service is left out and the learning curve is super shallow (just make a request with any data).

The backend is very stable, but UX at the moment is poor, since I didn't manage to reach my target audience and am still thinking how to continue.

Re: Ask HN: Show me your half baked project

#3
I'll start with mine: https://pipecontent.com - Right now trying to solve the content consumption problem.

The intention is to build a second brain for knowledge workers. That will help knowledge workers save their best ideas, organize their learning, and expand their creative output.

Hacker? Interested? Let's connect on https://twitter.com/notoriousarun

Re: Ask HN: Show me your half baked project

#4
post #2

https://bashboard.io Spent 3 months making this metrics dashboard, where you can send any JSON or data and it'll pick out charts from it. Best part is - no 3rd party service is left out and the learning curve is super shallow (just make a request with any data). The backend is very stable, but UX at the moment is poor, since I didn't manage to reach my target audience and am still thinking how to continue.

Looks like a nice idea. Maybe try targeting a niche or a specific industry?

I agree the UX needs a revamp.

Re: Ask HN: Show me your half baked project

#8
https://github.com/matiasvc/Toucan

I work in robotics and have for a long time been frustrated with how hard it is to visualize data in C++. I created Toucan to try to solve that. The project is still in a very early stage but has already started to become a useful tool.

The API still needs work but it’s getting there. Toucan can be called from anywhere in your code, and runs in its own thread to always remain interactive and responsive.

Re: Ask HN: Show me your half baked project

#10
Voltmeter: an application to quickly provide an overview of service health using simple service status endpoints.

https://github.com/sandermvanvliet/Voltmeter

Pretty much works for what we want at $workplace, I built it so that we can see if our platform services are up and running and healthy.

It uses scraping of a service status endpoint to collect service health and the health of the dependencies of that service.

Using that the app renders a graph with all services and dependencies which helps us quickly find services that are broken in prod.

Recently added inputs from our metrics back-end so that we can have auto-discovery of new services and to support services that don’t have a HTTP endpoint we can scrape

Post reply on HN