Live data from Hacker News

Ask HN : What side project are you working on?

news.ycombinator.com

91–100 of 118 posts

Re: Ask HN : What side project are you working on?

#91
StackBus: what stack you use, why you choose it and what you build with it? http://www.stackbus.com/

The purpose is to provide more insights and usage statistics when evaluating something new (server, language, framework, database, IDE, etc.).

It also show which company or product is using which stack and why.

It also double up as your online tech resume.

Hope you guys find it useful :)

Re: Ask HN : What side project are you working on?

#93
post #79

A twitter bot for HN, but stories are delayed for 24 hours and then must meet a score threshold. I use it to catch up on news after a few days away from the internet. Bot is hosted on Google within the free quota! I plan to post the source to github eventually... https://twitter.com/icymihn

I have 48 hours of Hacker news at http://skimfeed.com/news/hacker-news.html

Planning to add pagination soon for even more history.

Re: Ask HN : What side project are you working on?

#94
http://www.Tinykernel.com a platform that connects (new) programmers together to work on toy projects. The reason I am working on this is because I see post like "I want to build something, but don't know where to start" all the time. Currently, I am still trying to pinpoint the core features of the site so any feedback is welcome. I am probably going to release something within 3 weeks.

Re: Ask HN : What side project are you working on?

#95
Still working on the same uninteresting projects.

Working on making Space Invaders in C++/SDL. Since the last thread i've added vector motion (with terrible "physics"), sound, gotten enemy fire to work and a basic game state running. Currently i'm working on string rendering and UI so I can have buttons, then the first game state transitions (title screen to play screen.)

Also, a threaded forum which is turning out to be an anonymous Hacker News clone in PHP: https://imgur.com/Yojr7Dv (I'm not actually calling it Slacker News though, I just thought it was funny.)

Re: Ask HN : What side project are you working on?

#100
Working on this at the moment: http://pimpanalytics.ga/ Make your Google Analytics stand out with Pimp Analytics. Put any 7 letter isogram in the input boxes below and create your own custom GA snippet. From Wikipedia's article on isograms: "An isogram (also known as a 'nonpattern word') is a logological term for a word or phrase without a repeating letter". Enter non-repeating alphabet [a-z] letters. Note: uppercase letters will be automatically transformed to lowercase. Note: Entering numbers will break your code as per the JS syntax. Inspired by this blogpost:

http://blog.higg.im/2015/03/17/tinkering-with-the-google-ana...

I even dogfood the service in the source code:

	 (function (m,a,c,k,i,n,g) {
     m['GoogleAnalyticsObject'] = i;
     m[i] = m[i] || function () {
         (m[i].q = m[i].q || []).push(arguments)
     }, m[i].l = 1 * new Date();
     n = a.createElement(c),
     g = a.getElementsByTagName(c)[0];
     n.async = 1;
     n.src = k;
     g.parentNode.insertBefore(n, g)
     })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
     ga('create', 'UA-66070213-3', 'auto');
     ga('send', 'pageview');
Check it: http://pimpanalytics.ga/
Post reply on HN