Slashdot Mirror


User: dunkelfalke

dunkelfalke's activity in the archive.

Stories
0
Comments
6,171
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,171

  1. Re:No more working for the man on IT Job Satisfaction Plummets To All-Time Low · · Score: 1

    Not according to the industry, this is just the difference between USA and continental Europe.

  2. Re:Microsoft Is on Microsoft's Risky Tablet Announcement · · Score: 1

    Microsoft is dying even for longer than BSD.

  3. Re:Windows Mobile on Y2.01K · · Score: 1

    Uhm, I am one of those other three guys but my phone (Touch HD, WM6.5 build 21896.5.0.82) is not affected.

  4. Re:Stop with the drugs already on How Norway Fought Staph Infections · · Score: 1

    Okay, I also do (I am 30), but it doesn't mean that everyone should, especially not those who isn't immunized against tetanus.

  5. Re:Did you actually own a iPhone? on Android Phone Demand Up 250%, iPhone Down · · Score: 1

    Not really terribly, just about five months. Given that those features were availiable for other platforms for years, it is forgivable.

  6. Re:just like in Italy? on Net Users In Belarus May Soon Have To Register · · Score: 1

    Well, the answer is easy: in Italia noodles are the staple food, while in Belarus, potatoes are the staple food.

  7. Re:Better Exchange Support = WinMob death on Android Phone Demand Up 250%, iPhone Down · · Score: 1

    HTC is still the biggest innovator in Windows Mobile. Their WM phones are more powerful than any other phones.

  8. Re:What about fax? on Net Users In Belarus May Soon Have To Register · · Score: 1

    Even the goatse guy wouldn't want a hot soldering iron in his arsehole.

  9. Re:What about fax? on Net Users In Belarus May Soon Have To Register · · Score: 1

    Ever heard of thermorectal cryptoanalysis?

  10. Re:Stop with the drugs already on How Norway Fought Staph Infections · · Score: 1

    The immune system of a child is much stronger than the one of an adult.

  11. Re:zero-risk? on Thorium, the Next Nuclear Fuel? · · Score: 1

    Not quite, my fellow pink floyd fan. The first few years big parts of the forest died out. Also there were extreme mutations, which couldn't survive, though. It took two decades to re-establish some wildlife balance and even now (for example) the mice in the zone are genetically more different from normal mice than mice from rats.

  12. Re:Getting off the train to crazytown on Google Chrome Displaces Safari As Third In Survey · · Score: 3, Funny

    Augmented reality glasses with a built in ad blocker is a thing that could very well happen in a few decades. Ad companies will probably compensate it with hypnotic ads however so those suckers who haven't got the ad blocker installed in their glasses are doomed.

  13. Re:US bullying and demanding other countries.. on Canada's Airlines Face a Privacy Dilemma · · Score: 2, Insightful

    you surely mean "cursed".

  14. Re:Many bothans died to bring us this transformati on China Debuts the World's Fastest Train · · Score: 1

    The odds were huge because the party wanted to produce scientists "on the conveyor belt". Not being drafted as long as you are at the university can be quite a motivation. Also it is quite wrong to say that Stalin killed the scientists. He just imprisoned them and they continued to work in prison. There were almost no German scientists imports in the Soviet Union, all the scientists were in the USA. USSR got the engineers instead.

    And you are wrong about the second one, Khrushchev fully de-Stalinized the Soviet Union by 1961.

  15. Re:This is not going to end well on Nokia Claims Patent Violations in Most Apple Products · · Score: 4, Informative

    Okay. How about that: Nokia made their first cell phone in 1982. Ten years later they made the world's first GSM phone.

  16. Re:Not exactly. on Extinct Ibex Resurrected By Cloning · · Score: 1

    There were lots of deep-frozen mammoths in north-eastern parts of Russia which were eaten by locals even only some decades ago. AFAIR they said the mammoths were very tasty.

  17. Re:Many bothans died to bring us this transformati on China Debuts the World's Fastest Train · · Score: 1

    One could think that there were some scientists born after the thirties and Stalin was dead by 1953, but no, that can't be possible.

  18. Re:stops are not 10' on China Debuts the World's Fastest Train · · Score: 1

    Same for the ICE in Germany, except for one-way stations.

  19. Re:Of course the anti-Apple fanbois are out in for on The Speculative Pre-History of the iPhone · · Score: 1

    When I bought my phone (HTC Touch HD) it was somewhat more expensive than the iPhone 3G. I still went for the former because looking at the features and at the freedoms, iPhone sucked in comparison. I never regretted that.

  20. Re:What would the world look like? on Happy Birthday, Linus · · Score: 1

    Nostalgy at its best.

  21. Re:plain C, python, or ruby on How To Teach a 12-Year-Old To Program? · · Score: 1

    Dude, I know that C is standard for embedded applications, I am an embedded developer myself (Aplicom C and F Series, Owasys OWA22N, various Windows CE devices) but it still doesn't make it a right tool for writing applications. Operating systems, yes. Compilers also, as far as I am concerned, but not applications. Not because the lack of OOP, you don't need that for simple apps, but because C is too low-level, even for embedded. It is also not very readable, which makes the maintenance more difficult.

  22. Re:plain C, python, or ruby on How To Teach a 12-Year-Old To Program? · · Score: 1

    If you choose to program procedurally, that's fine with C. If you chose to program functionally, you may do so via pointer to function... If you choose Object Oriented Programming, such is facilitated via. structures and pointers.

    Ouch. I suppose that when all what you've got is a hammer, all problems start to look like nails. And you definitely sound like somebody who would hammer screws and bolts in.

    Most serious programming efforts are in C. Many, if not most, compilers and interpreters are written in C. GTK is written in C. Most all basic applications in the UNIX tool chain are written in C.

    Well, that is because far too many people work as mentioned above. Besides, compilers and interpreters are a minority of applications.

    Um... that's a bad thing?

    Yes. If you are such a low leven fetishist, why do you write software at all? Please implement all your functions in real transistors, capacitors and resistors.

    were cause by people that learned BASIC, Pascal, or Java as their first language & couldn't be bothered to compile with -Wall and run with Valgrind.

    Wrong. Those people take the right tools for writing business applications (which is not C) because they can't be bothered doing 10 times more work than needed just to insure that everything works properly.

    but I would say that I believe it is the lingua franca or even the root of all portable computer languages -- of which no programmer should be without a thorough understanding and appreciation.

    One can learn C but without the duty to mindlessly adore it.

  23. Re:plain C, python, or ruby on How To Teach a 12-Year-Old To Program? · · Score: 3, Insightful

    IMHO everything is wrong with C as first language. It gives you dreadful programming style and is not a right tool for application programming. You can mod me as a troll if you want but you've got to chose the best tool for the job and C is a tool for writing operating systems for fuck's sake. It isn't even a high level language. All those buffer overflow security holes happen because of both typical "clever hack" C programming style and choice of using a language for writing operating systems to write business applications.

    Pascal wasn't a very good teaching language for nothing - it forced you to write software in a very clean and readable way.

  24. Re:Headache? on Real-World Synthehol In Development · · Score: 1

    The U.S. centric entry is nearly 6 years old. Slashdot was quite different back then.

  25. Re:Nice strawman. on Fraudulent Anti-Terrorist Software Led US To Ground Planes · · Score: 1

    That is not quite true, too. Nur Mohammad Taraki (the president of Afghanistan in 1978) asked the Soviet Union to help, but was overthrown and killed by Hafizullah Amin (who wasn't quite a friend of the USSR). He was assassinated by Soviet commandos (Alfa), then USSR invaded Afghanistan to reinstall the government of Taraki back.