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

 



Forgot your password?
typodupeerror

Comment Re:Could be a game-changer (Score 1) 26

I certainly would agree with that direction, however this has been an option for an eternity and broadly hasn't moved the needle for Windows market share.

Once upon a time VirtualBox made an effort for this to work as a feature, and eventually dropped it in favor of just using Windows RDP to the same end. Doing it via a browser may be somewhat more convenient, but not fundamentally more accessible than RDP...

After watching a demo, I'd say this is in fact a step back from 'seamless' RDP, since you just get a web page with what looks like full-desktop RDP in it.

Comment teething (Score 4, Insightful) 111

"There'll be some teething problems," O'Leary said of the move.

That's putting it mildly.

Smartphones can crash, run out of battery or any number of problems. On important trips I usually have a paper boarding pass with me as a backup. Only needed it once, but I'm just one person with fairly normal travel amounts. Multiplied over the number of people flying Ryan Air, statistically speaking this happens constantly.

Frankly speaking, I think it's a gimmick to milk the customers for more money. Someone at Ryan Air has certainly done the calculation, estimated how many people can't access their boarding pass at the gate for whatever reason, and how much additional money they can make by forcing all these people to pay the additional fee for having it printed.

Comment Re:Are people this ignorant of basic online securi (Score 1) 79

Fortunately there is an easy fix. Education.

If education was an easy fix, we'd have an educated populace and ClickFix wouldn't be a problem.

The fact is, we live in eternal September. No matter how many people we educate, there's a unending firehose of exploitable n00bs arriving to replace them.

Comment 32 bits 64 bits big-endian little-endian (Score 4, Interesting) 28

I support a legacy app that was written back in the 1990s. It originally ran under VxWorks with custom hardware, variously 68k and PowerPC.

The first port I did was to Solaris. No byte-order issues and I kept the 32 bit ABI. It worked well.

When the Powers That Be decided to ditch Sun hardware and Solaris in favour of x86 and Linux I ported it to Linux. Parts of the code weren't byte-order clean, but I worked through them. The code is heavily 32 bit dependent and I never did create a viable 64 bit version (I tried, believe me...), so it runs on our last 32 bit server in the data center. The service it supports is slowly dying so there's no business case to spend any more time or money on it. If the business case existed I'd apply what I've learned in the meantime and rewrite it from scratch anyway.

The Linux port was initially unstable. It would run for a random time, hours to weeks, then two threads would deadlock. After a couple of years of letting it run and watching it crash I traced the deadlock to an "optimization" that didn't actually do anything, with an if statement that had about a one in a trillion chance of going the wrong way. I removed the optimization and the application has been running fine ever since.

...laura

Comment Re:Woke AI education is now a thing :o (Score 5, Insightful) 62

"Woke" simply means "I'm conservative, and the thing I'm calling 'Woke' is something that I hate". It has no well-defined meaning beyond that. I've heard things as diverse as "the concept of the Metaverse" and "removing copyrighted content so you don't get sued" described as "woke".

Comment Re:I wouldn't care if my taxes hadn't paid for it (Score 1) 88

Mostly true but not entirely. For the moment at least there are still applications such as airplanes where fossil fuels have no reasonable alternative. But yes, a large number of things that we currently power by burning long-dead dinosaurs could just as well work with other sources of energy.

And yeah, I think the whole world looks at the Middle East and is thinking: If you all so much want to kill each other, why don't we just step back and let you?

Slashdot Top Deals

Your own mileage may vary.

Working...