Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

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

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

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

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

...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

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

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

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

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...

Comment Re:Microsoft engineers (Score 2, Interesting) 206

This is actually NOT a piece of Microsoft software.

Microsoft Dynamics is what used to be known as "Navision Financials", and before that "Fjölnir". It's a piece of extremely crappy software written in Denmark and is based on a Pascal engine where everything is loosely glued together.

Fjölnir was I think the first financial system Denmark exported. Much to the horror of a neighbour country - Iceland, where Fjölnir became mainstream on HPUX and DOS.

http://www.snerta.is/images/stories/products/fjolnir.gif

Navision (the Windows version) was not a rewrite or redesign of Fjölnir as much as it was placing an abhorrent GUI on top of a ghastly DOS program.

Microsoft however got interested when they realised that all of the nordic countries were using Navision.

So in effect, I think this vulnerability may be traced all the way back to Fjölnir in the mid 90-s, and as such, blame the security on a sixpack of Carlsberg and one lazy Dane who didn't take security classes at school...

I mean... really... Caesar cipher ?

Can I laugh out loud now ?

Oh... I know how to spell i-d-1-0-t. Wonder if the original authors do...

Slashdot Top Deals

After the last of 16 mounting screws has been removed from an access cover, it will be discovered that the wrong access cover has been removed.

Working...