1. A community driven listing of events around you - http://sntd.pw - https://github.com/caulagi/sntd 2. A website for children to share their toys - http://toystori.com - https://github.com/caulagi/toystori
Ask HN: What kind of side projects are you working on?
61–70 of 128 posts
Re: Ask HN: What kind of side projects are you working on?
#62We use it at the office to queue songs a chatroom and listen together.
Re: Ask HN: What kind of side projects are you working on?
#63Soon to have google charts implemented.
Re: Ask HN: What kind of side projects are you working on?
#64Re: Ask HN: What kind of side projects are you working on?
#65Earlier quoted context omitted.
I hate to be the guy who points this out, but heads up--you have an extra apostrophe in "its" on the front page. Normally I'd keep quiet, but since it's your headline...
Didn't get it, what are you talking about?
Video transcoding in its simplest form.
Re: Ask HN: What kind of side projects are you working on?
#66Earlier quoted context omitted.
A simple script (in linux, windows or whatever) could do that no problem. In fact, I'm pretty sure something like: find -iname " .txt " -exec mv -v {} /home/user \; or mv .mp3 /whatever/folder/youd/like mv .jpg /repeat/as/many/times/as/needed would work. Is this what you had in mind? Hope I'm not way off base here. EDIT: for some reason Hacker News edited out my asterisks and the letters within are displayed as itali…
Yep exactly! I know that it could be done via bash or a batch file. I just wanted to solve this usual problem with a simple project that also allows me to learn more about Scala since it's used at where I work.
Re: Ask HN: What kind of side projects are you working on?
#67Visualizing crime of a city I am moving into: https://github.com/radekstepan/deadmonton GitHub Burndown Chart: https://github.com/radekstepan/github-burndown-chart
Re: Ask HN: What kind of side projects are you working on?
#68It will support FreeBSD/ZFS/Jails and Linux/LVM|BTRFS|ZFS/LXC on the first release. My goal is to re-use existing tooling as much as possible.
I am writing it in Haskell.
Re: Ask HN: What kind of side projects are you working on?
#69Docker replacement with emphasis on tool reusability. Docker made incremental builds right, and I love the idea. However, it reimplemented the whole tooling around it instead of using what's in there. It will support FreeBSD/ZFS/Jails and Linux/LVM|BTRFS|ZFS/LXC on the first release. My goal is to re-use existing tooling as much as possible. I am writing it in Haskell.
Re: Ask HN: What kind of side projects are you working on?
#70My current side project is http://upbeatapp.com , working on it with two co-workers, and having some success. Been having fun with Go-lang koans and Angular.js uiRouter as well.