Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
Iphone

Apple Explores New Satellite Features for Future iPhones (macobserver.com) 2

In 2022 the iPhone 14 featured emergency satellite service, and there's now support for roadside assistance and the ability to send and receive text messages.

But for future iPhones, Apple is now reportedly working on five new satellite features, reports LiveMint: As per Bloomberg's Mark Gurman, Apple is building an API that would allow developers to add satellite connections to their own apps. However, the implementation is said to depend on app makers, and not every feature or service may be compatible with this system. The iPhone maker is also reportedly working on bringing satellite connectivity to Apple Maps, which would give users the chance to navigate without having access to a SIM card or Wi-Fi. The company is also said to be working on improved satellite messages that could support sending photos and not be limited to just text messages. Apple currently relies on the satellite network run by Globalstar to power current features on iPhones. However, the company is said to be exploring a potential sale, and Elon Musk's SpaceX could be a possible purchaser.
The Mac Observer notes Bloomberg also reported Apple "has discussed building its own satellite service instead of depending on partners." And while some Apple executives pushed back, "the company continues to fund satellite research and infrastructure upgrades with the goal of offering a broader range of features."

And "Future iPhones will use satellite links to extend 5G coverage in low-signal regions, ensuring that users remain connected even when cell towers are out of range.... Apple's slow but steady progress shows how the company wants iPhone satellite technology to move from emergency use to everyday convenience."

Comment Re:Gods I hate babies (Score 1) 30

Probably better to edit out genetic defects after birth than trying to eliminate them completely from the genome. Sometimes we have unfavorable traits that played a role in our survival in the past. Getting rid of them entirely may have undesirable future consequences.

Comment Re:Bad enough when they required python (Score 1) 52

They just keep adding more requirements which bloat the base install. This is the opposite of the right direction.

Indeed. KISS is the basis of all solid engineering and complexity is the death of it. I do not think the people at the wheel are aware of that. Probably a lack of experience and insight, which would be bad on a whole other level.

Comment Re:Rust is not just memory safety (Score 1) 52

As long as it is clearly understood that this is an experiment, that is fine. Fully committing only to find out that Rust does not cut it would be a bad mistake. There are several serious problems with Rust, one being the lack of spec, another being that it is hard to learn (hence fewer maintainers). And "used wisely" requires that wisdom to be present and in use.

I will be watching this and it will be interesting to see how it will turn out. Just keep "There is no silver bullet" in mind.

Comment Re:Rust Apocalypse (Score 1) 52

Good point. Rust also hat the problem that it is really hard to learn and requires a lot of skill and experience to do so. Which makes the risk of Rust prematurely dying a lot more real.

On the other hand, while I am not convinced that Rust really makes code more secure (the incompetent will just make harder to find mistakes, but attackers can now use AI to help with that), that it is hard to learn may have that effect. The most serious problem we have in the software space is tons of incompetent and semi-competent "coders".

Still, "standardizing" on a supposedly "secure coding" language that hilariously does not even have a full specification is probably not a good idea.

My take is all that "move to Rust" is half-assign things and misses the point. That never goes well.

Comment Re:Rustification (Score 1) 52

Indeed. The first rule of software rewrites is simply: "Do not do it". Apparently some people are lacking in education on CS/IT history. Well, they may make it if the problem is small enough (not sure APT is), but they will rediscover things that are well known along the way. Let's hope they are not stupid enough to do away with the old APT before the new one works well (in 10 years or so).

Comment Re:It Never Ceases to Amaze Me (Score 2) 49

The thing is that LLMs cannot fact check. Apparently the users of LLMs are, in this case, too lazy or to dumb (or both) to do it themselves.

There is indications that for many things, LLMs actually decrease efficiency and using them is a costly mistake. This ("better search") is supposedly one of the few areas where they save time. But fact-checking LLM results actually requires more skill and competence than generating the results manually and it MUST be done for results of reasonable quality. Apparently, that little problem is still not common knowledge.

Slashdot Top Deals

Great spirits have always encountered violent opposition from mediocre minds. -- Albert Einstein

Working...