Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:What's the difference between tablet and phone? (Score 1) 122

A USB-C connection can be anything from USB-2 (480 Mbit), various USB-3's (5, 10 or 20 Gbit), Thunderbolt (40 Gbit), . . .

A USB-C connector is the same physically as a Thunderbolt 3/4 connector. That does not mean you can always run Thunderbolt over the connector. This is the a problem with a universal connector that has wildly different capabilities. However in this context, I know of no mobile phone that has a Thunderbolt connector unlike what the OP and the people who replied have said.

Comment Re:NPM needs to be burned to the ground (Score 2) 32

ve never seen a software distribution mechanism as careless and sloppy as NPM. Bazillions of dependencies and no signing of packages. [ ... ]

Rust's cargo packaging system is almost exactly the same way. And the last time I looked, Go's packaging was very similar. And package signing won't help if the maintainer's key/cert has been exfiltrated and cracked.

This is what you get when you embrace DLL Hell -- the idea that you should pin your program to a single specific revision of a library, rather than, y'know, doing the engineering work to ensure that, as an app author, you're relying only on documented behavior; and, as a library author, to be responsible for creating backward compatibility for old apps linking to old entry points. Sticking to that principle lets you update shared system libraries with the latest enhancements and bug fixes, while remaining relatively sure none of the old clients will break.

"Sometimes you have to break backward compatibility." Agreed, but the interval between those breaks should be measured in years, not days.

Comment It is his surname (Score 1) 21

It actually is his surname. His grandfather was a Korean with the surname Son who emigrated to Japan during the Japanese colonial period. The family adopted the Japanese surname Yasumoto in an effort to avoid discrimination. Masayoshi Son reverted to using his Korean surname Son when he returned to Japan after studying in the USA.

Comment Re:What's the difference between tablet and phone? (Score 1) 122

How about the hardware does not support it? To use a Thunderbolt connection, the motherboard must have a Thunderbolt controller chip. I do not know of any phone that has one currently. Due to cost and space limitations, phone manufacturers do not include them. Laptops and desktops can have them.

Comment Less power, more light (Score 1) 26

LEDs are a lot more efficient, so you can get a lot more light with a lot less power consumption and heat. This lets you get a lot more light out of a smaller fixture before hear buildup becomes an issue, and you can afford more lamps for the same power budget. That means more light being produced. And yes, a lot of light pollution is reflected light.

Comment Re:New and exciting UI (Score 1) 33

because cellular functions are firewalled in hardware and those risks do not exist

That isn't necessarily true. A lot of lower-end phones ran the cellular stack on the same CPU as the phone UI and lacked a full memory management unit. Qualcomm BREW phones still managed to have third-party apps with that kind of setup. It was true for the iPhone, though.

Comment move on (Score 1) 243

Get a hub or adapters. Seriously this sounds like exactly the same garbage argument people were making for serial ports and parallel ports in the day. The reality is USB A is moribund and the sooner we put a bullet in it and bury it the better. We don't want manufacturers to live in the past simply to support luddites that simply can't give up their ancient tech.

Slashdot Top Deals

A conclusion is simply the place where someone got tired of thinking.

Working...