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

 



Forgot your password?
typodupeerror
×

Comment Re:All too true (Score 5, Insightful) 266

I came here to say this, mostly.

I *know* that there are plenty of places in our software that I could spend an hour or two, and rewrite an algorithm to run in 1/5th the time. And I don't care at all, because the cost is too low to measure, and usually, performance bottlenecks are elsewhere.

Who really cares if I can get a loop to run in 800ns instead of 1500ns, when the real bottleneck is a complex SQL query 11 lines up that joins 11 tables together and takes 3 full seconds to run?

Comment Not very effective, anyway (Score 2, Interesting) 1001

I'm an employer. I've interviewed nearly everybody we employ at my company. And treating a hiring interview like a rote memory exam is a terrible way to qualify a potential developer hire!

What do programmers actually do? Try testing that!

We do "whiteboard style" for part of our interviews, but only to cover basic comprehension of algorithms. More than anything, we look for basic familiarity with logic structure, and the demonstrated ability to solve problems. Our coding section of our interview process is in the subject's language of choice, including pseudo code, and is "open book" - we want to see what happens when the dev runs into a problem they don't already know! (Critical test: can they come up with a working, supportable algorithm for a problem they don't yet already know an answer for?)

After 20 years of programming experience, I STILL routinely look up the order of arguments for function calls via Google. Who cares to remember when Google has the answer in 0.10 seconds?

Test what the devs will actually DO in an anticipated normal work day and make your decisions based on that.

Comment Re:Funny humanity (Score 1) 105

The whole Dark Matter thing was based on the presumption that there is NO WAY that WE can't see it.

Not at all. The whole dark matter thing was based on the presumption that there is mass that we can't see and this matter that we can't see was called "dark matter".

Others may have read more into it, but the name itself betrays the real, original intent behind describing this matter that we can't see or identify.

Comment Re:It is better to not be all things (Score 1) 93

A browser cell phone doesn't need to be a calculator, a word processor, a typing instructor, a device manager, etc.

A browser/cell phone/Desktop Environment/etc doesn't need to be anything but what people want it to be. I want my cell phone to be a calculator, word processor, typing instructor, etc. And I'm perfectly happy with my browser extensions that share screens and do other stuff that is useful.

People don't buy minimalism, they buy features.

Comment Re:Oh hell no (Score 2) 216

Describing them as "death traps" is hardly fair. In truth, they are approximately as safe as driving a car. A certificated aircraft flying in VFR conditions has a death rate per hour of flight a little less than twice the death rate per hour of driving a car, and a death rate per mile of flight slightly better a car. This makes sense; they go significantly faster than a car.

And that compares a fleet of aircraft with an average age of 30 years or more, to cars with an average age of perhaps 5 years. And even on newer aircraft, very little has been changed in the last 30 years except perhaps instrumentation.

Comment Re:Does the submitter even read Slashdot? (Score 1) 982

Windows 10 wrests control away from the user in ways that are unacceptable. I cannot compromise on these things. I will not use Windows 10.

I wonder how many people reading this have no qualms about using an Android phone with "Google Now" that do essentially all of these "telemetry" things and much more.

Comment Re:Why does Apple get props for doing the obvious? (Score 1) 405

...at Apple's expense.

FYI It's normal and customary for companies or individuals who are compelled to perform a significant task to be paid for their time and effort. I had an employer once get subpoena'd in a law suit and I was the admin and the compelling party (a private party) had to pay for the administrative cost for me to do a data recovery from a backup.

Comment Re:Is it the year of the Linux desktop yet? (Score 1) 110

Right now, today, I have a P3 desktop running CentOS6/32 as a network monitor. It's old as the hills. My phone beats it handily in performance. But it runs on about 15 watts, and does the job so reliably that, in 10 years, it's never skipped a beat. It started with the original RedHat 6.1. (before RHEL was a thing)

I know it won't actually make any records, but I'm sure it's one of the oldest 0.01%, maybe even 0.001% of computers in terms of durability. It would be a remarkable machine if it wasn't otherwise so unremarkable.

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...