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

 



Forgot your password?
typodupeerror
×

Comment Re:..all versions of Android after and including 2 (Score 4, Informative) 120

95% of them will never be patched........thanks for all the fragmentation.....

EXCEPT 5.0 Lollipop, because Lollipop uses a different media framework. Which I'm sure has its own issues, but thankfully, even a year after release, its marketshare is tiny enough that it doesn't matter.

Even worse, it's a bug inside the OS itself, so it's not like Google can actually fix the problem like they have using Google Services Framework.

It can only be fixed by a rooted device or a software update to replace the broken library.

Comment Re:And yet 15 years later... (Score 1) 67

It's kind of amusing to read a complaint about poor use of English that contains a typo.

There must be some law that any correspondence (comment, letter, post, whatever) about some issue about the use of English, be it spelling, or grammar, will contain that very issue in it. So if someone is complaining about a typo, inevitably, there will be a typo in it. Ditto grammar.

Comment Re:But... but? (Score 1) 172

I don't know why that defaults to enabled. I'm watching some video, maybe just listening to it from another tab, and the assumption is that I want to auto-play some randomly-similar video after that. No I don't, why assume I do? Being logged in keeps that thing off like it should be.

Because ads. Once the tab you're listening to is over, it's going to autoplay the next tab, playing and ad.

The goal is to open a tab in YouTube, and then have the ad play

Comment Re:Why do browsers allow websites to do this? (Score 1) 365

Yeah... because you can't just hit Print Screen and take a screenshot of your screen - including the picture on the site...

Even easier - Firefox has shift-right-click which doesn't send the right-click event to the javascript. It's handled directly by Firefox and gives you all the regular options. (I use for the Nuke Anything extension which lets you selectively remove stuff from the DOM. Great for those websites that plaster crap over the content - remove that and read it at will).

And there are many DOM-attribute modifying scripts out there - I have one that removes the password saving attribute from web pages with passwords. Very handy with those sites that prevent saving passwords that you don't care about.

Comment Re:Won't/can't work (Score 1) 204

Their extension can't affect the recipient's end of things if the recipient isn't also running that extension. In that case nothing Dmail can do can prevent the recipient from saving the message, forwarding it or doing anything else with it. Dmail can play tricks with HTML e-mail by replacing the body of the e-mail with a dummy wrapper that fetches the message via HTTP from a Dmail server and they can use some Javascript tricks to try and block "Save as", but those are going to run into problems with anything that blocks remote content or disables Javascript in e-mail. Even if the recipient's using Gmail in Chrome that's going to be an issue considering how that sort of blocking's basic to blocking malware. And of course if the recipient's running a non-browser client using IMAP4, Dmail's completely out of luck.

If you read the article, you'll see it's really just a private messaging service. The plugin just interfaces that service to Gmail.

If you have the plugin, then it'll retrieve the message for you. If you don't, e.g., use Firefox, what happens you get an email with a link that basically says "XXX has sent a message to you. Click here to see it".

Well, probably not so spammy-looking, but there you go.

It's nothing special - the only reason messages can be "erased" is the link expires.

Comment Re:Here's a thought: Just freeze the project (Score 1) 58

"Not have a life" I never understood this, two hours on Saturday and two hours on Sunday isn't taking anything away from peoples lives especially if you really enjoy what you're doing. If coding feels like an inconvenience to you, perhaps a different hobby would suit you better.

And here we see the problem with community based software development. The thing is, for developers shiny and new features are fun, maintenance is not. So yeah, spending 2 hours a week coding up some new scenario? Fun! Spending 4 weeks fixing up your existing scenario? Not fun. Spending 4 weeks fixing it up because of some change that doesn't feel necessary other than to have some shiny? Even more Not Fun.

And since you're not getting paid for it, you're going to do the Fun stuff over the Not Fun stuff. Because Not Fun is really a job or a chore. The former at least has money as the motivator.

Now, in a lot of projects, you come across the rare few who don't mind working on the maintenance, to which you really need to give respect to because it really is thankless. Add some new shiny feature? Users thank you. Fixing some bug? Probably not even noticed.

Some projects, like Linux do continual maintenance because you can roll in new features that other developers appreciate - reworking some terrible API into an easier to use one? Wow.

Comment Re:We need better legislation (Score 2) 102

There's no more point in banning drones than there is in banning butter-knives. Both are useful and very safe ways to perform a task -- however, both can be MISUSED when in the hands of idiots. Far better that we simply make sure that any idiot who misuses *any* technology is dealt with appropriately. The only alternative to ensuring public safety is to have us all fitted with straightjackets and locked into our own private padded rooms -- for our safety.

The easy way is licensing.

Right now the regulations are a bit cumbersome, but they're there - they're aircraft, and to fly an aircraft, you need a license. Or rather, you need a license, a medical, and a radio license. (It's important to note that the whenever any civil aviation authority wants to ground a pilot, they don't actually take away their license. Since the three documents are required to legally fly, they take away the medical certificate. (And the medical is often temporarily suspended - either by the pilot or a doctor on other occasions, so it's not a big deal and incurs minimal to no paperwork on either party's side)).

Since there's no current syllabus for drone pilots, they're lumped in with every other pilot as well.

That's the most likely end result - and I'm sure the FAA and others are looking to see what the trend is. And I'm sure the RC groups are going to have their say as well because they're also seeing the same news reports, and they know if it keeps up, even their hobby can be regulated. They may actually champion an industry-standard form of self licensing - better they do it than the government).

Comment Re:Not the right tool (Score 2) 144

It can be. Don't generalize to use cases you don't know, especially when people with no real programming skills are concerned. I honestly don't know any other software that is both as flexible and accessible as spreadsheets when it comes to doing computations on heaps of (mostly irregular) data.

Even for people WITH programming skill, a spreadsheet is often faster when you need stuff done.

When working with hardware, there are often pesky register settings that need to be configured just right - a spreadsheet that lets you convert from common every day units that you see in datasheets to the register settings is a godsend for many devices. Even stuff like taking the GPIO configuration of a SoC and picking them from a list on a spreadsheet then having it dump those settings out is pure magic and removes a lot of the tedium of bringing up a new chip.

The spreadsheet is basically used as a graphical front end to what is effectively a calculator (a very specialized one).. Could they have written it as a proper application? Probably, but a spreadsheet is a heck of a lot more flexible, especially when the next generation chip comes out, and you can take the spreadsheet and modify it to support the new chip in a day.

(Plus with spreadsheets able to debug for you (you can work backwards from the result to the starting values, it really makes it easy to trace data flow through it)

And heck, if something goes wrong, a spreadsheet is probably easier to debug since you're not having to go through oodles of boilerplate code to handle stuff like a GUI, data saving/retrieval and other things. You can get right to the meat of the thing.

I've even made use of stuff like conditional formatting to make things even more easy to ues - if something is out of range, you can make a cell be a "traffic light" showing if everything is good, or if there's a problem, use it to highlight the problem cells. How many a time you debug a register setting, go back to the spreadsheet and there it s in red showing you the problem.

Comment Re:That may well be what happens (Score 4, Informative) 184

Which is why this is pretty stupid. H.264 is "good enough" for most things. Particularly as bandwidth continues to grow. A more efficient encoding scheme would be nice, but it isn't necessary. We can already do 1080p60 video over most net connections with reasonable quality.

So H.265 will have to be appealing not only in terms of bandwidth saved, but in terms of cost. Companies won't move to use it if they have to pay a bunch extra for the privilege. They'll just keep using H.264 and more bandwidth.

I can understand why the patent holders are upset with the MPEG-LA - because the MPEG-LA mandated that patent licensees will be paid for every use up to a cap (approx $6.5M/year), streaming is free (as long as viewers can watch the stream for free), and all sorts of other things. So companies like Apple, Cisco, Netflix, etc., they pay the $6.5M license fee and go about their merry way (incidentally, Cisco's fee also pays for Firefox's license).

Which is why h.264 is the predominant codec in use today - it's relatively cheap to use, sites like YouTube and Vimeo pay $0 to host videos that anyone can watch for free (they will have to pay for those subscriber/paid videos, though, since those cannot be viewed for free) - yes, "for free" means you the viewer pays $0 to watch, not that you don't pay some other way (e.g., watching ads).

MPEG-LA, to ensure adoption of HEVC wants similar licensing terms - a cap, free streaming for free to view, etc., But some patent holders (including the likes of GE and others) balked - hence forming the HEVC alliance and getting rid of the "thorns" - no cap to the amount you pay, streams also cost money, etc.

There was a lot of derision about MPEG-LA's free stream policy, but they know that widespread adoption is a good thing, and there's a reason why everything's in h.264 format.

Sadly, the greed of a few is probably going to kill HEVC - at a time when HEVC is just coming out, the last thing you want is to stifle it. I'm sure the patent holders of h.264 will probably make way more money because people will stick with what works and is well established over moving over to something that requires paying a lot of money for continually. At the very least, big companies like Apple, Microsoft, Google, Netflix, Vimeo etc, who probably just pay the cap every year will stick with h.264 than be subject to huge licensing fees of an unlimited cap. Either that, or HEVC will remain a niche for paid subscribers.

Comment Re:HP died when Agilent was spun off (Score 1) 480

But Agilent spun off Keysight Technologies, which was the real HP of way back when

Who obviously are engineers, for they have no sense of naming. Even though I was told Keysight Technologies is the new name for Agilent's test equipment, when I get an email from them, I can it because it sounds like some internet marketing firm selling SEO services.

I probably went through 6 months of this before I started realizing what was happening. And I still can them because they really do sound like a marketing firm than a company making test equipment.

Of course, they probably paid someone like $1M to come up with that name.

Comment Re:Finally! (Score 1) 151

Umm... you could just not let Flash play. That's easier than using an automated method designed to avoid bad behavior in a Turing Complete language autorun natively.

That assumes you don't want said flash running anyways.

There is just as much chance it happens while running flash just like it does on HTML5.

So I'm running Flash because I want to watch a video (or play a flash game, or download a file) and one of these annoying won't-go-away ads show up (which because it's flash, has a nice tendency to bypass plugins that block ads and crap).

With flash, it's all or nothing - if a flash thing wants to show an ad and force you to see it, there's nothing you can do about it other than close the webpage. If it was done in HTML5, then just that bit can be blocked while still getting full functionality.

Comment Re:Finally! (Score 1) 151

Keep in mind Chrome had this .... then advertisers disabled it :-(

I tried a system without adblock and it was astounding what these guys do these days. Website redirects, 15 second commercials you can't close, etc.

My fear is as flash dies HTML 5 will make blocking this harder if they can hack and disable muting

Then you switch to a browser that lets you do that. That's the cool thing with HTML5 - if one vendor refuses to make their browser work for you, you move on. Whereas if it was flash, then they all are broken in the same way.

I went across a website that did that - it did popups and alertboxes and played a sound. And the alertbox was triggered on closing, making it nigh impossible to close the window. Then I noticed a "suppress further alerts" checkbox, which made it simple to close the tab.

Do it in flash and the only way is to kill the process.

Comment Re:Words + Attitude = Wins (Score 1) 113

It's not just his uncanny command of the dictionary (or dictionaries!) that makes Nigel a champion. He has an incredibly calm demeanor across the board. He is unflappable, regardless of tile draws or opponent's plays. The ability to focus on the next play and the strategic situation, without distraction, is critical to winning in a long tournament.

Actually, I think in a scrabble competition, they don't rely on luck of the draw - the video basically showed all the competitors with a set of tiles pre-arranged on a rack (presumably in a fixed order), a scrabble board, and a scoring pad. Each competitor takes tiles from the rack, in order, then places them on the board and scoring himself.

There's no competitor, and no random drawing - this is to eliminate "luck" from the actual competition so it's down to skill. Not sure if they can peek at upcoming tiles for strategy.

But it's a pure skill based competition - every presumably gets the same tiles in the same order, and they play the tiles as how they wish per the rules. There's no luck element, so you can't blame bad tiles for your loss. It's down to you, your current rack of tiles, and your ability to plan ahead to score the letter/word bonuses. And your ability to form words. There may be a time limit as well.

Apparently, Words with Friends changes the scoring of some letters to make it more exciting, so WwF is not a pure Scrabble clone. And because the bonuses are different and scoring is different, a good scrabble player is not necessarily a good WwF player because the strategies involving bonuses and word positions and value are different.

Comment Re:In other news (Score 1) 430

If only there were some type of a device that could provide unlimited communication wirelessly over a large area with only a small initial investment...

The investment is not small, actually.

First, you can make use of FRS and other systems that are license-free, but limited in range and well, public and subject to interference from other users.

If you want your own system (e.g., private frequencies to avoid interference, or use encryption, etc), you'll have to apply for a commercial band allocation, pay the license fee for the frequencies, then buy a whole set of radios and have them tuned to your allocation. Oh yeah, you have to have your allocation renewed.

But doing so lets you set up repeater networks so you can get better coverage of your campus.

Doing this, is not a small investment (commercial radios aren't cheap, frequencies aren't cheap, repeaters and installation aren't cheap). So depending on the need, you might not want to make the investment. It may be cheaper to actually use a cellphone and pay for service, which also saves the hassle of battery chargers for the radios, battery banks for charging them en masse, etc, especially if it's only a few people. Plus, the person needing to reach the mobile user just has to a regular phone, he doesn't have to find a radio (which is surprisingly hard if someone is out and about, and the other guy is in a regular office).

Comment Re:Not acupuncture (Score 1) 159

The Chinese did not have electricity nor does anyone claiming to be an acupuncturist use electricity.

The "science" of acupuncture is not sticking needles in the body, it's sticking needles in the body and stimulating them. Traditionally, it was done by sticking the needles in your body and then using a candle to heat the needle.

More modern acupuncture uses needles with a bit of flammable material opposite the pointy end - the needle Is inserted into the body, and the material lit, which channels the heat to the point.

Electro-acupuncture stimulates using electricity, using probes connected to the needles.

Acupuncture is about the stimulation, not just the jabbing of needles.

Plus another problem is that this is one "accupuncture pressure point". IIRC, there are scores, if not hundreds of the bastard things on a human body.

This study proves accupuncture is valid about as much as the fact that pork can transfer inimical biotic agents from pigs to humans causing the latter to become sick or even die is proof that the Old Testament is valid knowledge.

Actually, there's plenty of scientific studies done to show acupuncture does work. The real question is no one knows why. Western medicine thought it was the placebo effect (which is a valid explanation).

And the science of acupuncture isn't jabbing needles randomly into the body - but jabbing the needle and stimulating them at the right locations. Traditionally, this was called intersections of chi, but that's just like explaining it as the aether. These intersections did not come about instantly - it's happened over many thousands of years of jabbing people until things started happening and it got studied. (The scientific method is old, acupuncture is just as old.). Now, everyone's explained it as "chi" and the balance of life, but that doesn't mean there's no valid scientific reason for it.

Again, we do not know why. You have to remember that acupuncture, also called Traditional Chinese Medicine (TCM) is actually regarded by western medicine as a potentially valid form of treatment.

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...