Hack A Day Is Hiring


We’ve added a handful of contributors in the last couple months, but we’re still looking for more people to contribute daily posts and help expand the site.

This is a paid, freelancing position that requires professionalism, consistency, and reliability. We want to hear from people that are passionate about software/hardware hacking and growing Hack a Day. To apply, send the following to jobs@hackaday.com

  • A short bio about yourself
  • 3 example daily posts written in the style of Hack a Day
  • 3 software or hardware how-tos you’d like to see. For examples of work we’ve done in the past, look here, here, here, and here.
  • A couple sentences on how you would improve the site either through features or content
  • Any additional reasons why you would make a good fit for Hack a Day

Do not send any attachments. Having your own blog you can show off is a definite plus.

[photo:fbz]

Distributed Computing In JavaScript

mapreduce

We’ve heard about the idea of using browsers as distributed computing nodes for a couple years now. It’s only recently, with the race towards faster JavaScript engines in browsers like Chrome that this idea seems useful. [Antimatter15] did a proof of concept JavaScript implementation for reversing hashes. Plura Processing uses a Java applet to do distributed processing. Today, [Ilya Grigorik] posted an example using MapReduce in JavaScript. Google’s MapReduce is designed to support large dataset processing across computing clusters. It’s well suited for situations where computing nodes could go offline randomly (i.e. a browser navigates away from your site). He included a JavaScript snippet and a job server in Ruby. It will be interesting to see if someone comes up with a good use for this; you still need to convince people to keep your page open in the browser though. We’re just saying: try to act surprised when you realize Hack a Day is inexplicably making your processor spike…

[via Slashdot]

NYC Soldering Championships


[Matt] let us know about the New York City Soldering Championships. They’ll be happening during the Ignite talks on July 29th at 7pm. 25 people will race head to head to assemble a fully functional electronics kit. Participants have to register in advance and are encouraged to bring their own iron. The kit hasn’t been chosen yet so people can’t practice. We hope they at least consider using a few SMD parts just to keep things interesting. Shout out if you’re planning to attend or compete!

[photo: Nick Bilton]