Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Businesses

Submission + - 6 Weird Habits Of Successful People (openforum.com)

Esther Schindler writes: "With a title like 6 Weird Habits Of Successful People I bet you're expecting superstitions, like Charles Dickens insisting on sleeping facing north. (Gee, I thought you're supposed to face east?) But this short article really does have some useful advice, such as:

They are quitters. You know the saying “Winners never quit and quitters never win.” Not so much. In fact, that’s wrong. Winners quit a lot. They have a keen eye for what is not working and not supporting the finish line (check rule one again for that). Once they identify the thing sucking energy, money and resources from their business, they cut it out fast.

I liked it. I think you might, too."

Comment Re:i hate dirty fingerprints on my screen (Score 1) 526

Real Job, Real Experience, Real Place, with fire and smoke and occasional explosions. You would recognize the initials. We received a touch screen device. Very cool. Very expensive (money was not a problem). I was trying to get my point across to the operator, so I pointed (OK. I POKED) at the object on the screen.

It was not a good day. No one was killed. No equipment was damaged. I don't even think we really lost any data or too much schedule. But the implications of what could have happened were obvious. It was an often repeated story, that resulted in an un-official but institutional ban on all touch screens in the facility for the next 20 years.

Today I love multitouch, especially on tablets, phones and on my laptops and desktops when used with a horizontal trackpad or mouse with a touch surface.

Not sure I'll ever feel good about touching a vertical screen though.

Comment Re:Is it permitted to include anti-copying code? (Score 1) 12

"How does it make sense to claim software is free-as-in-freedom if it's designed with DRM or other anti-piracy measures? "
I think the pro "Tivoization" argument was that just because I'm obligated to share what I have done for free or nominal cost - possibly for educational value, I don't have to make "easy" for you to simply copy and use my work, and not put in your own blood sweat and tears. GPL 3 was intended to clear this up - I do have to make it easy and cheap for you to use my derivative - and legal - if I distribute my work. BTW Linus T. didn't agree with this change according to some articles I read. He was OK with Tivoization so long as he got to see the source code of the derivative.

"Can you even technically pirate GPLed software to begin with?"
Maybe. You aren't required by the GPL (either version) to distribute your derivative work. Only that you don't limit the rights of those you do distribute it to, - if they are outside your organization. Within your organization, for instance, Google or Amazon, you can have custom versions of GPL'd software that are trade secrets and could presumably use DRM to stop the distribution outside of your intended internal use, or to track who let it loose.

So getting a copy of a private version of a GPL'd derivative, intended for private use - could be considered piracy.

Just a thought - not dogmatic about the thought at all.

Comment Re:Is it permitted to include anti-copying code? (Score 1) 12

According to the wikipedia this was a provision added to GPL 3 to overcome a weakness of GPL 2. So if the code was derived from GPL 2 maybe not.

In explaining the changes:
"It also adds a provision that 'strips' DRM of its legal value, so people can break the DRM on GPL software without breaking laws like the DMCA.[27]"

Not agreeing with the developer - just saying he may have some legal ground to stand on. (I don't pretend to be a lawyer or even know when to hire one. )

Comment Sorry - Maybe I should have included and example (Score 1) 1

Lesson 7 - Don't include my billing address, my shipping address, my credit card number and the card's expiration date on the packing slip - but if you do, don't tell me none of your other customers complained. It makes me worry about why I would select the same company those guys use.

Submission + - Seven Lessons from my Three worst online shopping experiences for Developers (technologicalservicescompany.com) 1

boley1 writes: For your consideration: "Tonight I had my third worst online shopping experience. It was a pain but as I considered that it might have been worse, I remembered two more that definitely ranked higher in the negative sense, which prompted me to come up with these seven lessons for Developers that might prove helpful." Can you add others?
Programming

Submission + - The Scourge of Error Handling (drdobbs.com)

CowboyRobot writes: "Dobb's has an editorial on the problem of using return values and exceptions to handle errors. "But return values, even in the refined form found in Go, have a drawback that we've become so used to we tend to see past it: Code is cluttered with error-checking routines. Exceptions here provide greater readability: Within a single try block, I can see the various steps clearly, and skip over the various exception remedies in the catch statements. The error-handling clutter is in part moved to the end of the code thread.""

Comment Metalworking - Seriously (Score 1) 360

Some people have commented you should try getting closer to the metal, meaning computer hardware. But take it to the extreme. Buy a small lathe, learn to use it and the jargon. Have some fun turning it into a CNC machine if you like. Spend time on the metal working forums. Then start talking to some small to midsize manufacturing companies about helping them compete by utilizing your programming skills. You'll get to pick the tools you use. But first you need a little bit of "real world" fabrication experience so you can at least carry on a conversation. Getting your hands literally dirty, lets the people who need you relate to you. Rub shoulders with some blue collar guys, listen to their ideas for making their company more competitive. The opportunity for software guys to be heros and rewarded, is out there, but frankly most of us are on another planet and separated from where we need to be to make it happen.

BTW. Yes, I'm taking my own advice, and having a blast. I can now do in an hour what a decent machinist can do in 15 minutes. :-)

Submission + - Texas Schools Using Electronic Chips to Track Students, Parents in Uproar 1

An anonymous reader writes: Two Schools in San Antonio are using electronic chips to help administrators count and track students' whereabouts. Students at Anson Jones Middle School and John Jay High School are now required to wear ID cards using radio frequency identification (RFID) technology embedded with electronic chips in an effort to daily attendance records. The article said the Northside Independent School District receives about $30 per day in state funding for each student reporting.
Sony

Submission + - Raspberry Pi manufacturing moving back to the UK (raspberrypi.org)

boley1 writes: The Raspberry Pi Foundation has announced that the bulk of the Rev 2 board will be produced in the UK. The work will be performed in Sony's Welsh plant and create 30 new jobs. Production rate is slated to be 30,000 boards per month.
Security

Submission + - Laptop fingerprint reader destroys 'entire security model of Windows accounts' (networkworld.com)

colinneagle writes: If your password management system is to use your "fingerprint as your master password," and if your laptop uses UPEK software, then you'll not be happy to know your Windows password is not secure and instead is easily crackable. In fact, "UPEK's implementation is nothing but a big, glowing security hole compromising (and effectively destroying) the entire security model of Windows accounts."

On the Elcomsoft blog about "advanced password cracking insight," Olga Koksharova had bad news for people who thought they were more secure by using biometrics, a UPEK fingerprint reader, instead of relying on a password. UPEK stores Windows account passwords in the registry "almost in plain text, barely scrambled but not encrypted." It's not just a few that are susceptible to hacking. "All laptops equipped with UPEK fingerprint readers and running UPEK Protector Suite are susceptible. If you ever registered your fingerprints with UPEK Protector Suite for accelerated Windows login and typed your account password there, you are at risk."

Comment Tests Fail Only When You Loose Data (Score 2) 237

Components Fail. Methods Fail. Programs Fail. Even Test Objectives Fail.
But the product of rocket testing is data. Only when you loose the data is the test a failure.
You might not like the answer or the cost of the test, or the inability to run more tests on the hardware, but if you have the data, you accomplished your mission.

Back in the day, I was the lead instrumentation engineer on one of NASA's test stands. Loosing the test article, and sometimes a portion of the test stand was just part of a day's work. But have a key instrument fail (and its back up) or have a recorder not work... well lets just say I don't remember those particular days fondly.
But one of my best memories was the day I was the first to hit the "pickle switch" as a rocket motor began to consume itself. I may have saved the facility. (Except several other people hit their's a fraction of a second later.) The owner of the rocket, on the other hand, wished for a few more seconds of data, rather than a more intact motor.

Comment Re:As someone who was 40 and is now 54... (Score 1) 708

Or then again, maybe you are just casting a wide net. :) A counter intuitive example comes to mind of someone who moves around a lot (though not as much as you.) He is the best networker I know. My son is making a good living in the TV/Movie business, working his way up from skate videos to a steady job on a popular long running show. (Has also worked on a couple of feature films, and actually turned down a gig on the Academy Awards.) Sorry proud dad syndrome. You would think he built his network in LA, but actually only passed through a couple of times. It was the contacts he made in New Orleans, Denver, Jackson (MS) and now Northern CA, that helped his career. Not exactly the centers of the industry. Maybe being a colorful fish in one or a number of small ponds, beats staying in one place if there is lots of competition. (Sorry for the mixed metaphors.)

But I think in general I agree with you. I stayed in one place, and I'm definitely in a small pond, so maybe it takes a lot of the work or tension (if you are aware of it) out of networking.

I hope the missus appreciates you (for handling the invoices). I love delegating that worry.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...