Slashdot Mirror


User: kill-1

kill-1's activity in the archive.

Stories
0
Comments
318
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 318

  1. Re:In all fairness... on Acrobat-killer Submitted to Standards Body · · Score: 2, Insightful

    PDF forms are somehow kludgy, but it's a great way to fill in forms you have to print out anyway.

  2. Re:In all fairness... on Acrobat-killer Submitted to Standards Body · · Score: 1

    It is a certain advantage, because you have complete control over the native file format. No need for an artificial XML abstraction layer.

  3. Re:In all fairness... on Acrobat-killer Submitted to Standards Body · · Score: 1

    For certain applications XSLT really IS the greatest thing since sliced bread, but I would recommend against using it as programming langauge.

  4. Re:In all fairness... on Acrobat-killer Submitted to Standards Body · · Score: 2, Interesting

    The real interesting thing about XML-based file formats is that you can easliy generate files dynamically, especially with technologies like XSLT.

  5. Re:Reconfigure your MTAs NOW.. on Perspectives on Spamhaus's Dilemma · · Score: 1

    Sorry, but using IP "numbers" instead of DNS names is a very stupid idea.

  6. 2 month old news on Oak Ridge Lab Supercomputer Doubles Performance · · Score: 2, Informative

    The original press release:

    http://investors.cray.com/phoenix.zhtml?c=98390&p= irol-newsArticle&ID=873357

    All they do is upgrade to dual-core Opterons, hence the double performance.

  7. One interesting thing about stock spam on Buy Low, Spam High · · Score: 1

    One interesting thing about stock spam is that the spam email doesn't need to contain a link to an online shop or something where you can actually buy the advertised product. That makes it even harder to track.

  8. Re:Wow on Buy Low, Spam High · · Score: 1

    Please tell me where I can borrow some million EUR with an interest rate of 3-4%. You realize that LIBOR is currently at over 5%?

  9. Re:Wow on Buy Low, Spam High · · Score: 1

    No, the spammers choose penny stocks because of their very low liquidity. With these stocks one trade can be enough to move the stock price significantly.

  10. But why should ATI do this? on ATI and AMD Seek Approval for Merger? · · Score: 1

    I think the merger only makes sense for AMD. They could sell a very competitive platform with processor, chipset and much better integrated graphics than Intel for the upcoming Windows Vista.

    But why should ATI be interested in a merger? They would probably lose all their Intel chipset business and a lot of the enthusiasts graphics card business on Intel platforms.

  11. Re:How difficult is it. on SQL Injection Attacks Increasing · · Score: 1

    I basically agree with your post, but your rant on Perl somehow contradicts your previous statements. I've been programming for 15 years in C, C++, Java, Perl, PHP and Javascript and I find it's no problem to write completely readable and maintainable Perl code. The prejudice against Perl being a write-only language or resembling line noise is stupid no matter how often it is repeated. Perl like any other scripting language is used by a lot of novice programmers and novices can write bad code in any language. I still think Perl is the best choice for small to medium web projects. The comprehensiveness of the CPAN library is unparalleled and with mod_perl you get real integration with the Apache server.

  12. Re:Loss Leader? on Intel's Core 2 Desktop Processors Tested · · Score: 2, Insightful

    Don't forget that Intel uses a 65nm process and can put almost 2x more dies on a wafer than AMD. AMD's SOI process is more expensive, too.

    I think the new Intel CPUs are priced very aggressivley, but Intel is still making money with them. And they put a lot of pressure on AMD.

  13. Re:On Intel built and Intel controlled boxes. on Intel's Conroe Resurfaces, Benchmarks Strong · · Score: 1

    I've heard that so often, and basically you're right. But all of the benchmarks show that the new Intel E6700 is 10-40% faster than the best Athlon FX. They can't fake that much with specially built boxes.

  14. Re:Osborne Effect on Intel's Conroe Resurfaces, Benchmarks Strong · · Score: 1

    In this case the Osborne Effect only applies to enthusiasts. Do you think average John Doe engages in speculation about Intel's new processor architecture?

    The reason why Intel is selling parts so cheap right now is simple: they have started to massively clear their P4/Netburst inventory. In the next months it's going to degrade to their "Celeron" line of processors. Noone will want to buy a P4 in half a year.

  15. Re:quite the paycut on Duke Nukem Forever Due This Year? · · Score: 1

    Wow, what a misspelling. I think you mean Daikatana.

  16. Re:The brighter LAMP on Why the Light Has Gone Out on LAMP · · Score: 1

    Maybe mod_perl sucks if you use it as a CGI accelerator. But if you use mod_perl to create your own Apache modules, you can write extremely light-weight and well performing code with full access to the Apache API. Together with libapreq it's also much nicer to use than traditional CGI (setting headers for example).

  17. Re:Weak dynamic languages will die! on Why the Light Has Gone Out on LAMP · · Score: 1

    While I agree with most of your points, I think the headline "Weak dynamic languages will die!" almost deserves a flamebait rating.

    You're right that untyped languages are the wrong choice for large scale projects (and I mean really large scale like some millions line of code). But for small to medium sized projects like 99% of all online applications they're perfectly usable.

    You can also see dynamic languages move towards optional strict typing (Perl 6, JavaScript 2.0).

  18. The brighter LAMP on Why the Light Has Gone Out on LAMP · · Score: 5, Funny

    Linux
    Apache
    mod_perl
    PostgreSQL

  19. Re:Rubic cube - a challenge indeed! on A Working 5D Rubik's Cube · · Score: 1
    Then you might be interested in this site: www.speedcubing.com. The world record for solving the 3x3x3 cube is 11.13 seconds.

    Check out the videos in the multimedia section.

  20. Re:Google.eu ? on Over 1 Million .eu Domains and Counting · · Score: 1

    Because it will take them some months to validate all the pre-registrations.

  21. Re:Why is it called web "2.0" on The State of Web 2.0, The Future of Web Software · · Score: 1

    Yeah, it should be called Web 1.5.

  22. Re:The photos are here on Good Riddance To Booth Babes · · Score: 1

    Yeah, and on page 400 they might actually click a banner ;)

  23. The photos are here on Good Riddance To Booth Babes · · Score: 5, Informative
    For everyone complaining about the lack of pics, you find them here.

    3840 entries... That's what I call comprehensive media coverage.

  24. Re:Apple should have considered? on AMD Licenses Z-RAM Technology · · Score: 2, Insightful

    Yeah, just like they switch between ATI and NVIDIA for graphics chips. The company with the better priced product wins (if it can deliver the quantities).

  25. Re:Standards compliance on Firefox 's Ping Attribute: Useful or Spyware? · · Score: 1

    I had the impression that Firefox tried to be as standards compliant as possible. But Firefox definitely wasn't known for inventing its own HTML elements (or attributes). Or am I missing something? I'm only aware of some -moz-* CSS extensions.