Viewing profile — bakhy
bakhy
HN member- Joined
- Tue, Apr 03, 2012, 12:16 PM UTC
- HN karma
- 549
- Public activity
- 356 items
- HN profile
- View on Hacker News ↗
About bakhy
Recent public activity
-
comment
Comment #39667425
This looks too easy, the first solution. If there is no logged on user, which User object is fetchUser going to return? Which friends? At the top level, if I were to forget to chec…
-
comment
Comment #35056342
The same site has an article about all this from today: https://www.icelandreview.com/business/elon-musk-and-halli-s...
-
comment
Comment #34675268
It's also available as an Android app, MaximaOnAndroid. I love having it on my phone, even though I rarely actually use it :)
-
comment
Comment #34064881
This is quite easy to reproduce. Wow. IMO they should just remove the password generator feature. It's barely usable, and with this behavior it's just dangerous. Why barely usable?…
-
comment
Comment #31109176
I can't see the square either. Firefox 99, Windows 10.
-
comment
Comment #30640988
Just BTW on the Netflix subtitles issue - I live in Germany, but I'm not German and generally prefer original audio on everything, typically with English subtitles. And some movies…
-
comment
Comment #30640731
Not only resets, you cannot activate the old way in the Settings anymore. It is hidden in about:config (set browser.download.improvements_to_download_panel to false), but even if y…
-
comment
Comment #26077967
There's a contradiction in the conclusion. Foucault was an academic philosopher, got a degree in philosophy, was awarded a doctorate, and is respected by many people who also got a…
-
comment
Comment #24786720
You're right, my mistake! But it still should not be an issue, since according to what you quoted an acceptor will not reply to a second proposal that bears the same number ("If an…
-
comment
Comment #24775435
I think you're mistaken about the ability of 2 proposers to move to phase 2 - once an acceptor has agreed to a proposal with a certain seq number, it cannot just agree to another o…
-
comment
Comment #22794125
I've had lots of ideas like that, things I'd like to do which I never get around to. The one I did go through with and still keep working on it on and off is the one that had a con…
-
comment
Comment #20112331
C# has LINQ. Implement Select and SelectMany extension methods for whatever you like, and you can use the LINQ syntax with your type just as easily as with IEnumerable. Foreach and…
-
comment
Comment #19992956
I don't know if this works well on JS, but there is a purely functional way that avoids most of the performance hit - generator methods. In C#, I'd write functions that return IEnu…
-
comment
Comment #19825666
I'm currently working on a side project, a distributed in-process key/value store for .NET Standard, which might be interesting in this context. I hope you'll pardon the shameless …
-
comment
Comment #19644751
I think I get it. With doubling, the sum of all the work done for resizing is roughly (written chonologically backwards): n/2 + n/4 + ... ~= n, and O(n) + O(n) is still O(n). Thank…
-
comment
Comment #19643870
This is what I'd do too, and it is quite strange that it was dismissed like that. Maybe because it's not as much fun :) BTW I believe it may be a bit more than just O(n) time on th…
-
comment
Comment #19172074
I was also wondering why simply opening curly braces after the => was not allowed. It would be consistent with lambda syntax generally.
-
comment
Comment #19117307
This is a weird title. The article says that the people on basic income were equally likely to find a job as those who were not receiving it. I was expecting that basic income migh…
-
comment
Comment #18422263
If you deliver the impossible on time, they'll just ask for the even more impossible next time...
-
comment
Comment #18422228
Here: https://www.hanselman.com/blog/501DevelopersFamilyAndExcitem... I'm not sure if that is the original post. There was a bit of backlash against it, someone even published a 5:…
-
comment
Comment #18413992
This is a bit off-topic, but on another occasion, Scott Hanselman infamously used the term "5:01 developers" targetted at many of the same people ;)
-
comment
Comment #18256078
Did you check if the "nouveau" OSS Nvidia driver was still installed? Happened to me all the time, so I got used to always checking and removing it manually before letting him rebo…
-
comment
Comment #17794206
"Pun not intended" should definitely be among the top 10 most common lies, along with the likes of "I'm starting tomorrow", or "I'll pay you back" ;)
-
comment
Comment #17326759
Why always Peano numbers? If it's doable, I'd love to see something like a web server with provable safety guarantees (e.g. eliminating any SQL injection risk), or a concurrent sys…
-
comment
Comment #17309394
I stumpled upon a good text here once, but I don't remember where it was published, so I guess you should best google it, sorry.