Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:For that reason... (Score 1) 114

That's actually not a bad idea!

Suppose you used 5 different password managers, and each one stored a password. Then, a password manager manager would glue the 5 passwords together to get the final password. Or maybe hash them to produce the final password. That way, when one password manager is cracked, it would not be enough to get your password.

Of course, then the password manager manager could be cracked. Hmm.... so you would need 5 password manager managers. Which would require a single password manager manager manager.

Comment Actually, the edits look good! (Score 5, Insightful) 95

I started browsing it looking for anything juicy. The edits seem to be small, good quality, mostly political edits. They look like interns with an interest in politics, history, and dance movies. I'd love to have an app like this for my employer's corporate network, just to see what people here do (if anything).

Here are the changes I've seen thus far:
lawyer --> attorney
remove "cold war" from some 18th century guy
change someone from democrat to independent
however --> then
$ --> dollars
Jiang Jiemin --> Zhou Jiping
[[ --> ]]

Comment Re:Java or Python (Score 1) 415

Which is why when you read you don't have to care if it is a tab and three spaces, two short tabs or 8 spaces. Using a non-visible character for control is just a bad idea. And don't even get me started on code clarity - what I find clear to read vs what you do vs what a compiler demands - ICK! To put it into web terms, go try posting something about how the new (place your browser here) is going to impose its manufacture's CSS on every page, ignoring the user's css prefs, hell even ignoring the page authors css and see what kind of firestorm you light off, and with good reason. Code should be no different. Especially when it comes to white space as commands.

Comment Re:"Rare talents"?! (Score 2) 608

As far as amateurs, the barrier to entry for programming is far less than for working with electricity. Which requires more training - writing an Apple Store app, or safely changing out the breaker box in your basement?

Changing out your breaker box. Hands down. There is no arcana, English as a language, no IDE, no security, no graphics to work out, no logic. You almost can't buy the wrong materials, and if you actually ask the guy at the store you won't and after that it is pretty much tab A, slot B, kind of work. It is so easy that most munis don't require that a licensed electrician do the work. Oh, and for the small fee to the city you have to pay for the permit theey have a guy come out to inspect the work to make sure you didn't screw up.

I am a programmer and I have a vague idea where to start with making an app for iOS, but specifics? It would take me longer to dig them up than driving down to the local hardware store to buy a breaker box and some fuses. In short, you posted as if electrical work was "a vocation requiring rare talents, grueling training, and total dedication" while trying to down play programming. I agree that programming really isn't that hard, but there is a reason programmers get paid what they do.

Comment Re:yes but...yes in fact. (Score 2) 302

If they were a privately held company and not incorporated, i would not have an issue with the ruling. If you are going to insulate yourself from the company, then your religious beliefs should not dictate what the company denies its employees.

Comment Portability (Score 1) 129

but it's not easier to bring a tablet and a laptop than to just bring a laptop, right?

No, but it is easier to bring just a laptop than a tablet. Any USB source charges it. You can carry it more easily, and use it in more places.

since a laptop does everything a tablet does

Not actually true (touch interface far better for things like drawing) but let's pretend it is.

A laptop may be able to do everything a tablet does but if the tablet is far lighter and has better batter life guess which most people would rather have on a trip?

In a foreign country would you rather wander around looking for a WiFi cafe with a tablet tucked in your purse, or a backpack with a laptop?

This is exactly why tablets have done as well as they have, because they replace laptops for some scenarios where portability is more convenient.

i'm in BT range of my phone 99% of the day, and i think that's pretty typical.

And I'm in quick viewing range of my phone 99% of my day, which is also typical. They are the same thing...

Comment Significant difference (Score 1) 129

the tablet allows them to ... not open their laptop?

Yes, because it's a lot easier to bring a tablet with you than a laptop. So you may well have a tablet around when there is no laptop to open.

The same is not true of any modern smart watch, which by design only really does much when a smart-phone is in your pocket.

Comment Also stop paying attention hear home (Score 1) 139

Because you are used to the area, you do not think about driving as much near home - instead thinking about what you will do where you are going or when you get home, when you are close. It's easy to grow inattentive and miss a change that leads to an accident.

Picking someone up and dropping someone off has none of the risks of familiarity since each situation is different.

Comment A story about Damian... (Score 4, Interesting) 132

At OSCON 2006 I was sitting in one of the green rooms (the spaces set aside for speakers before presentations). My laptop was open and I was happily hacking away on a project. As I killed a bug and checked the code back in, I muttered under my breath, "Python, I love you. You make the hard stuff so easy."

I noticed a few seconds later the room had gone utterly silent. I looked up, and sitting at the table across from me was Damian Conway, tapping away on his own laptop doing his own thing. I blinked a couple of times and suddenly noticed the entire room was expecting a Perl-vs-Python argument to erupt.

Damian looked up from his work, noticed everyone was looking nervous. He looked over at me, I gave a "I don't know what's up with them, uh, help?" look and a shrug.

Damian then looked back at the crowd and grinned. "Listen, the only thing I love more than Perl is well-written software, even if it's written in Python." He looked back over to me. "Kill a bug, didja?" I nodded. He gave me a smile and a thumbs-up, then returned to his code. I returned to mine, and after a few seconds the room let out his breath.

I love Python. But the only thing I love more than Python is well-written software, even if it's written in Perl. :)

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...