HN user

floatinglotus

416 karma
Posts3
Comments171
View on HN

You need to “get it” because it’s really important.

We’re all in here arguing about PE ratios of tech companies reaching 100x. Is that too much? Who knows. For the best tech company in the world? What is the limit?

But for other companies like Tesla, their PE was once 1000x. That’s crazy town.

PE is the first number you should use for comparing two stocks to determine value vs risk.

No.

First off, it’s a HW/SW solution and things like CUDA/NCCL/etc make a HUGE difference.

Second, the token/watt ratio of every other option is nearly an order of magnitude difference in real world tests. When you add in custom silicon like moronic Grok/Dojo and you see that there aren’t really any close competitors when using custom spins. That is money down the drain IMO. Best bet for most enterprises is to buy 25% AMD and 75% H100 if they can get it.

I think Blackwell is potentially a long term generational problem due to power limitations in most data centers for now.

A16Z is a totally f-cktified VC. They made so much money with the pump and dump blockchain startups that they have completely lost their way.

Now you have complete moron GP/MD level people in echo chambers talking about technology and you cannot determine if it is a real technical discussion or they are simply targeting YOU as the next mark.

There is a HUGE difference between being successful by identifying trends and doing straight up rug-pulls. As a VC, their record is tainted and I would be suspicious of everything out of their mouths.

I tried the self driving mode and it couldn’t handle a very popular and common road in Pennsylvania.

I have a friend who had his Tesla in the shop for 2 months and literally had no alternate car for this period.

Autonomous driving is not real. Do not believe Elon-hype.

The cars have a surprisingly high number of defects and bizarre issues.

I can’t imagine using Ansible to configure a single server, seems like the wrong tool IMO.

Why not something like docker-compose and put all of the config bits into a single repo?

That way you can clone the repo on a new server and simply rebuild the containers.

Replacing TCP in the DC is a lot easier now with the advent of smartnic/DPUs.

You can make the server think they are using a perfect TCP connection even if the protocol is different. And the opposite, the server/app can use a new protocol like json-stream-whatever and the smartnic can proxy it onto a TCP session.

It turns out that cheap single purpose NICs were great for standardizing on thr lowest common denominator (tcp/udp) but now that it’s clear that the network protocol is the bottleneck, we can imagine and implement new protocols while maintaining backward compatibility.