Slashdot Mirror


User: Leonel

Leonel's activity in the archive.

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

Comments · 23

  1. Re:Redundant Array of Shaman on Blizzard Beefs up World of Warcraft's Recruit-a-Friend · · Score: 1
  2. Re:Three ways to justify "turbo" on Borland Announces the Return of the Turbo Products, with Video · · Score: 1
    Incremental compilation and linking as the developer edits the source code, making compilation appear instant.

    Heh. Have you ever compiled Delphi code? It compiles applications with several hundred thousand lines in a few seconds. No time for you to go get some coffee.
  3. Re:Delphi??? on Borland Announces the Return of the Turbo Products, with Video · · Score: 1

    The VCL has evolved a bit, but no major architectural changes. The IDE has evolved a lot, with large changes. At first sight, some people like the new IDE and some people don't - but eventually everyone sees it's a lot better.

    The main enhacements are code productivity tools - refactorings, integrated unit tests, and some new language features. D2006 produces much faster binaries as well.

    I'd say yeah, it's worth upgrading. Try the trial version before to make sure.

  4. Re:Turbo Prolog on Borland Announces the Return of the Turbo Products, with Video · · Score: 1

    Turbo Delphi is the equivalent of Turbo Pascal, only the language has evolved. As for Prolog, hmm, I don't think that's going to be making a return.

  5. Re:Delphi??? on Borland Announces the Return of the Turbo Products, with Video · · Score: 5, Informative

    Delphi ain't your father's Pascal. It's a modern, object-oriented interoperable language. The main advantage isn't the language itself, but the class library (VCL) and the form designer, which is the best tool around to build user interfaces (ask Skype), while still having the ability of having your code neatly encapsulated in classes separated from the presentation layer.

    Anyway, Delphi is only half of the picture here. There's Turbo C++ and C# offerings along with the native Delphi and Delphi for .Net offerings. if that's your language of choice, you can use C++ with the VCL (or for plain WinAPI applications, if you feel inclined).

    Basically, the explorer versions are advanced IDEs for these languages, free of change, allowing commercial development. There's your motivation.

  6. Re:umm.... yeah? on Smallest Possible ELF Executable? · · Score: 4, Interesting
    Did you bother to read it?

    From the article, after the first try in asm:

    Looks like we shaved off a measly twelve bytes. So much for all the extra overhead that C automatically incurs, eh?
  7. Re:an interesting bit of trivia on RC5-64 Success · · Score: 1

    Was the *same* false positive key found three times? I mean, why was it processed again? I thought that the keyserver would only assign blocks to clients work with if they weren't assigned to anyone else. If the assigned keyspace was exausted and the right key wasn't found, only then re-assign blocks that weren't returned.

  8. Re:Advantage of Gnutella on RIAA to Sue You Now · · Score: 1

    The gnutella TTL is decremented at each servant is passes.
    Some more info here:

    http://www.limewire.com/index.jsp/developer

  9. Re:How long? on Another Nasty Outlook Virus Strikes · · Score: 1

    Make the word "virus". Yeah, but once they discover he forbidden word, it will be really funny see they having to avoid mentioning it in the news :
    This new v1rus is set to spread once the word "v1rus" is out.

  10. Re:Stupid premise on Web Searches For What Lies Beneath · · Score: 1

    What did they expect? Google can't read minds yet.

    Almost a year ago (in the beggining of april, to be more exact) they announced this breakthrough technology. I'm not sure why it isnt in use now...


    Dont you love april fools? :)

  11. What I would like to see on It's Official: MS Office 10 Subscription Version · · Score: 5

    ...is the messagebox that reads : "Please save your work. This copy of MS Office will autodestruct in 10,9,8..."

  12. Cool on 0.01 Micron Process? · · Score: 4

    Maybe with this tech 3dfx can make a voodoo5 small enough to fit inside my computer case.. :)

  13. Can't Be Done on New ASUS Drivers Help Cheaters? · · Score: 2

    The camera cant be changed in a game, at least not by a driver, because it hasnt got anything to do with any info stored on the video card.

    Usually, a 3D video board, half of the memory is used for textures and half for graphics. The actual game geometry is stored in RAM. So, unless a hack is written for a specific game, knowing exactly how it handles the world geometry and where (and how) it stores the camera data, you cant change the camera angle. It should be done before the frame is computed. The driver just renders the data given to it (so it can mess with transparency or wireframe it) but you already got the scene there. No changing camera angles.

  14. Here it is. on DoubleClick 'Web Bugs' On Porn, Medical Sites · · Score: 2

    Now, what I'm really waiting for is for someone to write a proxy that can dynamically rewrite pages as they come through an http tunnel


    What about WebWasher? That's what I have been using and it does a great job on literaly striping out of the html most banners, pop-up ads, and is quite configurable.

  15. Lame excuse... on DoubleClick 'Web Bugs' On Porn, Medical Sites · · Score: 2

    More people should try that one :

    Even though we decrypted copy-protection on your dvd, we do not have enough inteligence to watch the movie after we do it...

    Yeah right.

  16. A little problem, though on Artificial Intelligence IRC Bots? · · Score: 1

    Now how to explain newbies you are not supposed to talk to the bots? : )

  17. Re:Guess Not! on Verge2 GPLed · · Score: 1

    Woah, calm down. Where did I force anyone to port anything?? I am a game programmer, and I am working with this great engine right now. I just thought I could let you know about this great free engine so others could benefit from it as much as I did, and quite possibly contribute to it.

  18. Guess Not! on Verge2 GPLed · · Score: 4

    If you actually read further on the page, you would see in the previous day post:

    I'm open-sourcing the V2 codebase either today or tomorrow. What I'm going to do first however, is release the old DJGPP trees from the public work-in-progress release of V2 (or maybe it was a version or so after that, I forget). It will have a few things missing, such as the CD audio code, and perhaps the FLI code, I'm not sure yet--this is all due to the fact that the source will be released under the GPL license.

    That means what was released today is an old version, and the new one - "(which actually work! *gasp*)," - will come in a few days. Well, I guess we should wait and see.

    In a similar topic, Jet3D has recently released its source (its the 2.0 version of the open-source Genesis 3D engine. A CVS tree is being set up, and a linux port of this breathtaking engine would be great!

  19. Re:On a similar topic... on How to Mix Open Source and Games · · Score: 1

    err, don't, not son't.. where's the modify button when you need it? : )

  20. On a similar topic... on How to Mix Open Source and Games · · Score: 1

    Son't forget to check out the best 3D Engine nowadays, Genesis 3D. It's open source and still hasn't been ported to linux. Its new demo is simply jawdropping, but don't take my word for it, check it out for yourself.

  21. RIAA on Upside downsides MP3.COM. · · Score: 1

    This proably is pissing off RIAA and it will do anything within its reach to make mp3.com unsucesfull.

  22. Usefulness on Seti@Home Now Has Teams · · Score: 1

    I really doubt its usefulness (finding aliens?) and all this processing power should be used for something more useful, like finding large primes or compiling win2000 : )

  23. Re:Fun with the legal docs on Nintendo shuts down www.snes9x.com · · Score: 1

    His point is that the FAQ says every emulator is illegal, and "the only purpose of an emulator is to play illegal roms copied off the internet". Super Game Boy is an emulator, so by NOA point of view it's illegal too.