Forgot your password?
typodupeerror

Comment Re:My TV is a monitor (Score 3, Informative) 76

A little computer with Mint on it does a great job accessing streaming as well as my NAS. And it doesn't report my activities to anyone.

What are you using for the streaming services? Netflix etc? A web browser?

If so, that's a complete non-starter; it fails the ease of use expectations of watching TV of the wife using a remote control to turn it on and make it go. (and honestly it fails my own expectations for that matter too; having to reach for a keyboard or mouse to watch a movie or stream a show is just clunky). It also limits you from watching content in 4k.

At the moment, I've got a RokuHD of some sort on one TV, and an nvidia shield on another one. Plex, netflix, f1tv, and a couple other things on both of them. The TV remote can fairly seamlessly control the TV/soundbar and the attached box and it works well, and passes the usability test, but both devices are still more ad-laden than I want.

I've also got computers and consoles hooked up to TVs for gaming and what not, but i find them utterly miserable to use for streaming. Their is no app for linux that I'm aware of. And even the app for Windows is regularly just complete ass to use, and its a PITA to switch from plex to netflix and back etc, and using them with a remote control is pretty trashy. So I've been using the aforementioned boxes for streaming as the least awful way to run things for some years now.

But if there's a better way now, I'm listening.

Comment Re:Security Theater (Score 1) 87

Most proof of work are on synthetic data or toy data, e.g., matching Waldo in a where is waldo image. You won't use the network later to spoil the fun of finding Waldo, you later fine-tune it on the objects you're looking for.

The difference being that finding waldo in a sea of faces almost but not quite waldo, some with the right hat but no glasses, some with the stripe shirt but no hat, etc etc is a lot more representative of the real problem.

It always starts with a synthetic or toy problem but, again, its about selecting a good representative proof-of-concept to be for it to be convincing.

If you showed me the exact same waldo image recognition system and demonstrated it finding waldo on a blank page, it would in fact be the same system, but this demo would not "prove" the concept very convincingly, right? The engine is the same, but the 'proof' in the proof-of-concept is far less persuasive.

120 bytes of binary for a dead simple cpu, likewise, is just not very persuasive. Its a very weak demonstration like using the image recognition system find waldo on a blank page.

Comment Re:Security Theater (Score 1) 87

I am always confused why people don't understand proof of concepts

It is like demonstrating a system can see toy boats through a 5mm sheet of slightly tinted glass and then talking about how the same tech will be able to help researchers find shipwrecks at the bottom of the ocean, after a century of decay, half buried by silt, ... from a satellite in space.

A proof of concept is a non-production demonstration that provides convincing evidence you'll be able to scale it up and do the ACTUAL thing in the real world that you claim it can do.

This demonstration just isn't convincing. It is too small and simplified a case to justify the grand claims.

In practice you then apply your skills to real-world problems that are (hopefully) simpler because you do not need to shave the last byte to fit things in the toaster's RAM.

Except in this case the real world problems are several orders of magnitude more complicated than the toy problem of reverse engineering binary source of a 120 bytes of code for very simple 40 year old 6502 processor.

You've assembled a lego space ship and then claimed you are qualified to design and build a real one.

Comment Re: Or, hear me out... (Score 1) 98

I'm well aware. It was a subject matter that appealed to a wide audience. It had very high budget, and was a project Cameron was passionate about. It was very well constructed technically. The costuming and set design was beautiful, with fantastic attention to detail. The cinematography, visual effects, and sound editing were all top notch too. It genuinely deserved *most* of the awards it won.

But you can have a very very well produced very very stupid movie.

It was was dumb screenplay. The love story was painfully tedious and silly, and we all knew the boat was going to sink before we bought the ticket and that's what people were there to see anyway. The boat sinking is what won best picture. Not the love story or the characters party to it. It was simply not a compelling story all. It was an extremely well produced spectacle about a sinking boat, but the actual plot?

Reminds of another technical acheivement spectacle film... also by James Cameron, also won multiple awards and nominated for several more (collectively 9). Also with a painfully stupid plot: Avatar.

Comment Re: Or, hear me out... (Score 2, Insightful) 98

Titanic? Really? I had more empathy for the guy whose car they defiled than either character. Hundreds of actual real people died on that ship so we could have a back drop to a trite and unbelievably sappy romance about fictional characters? The ending was beyond annoying too with the whole throwing a unique priceless heirloom into the ocean, you know to "let go" of Jack. you know -- that boy she knew for almost 4 whole days.

Comment Re: Good (Score 1) 146

"the Democrat college educated voter will vote for a dingbat who knows nothing."

We would have even voted for a potted plant because even a potted plant would be a better choice.

"I voted for a 3rd party candidate."

Would you like a sticker? Supporting a 3rd party is nice and all but in the current US system, voting 3rd party in any remotely competitive state amounts to not voting. Basic game theory stuff. I'll vote 3rd party when we have a proper STV system in place or something comparable.

Comment Re:Not new. (Score 1) 143

In the 80s/90s we were tasked to read several novels from grade school through high school; The Incredible Journey, Where the Red Fern Grows, In the Heat of the Night, The Hobbit, 1984, To Kill a Mockingbird, Romeo and Juliet are some that I remember reading for school. I know Lord of the Flies, Animal Farm, and Farenheit 451 were also on the curriculum as friends took those in other blocks. And those are just the ones I recall... there were others.

Comment Re:That's nice Adobe (Score 2) 20

My understanding is that despite the competition catching up in terms of the image creation/editing capabilities Abobe is still where you need to be to when you need to manage font licensing and pantone color matching and print workflows.

I'd be happy to be told I'm outdated/wrong on that though...

Comment Re:Does anyone know what "preview" means? (Score 2) 73

It's actually pretty understandable.

Despite the meme power of a broken login, the bug affects a fallback feature you might well go years without using.

It requires you have PIN/Touch sign in enabled; which if you've enabled that, that means that is how you normally login.
And that works just fine. Nothing is broken there.

What is missing is a "password" icon in the 'fallback' options to "sign in a different way" (using a password, e.g., instead of a PIN or fingerprint.)

So despite being on the login screen, its not actually something you are going to regularly interact with normally, unless you forgot your pin or something. And its hardly something human beta testers are going to think to explicitly test for, every single build. And since the bug is a missing element as opposed to a visibly broken element, well, its easy to fail to notice something you almost never use isn't there.

Meanwhile, clicking where its supposed to be still actually works, so its entirely plausible that you could have automated test scripts that continue to pass if they've been scripted to click at coordinate (X,Y), or to select the password button programmatically by an identifier or something, and then 'expect' something to happen in response, because the button is there and it works just fine, its just missing its texture or something. This would slip past a lot of test frameworks, the button is "in the model", "its active/enabled", "its selectable", "its clickable", and "it fires a click event if you click", "and whatever it is supposed to do happens", and its probably even "visible" (though you can't see it); most likely the icon or texture is missing or unassigned or referencing a transparency by mistake, and its just a "transparent button". So unless you specifically add checks to screen capture and compare a pixel block range to a reference image bitmap or something, you aren't even going to catch it with an automated test.

Tests like THAT do exist and can be written, but its not usually very useful, and the cost to write and maintain such tests with reference images is huge. change an icon or font or background color and a zillion tests need to be updated. Its a difficult balancing act to decide what to test, even for a highly competent QA team.

It's possible it just outright incompetence too... but in this case, for this bug... its pretty understandable.

Slashdot Top Deals

C makes it easy for you to shoot yourself in the foot. C++ makes that harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup

Working...