Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Not so odd (Score 2) 26

It's pretty important if you're working in a developing field. The original TPU couldn't do floating point so it wasn't really useful for training. IIRC they also work best with matrices that have dimensions that are multiples of fairly big numbers (128? 256?) with later generations working best with bigger matrices.

That's great for the current focus on gigantic attention matrices but not so great if the next big thing can't be efficiently shoehorned into that paradigm.

Comment Re:Ah, well. (Score 1) 44

I tried to install Platform IO to try it out, but the multi-gigabyte Visual Studio won't work on my old macbook. The Arduino 2.0 IDE isn't exactly fast and efficient, but it at least installs. A plain old text editor is fast, efficient, and installs no problem.

Arduino is powerful because it's a collection of device drivers and other libraries written to a reasonably uniform standard and mostly cross platform too. You can write firmware for an ATMega hooked up to some obscure sensors and an old RS-485 driver then (mostly) have it also run on an STM32, Pi Pico or ESP32.

Comment Re:What? (Score 1) 145

Lowering prices won't help. That would lower GDP. Raising pay and raising prices would, although raising pay relative to prices is a bit of a double edged sword. The more money you've got the more you're likely to save.

The real answer is that GDP is a pretty shitty measure for this kind of thing.

Comment Re: Ah bless; now go and do Economics 101 (Score -1, Offtopic) 145

"An employer can only pay the workers what their output is worth, so if your industry is producing things that are difficult to sell, then you're not going to get a good paying job"

You're blaming the victim. If the employer's plan doesn't include paying a reasonable wage then their plan is crap and they need to go out of business so that someone with a better plan can succeed them.

"The experience of Detroit should be a warning to those who believe that this economic law can be avoided; the car makers sold the same stuff year after year whilst Japanese and German producers made ever better stuff."

That's not because they couldn't do better. They chose not to and depended on regulatory capture instead, preventing others from bringing more superior products to the market. Again it's the employer's fault and no one else's.

Slashdot Top Deals

Real programmers don't write in BASIC. Actually, no programmers write in BASIC after reaching puberty.

Working...