mjpuser's comments

mjpuser | 1 year 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.

mjpuser | 6 years 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 algorithm.

mjpuser | 6 years ago

Nice intro to timeouts and context. Next step would be dealing with state changes that happen in a cancelled request.

mjpuser | 6 years 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 next generation of optimization techniques will be runtime instead of compile time. We already have dbs with optimizers, so maybe there will be programming languages with optimizers?

mjpuser | 6 years 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...

mjpuser | 6 years 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 will be introduced and become the norm as meat prices skyrocket

* Taxes in the US will increase to 40% to "target climate change" even though those funds will be poorly handled

* Starlink becomes operational, disrupting mobile carriers

* New phone number system comes created as all systems will go though the internet

* precision medicine for cancer care improves but is too expensive

mjpuser | 6 years 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 hardware. At a high level, that's not what wasm is solving.

mjpuser | 6 years 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 puts you in contact with a salesman or account manager which is typically geared towards a high pressure sale event of the product. I'd be interested to hear other people's experiences with this model, though.

mjpuser | 6 years ago

Wasm is different than assembly, so I don't think so.

mjpuser | 6 years 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 writing assembly in their professional career.

mjpuser | 6 years 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 them. I’m also not sure if there is a tax on top of that €0.24 from what I remember my cousin telling me. I’m hitting a language barrier confirming this.

mjpuser | 6 years 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 article on "introducing process" side of programming.

mjpuser | 6 years 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.

mjpuser | 6 years ago

I dunno, man. Delivery is a thing.

mjpuser | 6 years 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 and number of hooks in your component. It also has Suspense which allows you to exit from the render function and return to that spot, which is definitely not a feature of JS. So yea, it's weird. I think the interesting question is trying to figure out what this means for the next version of React. I would like to see if it takes a page or two out of Svelte's book.

mjpuser | 6 years ago

I am in agreement with you. It seems it is more work than it's worth to develop this taxonomy.

mjpuser | 6 years 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 what about inhibiting neurons? Tonic neurons? What about the ability for the brain to do recall after hearing a name once? Procedural memory? Does the relationship you point out help you understand any of these things?

mjpuser | 7 years 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 coordinate different parts of the feature into separate tasks for each developer so that they can work in parallel. This guy/girl hasn't discovered anything we don't already know.

mjpuser | 7 years 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.
page 1