Show us your half baked, not really ready for prime time projects.
Also, if you need any help with a project, a startup, or an idea, just post it here.
1–10 of 841 posts
Show us your half baked, not really ready for prime time projects.
Also, if you need any help with a project, a startup, or an idea, just post it here.
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.
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
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.
I agree the UX needs a revamp.
Hardware is version .1 and as well as web app. I am learning new web stack tech to Enable commercializing this and improve the hardware.
Currently can add and remove links (pinboard clone). But the big goal is more ambitious (https://docs.learn-anything.xyz/roadmap)
Hard to do without funding.
I wanted a C++ hierarchical state machine library didn't require massive compile times like boost msm.
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.
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