HN user

LeegleechN

396 karma
Posts8
Comments56
View on HN

Feynman diagrams are a representation of an integral so moving beyond them is a question of reformulating the mathematical basis of physics.

There is some work in that direction (look up 'Amplituhedron') but overall it's not that surprising that physicists are using computers to do the same math with much more precision than they could before rather than shaking up the fundamental mathematical tools of their field which have stood since the 1600s.

He's not wrong about the narrow algorithmic use cases (so far), but he's completely missing the utility for simulation of quantum phenomena (chemistry, microbiology, materials science). That use case alone completely justifies investing into them even if you don't care about advancing science.

I think one of the biggest applications for quantum computers which isn't well appreciated is simulation of quantum systems: chemistry and materials science. Similar to the old analog computers which were used to simulate differential equations long before they could be fully "virtualized" (simulated deterministically without noise) using digital algorithms.

This reminds me of this chart showing underestimation of solar growth by the International Energy Agency for decades:

https://twitter.com/aukehoekstra/status/931869221386104832

One of the best charts I've ever seen at making a point.

Since I'm sharing solar charts here is one of solar panel efficiencies which is another of my all-time favorite charts: https://www.nrel.gov/pv/cell-efficiency.html

To avoid misleading, I want to clarify that the reduction in cost of solar energy has been driven far more by manufacturing scale than by efficiency improvements (although they are also relevant).

He had grants for 0.25% of the company but left when only 1/3 of them were vested . Gitlab will probably IPO for at least a $10 billion valuation. Assuming no further dilution since the grant, the shares would be worth $8.3 million for a $4050 option exercise.

It's just an absolutely giant construction project. The mass and volume of the construction goes as the cube of the major radius of the reactor. Back of the envelope, SPARC is (6/1.5)^3 = 64 times smaller than ITER. The construction budget for SPARC is ~$500M, so ITER being tens of billions is in line.

Thanks for the links. This is a really well written case which relies on an easily swallowed fallacy. The argument is that the main limiter to improvement of batteries is research which needs time, so we shouldn't quickly scale up battery production and end up with suboptimal batteries.

Of course the main way to improve batteries at this point is to make them cheaper, which comes directly from production scale (look at what happened with solar panels). And even if that wasn't the case, while we wait for improved tech before we scale up battery production, we're continuing to dig up and burn fossil fuels.

This reminds me of some of the propaganda spread by fossil fuel companies decades ago. They position themselves as being on the side of environment, and yet the conclusion is always to delay, do more research, and continue with the status quo.

My understanding is that octopus limbs are semi-autonomous, whereas giraffe legs aren't doing any more decision-making than they are for people or cats.

Which is not to say that I disagree that most people underestimate animal intelligence.

They're working on a Steam release with a more accessible interface, including mouse support. I suggest trying it again when that comes out.

Their competition are the ones who played marketing games already, skipping forward a node relative to pre FinFET scaling. Intel's rename aligns it with the rest of the industry in terms of transistor density on each process number.

None of these numbers have aligned with physical features on the chip for a while, so they are just an arbitrary convention now. It's better for all of the manufacturers to use the same convention.

The fact that Black-Scholes has only one unknowable parameter makes it quite usable, more so than more complicated option pricing models. You can work backwards from the market price to solve for the implied volatility, treating it as a generalized 'price' for the option after factoring out things that are easily adjusted for. You can also abuse the implied volatility (adjusting it up or down) to account for factors outside of the idealized model.

Most prescribed drugs are generics that will cost you a couple bucks. The drugs advertised on TV are precisely the ones with high margins that support expensive customer acquisition efforts.

The gradient we want is the gradient with respect to the process which generated the dataset. The gradient we get is an estimate based on only a handful of samples from that process at a time. The analogy holds up fine.

The encoder is a neural network which is a nonlinear and highly expressive function family. The encoder function is optimized to produce a set of "factors" which are designed to be linearly comparable. If the "factors" aren't expressive enough, you can add more (increase the embedding dimension) or make them more sophisticated (increase the encoder network complexity). There's nothing stopping you from allowing them to interact in a more complex way as well, except that you give up the ability to easily do operations like indexing.