Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re: Jurisdiction 101 (Score 3, Interesting) 391

Errr... the UK still has an reasonable approximation of a well-functioning court system. That the police say something is illegal isn't enough to get you thrown in jail.

It is under Tony Blair's Anti-Terror Laws. You only need to be suspected of something that could be vaguely related to terrorism to be locked up. No jury trial involved, just the police, some politicians and a few judges.

Comment Re:Code more.. (Score 1) 548

Very wise words.

I'd add to that: write unit tests for your code (preferably before you write the code). You'll understand how it works and where it's broken quicker and better and free up your brain cycles more for the creative design part.

You will learn and improve much more quickly with much less stress.

Comment LISP (Score 1) 548

Back in the day (80's 8-bit micros) I started on BASIC and Z80 machine code followed by a little FORTH.

The one thing I really wish I'd known about - or understood - was what LISP really is. It was often described in the popular computing press as a language "for processing lists."

How very wrong. The reality is so much better.

I didn't seriously look at the lisp family of languages until about 6 or 7 years ago. I really wish I'd looked 25 years sooner.

Comment Re:Tool complexity leads to learning the tool (Score 1) 240

I can edit tens of thousands of lines of code in an instant with sed and grep without even "opening an editor." Through the miracle that is sh I can pipe stuff into my custom (very small and simple) C and sh tools to frob the code. Then I just type make to rebuilt it all and my unit tests tell me that it worked.

At the other side of the office, they're cursing and swearing and Microsoft(TM)(R) Visual(C) Studio Intergalactic Azure Edition For the Enterprise(R) because it's still importing the project...

Comment Re:FUD filled.... (Score 2, Informative) 212

Emergency Diesel generators usually have compressed air starters. There is a tank of compressed air connected to the engine's cylinders to get it turning over. There is usually a powered valve holding the compressed air in. When the power fails, the valve opens releasing the air and the engine starts tuning over. Then the Diesel supply gets started (mechanical pump driven by the engine).

Comment Re:I guess they won't need any more foreign Visas? (Score 1) 383

Considering the lousy end products I have to deal with on a daily basis, paying programmers more money won't improve the skillset. You want to be paid more money? Produce a better product.

When the PHBs conspire to make that (producing a better product) impossible, it doesn't matter what engineers you employ or how much you pay them.

The relentless push to cut costs, do "more with less," let the staff numbers dwindle through natural wastage and lack of vision, invent fantasy project schedules (requiring weekend, evening and holiday work) and no resources (what do you mean you need physical hardware to develop and test on? I just sold the test kit to a customer. It was revenue just begging to be had...) catches up with every company eventually.

My current employer is now in this state, and almost everyone (who knows anything) has left and I'm about to as well, however as far as the PHBs and VPs are concerned, everything's fine and dandy. Targets are at 100%, the share price has doubled and we're making a consistent profit.

The fact that tumbleweeds are blowing through Engineering hasn't quite registered...

It's the natural cycle these days. They call it "capitalism" but it's not the capitalism I understand.

Comment MBA/PHB/VP (Score 3, Insightful) 509

Train for Management, Business Administration and Making Tough Decisions(TM). There is no way that our corporate masters are going to outsource/offshore/automate their own cushy positions or let the great unwashed get their hands on the robots producing the goods.

Slashdot Top Deals

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...