Viewing profile — iano
iano
HN member- Joined
- Sat, Sep 24, 2011, 10:33 PM UTC
- HN karma
- 40
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About iano
No profile information was provided.
Recent public activity
-
comment
Comment #7896485
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.
-
comment
Comment #7730636
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…
-
comment
Comment #7702917
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 al…
-
comment
Comment #7491636
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.
- story
-
comment
Comment #6316359
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.
-
comment
Comment #6307384
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…
-
comment
Comment #6253973
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
- comment
-
comment
Comment #6017037
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 a…
-
comment
Comment #5890194
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 b…
-
comment
Comment #5851975
Ah, alright. Thanks for the response.
-
comment
Comment #5851737
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 "WA…
-
comment
Comment #5263211
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 qua…
-
comment
Comment #5261469
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 chan…
-
comment
Comment #4784238
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 entrie…
-
comment
Comment #3602412
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 …
-
comment
Comment #3034530
Applications of algorithms are patentable, not the algorithms themselves. (un-cited e.g. using machine learning for handwriting recognition)