My own vision on easy checklists for managing other people (and myself). It's 50/50 made, hope I'll be able to finish it till the end of the year.
Ask HN: What projects are you working on?
151–160 of 514 posts
Re: Ask HN: What projects are you working on?
#152Re: Ask HN: What projects are you working on?
#153Re: Ask HN: What projects are you working on?
#154I am creating a new type of imageboard based on tagging content rather than isolating it to individual boards. Danbooru uses tags but lacks the traditional thread/reply model. http://1chan.us (NSFW)
Re: Ask HN: What projects are you working on?
#155I'm connecting a Hedgehog to the Internet :) . I have a hedgehog that runs all night in a wheel. Counting the laps gives me the traveled distance, so every morning he'll tweet how much he ran. He runs up to 15 km./9 miles! Check him out at https://twitter.com/runhedgie This project is a combination of hardware and software. I'm using a Raspberry Pi, a custom-built wireless node based on Arduino, Python, Redis, and a…
Any particular reason you're intermixing Go and Python? For something like this I imagine Python alone would be more than suitable. And if you just wanted to mess with Go and learn it, then you probably could've used Go for the whole thing.
Re: Ask HN: What projects are you working on?
#156(If you're interested in beta testing, email me at my username at gmail)
Re: Ask HN: What projects are you working on?
#157I'm working on a service which provides (obfuscated) aliases of your users e-mail addresses on your own domain. It only requires some API calls to generate the aliases and eliminates e-mail servers or servers to process the e-mails. Started working on it after a request of a fellow HN'er. Check it out on: http://mailobfusc.com
It sounds like people are gaining a little bit of extra privacy (by preventing spammers harvesting your email) while sacrificing a ton of privacy (by allowing a a third party MitM to intercept all of their emails to and from that domain).
I actually like the idea a whole lot, but I'd prefer if this could be done in some provably confidential way (where your service has no ability to see the content of messages, only To and From).
Re: Ask HN: What projects are you working on?
#158I'm working on my startup: http://yellerapp.com . It's a smarter exception tracker, with a severe emphasis on helping you diagnose exceptions faster through better analysis. Last week I shipped time series graphs for all your exceptions, and now I'm working on some new client libraries.