Viewing profile — aalhour
aalhour
HN member- Joined
- Tue, Jul 28, 2015, 6:09 AM UTC
- HN karma
- 286
- Public activity
- 167 items
- HN profile
- View on Hacker News ↗
About aalhour
Recent public activity
-
comment
Comment #47002712
Location: Germany (Munich) Fully remote: Yes (and open to hybrid in Munich) Willing to relocate: No LinkedIn: https://www.linkedin.com/in/aalhour/ Website: https://aalhour.com/ Git…
-
comment
Comment #45359452
Martial arts, reading, long walks, lifting weights.
- comment
-
comment
Comment #44580268
I worked as a manager at a local German company in Germany with a strong Worker's Council team. Performance Management was run through them, they had comments, the process was adap…
-
comment
Comment #43893300
I haven't used Nim but your comment made me remember that language, yeah it was forgotten but I am not sure if it's completely abandoned, it seems that their team has been launchin…
-
story
Ask HN: Books or games to teach kids math
Anything that can teach a 3 years old kid math, assuming he knows how to count to 10. But also interested in resources that that would take him beyond that and get him to fall in l…
-
story
Ask HN: Book Recommendations on Scientific Thinking
What books would you recommend on the Scientific Method, Epistemology and scientific thinking in general? Books like this that I liked: - The Selfish Gene - Rationality: From AI to…
-
comment
Comment #38827454
No worries, I think your solution coverges with @Someone's above, if I am not mistaken. You're multiplying the probabilities for all values of j up to i for all values of i.
-
comment
Comment #38827438
I was aware that the Random function call gets evaluated in Python (and C) every time the loop iterates, I just couldn't imagine the probability distribution myself, I had assumed …
-
comment
Comment #38827340
Yes, that's true. I don't want an average of 50. My initial guess of 50 is wrong. I am trying to understand why the average turned out to be approximately 12.
-
comment
Comment #38827333
Not sure that adds up, I translated the right side of the equality into a Python statement and it returns a number I am not sure how to interpret: 1/99 * sum([(i-1)*i for i in rang…
-
story
Ask HN: How many times will this loop run on average?
A friend of mine shared the following code snippet with me and asked me to guess how many times the loop will run on average: for(int i = 0; i I tried to guess the answer analytica…
-
comment
Comment #38054236
me too please?
-
story
Ask HN: Resources for Writing Linux Filesystems?
Where can I begin learning how to write Linux filesystems?
-
comment
Comment #36512370
I just changed the DNS on my unrooted Android to AdGuard's, went into the YouTube and I still saw the ads. What am I missing?
-
comment
Comment #36505196
Well, this is awesome. I see that they also have another one on Redis ( https://build-your-own.org/redis/ ). That will be my next fun project. Thanks! EDIT: typos.
-
story
Ask HN: Books on building databases similar to Crafting Interpreters
Hey HN, I was wondering if there is a book on building databases that's written in a similar fashion to "Crafting Interpreters". A book that would teach you about databases while h…
-
story
Ask HN: Resources for Studing Ruby's Runtime and Internals
Hey folks, I am interested in learning more about Ruby's internals and it's runtime, topics such as: garbage collection, concurrency, memory management ... etc. What would be a goo…
-
comment
Comment #35287039
It's so slow though. Is there a way we can help the contributors to make it faster?
- story
-
comment
Comment #31137595
"You and Your Research", a seminar Richard Hamming gave at Bell Labs https://www.cs.virginia.edu/~robins/YouAndYourResearch.html
-
comment
Comment #29508474
Would you recommend Healing Developmental Trauma to non-therapists? I am interested in the topic of trauma and how to heal it but have zero training on the subject.
-
story
Ask HN: Favorite Parenting Podcasts?
What are your favorite parenting podcasts and why? I am looking for recommendations but also looking to explore things I may not come across.
-
comment
Comment #27647193
* Thinking Fast and Slow * The Selfish Gene * Probability: For the Enthusiastic Beginner * How to Measure Anything * Rationality: From AI to Zombies * Cynefin: Weaving Sense-making…
-
story
Ask HN: What interesting or hard computational challenges are you working on?
I am interested to see what are all the interesting or hard computational challenges people are working on out there. Hardware, software, data-related or algorithmic.