Slashdot Mirror


User: larry+bagina

larry+bagina's activity in the archive.

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

Comments · 6,755

  1. Re:Excellent! on Jeremy Allison Resigns From Novell In Protest · · Score: 2, Informative

    Now witness the genius of the GPL. If you distribute software you have derived from GPL'ed code, you must provide that source code to the public under the terms of the GPL.

    If MS/Novell create a better samba derived from the samba team's GPL code, they *must* provide access to the source code. Any improvements MS/Novell make to samba are guaranteed to become available to us, and they can never take it away.

    What you said is true... except that the GPL v 2 (which the hypothetical MicroSuse SAMBA fork would be licensed under) is incompatable with GPL 3 (which SAMBA will be licensed under). MicroSamba's improvements can't be merged back into SAMBA.

  2. Re:A JSON alternative... on Google Deprecates SOAP API · · Score: 1

    $query = count($argv) > 1 ? $argv[1] : 'google';

    bad programmer! no cookie!

    $query = count($argv) > 1 ? raw_urlencode($argv[1]) : 'google';

    (That's a nifty trick though!)

  3. Project Gutenburg on Google Book Scanning Efforts Not Open Enough? · · Score: 5, Interesting

    I'm a kind of baffled why people are talking about starting up new projects or Open Sourcing (tm) google's prject (whatever that means...).

    Project Gutenburg is open and non proprietary (ASCII text) and has been for quite a while.

    After scanning, they use a distributed proofreading system where volunteers compare a scanned page image to the OCR text for errors. If you've got some free time, consider helping out.

  4. Re:Oh! Come On. on Google Deprecates SOAP API · · Score: 1

    If so, then I'd say it's fine to drop SOAP. XMLRPC is a bit cleaner anyways.

    Come on... Cleaner than SOAP? What could be cleaner than SOAP?

    I hear that AJAX is stronger than dirt.

  5. Re:Honeymoon is Over? on Google Deprecates SOAP API · · Score: 1

    Otherwise, we'd have to do it all by hand. *shudders*
    And even this is not so difficult, given that each of the mnemonics correspond exactly to a hexadecimal code. All you need to hand-assemble is a table mapping the mnemonics to their hex equivalents.

    That doesn't work so well with x86, where you have variable length instructions (some 10+ bytes long) and prefix bytes to specify if the operand is 8 bit, 16 bit, or 32 bit, or lock the bus, etc.

    Or even ARM, where instructions are all 32 bits, but you may need to encode 3 registers, immediate values, condition codes, and bit shifting.

  6. Re:Interesting... on Debian Delayed by Disenchanted Developers · · Score: 2, Informative

    hiring some full-time workers seems to have had precisely the opposite effective of the intended.

    not workers... managers. I think most technical/coder/slashdot types have the same general opinion of managers and management (*cough* parasites *cough*). Many open source projects have paid individual programmers with no backlash. And many companies pay for programmers to write open source code. Sometimes it doesn't work out (ie, the XEmacs/Emacs split), but it doesn't usually outrage other developers.

  7. Sun and Apple on ZFS Shows Up in New Leopard Build · · Score: 1
    Sun and Apple have an interesting history. Consider:
    1. Back when Apple was a potential takeover target, Sun was usually mentioned. (these days, Sun is sometimes mentioned as a potential Apple buy).
    2. OpenStep was a collaboration between Sun and Next. Sun eventually abandoned it in favor of Java; Next was purchased by Apple and OpenStep became Cocoa.
    3. In early/mid 90s, MAE -- Macintosh Application Environment -- allowed Macintosh software to run on Solaris.

    My Prediction: Apple and Sun will come to an agreement whereby Solaris improves it's OSX support to help OS X on the corporate desktop.

  8. Re:Reasons to support? Servers on ZFS Shows Up in New Leopard Build · · Score: 2, Funny

    ....raid-{1,5,6,10}.... + reiserfs == survive crash at anytime including a drive physically dying.

    It won't survive a marriage to Hans Reiser!

  9. Re:Ever used Eclipse? on 2007 Java Predictions · · Score: 1

    Can I use svn with my Flash code these days?

    Does svn support binary files? When I use Flash, I keep the actionscript in external text files (which are easiliy managed by svn et alia) and just #include them.

  10. Re:Firefox on Boston Globe to Blogger — "Stop Using Opera" · · Score: 5, Insightful

    Yes, Firefox can be plugged up to do everything Opera does

    Whenever the subject of Opera's functionality comes up:

    "Install 20 extensions to make Firefox mimic the functionality."

    Whenever the subject of Firefox instability comes up:

    "Firefox doesn't crash for me. It's probably those 20 extensions you have installed."

  11. Re:I've got something to say! on Fedora Project to Help Revitalize RPM · · Score: 1

    Maybe Red Hat should try on a different type of hat, like a brown hat.

    you know who wears a brown hat? Dirty Old Ike. But I'm guessing you already knew that...

  12. Re:Wither AJAX on Google Web Toolkit Now 100% Open Source · · Score: 1

    Sun used to have a web browser (Hot Java) written in java that allowed that sort of thing. It was like Mosaic/Netscape 1, but slower and uglier.

  13. Re:Ready for professional use? on Google Web Toolkit Now 100% Open Source · · Score: 2, Funny

    The Macintoth port allowth you to talk with a lithp.

  14. Re:Ready for professional use? on Google Web Toolkit Now 100% Open Source · · Score: 2, Insightful

    having debugged both "raw assembler/byte code" and obfuscicated javascript/generated perl/etc, I find it easier to debug binary code. With assembled code, you can specifically pinpoint an error. With intepreted half languages, the error may be in the compiler, the javascript interpreter, the javascript libraries/dom support, JIT compiler, etc, etc.

  15. Re:Buying the PDF? on Rails Recipes · · Score: 2, Informative

    Slashdot has a linking agreement with barnes & noble (check the faq, under book review guidelines). BN.com might be 5-15% more expensive than amazon or bookpool, or almost anywhere else (except a physical barnes & noble), but according to VA Software's SEC 10Q reports, they get $20k/year kickback from it.

  16. Re:Watch out, MySQL. on PostgreSQL 8.2 Released · · Score: 1

    Have you seen PGAdmin III? It's wxwidgets based, but if your database is firewalled, you can use ssh tunnelling to access it. Personally, I find it easier to use than phpMyAdmin (I'm not a big fan of web-based apps).

  17. Re:Real Men don't use Window Functions on PostgreSQL 8.2 Released · · Score: 2, Interesting
    MySQL has made those claims:

    Earlier versions of the MySQL manual included claims that certain missing features (considered essential for SQL-compliant RDBMSs) were useless or even harmful, and that users were better off without them. One section, entitled "Reasons NOT to use Foreign Keys constraints" [sic], advised users that relational-integrity checking was difficult to use and complicated a database application, and that its only useful purpose was to allow client software to diagram the relationships between database tables. [13] Another section claimed that a DBMS lacking transactions can provide data-integrity assurances as reliably as one supporting transactions--conflating the issue of transactional integrity with that of saving data when the database server loses power. [14] Since these claims contradicted basic principles of relational database design, they caused MySQL to be ridiculed by some database experts. Regardless of whether they were right or not, these claims are omitted in more recent versions of the manual. MySQL today allows some support for previously-dismissed features of relational integrity checking and transactions.

    (From Wikipedia and archived MySQL manuals)

  18. Re:Real Men don't use Window Functions on PostgreSQL 8.2 Released · · Score: 4, Funny

    According to the MySQL fanbois, Window Functions are bad for performance and not even useful. Just like subselects, data integrity, triggers, and transactions. Oh wait, MySQL 5 supports subselects. Subselects are no longer bad for performance.

  19. also "PostgreSQL it is still missing" on PostgreSQL 8.2 Released · · Score: 0, Flamebait

    PostgreSQL it is still missing.

  20. Re:ahhh i love it on Google De-indexes Talk.Origins, Won't Say Why UPDATED · · Score: 1

    Except, of course, that "creationist" does not equal "Christian". Talk.origins exposes *all* creationist pseudoscience, from *all* sources.

    Except Islamic. Under the guise of "tolerance", they actively censor anything which might be percieved as anti-Islamic (ie, everything).

  21. Re:The real question is on Google De-indexes Talk.Origins, Won't Say Why UPDATED · · Score: 0, Offtopic

    my hash brown recipe doesn't involve eggs.

  22. Re:gotta love when your questions get skipped on The Warhammer Online Team Responds · · Score: 1

    especially when Zonk's question gets selected (imagine that!). Has any other editor ever abused a slashdot interview like this before?

  23. Re:salt/wound? on Novell Dumps the Hula Project · · Score: 1

    That means you loose the time tested nature of sendmail

    So what's the downside?

  24. Re:Old Joke on Why Vista Took So Long · · Score: 1

    Of course Microsoft has gay employees (Joel Spolsky used to work for them!). But MS is personified by Bill Gates or Steve Ballmer, not "Lou in accounting". Joel Sposlky, meanwhile, is openly homosexual.

  25. Re:Old Joke on Why Vista Took So Long · · Score: -1, Offtopic

    Joel Spolsky is homosexual. CmdrTaco is married (to a woman). Microsoft is a company, but Bill Gates, Steve Allen, Steve Ballmer, etc, are married heterosexuals with children. Therefore, Joel Spolsky has probably sucked the most cock.