Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

511–520 of 708 posts

Re: Ask HN: Show me your half baked project

#511
https://github.com/quadnix/octo

I have been trying to release this for some time now. Its a wrapper on top of cloud technologies, like AWS, so developers don’t have to understand low level devops operations.

Much like AWS CDK or Terraform, but build around familiar concepts like Server, Environment, Deployment, Regions, etc.

Its a framework that allows you to write your infrastructure in code, and an example in English would be like,

Hey Octo, build me a region in US East with QA and Staging environment. Build my Backend repo, publish my docker image, and run it in QA, then promote to Staging.

Of course this would be written in code, which would roughly be about 10-20 lines of code, easily testable, and easy to understand.

Re: Ask HN: Show me your half baked project

#516
I'm working on a platform to create NFTs with WebAssembly (calling them NFTx). Here is the WIP interface: https://preview.nftxledger.com (password: hellonftx) with an example WASM artifact (https://preview.nftxledger.com/item/QmVCxPidmz4Jr5SCecQNdKqd...). If you know/work with WebAssembly and don't take issue with NFTs (fully understandable), feel free to reach me. (email in profile). Be mindful, the website is barely baked and probably has too much salt in it.

Re: Ask HN: Show me your half baked project

#517

IMDB, but for online communities - https://www.ocdb.io I didn’t like the existing solutions, so I decided to create my own. In active development now. I’d say 60% is done.

This is great! Thank you :)

Thank you for the kind words! You've made my day!

Re: Ask HN: Show me your half baked project

#520
I am working on a bookmarking service https://keepthis.site

It is already functional with the snapshot system, full text search, data import and data export (based on sqlite, more info on the blog). I am already working in the reimport of the sqlite (I like the idea as dev and user of the product) and the web extension, which will allow automatic saving of new bookmarks and inject matching bookmarks on your searchs on main search engines (Google, Kagi, duckduckgo, etc).

Post reply on HN