Hacker News new | past | comments | ask | show | jobs | submit login

It does seem to be "for the sake of it". Why would you want a web based IDE when you could have a desktop app for way less effort?



hehe , yeah. i mean it's cool but this was basically, "Pi is a server and you can run software on servers". I was hoping for something that used some extra electrical components and circuitry to accomplish something more then just running software.

I'd actually argue it's easy to get set up on the cloud hosted versions of this stuff! sure it helps to roll your own everything (git, jira, IDE...) and i appreciate the work and write up. Plus those rpi's do look pretty fuckin sweet, it makes my nerd senses tingle


Having exposed GPIO pins is nice. I'm running a log display on a RPi 1, but there's also a 7-segment status display for the team, showing build+prod data. Not sure how I'd do that on a PC...serial port, probably.


On a PC, Arduino flashed with Firmata. It lets you write behavior in whatever language you want. It also keeps the serial connection open at all times so you can send commands as you go (e.g. with a Python REPL)

USB-to-serial still exists but the support for it is kind of crimped now due to security concerns (in Windows at least) and you can also damage the PC if the external circuit is not thought out correctly.

Not really sure if the USB adapter manages to isolate enough of the risk though, I have only used Firmata...


USB-to-serial has, first and foremost, horrible jitter issues.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: