Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Perl is great! (Score 1) 86

I love Perls ability to run through text and and glean good data as well as reformatting it it etc. Getting the right modules for the code you just downloaded can be hell. They need a good 'pip' package manager (one of the few strengths of Python).

My latest example is a 30 line script to accept json messages on a topic, sort through the messages and spit them out on named topics whose names were derived from the elements in the messages. Easy Peasy!

I've done small programs to larger programs. It shines in the realm of small programs, especially those that need to process text.

As for syntax, I have seen code in every language the twisted my eyes and broke my brain trying to decipher what it was doing. This is because of the programmer, NOT THE LANGUAGE. Python and Pascal probably have the worst for different reasons, Python for its space indentation. and lack of statement terminators (can you say semi-colon?). Pascal because of what it calls a statement. My question always was, do I need a semi-colon at the end of this or not. Many times I was wrong.

The indentations in Python are hard for me to track the code blocks, after the second indentation, I can barely follow them, especially when people one use one or two spaces of indentation.

For big tasks, use a real language such as Java or C++ (I like the latter). Just be disciplined enough to write it in a way that most OTHERS can read it. It really saves tons of time down the road when maintaining it and for the next poor sucker who has to work on the code.

Comment Re:Wasted work... (Score 1) 100

Prototype? Proof of Concept? Yea right, boss' and customers don't want to hear that crap. They will not want to pay for the second draft. If you have to rewrite your code, you better do it before they see it.

With that said, SaFE (agile) helps with this, you purposely start small and get customer (could be boss, upper management, customer) buy in on the outcome as well as what the next steps will be. You can bury a lot of rewriting in those subsequent steps.

Comment 53 Floppies was all it took! (Score 1) 117

I don't remember the year or version, though it was in the mid to late 90s. Slackware was my first distribution. I would have to ftp it in floppy sized chunks (walnit creek did the chunking) using my dial-up shell account, then zmodem it to my computer then copy it to a floppy. Rinse and repease 53 time and you had yourself a linux system ready to install! It was a grand day when I got a CD drive and SuSE sent me free CDs :)

Comment Yes, we lost a lot! was:But are we missing much? (Score 1) 125

As an old white guy I can say I enjoyed watching movies from around the world and that spanned the generations. I had at least 1 more year of serious mining of their collection, maybe longer as they kept adding new stuff.

As for buying watching movies, I found I don't watch many movies more than one or twice. Some I do, but those are definitely the minority. FilmStruck was a great resource. I hope someone else will pick up the banner once they are gone!

Comment Opinions... (Score 1) 603

Opinions are like assholes, we all have one and they all stink. Who gives a rat's ass about what this guy thinks, unless you want to make C++ better, or you think like him and have your favorite language that is not C++ you wish everything is written in.

Slashdot Top Deals

Nothing makes a person more productive than the last minute.

Working...