Live data from Hacker News

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

news.ycombinator.com

51–60 of 61 posts

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

#51

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

Yeah ditto :P

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

#56
Ballen: Parallel cucubmer tests runner powered by Docker https://github.com/kimh/baleen

I had issues to run cucumber tests. There are many tests and they are slow. Some tests are randomly fail affected by the state of other tests. That's why I made baleen. It runs cucumber tests parallel and independently on Docker containers. Unfortunately, I couldn't use in real env because my tests are dependent on Oracle database and running oracle database in each container are slow which defeats the first goal of baleen. Here is also a post about how it works. http://kimh.github.io/blog/en/docker/running-docker-containe...

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

#60
I started to write an ORM(yeah! reinventing). It was suppose to parse a table structure from database and create an object on its own which can be queried in Django style ORM operations. Its been a long time, I am not sure if it works or not

https://github.com/shabinesh/Tabject

Post reply on HN