Live data from Hacker News

Ask HN: What kind of side projects are you working on?

news.ycombinator.com

41–50 of 128 posts

Re: Ask HN: What kind of side projects are you working on?

#43
http://hamsterdb.com - a C++ key/value store. hamsterdb is AFAIK the only key/value store which supports typed keys (i.e. uint32, uint64, blobs). under the hood the btree optimizes the memory layout for this type, just like a column store DBMS does. I'm now moving slowly towards adding analytical functions, but it's still a long way to go.

Re: Ask HN: What kind of side projects are you working on?

#45

Almost all of the little spare time I have goes into http://Codepoints.net , presenting and explaining Unicode codepoints. Edit: The page is fully open source: https://github.com/Boldewyn/Codepoints.net

Nice design and a great resource. Unicode is a complex beast, and making it easier to navigate and understand is a worthwhile goal, if only to improve how Joe Programmer deals with non-English text.

Re: Ask HN: What kind of side projects are you working on?

#47
post #42

Visualizing crime of a city I am moving into: https://github.com/radekstepan/deadmonton GitHub Burndown Chart: https://github.com/radekstepan/github-burndown-chart

where do you get the data for visualization?

This website: http://crimemapping.edmontonpolice.ca/ the data go back by only a few months so I cache them in a file and always update with new ones.

https://github.com/radekstepan/deadmonton/tree/master/data

Post reply on HN