Viewing profile — 0x264
0x264
HN member- Joined
- Wed, Oct 14, 2015, 9:56 PM UTC
- HN karma
- 59
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About 0x264
No profile information was provided.
Recent public activity
-
comment
Comment #47833785
Thank you for mentioning those! I saw both Robotech and Macross Plus (in French) when I was a teenager. I still think about the SDF more often I would admit and the soundtrack is a…
-
comment
Comment #45789123
The secretary problem is a bad way to formalise the problem of dating and the stopping rule doesn't work in that context, for a very simple reason. The secretary problem is a solut…
-
comment
Comment #45783432
Teaching
-
comment
Comment #45779831
> I don’t know really how ppl that solve it fast accomplish getting to that level Just like everything else in life, they do it really slow and with lots and lots and lots of error…
-
comment
Comment #45710897
On your CV ? Has any recruiter or hiring manager ever commented on it, or said the mention gave you an advantage ?
-
comment
Comment #45710883
You can definitively play like that if you want to. At day 2n (n > 0) you do the puzzle of day n.
-
comment
Comment #45684778
JavaScript code and Haskell code ultimately both get turned into instructions for a microprocessor, so there really isn't much of a difference between both.
-
comment
Comment #45394368
Yep, another developer enthusiastically proposing mmap as an "easy win" for database design, when in reality it often causes hard-to-debug correctness and performance problems.
-
comment
Comment #45107880
Yes, pictures of the user interface will help a lot. Thanks!
-
comment
Comment #44845455
The situation is not going to improve as long as business stakeholders and engineering managers (some closer to MBAs than actual engineers) think of software engineers as construct…
-
comment
Comment #44707991
No they can't. Myself, and quite a few other people, need it for work.
-
comment
Comment #40336604
I would imagine that the alien civilisations would also make that kind of studies, and pre-emptively prevent the extinction scenario from happening.
-
comment
Comment #39398839
That's correct. It's (and they are) French.
-
comment
Comment #38491838
> like chores by the 10th problem or so and I drop out That they get so involved is the reason I participate (despite also working at the same time). I love the fact that the diffi…
-
comment
Comment #37081001
Set of related trades.
-
comment
Comment #36929671
Hi thaumasiotes, Mathematician here, and somewhow interested in this discussion. I am curious of your definition of full_sqrt, what would be the value of full_sqrt(-3) ?
-
comment
Comment #34751239
It's a completely factual statement, and relevant in the context of the article. It doesn't claim that the same cannot be observed, or doesn't happen, somewhere else.
-
comment
Comment #32010349
As somebody currently learning Rust, I totally echo this sentiment.
-
comment
Comment #31750706
Have an electronic version of it (the main version) 1. Update it every year or so, and 2. Everytime you update it you print a copy version and distribute that as needed.
- story
-
comment
Comment #29970409
Oh yes, they do :)
-
comment
Comment #29358166
BitTorrent is 20 years old, IPFS only 6. So, might just come down to familiarity. Definitively many more people, even outside tech crowd, have heard of BitTorrent whereas IPFS is s…
-
comment
Comment #27013062
There always is a simple explanation: Resulting from (1) removing irrelevant details (details crucial for an implementation, but irrelevant for an initial mental model) and (2) mak…
-
comment
Comment #26770520
Somebody is using a database (sqlite in this case) to store JSON objects. There is nothing strange or unusual here. When doing this, though, the problem is that it's more difficult…
-
comment
Comment #26764877
It's stack based. Written like RPN (Reverse Polish Notation).