Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Perl still works, and PHP is fine (Score 1) 536

So, basically, you're cheap and only wanting to hire young kids with no experience. You get what you pay for.

You aren't willing to pay experts, but you are willing to pay a bunch of noobs with "new" "hip" "modern" language skilz to recode your entire platform. So you are not only cheap, but penny wise, pound foolish.

Comment Re:Stick with Perl (Score 1) 536

The real headscratcher to me is the number of programmers who assume that because a language isn't adding features every couple years it is dead.

This. I hate working with "new" "elite" languages that every new version that comes out breaks existing code in weird ways. (Python, I'm looking at you.)

I've done maintenance on perl code written by people in love with their own intelligence. It's painful. I've tried it on similar stuff in python (see my breaking with new versions comment above.) It's impossible. I rewrite it in something stable and universal - shell or perl.

Comment Re: Perl (Score 3, Insightful) 536

Agreed, which is why I get really annoyed with Python bigots. My main exposures to python have been trash piles like Anaconda and cowboy crap that is seven layers of libraries to implement and process check that has such poor syntax that it can't even fail, no matter how screwed the process.

I've seen incomprehensible junk written in tcl, bash, java, javascript, c, c++, visual basic, fortran, cobol, basic and assembler, most often written by "experienced" coders who think comments and structure are anathema and risky to their job security.

Give me "unsophisticated" and/or heavily commented code, thank you.

Comment Re:Who'll spit on my burger?! (Score 1) 870

All self-checkout systems I have used have horrible user interfaces. That's why they get taken out -- the customers hate them.

This.

The voice and the 'dialog' on the ones at Safeway and Lowes drives me insane. It is both irritating in tone, and infuriatingly condescending. I don't need a machine to talk loudly at me like I was a five year old in a snotty teacher voice like it was talking to a barely sentient animal. Plus, the work flow assumes that you scan, pile up, then bag your purchases in store provided bags. If you are in a municipality that requires that you bring your own bags, it breaks the workflow and the ****ing thing nags at you loudly until you do everything its way, regardless of how inconvenient or inefficient it is. I don't like being essentially yelled at like a bad puppy by a machine.

Submission + - US entertainment industry to Congress: make it legal for us to deploy rootkits (boingboing.net) 3

An anonymous reader writes: The hilariously named "Commission on the Theft of American Intellectual Property" has finally released its report, an 84-page tome that's pretty bonkers. But amidst all that crazy, there's a bit that stands out as particularly insane: a proposal to legalize the use of malware in order to punish people believed to be copying illegally. The report proposes that software would be loaded on computers that would somehow figure out if you were a pirate, and if you were, it would lock your computer up and take all your files hostage until you call the police and confess your crime. This is the mechanism that crooks use when they deploy ransomware.

Submission + - Internet Cafe becomes illegal, under new Ohio law (cleveland.com)

Taco Cowboy writes: Ohio lawmakers on Wednesday delivered a fatal blow to Internet cafes

The measure passed with a bipartisan vote of 27-6

Gov. John Kasich is on board with the decision and will sign the bill once it reaches his desk, his spokesman said

Submission + - Kobo Aura HD Could be The First True Kindle Killer (the-digital-reader.com) 1

Nate the greatest writes: For the longest time now ereader makers have been copying each other. The leading ereaders have been improved by adding a frontlight, touchscreen, and even a higher resolution screen, but for a couple years now it's seemed like Kobo, Barnes & Noble, and Amazon never looked beyond the features already found on competing devices.

Today that changed. Kobo has unveiled a new ereader with a unique screen size. The Aura HD has a 6.8" E-ink screen with a resolution of 1440 by 1080. Not only is that the sharpest e-ink screen on the market, it is also a higher resolution screen than can be found on the Nook HD or any other 7" tablet. It looks like the Aura HD could ignite an ereader arms race as Amazons scrambles to release an ereader with a screen as sharp as the one on the Aura HD.

Submission + - ZDNet proclaims "Windows: It's over" 1

plastick writes: "You can think Windows 8 will evolve into something better, but the numbers show that Windows is coming to a dead end."

ZDNet is known to take the side of Microsoft in the past. ZDNet's Steven J. Vaughan-Nichols explains "The very day the debate came to an end, this headline appeared: IDC: Global PC shipments plunge in worst drop in a generation. Sure, a lot of that was due to the growth of tablets and smartphones and the rise of the cloud, but Windows 8 gets to take a lot of the blame too. After all, the debate wasn't whether or not Windows 8 was any good. It's not. The debate was over whether it could be saved."

Submission + - The Rise of the Worker-Friendly Data Center (datacenterknowledge.com)

1sockchuck writes: Data centers are designed primarily to house thousands of servers, but the nondescript concrete bunker of the past is giving way to campuses optimized for humans, complete with comfortable offices, conference rooms, theaters and gaming areas. An example: a new data center in Dallas includes a climbing wall, fitness machines, a spiral slide between floors and a putting green. More common examples of amenities include office space, swanky conference rooms and gaming areas.

Submission + - Raspberry Pi Production Heats up in UK, More UK Made Pis than Chinese Ones Soon (paritynews.com)

hypnosec writes: Majority of $35 Raspberry Pi production was shifted to a Sony factory in Wales from that in China and the Raspberry Pi Foundation has announced this week that the factory in Wales has produced its half millionth unit in just over six months. The Foundation announced that the weekly production has shot up to 40,000 units in the UK factory alone and that the number is ‘set to climb further.’ The Foundation is optimistic about the Welsh factory and said there will be “more Made in the U.K. Pis in the world than their Made in China cousins.” The Foundation didn’t reveal anything else apart from this but, we already know that it sold the millionth Pi back in January.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...