Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:No (Score 1) 210

It's a long term plan. I think Wayland is one of the parts needed for a modern, secure desktop. The unix model that targets a multi-user machine is obsolete.

So X-session security isn't an issue, then.

The new model is application sandboxing, where you can download a random game from Steam and know it won't secretly spy on you. For that sort of thing to work you can't have every application capable of showing a window being able to capture your keystrokes and record your screen.

I have no faith in sandboxing protecting me from that anyway. I mean, why would I? I don't have a different keyboard and screen for each app.

Wayland is just a waste of time. It's the dev's own time and as long as they don't want to force me to waste my time too they're welcome to do whatever the fuck they like instead of something useful.

Comment Re:Well, is about time isn't it? (Score 4, Insightful) 210

"Glad they apparently finally "finished" it and I'm not surprised if it isn't something that kicks serious ass, software wise"

Except for some minor things such as remote access which X11

Remote access is not a minor thing. It's a must-have.

I wish these funded FOSS teams would spend less time replicating the flaws in Windows and get on with producing better stuff.

Comment No (Score 1) 210

It doesn't fix any problem I care about - yeah, yeah, security of X-sessions like that matters to anyone - and doesn't reproduce the one really big important feature of X11, which is remote access. Which I do care about.

Wayland is a toy project for its dev team. They're having fun working on it, sure, and it's useful in a limited number of scenarios. But it's their toy, not mine. It's certainly not good enough to replace X11.

Comment Re:It's called El Nino & sunspots (Score 4, Insightful) 98

HUGE increase in sunspots with solar cycle 25, along with CME's that have hit Earth (causing the aurora to be seen in much lower parts
of the Earth than typical). When they hit the Earth, they alter weather patterns because they change the magnetic bubble around our
planet.
But, it's cow farts, jet planes and us burning oil is the problem...so, turn off your AC, eat bugs and be happy while the globalist
run all over the planet in their private jets, wine and dine like the fat cats they are.

Have you always been this dumb or is this a recent thing?

Comment Re:Not incompatible, just incomplete (Score 1) 197

Say that gravity isn't a "quantum effect" in reality. What's the problem that then needs fixed in QM?

I sometimes wonder if the issue is that our maths uses real numbers (or imaginary numbers interpreted as two real numbers). Maybe the universe is rational after all and you just can't have arbitrarily small chances in your waveforms.

Comment Re:inverted totalitarianism (Score 1) 74

This is the EU Commission, so it has nothing to do with democracy. It is, in fact, almost exactly the opposite.

You might be thinking of The European Parliament, which is a democratically elected and almost powerless talking shop used as a smokescreen by the Commission to pretend that the EU gives a shit about what you think.

Comment Re:It's almost as if... (Score 0) 153

There have been people living in Arizona for about 10,000 years. The carrying capacity of the desert for hunter-gatherers is quite limited, but there's been agriculture in the river basins for about 2000. By 1300 there were some irrigation structures in use that were quite impressive for a culture without writing and with limited mathematics.

They did this without air conditioning. Partly they were just tougher than we were. Partly they were more adaptable than most of us are. But they also had generations of cultural expertise in dealing with the climate, for example knowing how to site and build homes to minimize heat in the summer.

Christ - "wisdom of the ancients" shit is it now?

The fact that there are more people living in Phoenix now than probably lived there in total before 1920 might have a lot more to do with it than the bollocks you posted.

Incredible news: 4.5 million people drink more water than 10000!

"cultural expertise"? Fuck's sake.

Comment Re:Cloud is PT Barnum's Dream. (Score 1) 42

What you haven't accounted for is the fully loaded staff costs of the people who manage all that hardware. Yes, cloud-based doesn't eliminate those staff costs, but it does reduce them dramatically.

It just shifts them to someone else who then charges you more because they want to make a profit.

Azure it vastly more expensive than running a data centre. We move all our customers onto it a few years back because they were hammering on the door demanding to know when they would get a cloud-based service. Now they're paying at least three times (in some cases 6 times) what we charged them back then and our headcount has actually gone up to cope with the problems caused by everything being on the cloud which - shock news! - doesn't always work.

The one thing they get from Azure is disaster recovery in a distant data centre from the one holding their day-to-day systems. Except it's shit and it only works about 50% of the times we've tested it. Now MS have said they can upgrade the system (i.e., make it work) for an additional charge on top of the one we've been paying for years.

It's an absolute joke. Upgrading the datacentre would have been better for us and better for the customers, but they were taken in by the cloud hype and now they are literally paying for it but none of the CTOs can face telling their bosses that they've fucked up. Because the datacentre hasn't been invested in it is now obsolete and moving back would be hellish now anyway, so they and we are trapped.

Comment Re: Abomination (Score 1) 30

> You've never had to do any programming as a job, have you?

Really? You think people don't have Python as a programming job, especially when it has been around for decades and is at the top of the popularity boards?

I think most Python is written by amateurs who don't have to maintain it. In certain situations the language's terrible design choices have minimal impact. But it is unsuited to real world work where code might be expected to run for decades without having to worry that the idiots upstream have decided to break backwards compatibility more or less on a whim and without even bothering with correct version numbering. More broadly, formatting that resembles what used to be done on punched-cards is not acceptable anymore.

No more frustrating than code failing because a brace or a semi-colon is missing.

I'm going to go with "no" there, because there is no ambiguity with a brace or semi-colon; whitespace is not so binary. It's just a fact of life that there are different types of whitespace and invisible characters which do in fact turn up in real files. The bottom line is that Python is broken and depends on the editor to fix it.

For those of us who used Python as our main language, finding incorrect indentation is as effortless as finding a missing brace.

Sure it is.

Comment Re: Abomination (Score 1) 30

You've never had to do any programming as a job, have you?

In the real world, code had to be edited under uncertain circumstances quite often, and usually when doing so time is an issue. Having code fail to work because the editor at the end of three ssh hops isn't set up for whatever magic invisible formatting the fucking retarded language insists on is not acceptable.

Why is this such a sticking point?

Braces cost nothing, do they? They make the parser easier to write. And there's no issues with printed code that has used a proportional font.

So, why not just fix it? Why is it such a problem for the language team to just make the text clearer?

Could it just be ego?

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...