Slashdot Mirror


User: abiogenesis

abiogenesis's activity in the archive.

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

Comments · 136

  1. Re:Best Point on A Linux User Goes Back · · Score: 1

    But some people just can't pick the right keywords to search for.

  2. V-Chip! on FDA Approves Implantable Microchips · · Score: 1

    You fung res, remove this fng v-chip from me!

  3. Re:nvidia vs. ati on ATI vs. NVIDIA: The Next Generation · · Score: 1

    nForce is a mainboard chipset, not a 3d accelerator.

  4. Re:There's a problem with this on Learning to Love the Panopticon · · Score: 1

    One other problem would be choosing your favorite links from Google. If everybody goes that way, the top results for a keyword would continuously gain more links pointing towards them, and they strengthen their place in Google.

  5. MPEG 4 is already based on Quicktime format on QuickTime To Move To MPEG-4 · · Score: 3, Informative

    MPEG-4 standard, as defined by the ISO, is already based on Quicktime format. Don't be fooled just because Microsoft and DivX has created their own proprietary formats before the standards has been put down.

    http://developer.apple.com/techpubs/quicktime/qt de vdocs/QTFF/qtff.html

  6. Re:You're wrong about Hungarian on How To Make Software Projects Fail · · Score: 1

    True Hungarian Notation is exactly about layers of abstraction. Hungarian Notation tells you exactly that it's a pointer to a DEVICE and nothing else. Read Charles Simoni's paper about it

    FYI, this paper is from MSDN online library. Also, Charles Simonyi was chief architect at Microsoft at the time he created the Hungarian notation (early 80s?).

    I fully agree about the ones who designed the Windows API notation, though.

  7. Re:Dotster on What to do when your registrar (NSI) ignores you? · · Score: 1

    Go Daddy charges 8.95/year too... They also have a discount if you pay for 2 years or more in advance.

  8. Re:Blech. Most of them are pretty bad. on Java IDEs? · · Score: 1

    It depends on your purpose. Java is not good to make an IDE because of the Swing library, but it may be (and actually is) good for the server applications.

  9. Re:Don't buy .sex domains! It's not a real TLD! on New ICANN TLDs Are Live · · Score: 1

    New.net already charges you for such inaccessible-in-general domains. The only difference is that they have some relations with major ISPs who change their DNS to resolve such addresses too.

  10. What "powered" device? on Scramjet Test Successful · · Score: 1

    >The Sacramento Bee is running this story about the
    > first powered device to achieve "hypersonic"
    > speeds in the Earth's atmosphere.

    And I always thought current jet planes were "powered" too... It seems they aren't.

  11. Re:How far *will* they go? on Gator Will Replace Ads On Sites · · Score: 1

    Actually there is a unix-like operating system for C-64 called "Lunix"... That would be

    LOAD "LUNIX",8,1

    then :-)

  12. Strange words... on TCP/MS, We'll Cure What Ails You · · Score: 1
    Of course, it is not as though Microsoft intended things to be this way. No company deliberately designs bad products.

    ...and later...

    I believe the lack of security in Microsoft software was a deliberate business decision.

    Now, you don't have to try to look like neutral in order to successfully bash Microsoft...

  13. Re:not just applets on Challenging The OEMs on Java · · Score: 1

    Also take the IE's HTML extensions out. Take ActiveX out. Take smart tags out. Take autocomplete out...........

  14. Re:Nice Try on Why Won't You Pay for Content? · · Score: 1

    If so, will Slashdot pay me 2 cents for every comment I wrote?

  15. Re:Quality of Evaluation on The Great Computer Language Shootout · · Score: 1

    Except that Orion is commercial whereas Jakarta is open source with Apache license.

  16. Re:Would it make an impact ? on Red Hat Enters The Database Market · · Score: 1
    Its called row blocking.

    Wasn't it called "table blocking"?

  17. Interwoven and Vignette? on Just For Fun · · Score: 1
    Interwoven with the standard biography chapters are short vignettes about the writing of the book.

    Wow, two rare words in one sentence - and they are actually names of two competing products. I wonder if chromatic is an affiliate of both of them :-)

  18. Re:repeat on The Superior Motif? · · Score: 1
    And even in the previous article it says:

    Yeah, I know the article's a couple of weeks old -- but it's a good one.

  19. Should we support this? on Another Free Operating System: NewOS · · Score: 1

    From the web site:

    NewOS is NOT a desktop replacement, Windows killer, or even useful. It may later grow into something that someone may use to get things done, but it probably wont.

    That's enlightening now...

  20. Re:GM Weapons on The DNA Bomb · · Score: 1

    Well, it can be a weapon selectively killing people. Anybody remembers Arthur C. Clarke's Rama series? The spiders (octopods?) used a genetic weapon which kills only older people (over 40) to beat the humans while not causing a genocide. When they are objectioned because of ethics, their response was something like "every kind of war is unethical, but once you are forced to war, the method does not matter".

  21. Re:Wonder if they've fixed... on Slash 2.0 Released · · Score: 1

    I think it's not a bug but a feature, in order to correctly wrap text.

  22. Re:I don't have enough Objects on Why Aren't You Using An OODMS? · · Score: 1

    But you can't, for example, add two "Integer"s using plus operator... You have to convert back to primitive "int" type.

  23. Eprise and Ektron on Rich Text Java Applet as Substitute for <TEXTAREA>? · · Score: 2
    Last year we were using a commercial content management software called Eprise, and with the latest version they switched from using IE-only IFRAMES/Javascript to a 3rd party product called Ektron eWebEdit...

    This is a multi-platform, customizable, programmable product. I don't know how much do they charge for it, but it looks like a good product for your purposes.

    You can find the product page at http://www.ektron.com/

  24. Moving to the NT platform? on Building Big Sites on a Budget · · Score: 2
    After learning a few hard lessons, AnandTech moved on to the plaftform that ColdFusion was the most mature on, "NT". AnandTech also switched from Oracle 8i to a SQL7/2000 environment, which greatly improved administration time. There was no performance drop from Oracle 8 to SQL 7. In fact, in some cases, performance improved.

    Moving from Solaris to NT just to overcome some problems with ColdFusion??? Why didn't they just dumped ColdFusion and moved to a better technology like PHP or JSP/Servlets? I know changing the scripting language needs a lot more effort than changing the O/S, but in the long run it pays back...

  25. Random data... on How I Completed The $5000 Compression Challenge · · Score: 2

    If you try to compress random data using one generic algorithm, you will sometimes have size savings, and sometimes will end up with a larger file. If you are smart enough to put a "not compressed" flag in your data file when it becomes larger, you can reduce the size on average.

    But, if you are free to select your algorithm after seeing the data file, chances are you can always compress the data (although I may not mathematically prove this). Remember the article here on slashdot a few weeks ago where a prime number, when gunzipped, produces the source code for a DVD decoder. Well, you may say that they are not the same because the source code was compressed with gzip beforehand, but please think a different algorithm than gzip (as in mandelbrot fractals) and you *might* end up with an algorithm which compresses some data which is random to you but not-so-random statistically or mathematically.

    PI is infinitely random, but can't you compress it in a few lines of code?

    Although I should admit that finding the algorithm itself would be mostly by chance.