Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

241–250 of 841 posts

Re: Ask HN: Show me your half baked project

#241

The Hitchhiker’s Guide to Online Anonymity https://github.com/AnonymousPlanet/thgtoa (Please don't be too harsh as it's still a draft but any opinion, criticism or help would be welcome)

awesome: https://github.com/AnonymousPlanet/thgtoa/blob/main/CODE_OF_...

AFAIK this doesn't (can't) override GitHub's site-wide guidelines: https://docs.github.com/en/free-pro-team@latest/github/site-...

Re: Ask HN: Show me your half baked project

#242
https://github.com/ahussain1/medicine-app I started this in April and never finished it. I wanted to start a WebMD for people in Bangladesh as people there don't speak English. It's a country of 180m and there's more people throughout the world. I think it has potential but I need help with app development :L

Re: Ask HN: Show me your half baked project

#243
Hacn: https://github.com/pj/hacn. It’s kind of like a React “monad” written in F#/Fable using computation expressions. Sort of like async, but control flow is a bit different, basically "Promises" can trigger re-execution of subsequent steps in the function. Right now its alpha quality and any feedback is welcome.

Re: Ask HN: Show me your half baked project

#244
I am currently building a (open-source) hiking and mountaineering equipment management web app.

An early prototype is at https://www.zaino.io . It's a bit rough around the edges (does not work on mobiles, not a lot of features, some UX issues probably) but core functionality should work.

Code, docs, issues are at https://github.com/igor-krupenja/zaino

Re: Ask HN: Show me your half baked project

#245

Created a shell utility in Go, called go-live. The idea is that you start it in a directory, and then those files are immediately hosted on the network. The core idea is to be as lightweight and performant as possible, and to do one thing only and well - Unix style. https://github.com/antsankov/go-live Looking for contributors and feedback on it.

Sounds a bit like woof: https://github.com/simon-budig/woof

Two great things about woof:

1. You can use it as a verb, 2. Woof can woof itself.

Cue shouts in the office, "Hey, can somebody woof me woof?" Followed by a reply of an IP address and lots of puzzled onlookers.

Re: Ask HN: Show me your half baked project

#248
Its not really half baked but was stuck in a loop of adding new features on top , while starting the project , i was pumped up to build it.

it is like google keep, but for storing and sharing code snippets, most of the ui is inspired from google keep and i have added more features on top of that, i named it codekeep (google keep for code snippets) i can summarize codekeep as , Codekeep lets you organize your code snippets by assigning labels or grouping into folders. generate code screenshots, share and discover reusable snippets.

you can check it out on https://codekeep.io, i also built several templates for taking codescreenshots as well, by generating codescreenshots you can share it on social media, and link it on codekeep , so that they can click / copy the snippets, without you having to take codescreenshot on one site, put snippet in gist.

let me know your thoughts

Re: Ask HN: Show me your half baked project

#249

Awestruck Audio – realtime synthesized, interactive music for video games. https://www.youtube.com/watch?v=iEC6-pBFj2Q&feature=youtu.be Very half baked, even took that demo site featured in the video down. Intended to run hundreds of "channels" of music, each of which could support thousands of independent sessions (think cloud gaming but for audio/music). Uses Pion WebRTC, Gstreamer, JACK, SuperCollider and a simple…

Cool. Interesting concept. While I'm not in the video game space, it seems to me like there could be value for a particular niche.
Post reply on HN