Author Topic: 50 greatest workstation setups  (Read 18667 times)

0 Members and 1 Guest are viewing this topic.

Offline itlnstln

  • Posts: 7048
50 greatest workstation setups
« Reply #100 on: Fri, 05 February 2010, 14:31:12 »
Quote from: ricercar;156535
Soda cans give it away; she must be Sandra Bullock in that old hacker film. I always wondered how she maintained her figure eating the pizza and fast-food **** she's portrayed eating.

Bulimia.


Offline ironcoder

  • Posts: 559
50 greatest workstation setups
« Reply #101 on: Sat, 06 February 2010, 13:49:16 »
Quote from: D-EJ915;156302
you mean obscure not opaque?  Perl is pretty straightforward since it is rather new but APL is definitely not reader friendly.


I don't know, I've seen some Perl obfuscations that look pretty opaque to me. Never coded it myself, so I'm sure that doesn't help but man! It seems to lend itself to being used by guys who pride themselves on job security or terseness or both.

I coded APL in the old days and it's something you really have to stay on top of. It's easy to lose track in your own code, something I don't think I've ever done in any other language. Come back to even good code you wrote a while ago, forget it!
In the office: Filco 87 Cherry Browns x 2 (one with coffee damage, recovered) ● Lexmark IBM Model M 52G9658 1993 & 1996

Offline itlnstln

  • Posts: 7048
50 greatest workstation setups
« Reply #102 on: Sat, 06 February 2010, 14:40:34 »
I have written some very long queries in SQL before that have nearly gotten me lost, but careful commenting (who the hell does that, anyway?) and structure keeps things sane.  Really, though, I could write more simple queries using volitile tables, but where's the fun in that?


Offline ironcoder

  • Posts: 559
50 greatest workstation setups
« Reply #103 on: Sun, 07 February 2010, 08:16:40 »
The worst SQL you can ever write will be more readable than the average Perl script ;)
In the office: Filco 87 Cherry Browns x 2 (one with coffee damage, recovered) ● Lexmark IBM Model M 52G9658 1993 & 1996

Offline itlnstln

  • Posts: 7048
50 greatest workstation setups
« Reply #104 on: Sun, 07 February 2010, 10:18:07 »
Agreed.  I have a Perl script scheduled in CRON to change a filename when it finds its target file.  Even that looks pretty unreadable for how simple it is.  I am no programmer, to be sure, but when I was first told to start building web-based reports/apps, I had a choice to use C# or VB.NET (yes, I had to use MS stuff).  I, ultimately, went with VB even though it is more verbose since it was easier to read and follow for a non-programmer.