Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Good (Score 5, Informative) 337

Google's point here is to obviously make them as invisible as possible to minimize users that block ads. Most people won't go around other android stores or internet sites searching for software, they're fairly happy with google play.

Quite right! Until today, I didn't know that there were ad blockers for Android. With today's action, not only has Google made me aware that there are, but, thanks to TFA, I know where to find them: F-Droid. Excellent!!

Comment Re:Preupgrade (Score 1) 458

Indeed. Except that you have to read the release notes to find out about this program. Booting from the CD and trying to upgrade, does not work anymore. Fedup worked quite well, surprisingly, though it felt slower than updating from the network installation CD, as fedup downloaded several gigabytes of updates, before actually updating anything, while the network installation CD used to download the updates concurrently with the upgrade. One interesting detail is that fedup wasn't working for a few hours after Fedora 18 was officially released!

Comment Re:Big thanks to the developers (Score 3, Informative) 82

Libav is a fork of ffmpeg, even if its developers, who are former ffmpeg develeopers, claim otherwise.

Libav proponents argue that theirs is the better fork.

Others say the opposite.

Trying to decide which fork to use, I read these two accounts and concluded that both(!) were saying "stick with ffmpeg". If you are interested in the issue, read these two references and decide for yourself.

Comment Gnome 3 is great! (Score 1) 230

I installed Cinnamon the other day, and was almost tempted to switch to it from KDE, so I fail to see what's all this fuss about Gnome 3. Isn't that what Cinnamon uses under the hood?

(What do you mean I'm supposed to use Gnome 3 without Cinnamon?!?!?)

Comment A couple of issues (Score 1) 287

Does this method scale to learning more than one password, or does one have to use the same password everywhere? What about changing one's password?

Regarding coercion, it is often more effective to threaten someone's family than to threaten that someone. This method does not seem to offer protection against this kind of coercion.

Comment Re:World's Wrongest Sudoku? (Score 1) 179

Hmm, now that you mention it, I see that the solution in the article's comments is also wrong, as cell D6 has a value of 3. instead of 5. Perhaps the puzzle does have only one solution, after all, and this is why most of my runs produce the same result.

It looks like this puzzle is one of the hardest to type, if not to solve!

Comment Re:World's Wrongest Sudoku? (Score 1) 179

Here's one:

812 753 649
943 682 175
675 491 283

154 237 896
369 845 721
287 169 534

521 974 368
438 526 917
796 318 452

And here's another:

869 712 354
243 658 179
175 493 286

952 367 841
316 845 792
784 129 635

531 274 968
428 936 517
697 581 423

The list is not exhaustive.

When I wrote my reply, I got a second solution after two additional runs on the solver. Now that I actually want to reproduce a second solution, my solver kept producing the same solution, so I helped it a bit by filling in an additional cell! (It's the"2" in the second row—"1" did not work.)

If your solver does not make random guesses, making its guesses in some deterministic fashion among valid choices (e.g., in order) instead, then it is obviously not wrong! On the other hand, I think it is fun to be able to let the solver loose on an empty sudoku grid and watch it produce a different solution each time.

Comment World's Wrongest Sudoku? (Score 2) 179

One reason that you cannot solve this puzzle without making assumptions is that it has more than one solution!

One of the comments in the FA provides a solution to the puzzle, which is different from the solution I found using a sudoku solver that I wrote back when I realized that I was spending too much time on these puzzles.

When stuck, my solver starts selecting random values among the valid possibilities, backtracking if the guess does not lead to a solution. This makes it possible for the solver to solve puzzles that don't have enough (or any) numbers to solve the puzzle deterministically, producing different answers each time it is run on such a puzzle. I guess this particular puzzle is one such incomplete puzzle, as running the solver again, produced a third solution!

I would think that sudoku puzzles with more than one solution are not correct puzzles, so this particular puzzle does not qualify as such.

Slashdot Top Deals

Life is a whim of several billion cells to be you for a while.

Working...