Slashdot Mirror


User: maxwell+demon

maxwell+demon's activity in the archive.

Stories
0
Comments
12,279
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,279

  1. Re:They would need zero servers if they used C++ on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    Compile servers are servers, too.

  2. Re:The REAL solution on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    No, no, no, you're doing it wrong. Climbing into trees will increase your CO2 output. Stay on the floor!

  3. Re:c++ is 'write-only' code on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    And if you want to write good C++, you'll write

    std::string bad("this is bad\0 ha ha", 18);

    Note that the C wart is still visible, in that if you wouldn't give the length explicitly, the string would only contain "this is bad". In C++0x this could be solved by a user-defined string literal, which would allow you to write something like

    std::string good = "this is good\0 if provided"s;

    It would be nice if the standard provided this literal definition, but looking at N3000, I couldn't find it (but then, the whole thing is huge, so I might very well not have seen it). However, it's possible to write that definition yourself.

  4. Re:c++ is 'write-only' code on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    He said C/C++ variant. Apart from superficial syntactic similarity, Java is a very different language from C++.

  5. Re:Etherpad Wiki? on Google Open Sources Etherpad, Piratepad Launches · · Score: 2, Informative

    Of course not every Wiki is MediaWiki, and even if you can't add it to MediaWiki or another existing Wiki, there's no reason why you couldn't create another Wiki based on EtherPad. It won't be used for Wikipedia, of course, but neither is MoinMoinWiki, UseModWiki or any of the other Wikis except MediaWiki.

  6. Re:All these suits and money changing hands on Vimeo Sued For Audio Infringement · · Score: 4, Interesting

    As long as you don't try to own Steve Jobs' farting - his are inaudible.

    You mean he's violating the copyright of John Cage?

  7. Re:Excellent Summary on Google Open Sources Etherpad, Piratepad Launches · · Score: 2, Funny

    Well, the first post is just a classic first post, rightly moderated down to -1. You probably meant RTFSP.

  8. Re:Excellent Summary on Google Open Sources Etherpad, Piratepad Launches · · Score: 1

    It's the place where you put your narcotics. :-)

  9. Re:Isn't it obvious? on Mandatory Use of Open Standards In Hungary · · Score: 1

    XML is abused way too often in places where it doesn't belong.

    Indeed. People should think more about what the "M" in "XML" stands for.

    A good litmus test for abuse of XML is: Take an XML file and remove all tags. If the result doesn't make sense (or worse, there is nothing left except whitespace), it's abuse.

  10. Re:If using open source, supporting open source? on Mandatory Use of Open Standards In Hungary · · Score: 1

    Open Standards != Open Source.

    You can implement an open standard with proprietary code.

  11. Re:Isn't it obvious? on Mandatory Use of Open Standards In Hungary · · Score: 1

    But why are you displaying or editing raw XML?

    Don't you know how to use an editor?

    How else would you edit raw XML, than with an editor?

    Have you ever tried to view or edit a MS Word document without using an editor?

    Most people prefer a word processor to do that, especially MS Word is quite popular for that task.

  12. Re:Open Source? on Mandatory Use of Open Standards In Hungary · · Score: 0

    I, for one, are hungary for goulash soup now.

    Pluralis majestatis? :-)

  13. Re:A hint as to buy-out reasoning. on Google Open Sources Etherpad, Piratepad Launches · · Score: 2, Insightful

    Since this is about editing, I think you mean gnuserv.

  14. Re:This is what quantum computing needs. on Caltech Scientists Film Photons With Electrons · · Score: 3, Funny

    I'm confident that its more likely that I'll see a stable, bug and exploit free version of Windows, from MS, under a BSD license, with no charge, in my life time than it is that my children will see a working quantum computer.

    Well, there are working quantum computers. They successfully factor the number 15. The problem is, normal computers are already quite efficient at factorizing 15. As are elementary school students. :-)

  15. Electro? on Caltech Scientists Film Photons With Electrons · · Score: 2, Insightful

    If we image things with photons, we call it a photo. Since they imaged the photons with electrons, should their image then called an electro?

  16. Etherpad Wiki? on Google Open Sources Etherpad, Piratepad Launches · · Score: 5, Interesting

    What about using EtherPad for Wikis? Seems the perfect match: The learning curve is lower than for current Wiki markup (and ease of editing was one point of Wikis, after all), the history function is already included, and since it's now Open Source, the missing functionality (especially Wiki links) could easily be added.

  17. Re:EtherPad makes Google Wave look even worse on Google Open Sources Etherpad, Piratepad Launches · · Score: 3, Insightful

    Then it looks like shopping through the mail with a proxy type address and money orders prepaid with cash is for you!

    No, shopping through the mall with cash and without customer card is.

  18. Re:disappointing on DECAF Was Just a Stunt, Now Over · · Score: 1

    Of course. God installed the first firewall in history at the entry of paradise, to protect his Apple.

  19. Re:Ummmm... Okay? on DECAF Was Just a Stunt, Now Over · · Score: 1

    Well, of course it is flat. Spherical Earth is just a large conspiracy. They want you to believe spherical earth so they can throw you over the border of the world if they see the need for it, and nobody will believe it. :-)

  20. Re:Burger King is still better on US McDonald's Wi-Fi Going Free In January · · Score: 1

    Easy solution: Find a Burger King located close to a McDonald's, then eat the Burger King food while surfing using McDonald's WiFi.

  21. Re:Well according to Dice.com... on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    As an aside, Flex has about 268 job opportunities which is roughly equal to 25% of the number of Microsoft based development jobs.

    Who had thought there is so much demand for an Open Source lexer? :-)

  22. Re:A success from an Open Source standpoint I'd sa on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    So far it seems Microsoft has been sincere about not planning to litigate against projects implementing .NET open source. I'd call that a success any day, given how the Microsoft of yesteryear would have thought about these things.

    The problem with "seeming to have been sincere about not planning to" is that it's completely unreliable. Unless they make a clear, legally binding statement to this effect, you shouldn't rely on it. Even if at the moment they really don't plan to do so, who tells you they won't change their mind next year?

  23. Re:Yes on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    There isn't another language that can be compared to .net

    Of course not. .NET isn't a language, but a virtual machine. There are several languages targeting .NET, where C# is the best-known, but there's also C++/CLI, VB.net and F# (and possibly others).

  24. Re:Java too complex on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    I think people unnecessarily mock Ballmer for "Developers, developers, developers!"

    People don't mock him for saying "developers, developers, developers" but for the way how he said it.

  25. Re:Java too complex on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    Hey, I was designed (and manufactured) in 1967.

    No. You were designed many millennia ago. Only some small details were decided when you were produced.