Slashdot Mirror


User: $tefan

$tefan's activity in the archive.

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

Comments · 9

  1. Re:USB install on Ubuntu 9.10 Officially Released · · Score: 1

    UNetbootin can create a bootable Live USB drive from ISO images (also requires a USB thumb drive of course)

  2. The earliest prior art .... on Altnet Threatens P2P Companies Over File Hash Patents · · Score: 1
    ...is natural language. Let's see...
    Data processing system ( Verbal communication) using substantially unique identifiers (words) to identify data items (complex real life objects), whereby identical data items (complex real life objects) have the same identifiers (names).
    Plain silly, but patentable because the method involves computers. I just hope someone doesn't patent basic concepts of natural languages.
  3. Re:So how long...? on China Closes 1,129 Web Sites · · Score: 1
    in other news you can soon expect...

    In Soviet Russia Web Sites are blocking China

  4. Satellite imagery?? on Google Keyhole, Google Scholar · · Score: 1
    Keyhole demonstation of street -level zoom has very interestingly distorted perspective.

    AFAIK parallel lines should appear parallel when seen from far, far away (where satellites normally are).

    Pay attention to corners of skyscrapers at the crossing of Copper ave and 3rd Street. Building corners are normally vertical, which also means they are parallel, but the angle between the upper right skyscraper and lover left building is just too BIG.

    This makes me believe that this image was not taken from a sattelite (not even low-orbiting one), but from a much lower altitude, and Keyhole may be decieving people with such advertising.

  5. Re:Not there yet on A Look at the Newly Released Mozilla Firefox 0.9 · · Score: 3, Informative

    The latest 0.9 Firefox binaries ARE available at http://ftp.mozilla.org/pub/mozilla.org/firefox/nig htly/latest-0.9/

  6. Re:I don't like this on Kazaa Offices Raided · · Score: 1
    >Two wrongs don't make a right
    ....but three lefts do!

    What's not right, must be either left or wrong.
    They thought that they surely can't be wrong, so they made 3 not right things (=aka lefts to them) to make it right again by raiding:

    1. Sherman networks
    2. Brilliant digital
    3. Executives' homes

      Now they are hoping for further steps:
    4. ???
    5. Profit!
  7. Re:Objectivity my arse on Microsoft Rolls Out New Anti-Linux Ad Campaign · · Score: 1
    Well, I am sure Mr Gates doesn't really care about his honorary PhD being discredited, because he made no academic efforts to get it. He wrote no thesis nor took any lab notes whatsoever.

    Or maybe he did, but he signed an NDA ;-)

  8. Re:DB dependence is a bug! on Compiere on Postgres/MySQL · · Score: 1
    Sure, a primary goals of Makumba is to keep things as simple as possible, not offering bells and whistles (non-standard 'SQL' extensions) of various DB engines.

    Instead, Makumba uses standard OQL on the application layer, and transoforms it into standard SQL when communicating with the DB server. Moreover, it also speaks SQL dialects to accomodate various DB engine particularities when absolutely needed.

    All the non-standard SQL extensions tend to fool the application developers into writing DB dependant code, locking themselves effectively down to the specific DB engine.

    Compiere now (ab)uses this to raise funds from developers who realized that specific DB engine is overly expensive, and are willing to pay some $$$ ("donation") to get away from it, to potentially save more money and/or stay competitive/in business.

  9. DB dependence is a bug! on Compiere on Postgres/MySQL · · Score: 1
    It should be written DB independently in the first place - depending on a specific DB engine is a design bug, that they are trying to fix only now, with donations.

    DB independence is a big deal, but surely isn't something new.... Eg. Makumba TagLibrary is DB independent - can work with MySQL, Informix, PostgreSQL, DB/2, Quadcap embedded DB...