Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mjpuser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mjpuser
2y ago
I dunno I thought it was well done. This is an entertaining trend on social media and they applied it to their product well.
2.
▲
by
mjpuser
7y ago
I think that programmers are quick to jump to concurrency when they want to make something performant as opposed to using other structures, like a cache, or researching other possible solutions, like the HN favorite bloom filter, or other a
3.
▲
by
mjpuser
7y ago
Nice intro to timeouts and context. Next step would be dealing with state changes that happen in a cancelled request.
4.
▲
by
mjpuser
7y ago
We also have a mantra against optimization until you know that you need to. It seems too cost and time prohibitive to put these things on the programmer to maintain, and that we need to develop tools to help optimize our code. Maybe the n
5.
▲
by
mjpuser
7y ago
I would say reddit is a forum, and you can have good discourse on there, but can also have straight comfort internet trash. Basically I think its more nuanced than just having a forum...
6.
▲
by
mjpuser
7y ago
* College will become less common, and focus on vocational jobs will increase. * Autonomous cars will be available by the end of the decade * First person will land on Mars * 20-40% of wild animal populations will be gone * Lab grown meats
7.
▲
by
mjpuser
7y ago
Not sure why you are sticking to your guns here. First, it's highly unlikely anyone would ever write wasm by hand. Second, the article rambles a bit but the most compelling argument for assembly is writing fast code for constrained h
8.
▲
by
mjpuser
7y ago
This is a compelling article, but then when you try to see what the product is, you have to submit your email / request a demo. In my experience, hiding your product behind a demo is a bad sign that the product has flaws. It also put
9.
▲
by
mjpuser
7y ago
Wasm is different than assembly, so I don't think so.
10.
▲
by
mjpuser
7y ago
Not sure why HN is saying it is obvious that assembly is relevant because compilers... The article's intent is around a programmer writing assembly. I'm sure there are niches but I can see web developers getting away without writ
11.
▲
by
mjpuser
7y ago
I think one contributing factor slowing down progress is the cost of electricity in Italy. It's €0.24/kwh vs $0.06/kwh in the US (at least in PA). You dont see any electric cars in Italy, and it seems super expensive to the
12.
▲
by
mjpuser
7y ago
I think the real problem is that they didn't properly maintain their code. Rewriting it in Go won't prevent them from dealing with this in a few years for when this Go version reaches end of life. I would have liked to see an ar
13.
▲
by
mjpuser
7y ago
The cheapest I could find in 2019 was $600 by Veritas Genetics for next-gen sequencing. 23andMe is SNP testing as OP said, which is cheaper.
14.
▲
by
mjpuser
7y ago
I dunno, man. Delivery is a thing.
15.
▲
by
mjpuser
7y ago
I think the part that is hard to grasp is that React essentially has it's own runtime tangled with JS. With the introduction of hooks, there are non JS things going on, which is why React relies on the quirk of having the same order a
16.
▲
by
mjpuser
7y ago
I am in agreement with you. It seems it is more work than it's worth to develop this taxonomy.
17.
▲
by
mjpuser
7y ago
I have been on similar kicks for drawing similarities between the two, but it never pans out to anything useful. I.e how does this move the science forward? I can play devil's advocate (aka classic hacker news' commenter) and say
18.
▲
by
mjpuser
7y ago
In the link below it says, “Pipenv is recommended for collaborative projects” https://packaging.python.org/tutorials/managing-dependencies...
19.
▲
by
mjpuser
8y ago
JIRA is meant to break up work. Atlassian has another product called confluence to let you write prose, like the author wants, and you can link all these things together. When you have a group of 3 people on your team, you need to coordin
20.
▲
by
mjpuser
8y ago
I found this difficult to follow since it requires you to learn Haskell, but luckily typeclasses.com is a paid service to learn Haskell.
21.
▲
by
mjpuser
8y ago
I agree that not having a natural flow of control is more prone programming debugging. However, he does say things that are wrong, ex: "It's impossible to slow down the pace of accepting new incoming client connections." You
22.
▲
by
mjpuser
8y ago
I would be interested to see a proposal for a standard for establishing planetary time with the feature that you can easily convert from one planet to the other, but I have no idea how you would do that. What happens when we move to Mars w
23.
▲
by
mjpuser
9y ago
I agree. The only reason I can think to justify this is that the author is implying you only should use the HttpOnly flag for security reasons. Still seems odd that they don’t know you can set cookies with JS.
24.
▲
by
mjpuser
9y ago
I need HN’s help... What benefits do countries/governments/politicians get when their currency becomes internationally accepted?
25.
▲
by
mjpuser
9y ago
I thought that colony collapse wasn't totally caused by pesticides, but mites [1]. I'm not 100% sure why bees have been more susceptible to mites now, though. Possibly because of some lack of diversity in the environment? [1] h
26.
▲
by
mjpuser
9y ago
This is an interesting point considering the World Wide Web was born from the need to share scientific info.
27.
▲
by
mjpuser
9y ago
No, libreboot did as well: https://libreboot.org/news/unity.html
28.
▲
by
mjpuser
9y ago
He isn't claiming that this is how the brain works, he is just proposing a model. He describes in some of his talks that his work isn't about replicating the brain, it's about distilling algorithms from brain function/a
29.
▲
by
mjpuser
9y ago
Here are the commits. Looks like the biggest backwards compatibility issue comes from the "Drop Angular" commit. He also changed the screw_ie8 option to be called ie8 now. A few bug fixes, too, but I'm definitely paraphras
30.
▲
by
mjpuser
10y ago
I'd just stick with JSON. I think the reason why JSON is so popular is that it works with most languages. This would only be compatible with object oriented languages. Adding in code blocks would only make it easily compatible with
More ›