HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway31131

no profile record

Submissions

London Became a Global Hub for Phone Theft. Now We Know Why

nytimes.com
8 points·by throwaway31131·vor 9 Monaten·1 comments

comments

throwaway31131
·vor 7 Monaten·discuss
So much for the $1.4B spent on NUVIA.

https://www.allaboutcircuits.com/news/startup-key-apple-goog...
throwaway31131
·vor 7 Monaten·discuss
Maybe, or maybe the size of the chair market grows because with $2 chairs more buyers enter. The high end is roughly unaffected because they were never going to buy a low end chair.
throwaway31131
·vor 7 Monaten·discuss
Just out of curiosity, what software product were you making in two weeks before using AI? Or maybe I’m misunderstanding your use of shipping.
throwaway31131
·vor 7 Monaten·discuss
And if you believe the numbers from the press on Google’s AI spending, that’s an amazing deal.

https://www.indiatoday.in/technology/news/story/google-ai-bo...
throwaway31131
·vor 7 Monaten·discuss
I guess we’re being a bit vague on timeframe but chrome books launched in 2011 so they’re one of those products that took ~10 years to be an overnight success, with 2020 being an accelerant. So my vote is no.
throwaway31131
·vor 7 Monaten·discuss
What’s the “Ender’s Game Approach “? I’ve read the book but I’m not sure which part you’re referring to.
throwaway31131
·vor 7 Monaten·discuss
Interesting. Thanks for the suggestions.
throwaway31131
·vor 7 Monaten·discuss
I posted this example before but academic papers on algorithms often have pseudo code but no actual code.

I thought it would be handy to use AI to make the code from the paper so a few months ago I tried to use Claude (not GPT, because I only have access to Claude) to recreate C++ code to implement the algorithms in this paper as practice for me in LLM use and it didn’t go well.

https://users.cs.duke.edu/~reif/paper/chen/graph/graph.pdf
throwaway31131
·vor 7 Monaten·discuss
100GW per year is not going to happen.

The largest plant in the world is the Three Gorges Dam in China at 22GW and it’s off the scales huge. We’re not building the equivalent of four of those every year.

Unless the plan is to power it off Sam Altman’s hot air. That could work. :)

https://en.wikipedia.org/wiki/List_of_largest_power_stations
throwaway31131
·vor 7 Monaten·discuss
Cost per transistor is increasing. or flat, if you stay on a legacy node. They pretty much squeezed all the cost out of 28nm that can be had, and it’s the cheapest per transistor.

“based on the graph presented by Milind Shah from Google at the industry tradeshow IEDM, the cost of 100 million transistors normalized to 28nm is actually flat or even increasing.”

https://www.tomshardware.com/tech-industry/manufacturing/chi...
throwaway31131
·vor 7 Monaten·discuss
I’m with you, I’m not sure the volume or cost would be less once you factor in capacitors that are high enough quality for the application.

The datasheet mentions low profile a lot. That does make sense as one can make a flat, high quality, capacitor. Making a flat high quality inductor is harder and probably more expensive and likely consumes more volume overall. I can imagine some applications where being flat is important, like the back of a panel.
throwaway31131
·vor 7 Monaten·discuss
These types of switching circuits are very common inside ASIC where the high speed isn’t an issue, you don’t need to move all that much charge, and one can’t easily (if at all) support inductors.
throwaway31131
·vor 7 Monaten·discuss
Intel opened a packaging facility in New Mexico in January that’s supposed to their largest.

https://newsroom.intel.com/intel-foundry/updates-intel-10-la...
throwaway31131
·vor 7 Monaten·discuss
Maybe valued at >$1B, but who do you sell it to?
throwaway31131
·vor 7 Monaten·discuss
Packaging is something Intel does very well and they have facilities is the USA. The rumor is many companies might do final assembly with Intel.

https://www.eetimes.com/intels-embarrassment-of-riches-advan...
throwaway31131
·vor 7 Monaten·discuss
For some definitions of serious, sure. The main critical piece that’s missing is all the testing infrastructure. Buying 100 or so ASICs for university use is one thing. Buying 100K, or more, is another.

Not the gdb support via jtag that software engineers need, they have that. But the various manufacturing test suites, which do modify gate netlists, and automated circuit characterization techniques that electrical engineers and the manufacturing engineers use.
throwaway31131
·vor 7 Monaten·discuss
Details on the ETH Zurich open source ASICs can be found here:

https://github.com/open-source-eda-birds-of-a-feather/open-s...

Presented at DAC 2025
throwaway31131
·vor 7 Monaten·discuss
That’s an interesting idea.

But the magic is in the “find patterns” stuff as memorization is just data storage. If you think of the machine learning algorithms as assigning items a point in a space, then it does uncover neighbors, sometimes ones we might not expect, and that’s interesting for sure.

But I’m not sure it’s analogous to what people do when they uncover patterns.

Definitely interesting to ponder though.
throwaway31131
·vor 7 Monaten·discuss
That’s interesting because I can’t imagine learning a subject without a textbook. I have a hard time believing another medium would have the depth and density to get all the points across. Although it does depend on the subject matter and one’s learning goals.

But I also do read textbooks for fun… Now that I have a few decades of experience in a lot of these subjects I get way more out of the books. And I can start to understand more of the meta information. Like, of all the things the author could’ve used as an example, why did they pick that. Also, it’s hugely interesting for me to look at the homework problems and theorize why this particular problem was picked. Especially fun for electrical engineering books. But ya, I’m weird like that.
throwaway31131
·vor 7 Monaten·discuss
Isn’t the primary issue that newer designers don’t know they show run ERC (or that ERC even exists)? Isn’t your tool going to have the same issue? i.e. how do user even know they should run it in the first place? How do you plan to overcome that barrier?

I’m not against more automated checkers, I’m very much for automated checkers, but I’m curious how you plan to not repeat the mistakes of the past.