Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aimatt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
aimatt
14y ago
I think he is trying to say that what this journalist is getting paid could be better or worse than other factories, but there's no way to tell reading this article. The author expects the reader to compare it to dollars as stated with the
32.
▲
by
aimatt
14y ago
Fair enough.
33.
▲
by
aimatt
14y ago
Please, oh please, list the price in the list pages.
34.
▲
First experience designing a PCB for a quadcopter
(hackaday.com)
2 points
by
aimatt
14y ago
|
0 comments
35.
▲
by
aimatt
14y ago
Someone loves Outlook
36.
▲
by
aimatt
14y ago
I made my own standing desk and I've been using it for a year now. I won't go back because just by doing that, I have more energy through the day. Who cares what the flip-flopping WSJ keeps saying.
37.
▲
by
aimatt
14y ago
I don't think it's silly at all. How many app are at Facebook's mercy that cost well over $30k? All of Zynga. I do see there is some risk, but there are certainly plenty of valid, legal reasons to use Bittorrent. I'm sorry, but I certainly
38.
▲
by
aimatt
14y ago
Oh man, Dropbox is really losing it's luster for me. First trying to get rid of the Public folder and now blocking third party apps. It's really too bad all of the hard work put into Boxopus has to go to waste. They won't even have profit t
39.
▲
by
aimatt
14y ago
If you host an html file with a relative img tag in the public folder it will just work. If you do it with the get link method, you'd have to get a link for each resource. Public folder is really helpful for hosting sites that are in develo
40.
▲
by
aimatt
14y ago
I use it in the same way too.
41.
▲
by
aimatt
14y ago
I really hope they don't remove this. This is the only reason I pay them instead of Google Drive.
42.
▲
by
aimatt
14y ago
From the processing wiki http://wiki.processing.org/w/Python_Comparison : Python: a = [5, 10, 11] if c >= 1 and c < 20: # Statements Processing: int[] a = {5, 10, 11}; if ((c >= 1) && (c < 20)) { //
43.
▲
by
aimatt
14y ago
That's right on the money, but technically I'm using a nano. Any Arduino will work though. There are knockoff Arduinos out there too, but I like to give back to the Arduino organization by buying an official board.
44.
▲
by
aimatt
14y ago
You can get the cheapest Arduino you can find. About $50 total probably. I would love to see this on a Raspberry Pi, but you will likely have to do some 3v3 to 5v translation or use the upcoming Gertboard.
45.
▲
by
aimatt
14y ago
You're right there about the jammer. But in testing, it hasn't taken more than 20 seconds so far.
46.
▲
by
aimatt
14y ago
You can hack this module: http://finch.am/projects/arduinogsm/ $25 OR you can buy this arduino shield: http://www.sparkfun.com/products/9607 $100
47.
▲
by
aimatt
14y ago
But a lot more expensive
48.
▲
Arduino Burglar Alarm Sends SMS
(github.com)
61 points
by
aimatt
14y ago
|
34 comments