Forgot your password?

typodupeerror

Comment: Re:every time i see "Ender's Game" (Score 4, Insightful) 469

by ndrw (#43662053) Attached to: <em>Ender's Game</em> Trailer Released

When you say "they" I think you missed part of the point. A huge part of speaker for the dead was the power of the stories of the Hive Queen and the Hegemon. Ender's self hatred was so powerful and his empathy with the hive queen so strong that he was able to tell the tale of her life and death and make himself the villain. As humanity took over the planets that the buggers/formics originally colonized, they realized the sadness inherent in that loss, and the horror of a single person killing an entire "beautiful" race.

Comment: Re:Hack back. (Score 2) 238

by ndrw (#43380819) Attached to: Ask Slashdot: Dealing With Unwanted But Official Security Probes?

This is a terrible idea. You can go to jail for doing this. Don't do it.

As horrible as it sounds, this is something that a lawyer can help with. I'm sure the medical practice can afford to hire a couple of hours of legal assistance to draft a "very friendly" letter to the hospital administration warning them that their actions may be a violation of HIPAA in addition to other computer security regulations.

Comment: Re:Not blocking, just ignoring (Score 1) 291

by ndrw (#43268569) Attached to: Google Blogger: Vietnamese HS Students Excelling At CS

But to pretend that a plumber, carpenter, or steel mill worker is trained in the same way as a computer science/engineering student is just stupid.

I have read with some interest that apprenticeship programs are being restored in Britain, Germany, and other European countries to teach the mill workers, carpenters, and other skilled labor workforce.

Engineering, architecture, law, medicine, and other "professions" require a certain base level of knowledge, as opposed to skills. Trying to teach skills in a classroom is not going to work. Trying to learn knowledge "on the job" is not going to work. It's okay to match the learning environment to what is desired to be learned!

Comment: Security is a Process (Score 3, Insightful) 314

by ndrw (#42398681) Attached to: How Do YOU Establish a Secure Computing Environment?

I see that many comments have done a good job pointing out the paranoid mindset of the questions in this post. It's true, if you're absolutely worried about hiding your data from the FBI, CIA, and NSA, you are either doing something so illegal that I don't want to help, or you are delusional and paranoid. However, reading between the lines, I think you've just seen too much FUD about security. If you really just want security that's "good enough" then you can get it by following some of the simple best practices. Here's some things that have been found to help in most environments:

1) Passwords are pretty good. Use a different password (fairly long, somewhat complex) on each different site and use a password manager (put that on a non-networked system if you're concerned), instead of trying to memorize dozens of different passwords.
2) Separate important and unimportant systems - if you have an online banking account, don't access it from the same machine you surf the web for "warez" on.
3) Use virtualization technology to "sandbox" dangerous activities. If you're researching viruses or malware, or browsing unusual web sites, do that in a virtual machine with snapshots. Destroy the virtual machine or restore to a "known good" configuration frequently.
4) Turn on firewalls, run anti-virus, and use registry/configuration cleaners frequently. If you're blocking any inbound connections to your network, you're safer. If all files you download are scanned, you're safer. If you regularly scan for known exploits and malware, and remove infections or destroy the system, you're safer.
5) Use encryption for sensitive information. Full disk encryption on your traveling laptop would be a great start. Use disk or file based encryption on sensitive documents, and ALWAYS use SSL when transmitting over open networks (that means ssh instead of telnet, FTPS instead of FTP, etc.). Encrypt backups as well as primary data.
6) Keep your systems reasonably up to date and follow recommendations from your software vendors about best security practices.

I'm sure there's a thousand other tips that would help, but you're not paying me, so this is where I'll stop.

Comment: Learn it "The Hard Way" (Score 1) 224

by ndrw (#42332429) Attached to: Ask Slashdot: How Does an IT Generalist Get Back Into Programming?

Given your requirements of spending an hour a day for the year and learning over that time, I suggest checking out Learn Python the Hard Way. I reviewed it briefly after being pointed that way in a previous slashdot article (about teaching kids programming), and it has basic lessons, strung together over time into more and more complicated exercises. They have a Ruby, C, SQL, and other tidbits available as well, if Python doesn't seem like your kind of thing.

Cheers,
Andrew

Comment: Re:My questions: (Score 1) 219

by ndrw (#42284405) Attached to: Ask Slashdot: Interviewing Your Boss?

(Ethics)
Have you ever been required to compromise your integrity by a supervisor or manager? How did you feel?

I really like the integrity question. I have asked it in several interviews, and it always makes people squirm. I ask it because it was asked of me, and it made me squirm. Part of an interview to me is trying to gauge how the candidate responds to stress, being put on the spot, or a unique challenge. I think the integrity questions can often do that!

Comment: Re:Your memory (Score 1) 300

by ndrw (#39688983) Attached to: Ask Slashdot: What Is the Best Note-Taking Device For Conferences?

I think we're basically on the same page. I guess my feeling is that it's nice to have some external triggers for memory, rather than relying on my recollections (which seem to get dimmer with every passing year).

There may also be some differences for the type of lecture. If I'm in a "marketing" type of meeting, I wind up taking very few notes compared to a "technical" type of meeting.

Comment: Re:Comes with every paycheck (Score 1) 394

by ndrw (#39683051) Attached to: My most recent tax bill was ...

Time for simple math lesson. I'll use the numbers from http://www.usdebtclock.org/ - I haven't checked if they're legit or not, but they seem "reasonable" - If nearly $16 trillion in debt is reasonable.

Approximate national debt: $15,653,000,000,000
Approximate current population: 310,000,000
50% of current population: 155,000,000
$1 per person: $155,000,000/year
Years to repay debt at that rate: $15,653,000,000,000/$155,000,000/year = 100,987 years
Somebody check my math, but I don't think this "debt crisis" is going to be solved by taxing the poor folks.

Of course, if we could get $100 per person from broke people, we could pay it back in just over a thousand years.

Comment: Re:Your memory (Score 5, Insightful) 300

by ndrw (#39546263) Attached to: Ask Slashdot: What Is the Best Note-Taking Device For Conferences?

I will also try not to sound like a smartass, but you were doing it wrong. Effective note taking doesn't mean transcribing what the lecturer or presenter is saying, it means noting the key points and tidbits of information that are interesting to you and will remind you of the rest of the material when you review it later.

Comment: Re:iPad plus Notability (Score 1) 300

by ndrw (#39546157) Attached to: Ask Slashdot: What Is the Best Note-Taking Device For Conferences?

Do you think it's possible to layer the wacom style interface on top of the touch sensitivity of the iPad? I'd love to be able to write notes with a stylus, and have the device ignore my hand resting on the touch sensitive panel. Then all you would need is a little checkbox to turn on/off the skin touch recognition. Any brainy types out there know if this is possible?

Now there's three things you can do in a baseball game: you can win or you can lose or it can rain. -- Casey Stengel

Working...