Live data from Hacker News

Ask HN: Screenshot Saturday

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Screenshot Saturday

#2
SoundCloud Wall ===============

Faster way to discover new music.

http://i.imgur.com/4rsGkDV.jpg

https://github.com/karan/SoundWall

===============

This is something I've been working on for the last >2 weeks and hit HN frontpage a few days ago. It's almost complete, I'm still working on the UI a bit.

Re: Ask HN: Screenshot Saturday

#3
http://i.imgur.com/QS3R4sP.png

My day job is at a boutique financial services firm (9 full-time employees) with a lot of people out of the office at times. Most of us take on many roles and over time I found that I was keeping track of a lot of operational/hr type of things in a lot of different places. I created StartOpz (http://www.startopz.com) to put all of it in one place. The key thing for me is that I get one email every morning that includes anything that needs my attention. Hopefully should be ready to launch publicly in a month or so.

Re: Ask HN: Screenshot Saturday

#6
https://raw.githubusercontent.com/ace-subido/pouchnote/maste...

https://github.com/ace-subido/pouchnote

Pouchnote is a really small accounting system; an income and expense ledger. It's good for quickly jotting down income and expense entries without thinking hard about excel sheet cell computations and following formats.

Worked on Ansible deployment scripts and more unit tests for the code. Open-sourced it on Github.

I'll make it into a Docker image if the need arises.

Re: Ask HN: Screenshot Saturday

#9
http://imgur.com/4t3tVuE

Multiplayer version of 2048 game with an interesting twist. Available on the App Store: https://itunes.apple.com/us/app/2048-addictive-number-puzzle...

The game is played on a single board shared between 2 players who take turns to play. The score of a player is computed by the number on the tiles that the player merges when playing his turn. The game ends when there are no moves remaining or someone reaches the 2048 tile. At this point, the player with the highest score wins the game.

Post reply on HN