Friday, May 20, 2011

Well that's a question answered

Sometimes I get email for a Prof. John Marley (or Dr. John Marley). It hasn't happened in a while. I usually just mark it spam and delete it. Today however, the body of the email included the address it was meant to go to.

johnmarley@gmail.com

That isn't me.

My email address is john.marley@gmail.com

So I did a search on the mistaken address. What I found is that there is a doctor in Australia named John E. Marley, whose email address is prof.johnmarley@gmail.com.

So if someone leaves the "prof." off, gmail probably finds my address before his as a best guess. I suppose I'll forward the mail I received today to him.

Later,

Friday, April 08, 2011

I can't watch lecture videos.

I can't watch certain types of videos.

Specifically lecture or debate videos in which the scene is just people talking (and using slides as visual aids).

For instance, I have been trying to watch videos of last night's debate between Sam Harris and William Lane Craig. I am really, really interested in this debate. But I just can't follow it. I would be different if I was actually there, but not a lot. I hated lectures in college, too. I usually skipped them. (I'd go to the class website for reading/homework assignments, and to recitations or office hours to ask questions).

But sticking to my problem with videos.

If the speaker has an accent or a monotonic voice, mumbles, speaks too quickly or too slowly then I will tune out, no matter how hard I try to follow. The same goes for a poor quality audio recording. If there is an audience, the mic often picks up that noise, too, and drowns out the speaker. If the speaker sounds like someone else, I will be too distracted to follow along. (I can't listen to either Isaac Asimov or Richard Feynman. They both have an accent that reminds me too much of Billy Crystal.)

There's no possible interaction either. If I don't understand something, I can't say "Please repeat that." I have to back up the video and listen again. And it will be exactly the same each time. So I may have to listen several times to work out what is being said.

Then there are too many distractions on my end to list.

I don't have the same problem with studio produced and edited videos or shows. I have no problem with Mythbusters or videos like this one, because they are designed to be engaging. Just watching someone talk is boring, no matter how interested I am in the subject matter.

So I try to find transcripts if I can. Failing that I have to rely on reviews and summaries. Which sucks, because if the reviewer gets it wrong, so do I.

Later,

Sunday, March 13, 2011

Weird

So, I'm sitting here doing some net-surfing. I see what seems to be a shadow of something moving on the wall. But when I turn my head to get a better look, there's no shadow. "Weird" I think, and turn back to the computer. The moving shadow returns immediately. Gone when I look. There. Gone. There. Gone. "But that's mad," I think (in Simon Jones' voice). Eventually I realize that it isn't a shadow. It's a reflection in my glasses. When I move my head to look where the "shadow" seems to be, the object is no longer reflected.

I'm pretty tired (going to bed soon).

Later,

The Wise Man's Fear

I just finished The Wise Man's Fear: The Kingkiller Chronicle: Day 2 by Patrick Rothfuss. It was an excellent follow-up to The Name of the Wind.

I am going to make one prediction. Ambrose Jakis will be the king Kvothe eventually kills.

In the first book, Ambrose is well over a dozen steps from the throne. Early in this one, it is mentioned in passing that several people in line ahead of him were killed in a shipwreck, putting him at a dozen. Much later it is mentioned in passing that the crown prince has been killed in a duel, moving Ambrose that much closer.

Given that Ambrose is thoroughly vile, and he and Kvothe share a mutual hatred, it isn't hard to imagine Ambrose taking the throne and doing something for which Kvothe feels he needs to die.

Later,

Friday, February 18, 2011

Remember this guy?

Any PSU alums who attended the University Park campus will fondly</sarcasm> remember the Willard Preacher. It turns out he has a website! Yes, it is every bit as bad as you probably expect.

Here's a tidbit on atheism from the "Musings" section, topic "Atheism":

Saturday, October 23, 2010

Friday, July 23, 2010

Quasi-Final version of Sudoku Solver

This is going to be the last update to my sudoku solver for a while.



So here's the rundown:

1) I changed the way the dialog to set values works. To reset a box to null, press the button for the current value again. The GUI will not let you set a box to an illegal value.

2) Guessing works. Boxes solved without guessing are filled blue. If it can't finish the puzzle, the solver will ask if it can start guessing. The boxes set after guessing are filled red.

3) Trying to guess on a sudoku without a unique solution will cause the solver to enter an infinite loop.  Refresh the browser to end.

4) Added a reset button.

I may add advanced techniques later, to get it to solve further before needing to guess, but I'm kind of losing interest now, so we'll see.

Later,