Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Why don't these companies give it up... (Score 4, Insightful) 138

... with the voice control nonsense. If you're physically disabled then voice control is obviously a major win, but for everyone else its almost always much quicker to type with a keyboard or use a mouse/finger unless you're doing something like text dictation and even then its a PITA to do delete/amend. Car makers don't seem have got this memo either.

Comment Re:This (Score 1) 112

Not sure whats so difficult to understand. Practice what you preach is a well known phrase, maybe you've heard of it. I'm not talking about overall oil consumption, I'm talking hypocrisy - google its meaning. You're probably the sort of person who'd see nothing wrong with a doctor telling someone to stop smoking for their health while sitting behind his desk puffing away.

Comment Re:This (Score 1) 112

Well done on completely missing the point. Its no different in principle to a group promoting healthy eating yet making its money selling burgers and doughnuts down the road.

If you believe in the enviroment leave the oil in the ground or make sure it only gets sold to companies for manufacturing purposes, not as fuel.

Comment This (Score 2) 112

Norway polishes its enviromental halo in one hand while making an absolute killing by selling oil and gas to the rest of the world. Their sovereign wealth fund which is almost exclusively funded by fossil fuels is currently valued at 2 TRILLION dollars.

No one does enviromental hypocrisy like the Norwegians.

Comment Re:Best of luck to them (Score 1) 66

"Last I checked a website wasn't able to trigger NFC to authorise a payment terminal"

In world of comtactless cards NFC serves precisely zero purpose other than to be another way for crims to potentially rip you off if your phone is stolen and to piss off everyone else in the queue when the reader takes 5 times longer to read the phone than it would a card.

Comment Re:Best of luck to them (Score 1) 66

"this is a nasty one, the apps for charging your e-vehicle"

If ICE vehicles had just been invented in the last few years I can guarantee that there'd be a different app not only for each oil/filling station company, but probably different sub apps for whether you need to fill up with petrol or diesel.

Comment Re:Best of luck to them (Score 4) 66

"Not having my bank app on Android makes doing anything hard already"

You do realise you can access almost all banks via the web too? And IME the web page is often more functional than the app which is why I don't bother with the banking app. Sure , using a browser is a bit more faff but I don't have to worry about possible theft of my money if my phone is unlocked when lost/stolen as I clear down all cookies on the browser.

Comment Rendering time? (Score 1) 17

"whose rendering time is long if the target pixel is non-white and short if it is white"

Huh? There's nothing special about white in the colour gamut, why would it be quicker to render?

Aside from that I don't quite follow how the attack works. Does it try and render pixels in its own window then these somehow slow down depending on the pixels beneath in a masked window? This is all done in the GPU surely, not software?

Comment Re:Wtf? (Score 1) 74

"Yes and not because "they are done","

They are done. "ls" for example doesn't need to do anything new.

"Or may be because C++ isn't fun to work with "

Oh I'm sorry, I didn't realise the appropriate language choice was one that was "fun". I thought we were talking about adults here, not preschoolers.

"C++ has no traits"

Wrong.

"no thread safety"

Wrong.

" no built-in utf-8 strings"

Plenty of libraries do it.

"no proper macros"

Define proper macro. C had them, C++ has them + constexpr which you've probably never heard of because you clearly know squat about modern C++ and are using something you heard about C++ in the 90s to form your opinion.

"no immutability by default"

Wrong. FFS what do you think the "const" and "mutable" keywords are for??

" it is still inherently unsafe even without using the raw pointer"

Vague handwaving crap demonstrating you have no clue.

"Why not, it will be an interesting project and I can only welcome it"

Err , maybe because python isn't shipped by default in a lot of distros so writing your utils in it might not be the best idea. Also in long pipe chains kicking off an entire python interpreter for each command would be hideously inefficient.

But then I wouldn't expect you to understand, you're just a clueless kid who is going to have an encounter with IT reality one day that will come as a shock to you.

Slashdot Top Deals

"Oh my! An `inflammatory attitude' in alt.flame? Never heard of such a thing..." -- Allen Gwinn, allen@sulaco.Sigma.COM

Working...