HN user

mlazos

1,404 karma
Posts0
Comments400
View on HN
No posts found.
Qwen 3.8 3 days ago

Yeah but we still don’t have execution vans! I’m not even being sarcastic. China is unequivocally worse even with our recent slide into towards totalitarianism.

In the 2010s all of my exams were still hand written and I went to Brown.. has everything really been computerized that much?

I think the tricky part here is essays, but maybe they should be replaced with an oral exam + essays? A lot of the humanities and classics courses I took were pretty small.

Overall I don’t think these problems are that hard, I just don’t know if the incentives of universities align with fixing them. If their reputation is all that it’s for, grades don’t really matter as long as the $$$ is coming in.

Wtf? What a joke, but I mean the best way to become a billionaire is convince someone with a billion dollars to give it to you. This is actually insane, wow. I guess Qualcomm is desperate? Nobody was bidding for this, but congrats to the team at modular?! I’m actually salty about this because like I don’t feel like mojo was even good after trying it out.

The idea of them purposefully wasting my time by having the model act dumber and me having to argue with it without knowing if it’s the prompt or the model was just such an idiotic product decision I can’t believe they shipped that without getting any feedback from users first.

Look! A guy built 95% of slack in 2 weeks! Very skeptical of that btw, but also an organization that justifies every single team by exactly how much $ value they’re generating sounds like hell. How would you ever innovate or try out new ideas? It’s important to quantify what impact your team is generating but there are some cases (e.g. UX) which are really hard to quantify in $ but are still very important for the product

Bro nothing is verifiable, you have to make a call in the end or you can just sit here and be like “oh but what about the speck of sand on the body, GOTCHA”. I used to be like you trying to poke holes in every little thing, but 1 it’s annoying to everyone and 2 you have to eventually take a stance other than “every stance is wrong” your mystical perfectly evidenced war crime is never going to exist, congrats! What do you think actually happened here? The article cites plenty of evidence, eyewitness testimony, make the call. The IDF themselves said they killed them. It’s a family, what do you think justifies that?

Seen this on repeat lately - there will be some war crime that the IDF commits, soldiers or Israeli citizens celebrate it themselves in a TikTok or in Israeli media, then the US media will argue that it didn’t happen or “there’s some information missing”. It’s actually kind of nuts.

Yes driving fast means - execution.

That’s 100% insider trading. If you use material non-public (including confidential) information to perform the trade it’s illegal. Paying someone to provide confidential info is still insider trading. Paying someone to observe planes (public information) is not insider trading. Researching using publicly available information (even though you don’t share your research) is not insider trading. The key point is the channel from which you receive the information.

This is the absolute biggest grift of the century by the groq team. They never shared actual TCO, and I remember a Seminalaysis article about the power consumption being actually insane - this makes sense because they scale the number of chips to fit a single model when they have no dram. They have good inference latency but there was no way the economics were going to work out. Meanwhile Nvidia with every advantage in the world decides they’re worth 20B? It actually doesn’t make sense at all. The only scenarios the groq system would be worth it is in the exact throughput-optimized scenarios Nvidia already thrives in.

The End of Tesla? 11 months ago

If the neo-nazis celebrate it as a Nazi salute, I don’t think it really matters what others think. In addition to that, seeing it with my own eyes is all the confirmation I need.

On his intelligence SpaceX and Tesla were/are revolutionary companies, but seeing him buy twitter and then send the DOGE five things email makes me feel like maybe it was more of a right place right time sort of thing and not management prowess. I’ll give him credit for hiring the right people which is a skill but other than that his blunders are just too difficult to ignore.

It’s because capitalism assumes a free market with competition. If you allow monopolies to thrive, you will not get those benefits. It’s just that some of these types of markets have different dynamics due to their structure. E.g. natural monopolies where the barrier to entry is huge up front costs. Interestingly the AI startup ecosystem is raising enough money to surpass the barrier of needing a ton of data to train AI.

I’m amazed this is even viewed as a “hot take” tbh most of what he said here is pretty high level of abstraction and standard practice for custom hardware. In essence I feel like he’s saying nothing really controversial other than publicly calling out TT for too many abstraction layers (and tbh it’s just in a readme). This is completely fine, he’s a user and this is his experience.

I’m a dev working on torch.compile at meta (previously I worked on ML focused FPGAs) and the approach I would use is build a static graph compiler, use torch.compile (and probably JAX) as graph extraction front-ends and call it a day. I feel like hardware companies don’t know how to handle the flexibility of PyTorch and as a result develop their own APIs which is mistake #1 and virtually makes it impossible to get any market penetration once you head down that path because nobody will ever ever rewrite their models for your hardware when they don’t even know what perf they will get, the risk is just too high. As a result, hardware companies offer inference APIs which hide all of this behind a REST API to basically paper over the lack of generality of the software/hardware interface. This is convenient because then nobody actually knows the perf/$ and they can burn VC money for as long as they want. Whether this is a viable business model or not, we will have to wait until they go public to actually see what their true inference costs are.

To sum it up, start from PyTorch and work your way down to your hardware, this is the only general way if you want to actually sell chips and not just constantly port the model of the day to your hardware.

The idea that cutting research will make a dent in the budget is a fantasy. NSF has a budget of 10 billion. Stop rationalizing gutting crucial programs because of “the deficit” Medicare, social security and the military are the main costs in the US budget. Sure universities are bloated, tackle that problem separately then.

I used this to onboard to the PyTorch team a few years ago. It’s useful for understanding the key concepts of the framework. Torch.compile isn’t covered but the rest of it is still pretty relevant.