HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jasbur

no profile record

Submissions

Ask HN: What resources do you use to fill specialized positions?

1 points·by jasbur·5 maanden geleden·1 comments

comments

jasbur
·2 jaar geleden·discuss
I once heard someone say “What obstacles can I remove from your path?”. I think the whole philosophy is encapsulated in that one question.
jasbur
·2 jaar geleden·discuss
My suggestion would be to experiment with languages until you find one that you like more than the others and replicate the functionality of someone else’s software. Free yourself of the need to come up with a good idea.

If you choose a language that’s not widely used or no one is hiring for, don’t worry about it. You’ll find that the concepts you learn in any language are portable to all languages. Once you learn those, it will be easy to pick up new languages when you need to.

Bonus advice: when you find a language you’re good at, stick with it and get really good at it.
jasbur
·3 jaar geleden·discuss
It's interesting that the Death Metal was the hardest to reproduce. I conclude that it's the most fundamentally human of all genres.
jasbur
·3 jaar geleden·discuss
I made a robot that cheers every time the Green Bay Packers score (American football).

https://imgur.com/a/JeiDCYR

The chassis is 3D printed and a Raspberry Pi is hiding, with a couple of speakers, in the base. The Pi connects via WiFi to the local network and checks ESPN’s publicly available JSON for that day’s game to determine if the score has changed.

I gifted it to a friend that owns a bar and wanted him to be able to move to new networks and reconfigure without using a computer. So, I wrote some python scripts that interface with the GPIO pins on the Pi to reset the device and broadcast a WiFi network and web interface that can be used to connect to other networks.

That last bit now has over 500 stars on GitHub!

https://github.com/jasbur/RaspiWiFi