Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bakhy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bakhy
3y ago
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 check if someone is logged in, who knows what would happen here.
2.
▲
by
bakhy
4y ago
The same site has an article about all this from today: https://www.icelandreview.com/business/elon-musk-and-halli-s...
3.
▲
by
bakhy
4y ago
It's also available as an Android app, MaximaOnAndroid. I love having it on my phone, even though I rarely actually use it :)
4.
▲
by
bakhy
4y ago
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? Some really simple features are missing. I miss t
5.
▲
by
bakhy
4y ago
I can't see the square either. Firefox 99, Windows 10.
6.
▲
by
bakhy
5y ago
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 and series on Netflix will really only offer German su
7.
▲
by
bakhy
5y ago
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 you switch back to it, there's still changes that break
8.
▲
by
bakhy
6y ago
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 lot of education in philosophy. So, how is more philos
9.
▲
by
bakhy
6y ago
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 acceptor receives... number n greater than ...),
10.
▲
by
bakhy
6y ago
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 one with the same seq number. And that means only one of
11.
▲
by
bakhy
6y ago
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 connection to my job. I worked on a very concurrent s
12.
▲
by
bakhy
7y ago
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 async/await are baked in, that's true, but the LI
13.
▲
by
bakhy
7y ago
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 IEnumerable<T>, using yield return, and others t
14.
▲
by
bakhy
7y ago
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 plug, but I'm interested in getting feed
15.
▲
by
bakhy
7y ago
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). Thanks!
16.
▲
by
bakhy
7y ago
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 the whole. If your hash-table is auto-growing, you&#
17.
▲
by
bakhy
8y ago
I was also wondering why simply opening curly braces after the => was not allowed. It would be consistent with lambda syntax generally.
18.
▲
by
bakhy
8y ago
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 might make people less motivated to find jobs, and that would ha
19.
▲
by
bakhy
8y ago
If you deliver the impossible on time, they'll just ask for the even more impossible next time...
20.
▲
by
bakhy
8y ago
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:01 Manifesto, but that site is no
21.
▲
by
bakhy
8y ago
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 ;)
22.
▲
by
bakhy
8y ago
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 reboot.
23.
▲
by
bakhy
8y ago
"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" ;)
24.
▲
by
bakhy
8y ago
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 system with the compiler proving there are no races,
25.
▲
by
bakhy
8y ago
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.
26.
▲
by
bakhy
8y ago
Ok, I misunderstood. I agree with you. I think it's an interesting situation - the broader term is more relevant, but it's also less measurable. So we settle for what we can measure and kinda forget that it doesn't capture th
27.
▲
by
bakhy
8y ago
You are implying that conspiracy theorists are unintelligent. Though it is a very tempting assumption :) I don't know if it's fully warranted. From my experience, ignorance is more essential to conspiracy theory thinking. People l
28.
▲
by
bakhy
8y ago
> ...possibly negative for women. I hope I won't be downvoted crazy for this, but wasn't feminism offered as an answer to this? Better educated women have a bit more trouble having babies and keeping their career, since lots of
29.
▲
by
bakhy
8y ago
Sounds like a really bad IQ test. I took a Mensa IQ test once, and all the questions were grids, 3x3, with various patterns in all cells except the lower right one, and 6 (I think) offered answer patterns. You pick the one that you think be
30.
▲
by
bakhy
8y ago
I may have overstated it, but it seems he's been intentionally lying, including in court... Just that should suffice, regaddless of his reasons.
More ›