[1] https://riffpod.io [2] https://twitter.com/proquokid/status/1347713280953999361?s=1...
Ask HN: Show me your half baked project
21–30 of 841 posts
Re: Ask HN: Show me your half baked project
#22Re: Ask HN: Show me your half baked project
#23Re: Ask HN: Show me your half baked project
#24Jazda is a simple hackable bicycle computer. You can build it out of components available in your local electronics store (except the display).
I started it some 10 years ago as an experiment in AVR programming, before Arduino existed, and it keeps a honorable place in the back of my head ever since.
Re: Ask HN: Show me your half baked project
#25Re: Ask HN: Show me your half baked project
#26I wanted a trimmed down interface for following live chess streams. To keep the website updated I run an AWS Lambda every two minutes that does the following:
1. Pulls active streams from the Twitch API.
2. Uses the Go templates library to repackage the response as static HTML.
3. Uploads the static HTML to S3, where it is served behind CloudFront.
Re: Ask HN: Show me your half baked project
#27A self hosted music streaming server that's simple enough for my mom to use
Re: Ask HN: Show me your half baked project
#28An open-source platform for online video.
(Looking for ReactJS and/or Python help! https://veems.tv/discord)
Re: Ask HN: Show me your half baked project
#29- App shortcuts on sidebar
- App drawer
- QOTD, TODO
- Any flutter widget that you can think off!
Why?
Having multiple apps just to customize my home screen was not working for me. So I decided to hand code my home screen. Implementing Flutter widgets is so fast and easy that I have replaced apps like TODO, Quotes, Grocery list with Flutter widgets on home screen. I am planning to add more functions to it like
- Drinking water reminders
- Solar panel output monitor
- Blog visitor counter
The downside of using Flutter for this is existing widgets and App Icons on home screen are not supported.
Here is the repo: https://github.com/quaintdev/anchor
Re: Ask HN: Show me your half baked project
#30It's just our pre-launch page for now. We are planning to match users and allow them to swap books with each other.
As of right now, I'm not sure how to avoid scammers... that's my biggest issue.