Live data from Hacker News

Ask HN: Show us your abandoned (and probably incomplete) side projects

news.ycombinator.com

31–40 of 61 posts

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#31
Wow, I have a lot of stuff like that!

http://github.com/MDamien/publicdb : Create datasets and have an (ugly) API. The goal was for everyone to create a database on almost anything (recipes, photos, party, budgeting). Later I discovered that it's what firebase/parse are doing. But I'm happy with my solution because you don't even have to use JSON to store you things and the interface is really simple.

http://kioto.io/ : Would be cool if any group could have an anonymous "suggestion box" ? Maybe! So I made this. But at the end I'm gonna do better a online discussion system based on ideas from reddit/discourse/disqus.

https://github.com/MDamien/GifMyLife : Just an app to take of photo of you at regular intervals and then it makes a timelapse GIF of that (good to see how your face and your mood evolves with time).

Really nice idea from OP, people are posting really interesting stuff

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#32
Awesome! I maintain a site called "sideprojectors" http://sideprojectors.com

The idea spawned from people wanting to take over other people's side projects (completed, abandoned, whatever in-between).

We've been running it for awhile, (check out in PH - http://www.producthunt.com/posts/sideprojectors)

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#33
Yahooo... I am searching for my first customer or anyone who wants to contribute:

http://www.use-the-tree.com - (finding and) defining the single one right way there is for FAST MESSAGE TRANSFORMATION

It's what's left of SOA, if you remove all the fuzz

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#35
Poemr: http://poemr.com A suite of tools for writing and publishing anonymous poetry. People still use it from time to time, but not a lot.

LottoLane: http://lottolane.com A lottery pool management tool. Built this to use at work. We used it a few times and it works well. I just never marketed it that much.

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#36
https://github.com/worldsproject/tellme-cat

Mark news stories, and when people say another news story is a follow-up to the one you marked, notify you.

https://github.com/atrus6/python-music

Composing MIDIs using n-grams and python. The music created is VERY monotonous and boring.

https://github.com/worldsproject/android-jigsaw-puzzle-libra...

I swear I'm going to add on to this soon, but this library cuts given images into jigsaw puzzles, which you can then put together. Was eventually going to be a multiplayer game called "Puzzles with Friends"

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#37

When Flickr announced 1TB of free storage, I thought it'd be funny to build a way of mounting it as a filesystem which encoded your files as pictures. It reliably stores files and trees, I just never finished up the FUSE binding: https://github.com/zackbloom/flickrfs

That is pretty funny. :P

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#38
FlightSight: https://github.com/ryantanner/flightsight

Used Google Maps, FlightAware and the USGS database of named places to provide Google Street View for flights.

Essentially, you could look up any flight in real time and get a map showing points-of-interest viewable (ideally) from the plane. I had everything working but then racked up about $200 in FlightAware API calls so I shut it down.

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#39
https://github.com/tom-seddon/yhs - embeddable no-dependency single-threaded HTTP server (debug use only! not for production!) with WebSockets support and a simple API. Written in C. I wrote this for use in an iOS project I was working on, intending to provide a browser-driven system for twiddling parameters at runtime. In the end, though, everybody preferred doing their tweaking on the device itself using some Cocoa Touch nonsense I cobbled together in an afternoon. So I saved myself some JavaScript coding and abandoned the web idea.

There's a few obvious things that it doesn't support (e.g., chunked encoding...), that make it hard to recommend as a general purpose solution. But for serving files and debug data it's OK, and it does promise never to call your callback on another thread.

Re: Ask HN: Show us your abandoned (and probably incomplete) side projects

#40

Summarizing / skimming tool: http://bookshrink.com . I wanted to write a browser extension that took advantage of the tech, never got around to it. Even a nice "enter any website URL and get the text of that page summarized" would be better than the current "paste things into this text box" approach. Considered building a speed-grading tool for teachers, too. All open source at https://github.com/peterldowns/bookshri…

Very nice. I tried it against some of my blog posts and I really like the snippets it produced.

What licence is the code under? I would like to take some sections of it.

Post reply on HN