Slashdot Mirror


User: cxreg

cxreg's activity in the archive.

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

Comments · 242

  1. WebOS? on Book Review: Enyo: Up and Running · · Score: 4, Informative

    I have to wonder about the obviously deliberate non-mention of either Palm or WebOS. Trying to ignore the past?

  2. Re:Still waiting on What Is New In PostgreSQL 9.0 · · Score: 2, Interesting

    and now there's Postgres-XC, which looks very promising

  3. Re:Anyone remember Venture Star? on Give Space a Chance, Says Phil Plait · · Score: 1

    According to Wikipedia, this program is not entirely dead

    http://en.wikipedia.org/wiki/X-33#Lockheed_Martin_continues_testing

    Recently Lockheed Martin has been testing a new 1/5 scale rocket described to be similar in capabilities and design, known now simply as a "Space Reusable Launch Vehicle". Two tests were conducted secretly at the Spaceport America in New Mexico. The first on December 19, 2007 was billed as a complete success, while the August 12, 2008 launch ended in an irreparable crash after 12.5 seconds of flight. A third test on October 10, 2009, was another success.

  4. SMIL? on HTML 5 As a Viable Alternative To Flash? · · Score: 2, Insightful

    Isn't this was SMIL was supposed to deliver? Is that dead now?

  5. Re:why? on New Lossless MP3 Format Explained · · Score: 4, Funny

    Yo dawg, I herd u like trucks

  6. Re:Oh sure... on US Nuclear Sub Crashes Into US Navy Amphibious Vessel · · Score: 1

    This is the cover story, but what *really* happened?

    2 words:

    Arsenal Gear

  7. Re:Christmas? on Larry Wall Talks Perl, Culture, and Community · · Score: 4, Informative

    Interesting omission:

    $ grep "/python" /usr/bin/* | wc -l
    168

    $ grep "/ruby" /usr/bin/* | wc -l
    23

    $ grep "/perl" /usr/bin/* | wc -l
    570

  8. Re:Your nut-guard's wearing thin. on Nintendo's Miyamoto On Innovation, Wii Ambitions · · Score: 2, Insightful

    Selling the most units / making the most profit does indeed make it the best console

    And Windows is the best OS and McDonalds is the best hamburger and Titanic is the best movie

  9. Re:New Content, eh? on LittleBigPlanet Sequel Already In the Works · · Score: 1

    You can do most of what you suggest in the current version of the game that you can buy today. Really. The only missing element is portals.

  10. Re:This means nothing on Nokia to Acquire and Open Source Symbian · · Score: 1

    I don't suppose you read that it's currently in the initial production run, and is supposed to go on sale in a week or two?

    http://wiki.openmoko.org/wiki/Community_Updates

  11. Re:About Parrot .. on perl6 and Parrot 0.5.2 Released · · Score: 1

    The big question I have is will multiple programs be able to share memory to store a commonly used library like C can. One of the things I think causes big inefficiencies in modern languages is the way they don't share memory well. If I have a C library that has, say, 5 megs of pure code in it and I'm running 10 copies of a program that uses it, all 10 can use the same 5 meg copy with only parts that are written to localized to the application. With high level languages, I need to use 50 megs of memory for each. Can Parrot share like C does and have all copies of the program reference the one copy stored in memory? Java and .net can't use this since their libraries aren't implemented on a level where that is possible. Parrot probably could but I'm not sure if it does. Does anyone know the answer to that?

    There is nothing magic about what C or C++ does when it utilizes shared memory for dynamically linked libraries. Your assertion that Java or C# cannot do this strikes me as incorrect, although I'm not sure if any VMs actually make use of such a thing or not.

    The way it basically works is, at least on *nix, the library (eg a libfoo.so.0 file) is loaded by the runtime linker (or the program using something like dlopen) which typically loads this file using the system (read: kernel) call mmap(). One of the key features that mmap provides is that the pages can be shared if two processes load the same file. Since this is (in this case) read-only memory, the pages should never be un-shared and you continue to benefit as long as processes continue to mmap the same file (which is how you are able to upgrade shared libraries -- the old inode is still there, and a new file replaces the old name in name, and new processes will load the new version, leaving old processes happy with the old one).

    Parrot might be able to give you what you are looking for if it saves compiled bytecode, or something like that, to disk and then mmap() it back into memory to actually execute it. That could certainly be an interesting optimization, although you'd have to be clear if you want to recompile libraries when you compile a program. I'm not sure how the semantics of this would work. Maybe it could work using a mtime-based compile-as-needed mechanism.

  12. Re:Disappointing on Spore, Call of Duty 4 Confirmed for OSX · · Score: 1

    Spore is confirmed for the Wii, which as far as I'm aware, cannot use DirectX. So there's got to be some porting going on over there.

  13. Re:its not yum, its rpm on Fedora 8 A Serious Threat to Ubuntu · · Score: 1

    for my tastes, .deb is the superior format, not apt. i dont want to go in detail here.

    it is the combination of apt and .deb which rocks.


    deb is a superior packaging format, but that's not what makes Debian Debian. It's the (much maligned) DFSG and their strict packaging policies that make it great.

  14. Re:Salt on Using Google To Crack MD5 Passwords · · Score: 1

    Also older unixs ignore anything longer than an 8 character password, you are free to have a longer one, thay'll just let you in regardless of what you type for character 9+. It's been about 3 years since I cam across one of these, but I'm sure lots of company password schemes are based around the lowest common denominator.

    This is how DES crypt works. Upgrading to MD5 passwords is one way of fixing that problem.

  15. Re:LOVE Bionic Commando on Bionic Commando Returns · · Score: 2, Interesting

    Hate to reply to my own post, but I forgot about the very last screen. Wouldn't it be fitting if that was the release date of the new game?

  16. Re:LOVE Bionic Commando on Bionic Commando Returns · · Score: 2, Informative

    I never did finish the game and see the ending. :(

    Wonder no more: http://www.youtube.com/watch?v=CpeP6yeUPa0

  17. Re:Not news. on Sony BMG Says Ripping CDs is Stealing · · Score: 2, Informative

    You can tell the PS3 to rip the contents of a CD to the PS3's harddrive. It can do it automatically when you insert the CD into the drive.

    Not only that, you can tell it to rip MP3 (read: no DRM), which you can then copy off onto other devices. My jaw hit the floor.

  18. Google Grid anyone? on Google News Allowing Story Participants To Comment · · Score: 2, Interesting

    Sure seems to me like Epic 2014 is slowly coming to fruition

  19. Re:Hackers dream? on Retailers Leak New TiVo HD Specs and Price · · Score: 0

    Yeah, how dare a company CHARGE MONEY for an ongoing service they provide! Those BASTARDS!

  20. Re:Drake on E3 Previews - Drake's Fortune and Heavenly Sword · · Score: 0, Troll

    so you're retarded, illiterate, AND an anonymous posting pussy. good job!

  21. Drake on E3 Previews - Drake's Fortune and Heavenly Sword · · Score: 1

    I had almost no interest in this game until I saw gameplay footage. The character animation alone is worth playing this game, and is probably the best ever seen in a video game. Nice surprise.

  22. Re:How about force feedback? on SIXAXIS Rumble Version Strongly Suggested · · Score: 1

    It always has. That report was false.

  23. Re:Great Price on Both Sides of the PS3 Price Cut Rumor · · Score: 1

    and they're going to be hurting if they do, considering that the Xbox division has never been profitable, and just when it seemed like that might happen, they have to drop a billion bucks on warranty extensions and cut the price to stay competitive

  24. Re:Not a single bison shall stand on History of MECC and Oregon Trail · · Score: 1

    Should have done a barrel roll

  25. Center Ice? on National Hockey League Embraces TV Placeshifting · · Score: 1

    This is probably going to really hurt for the "NHL Center Ice" people who carry the majority of games, which seems to mostly be used by people who moved away from their favorite team's area