Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iano
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
iano
12y ago
Not entirely related to the post, but what's the sane use case for doing: return (expr, expr) like in the first example? I cannot think of a good reason to do this.
2.
▲
by
iano
12y ago
Along the same vane from the math world is how natural numbers (which can then be used to build the reals, etc) are represented using only empty sets. Pretty awesome. See http://en.wikipedia.org/wiki/Set-theoretic_defi
3.
▲
by
iano
12y ago
Can someone explain to me how the first queue example's (using singly link lists) dequeue method gives the expected result? Isn't head->m_pNext always NULL, so the new head will always be NULL and tail will be set to NULL losi
4.
▲
by
iano
12y ago
Credit card companies are a good example of the this too. Since they're responsible for fraudulent charges, there's a huge incentive for them to detect them.
5.
▲
Darpa Robotics Challenge live stream
(youtube.com)
1 points
by
iano
13y ago
|
0 comments
6.
▲
by
iano
13y ago
Maybe it depends on the language? I could see something like this in python: if not callable(something): make_callable(something) Which can (sortof) be read off in English.
7.
▲
by
iano
13y ago
This happens everywhere, not just in Silicon Valley. Maybe I'm missing it, but where does this article give evidence that this is the biggest in the US? My home town has 20k people, and has winters with weeks of sustained below 0F tem
8.
▲
by
iano
13y ago
ROS development was handed off to OSRF [1] earlier this year. [2] [1] http://osrfoundation.org/ [2] http://osrfoundation.org/blog/ros-at-osrf.html
9.
▲
by
iano
13y ago
A similar issue was responsible for one of the V22 crashes ([1], page 4). In that case the gyro wires were hooked up backwards, instead of the unit installed backward. Both cases are good examples of small design details that make or brea
10.
▲
by
iano
13y ago
I thought the same, but as chance should have it I finally installed Ubuntu on my mpb yesterday. It went off without a hitch, and as far as I can tell everything works out of the box (wireless, dual monitors, sound, even all of the Mac fun
11.
▲
by
iano
13y ago
Ah, alright. Thanks for the response.
12.
▲
by
iano
13y ago
The "I want to do something else!" button does nothing for me. I have many "MUST" todos and only 1 "WANT" while trying this button. The button just brings me to the same single "WANT" I have.
13.
▲
by
iano
14y ago
Yeah, sorry. Having cyclic pitch control on the 4 rotors of a quadrotor makes even less sense - then you really really might as well just be a helicopter. There aren't a lot of quadrotors that use pitch control. That's half of their appea
14.
▲
by
iano
14y ago
Unfortunately quadrotors don't scale up well. As the rotors get larger control input delay increases (because with this type of quadrotor you get your control input by rapidly changing the angular speed of the rotors). You can fix this by
15.
▲
by
iano
14y ago
Maybe I'm not reading the pyramid properly, but it looks like Clojure is on average ~2x as lengthy as Mathematica? IE: The entries in the horizontal Clojure row are ~1/2 the entries in the horizontal Mathematica row. Definitely a confusin
16.
▲
by
iano
15y ago
In short: Learn constant coefficient 2nd order differential equations, and you can design a whole slew of mechanical, electrical, and hydraulic contraptions. A real application of this: before computers, mechanical systems control engineers
17.
▲
by
iano
15y ago
Applications of algorithms are patentable, not the algorithms themselves. (un-cited e.g. using machine learning for handwriting recognition)