Forgot your password?

typodupeerror

Comment: Re:I was born in a TV-less house... (Score 1) 385

by Der PC (#34451024) Attached to: How much TV do you watch in a week, on average?

It's actually been shown that excessive TV watching _increases_ ADHD tendencies in kids, _decreases_ their learning capability, and for infants, slows their linguistic and motor skills by up to a year.

It has also been shown that in adults, TV has such a "relaxing" (read "dumbing down") effect that your brain activity is _lower_ that when you are at a normal complete rest. You are actually vegetableizing yourself by watching TV.

My recommendation is to give up TV completely. Personally I did not long ago, and I've never been more pleased with myself, I sleep better, I have more time to do what I like to do (recently took up learning Japanese as a fourth language)....

TV isn't your friend, no matter how you turn the table :)

Comment: Re:It's what you do with it (Score 1) 878

by Der PC (#33010394) Attached to: Google Engineer Decries Complexity of Java, C++

No, it's not. The class is never instantiated, which means it doesn't exist, and thus the functions can't be part of it.

If you want a class-restrictive language to yelp about, do smalltalk. It's nice, but it's still all-OOP.

And what about Ruby?

Still, if people put the methodology before them like a weapon of mass-disapprovement, they're going to get disappointed. En masse.

The old icelandic saying "árinni kennir illur ræðari" (a bad rower blames his oar) fits this discussion perfectly - a bad programmer blames the language.

Comment: Re:It's what you do with it (Score 1) 878

by Der PC (#33009966) Attached to: Google Engineer Decries Complexity of Java, C++

No you don't.

You only need a wrapper class.

public class Somestuff {
      public static void doStuff() { doMoreStuff(); }
      public static void doMoreStuff() { System.out.println("mo stuff!"); }
      public static void main(String[] args) { doStuff(); }
}

Yes, ugly code. Yes, perfect sample. Zero class instantiations.

Actually, a large part of a system I wrote in Java does just this because I couldn't spare the overhead of object creation.

Comment: Yes, there are a few... (Score 1) 1115

by Der PC (#32863402) Attached to: Has Any Creative Work Failed Because of Piracy?

...which are very probably (given the right analysis and access to accounting data).

Look at the gaming market of the Commodore Amiga in the late A1200 years. Piracy was at such a height that the piracy scene often had the games in wide distribution before the gaming companies, and in one case (If I recall correctly the company affected was Psygnosis) a game was actually released in the piracy scene _before_ it was released to market by the company (which implies a disgruntled employee).

If you want proof for actual piracy damage, you must look at the early years. This is what every of the drones thinking up their fictional damages are using for base, and the Amiga gaming companies may be the ones actually able to shed some light on the matter - especially those which were UK based.

Comment: Of course Apple designs being total crap.... (Score 1) 427

by Der PC (#32698252) Attached to: Experts Explain iPhone 4 Antenna Problem

really has nothing to do with it?

I've spent more than two years working as an Apple Tech (sic) and I tell ya' the designs are crap. Everything is looks, nothing is for functionality, durability or value.

Apple sells the thickest chocolate coating out there, and still it's just turds inside. The thicker coating is just to hide the fact that the turds are even fouler than those of Packard Bell...

No, I'm not an Apple tech anymore. Meteorology and Computer Science prove to be a better way to spend your time. And yes, I'm getting rid of my Apple shit. Never had an iPhone of iPad. Never will.

Comment: Re:You're confused (Score 1) 300

by Der PC (#32548932) Attached to: Volume Shadow Copy For Linux?

If your'e thinking about the time when compiling a (pretty much any at all) GNU app on HPUX or AIX too like three weeks of code modifications and Makefile manipulations, then long gone are those days :)

OpenSolaris is generally not any harder than your (randomly selected) Linux distribution.

And yes, ZFS and Zones are... THE thing.

Period.

Comment: What s it with Linux developers/distributers ? (Score 1) 228

by Der PC (#32522256) Attached to: Canonical Developing Ubuntu OS For Tablets

What is with Linux developers/distributors that the absolutely must "create their own" ?

Nicholas Negroponte has already announced that he's going for a diet-Linux on his tablet.

The WePad ( http://wepad.mobi/ ) is already at point of mass distribution, mixing Android and Linux in an innovative way.

Others are already doing diet versions of Linux for tablets (lenovo springs to mind)

Why can't they just cut the crap, get their forces together and create that ONE diet-Linux monolith GUI distro that not just debunks the "Linux always comes third" myth, but destroys the iTampon ?

I mean... it's not that hard. Talk to each other. Use Google and see if anyone already started a project. Take off your shades! (They look dorky when sitting in front of a computer screen anyway!)

Comment: Re:Microsoft engineers (Score 1) 206

by Der PC (#32304652) Attached to: Microsoft Dynamics GP "Encrypted" Using Caesar Cipher

True, a security audit was truly in order.

However, having seen what Navision is like on the inside, I can assure you that auditing a giganormous pile of dog poo would be of a much higher interest.

Navision should have been scrapped on day 1.

Microsoft Money (which was actually Microsoft's own) was of much higher quality, and would have had better chance of becoming a real accounting package.

Oh... you know WHY Dynamics/Navision/Fjölnir uses a database ?

Because it's cheaper than having a massive amount of plaintext files open at once.

Yup. They don't use the goodness of the database at all. No relations, no normalization, and if at all possible, duplicate all data everywhere. Makes you want to puke.

But then, so does Danish cheese...

The next person to mention spaghetti stacks to me is going to have his head knocked off. -- Bill Conrad

Working...