Slashdot Mirror


User: Taladar

Taladar's activity in the archive.

Stories
0
Comments
1,558
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,558

  1. Re:Screensavers, music, and Unicode? on State of the Onion 9 · · Score: 1

    It works if your marketing department is big enough (see Java).

  2. Re:I've said it once... on EC Reviews New Complaints Against Microsoft · · Score: 1

    I would say with a 50% larger population compared to the US the market for products that are needed by almost every office worker should be a lot larger than the one in the US even if the companies employing these workers might not generate the same profit as the US.

  3. Re:1/1000th? on Intel Developing Ultra-Low Power Chips · · Score: 1

    And how do they know how many bits are ones and how many are zeroes? I don't think the numbers are exactly equal at any given time.

  4. Re:Here's a good tool to fight piracy on Movie Studios Unveil New Anti-Piracy Lab · · Score: 1

    Nobody forced them to produce the movie that way. You know, a while ago there were these directors that knew how to avoid an expensive special effect in a way so the viewer doesn't even notice. They (and not only the directors) knew how to entertain the people without throwing vast amounts of money at the problem. And if you need a special effect it doesn't have to be ultra-realistic to be convincing. Most classics in movie history don't entertain the viewers with special effects (or top-class 20 million/movie actors for that matter), they do it with an actual interesting and/or funny story.

  5. Re:Wait a minute on Open Source Code Finds Way into Microsoft Release · · Score: 1
    I had to study to become a programmer. I have to keep studying to stay current as a programmer so that I have marketable skills. What would be my motivation to put in that work if I were only paid the same as the guy who picks up my trash cans? For me, there would be none.
    Actually in a communist society people like you without any motivation to work other than money would be the ones to pick up the trash cans of those that do their work and learn how to do it better because they are interested in that field. The only problem was/is that we need (and needed when communism was first tested) much more dull jobs than interesting jobs but the more automated our low-qualification jobs get the higher the percentage of interesting jobs.
  6. Re:Wait a minute on Open Source Code Finds Way into Microsoft Release · · Score: 1

    Simple, nobody produces no-support, no-next-versions-necessary software because they want to have something to sell you tomorrow too.

    Another example: In the last years almost nobody produces something that lasts much longer than their stated warranty because they want to sell you the next one ASAP.

  7. Re:Wait a minute on Open Source Code Finds Way into Microsoft Release · · Score: 1

    Why should they tell the management their ideas for improved efficiency? In our current society this is usually paid back in layoffs (which either affect the person with the improvement idea directly or through social pressure from their peers)

  8. Re:I don't get one thing on Columba 1.0 "Holy Moly" Released · · Score: 1
    Then I think you'll see a whole lot more Java apps.
    Hopefully, then we will see something portable (so don't say .NET now) built with the experience from Java and other cross-platform toolkits to suit the needs of end users and programmers better than Java does.
  9. Re:Too bad it's just a toy on I/O Electronic Brush for Painting · · Score: 1

    I think it would be nice to have for materials in 3D modeling, not just the color but reflection, transparency and texture could be captured too.

  10. Re:Will Vista just be a UI improvement over XP? on MS Vista Look and Feel To Go Cross-Platform · · Score: 1

    Because you don't trust the manufacturer regarding features of their product. Not with software, not with hardware, not with cars, appliances,...

    Theses people want to sell it to you, they will tell you anything if they think it helps in convincing you to buy their product, especially with software, where the EULA basically states: "If it does not do anything, it is not our fault..."

  11. Re:"...what will?" on $100 Million Marketing Push For Vista · · Score: 1
    anyway, if you never watch bought HD video... well it'll be more and more difficult in the coming years to avoid it.
    They have thugs that walk from house to house and beat you until you watch HD-video now?
  12. Re:Integrated toilet? on Ultimate Software Developer Setup? · · Score: 1

    Bad idea. That way you lose all the solutions for problems that bothered you for hours but seem obvious once you get away from the code for a few minutes.

  13. Re:Best Practice on Perl Best Practices · · Score: 2, Insightful
    Everything you can do in those languages i can do in perl, with style...
    Yeah, you can do it, but can you recognize everything when you see it as other people's perl code (say, a library you want to use, without documentation)?
  14. Re:Kernel vs User Mode for filesystem on Interview With Reiser4 Author Hans Reiser · · Score: 1

    Building something that is called FS (filesystem) but actually works on top of the real (in-kernel)filesystem and runs in userspace doesn't count as microkernel architecture.

  15. Re:First use was pollicy all through the Cold War on How About a Nice Game of Global Thermonuclear War? · · Score: 1

    Inflated for propaganda reasons is probably closer to the truth. This is almost always the case when statistics are flawed in the direction convenient for the one publishing them.

  16. Re:_Great_ analogy on How About a Nice Game of Global Thermonuclear War? · · Score: 5, Insightful
    Being a fascist, expansionist regime ourselves is not what the United States is about IMHO.
    But seen from outside the US you are awfully close...
  17. Re:Dumber Article... on The Six Dumbest Ideas in Computer Security · · Score: 1

    I believe he also tried to say: Remove code that does more bad than good. Good examples are the Office macros or hidden file extensions or even clickable (executable) attachments, not to mention auto-executing code in emails.

  18. Re:Dumber Article... on The Six Dumbest Ideas in Computer Security · · Score: 1

    The problem with statically typed languages is usually that they don't encourage (understatement) refactoring when it would be necessary due to initial design errors. The advantages of static typing are few compared to typechecks when appropriate in dynamically typed languages (close to the code that actually uses the value, not everywhere where it is just passed on). Of course you might be talking about weakly vs. strongly typed languages. Here I agree that the latter are much better for large projects.

  19. Re:Dumber Article... on The Six Dumbest Ideas in Computer Security · · Score: 1

    Then it fails, the admin checks wether it needs additional rights and what rights and adds those right (and only those rights). Still much better security than "default permit all" or "click here to allow program x to do y"

  20. Re:OK. on The Six Dumbest Ideas in Computer Security · · Score: 1

    I believe it is easier to abandon Windows than it is to transform all idiots into knowledgeable, conservative, pragmatic persons...

  21. Re:Joke? on The Six Dumbest Ideas in Computer Security · · Score: 1

    We shouldn't forget that Windows probably has thousands of undiscovered privilege escalation flaws because everyone runs as Admin anyway and nobody (or a relatively small number of people) looks for those because of that.

  22. Practical Courses tend to be write-test-and-forget on Computer Science Curriculum in College · · Score: 4, Insightful

    I don't know about American Universities but here in Germany the theoretical courses are the only ones that have long-time-useful information. The practical courses focus mostly on technologies that will be outdated when I leave college. They also usually focus on details that won't stick in my head after the test because they are easily re-discoverable via Google. The theoretical courses are the ones that enable me to read about new stuff and actually understanding what it does as they are the timeless background for all of CS.

  23. Re:Heres a good metric on New IBM Ultra Fast Printer · · Score: 1

    Someone should invent something other than WORM paper media before you do that.

  24. Re:Hear! Hear! on Some Rights May Have To Be 'Eroded' For Safety · · Score: 1

    Actually I would prefer laws written in a formal language that leaves absolutely no interpretations. That formal language could then be taught to every child in school (it should be simple enough for that).

  25. Re:Read 'erode' as 'trample on' on Some Rights May Have To Be 'Eroded' For Safety · · Score: 1
    the English army was fully-equipped, trained, and organised. then a 'bunch' of civilian fought against it after a tea party in Boston...
    Yeah, I remember them shooting down the A-bombs with their guns, that must have been quite a firework...
    the French Armée Royale was very powerful. then a bunch of guys fought against it after a visit of the Bastille jail...
    All those french Jets and Bombers defending the bastille bunker a quarter of a mile underground were no match for those semi-automatic private guns either I guess...too bad we don't know the details because it was too long ago...