Viewing profile — jpatte
jpatte
HN member- Joined
- Sun, Sep 27, 2009, 5:37 PM UTC
- HN karma
- 214
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About jpatte
Recent public activity
-
comment
Comment #30251786
High precision gyroscopes showing a 15 degrees per hour drift? Thanks Bob! :-)
-
comment
Comment #29292523
My exact thoughts as I was reading the OP: "This guy doesn't know how talented he is at writing".
-
comment
Comment #28800086
Same here. The "Casio hackers" community was nowhere near as large as the TI folks, but we had some good times and some impressive projects too. :)
-
comment
Comment #28715537
It doesn't make much sense for people who always heard and thought that "an interface just lists the public methods and properties of a class". In that view the classes always come…
-
comment
Comment #27189650
I discovered software programming about 20 years ago during high school by fooling around with my Casio programmable calculator. I spent countless hours writing small utility progr…
-
comment
Comment #25110285
The article's subtitle literally says "The best backend is no backend at all". The article gives the impression you have no idea what a backend is supposed to do, except expose som…
-
comment
Comment #25105587
Let's say my startup makes a product featuring some sort of kanban-like board. The user moves a card from one column to the other. According to this article, the frontend might jus…
-
comment
Comment #24257555
I think he has more than enough skills to be his own boss and charge by the hour.
-
comment
Comment #22662106
Ah thanks, I suspected something like that but wasn't sure how to read this.
-
comment
Comment #22661776
After reading the article I'm not entirely sure all these drivers did participate in the race using their own setups while staying home. Especially after this part: "[Pike] and Maj…
-
comment
Comment #16900971
FYI my wife and I signed for a mortgage 4 months ago here in France for our new home. 325k€, 25-year, 1.66% interest rate, 0.8% insurance rate for complete coverage of the both of …
-
comment
Comment #16197843
Interestingly the French market (and more generally the European Market?) seems to have been spared from that trend, at least for now. The prices have remained steady during the la…
-
comment
Comment #15131088
You seem to forget that maths and physics are meant to describe reality, not be reality. Any abstract concept (like numbers, forces, shapes, temperatures, energy levels, ...) we us…
-
comment
Comment #14687537
"Good luck to have that in France." It's not as hard as you seem to think. Earning ~3500 euros/month (net of taxes) is definitely doable as a software developer if you have good sk…
-
comment
Comment #14148999
Knowing how to sell/market your product is more important than having a fully functional or carefully engineered product. Nobody will give you money for your (master)piece of softw…
-
comment
Comment #13415695
Something important to keep in mind for founders and investors I haven't seen mentioned yet: in France, capital gains are taxed at 33%. And there is an additional tax for wealthy p…
-
comment
Comment #13043766
For those wondering (spoilers), the puzzle he's talking about in section 2 ("the second puzzle in the game") is a simple puzzle where you just have to double the values provided as…
-
comment
Comment #12652116
I think the author missed the opportunity to show how choosing better identifiers for his example would have eliminated the need for comments immediately. Also notice how his comme…
-
comment
Comment #12372685
I don't know what you call a "very large" app, but I have a fairly complex app relying solely on Knockout with hundreds of observables/computeds being triggered in real-time to upd…
-
comment
Comment #10345871
Here [1] is the second part of the presentation, featuring the complete video (which you can find here [2]). I actually think the way they presented the device during the keynote w…
-
comment
Comment #9975932
Reading the article I was also wondering if most traits weren't simply due to the author's personality rather than to a form of autism.
-
comment
Comment #9383756
The solution presented here basically consists of implementing a VehicleType class with a bunch of static instances without using the class syntax. I can't decide if this was a del…
-
comment
Comment #9295380
Wait, how does that work? Looking at the malicious javascript code issuing ajax requests to github, it doen't seem github's response is evaluated. Is this alert even displayed? If …
-
comment
Comment #9156279
It's not about what people believed in the past or what they believe now, it's about what they might believe in the future. By erasing all traces of other religions (and even all t…
-
comment
Comment #9119966
There is no missing foreach loop because LINQ iterators are smart enough to combine predicates whenever possible (source here: http://referencesource.microsoft.com/#System.Core/Sys…