Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:"and found no evidence of exploitation" (Score 1) 31

Even if you have logs you need to have someone able to process and interpret them.

I'm just waiting for the day someone successfully makes an intrusion and then locks out everyone using Entra / Microsoft Accounts from their computers. If you can't log in anymore and you have bitlocker enabled on your hard drive then you'd lose everything.

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

Why not just plug your phone into a monitor/keyboard/Ethernet dock via a Thunderbolt connection?

That would work, except the SSD is too small,
the screen is too small, those aren't full keyboards,
and uh oh yeah WRONG OPERATING SYSTEM.
Phones won't run 90% of the apps I use.

But CPU-wise, it would be plausible.

I mean, Thunderbolt in phones isn't a thing, but the rest? iPhone 17's SSD is 256GB which is the same size as our standard corporate laptops (and without the 100GB of Windows bloat) so claiming "SSD is too small" is an odd claim to make. If you're docked to external peripherals, "screen too small, shitty on screen keyboard" is similarly a strange complaint. "Wrong OS" is only applicable if you have some specific application stack you need to run. If it's just "I sent email and push spreadsheets around" then ios and android are totally fine.

There is a very large swath of office type workers who "dock your phone" would work fine for.

Comment Re:Another failed parent (Score 1) 35

And that goes double if your child has problems like this child did. It is the parent's job to accommodate such problems. The world can't be dumbed down to protect the most disabled member, child or otherwise, of society.

Although, I suspect it is not the case that the "kid would have been fine" in the long term no matter what the mother did as he's quite likely severely disabled and would have needed a conservator for life - i.e., option 2 - eventually.

Comment Damn it! (Score 1) 36

The cheese sandwich was the best part of Frye. I've literally had that same sandwich many times, and while it looks sad and basic, if you are in a position where someone is giving that to you where you didn't specifically order it, let me tell you its special and it hits like nothing else on this earth.

Submission + - C++ Commitee Prefers Bjarne Profiles Over Baxter Rustification

robinsrowe writes: No surprise, the C++ Committee is still trending toward C++ Profiles. It would have been a huge change had the Committee embraced Baxter's Rustification memory safety proposal. Would mean banning pointers. Making the C++ language much like Rust would deeply break every C++ program in the world. Article at TheRegister: “Rust-style safety model for C++ 'rejected' as profiles take priority” https://www.theregister.com/20...

The C++ standards committee abandoned a detailed proposal to create a rigorously safe subset of the language, according to the proposal's co-author, despite continuing anxiety about memory safety.

Article at Le Monde (in French): “The C++ standards committee rejected a proposal to create a secure subset of the language. Members prefer to focus on the Profiles framework pushed by C++ creator Bjarne Stroustrup.” https://www.lemondeinformatiqu...

"If you mark your code to apply a Profile, some features of the C/C++ language will stop working," he says. There is also a small problem, these guidelines were not integrated into version 26 of C++, but simply into a white paper. The controversy surrounding the security of C++ opens the door to another solution with the use of another language. The first advocated by several American authorities is Rust, but there is also Google's experimental Carbon project. Unveiled in 2022, it also aims to modernize C++.

If Profiles are eventually adopted, it may Balkanize C++ by dividing C++ into safe and unsafe subsets. C++ Profiles won't fix the issue of making C pointers memory safe. A proposal to implement pointer memory safety is TrapC, but for the C language, not C++. Some say make the switch to Rust, but that doesn't solve the safety problems lurking in billions of lines of existing C/C++ code.

Slashdot Top Deals

We can defeat gravity. The problem is the paperwork involved.

Working...