Slashdot Mirror


User: spludge

spludge's activity in the archive.

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

Comments · 96

  1. Re:price. on Compaq's PJB-100 MP3 Player Open-Sourced · · Score: 1

    Crappy sound output? Mine sounds great.

  2. Not for real? on Star Wars EP1 On DVD Confirmed By Lucas · · Score: 3

    According to The Force.net article dated Mon, Apr 17, 00 04:18:47 AM EDT

    The Force.net

    ***
    Ronald Epstein, who runs the 'home theater forum' of the Digital Bits, confirmed that there won't be an Episode 1 DVD release this year (The editor of The Digital Bits, Bill Hunt, seems to have some undisclosed inside information about the upcoming Star Wars DVDs). According to Epstein, "There are specific reasons why a DVD release is still quite a ways off, though the intent has been announced". However, the final result will be worth the wait: "You will be absolutetly floored!".
    ***
  3. Re:claims != reality .. on Swing · · Score: 2
    BEA Weblogic

    Fully clusterable, fault tolerant Application Server / Web server. Written in Java.

    We designed our entire backend around it, thousands of users and it is extremely stable and has allowed us very fast development.

    I program in C++, C and Java. Most of my work is C++. I have found Java is a better language to program in, it forces you to have better programming style.

    Code that took me 4 weeks when using C++ takes me 2 weeks in Java and it is likely to have less bugs due to memory allocation problems etc..

    We have also found that anyone that is pretty new to programming can pick up Java and become a useful programmer in 1/5 of the time it would take if they were using C++ or C.

  4. Buy one here on Are There MP3/CD Player Combinations? · · Score: 2
    According to these guys you can buy and order this now and they will ship it the next day. Plays CD/CDR/CDRW has 45 second anit-skip. Display seems a little small though.

    News review DMusic

    Have a look and order here Kiwi-computers

  5. Nice Artwork on Concept Artwork For Snowcrash? · · Score: 1
    Nice art.. I like the futuristic-techno-insdustrial style.

    I wonder if it is possible to get poster sized prints of his work?

  6. OnShare on Open Source Napster: Gnutella · · Score: 1
    Also see OnShare (read my earlier post for more details).

    Basically no client needed to download (can d/l via web browser). Has bandwidth shaping, group system, access control for groups, handles any type of file.

  7. OnShare! on Open Source Napster: Gnutella · · Score: 1
    It is already available.

    Check out www.onshare.com. You can create groups with access control, administrators.. etc. + you *don't* need a client to download. You can download directly from a web browser.

    Java 1.1 and win32 client available now.

  8. Re:other types of data? - OnShare on Interview With The Creator of Napster on ZDnet · · Score: 1

    Oh yeh.. + you don't need a client to access the files that people are sharing.. can search and download via a web browser (without any plugins).

  9. Re:other types of data? - OnShare on Interview With The Creator of Napster on ZDnet · · Score: 1
    Already been done.. Linux and Java client coming very soon. The java client is done and in testing. The win32 version that is out there now has support for bandwidth throttling.. per user and total bandwidth.

    www.onshare.com

  10. Re:Mirror - At OnShare on John Carmack Enforcing the GPL on Quake Source · · Score: 2

    Register as an OnShare user and then go to: http://www.onshare.com/filelist.jsp?dirid=45716 The group password is 'lives'

  11. Re:Usage in 3D games on "Virtual Motion" for Future Video Games? · · Score: 1
    Looking at the API it looks like you pass it some parameters.. position/velocity/acceleration and then your computer calculates what the gizmo should do and tells it to do that. I'm assuming this from the API section where they have a function that can send a value directly to the hardware.

    Re: the 1 frame lag.. it looks like it needs velocity, acceleration and position. It doesn't need the change, just the current values.

    Quote from their API Section.

    This function passes a value to the filters and the bypasses the math functions of the MotionWare driver. This is for games that have widely different methods of representing position than one of the existing library functions. It is recommended that programmers NOT use this function unless absolutely necessary. */

    MW_SendPrecalculatedLR()

  12. Stock price and publicity on Richard Stallman Calls for Amazon Boycott · · Score: 1
    Any bad publicity (as long as it is widespread) against something like this is *bad* for Amazon.

    Even if it doesn't hurt their bottom line.. watch their stock price take a hit.

  13. Tax? on VA Linux Systems Opens at $300 · · Score: 1

    Does anyone know what the tax on the gains from selling these shares will be? Lets say you bought 100 at the IPO price of 30 and then sold at 270. Therefore selling for a total of 27000. Any idea of what the tax on this would be?

  14. Re:Please read for details regarding DB and such.. on VA Linux Systems Opens at $300 · · Score: 1
    Can someone explain to me what a sell order is? How does it work?

    I called to confirm the shares this morning and I'm considering whether to sell or not now (DB lines are continually busy so I can't get through to a broker anyways).

  15. Re:*sigh* Already /.ed on V2 OS · · Score: 1
    You can get it at

    OnShare - Bootdisk

    If other people could share it in this group that would be cool.

  16. Re:Get the boot disk at OnShare on V2 OS · · Score: 1
    Get the bootdisk

    Whoops.. there's the link.

  17. Get the boot disk at OnShare on V2 OS · · Score: 3

    http://www.onshare.com/filelist.jsp?dirid=19014&gu est=true If the web site is down I shared the bootdisk on OnShare.

  18. Re:Katzdot.. on Medium Rare Quickies · · Score: 1
    My two favorites so far..

    Geek Sexbots - Experience It!
    Spiritual Sexbots - Euphoria or Doomsday?

  19. Re: OnShare on MP3 Jukebox That Rox · · Score: 1
    Anyone checked out OnShare yet?

    Interesting competitor.. based around communities sharing files. Same idea as napster/cutemx but you share files with groups of people (+ all of the interface is on the web).

    No linux client yet for sharing :( But you can download files.. 'cause it's all on the web.

  20. Hollywood couldn't but... on On Hollywood and the Portrayal of Computers · · Score: 1

    I don't think that Hollywood can do it, it is not mainstream enough. I think that some independent producer *will* do it sometime though, and it will be a minor success. Geek culture seems to be an upcoming market that people are beginning to recognize. There is more of a market out there for a movie about real (or well semi-real :) hacking than you might think.

  21. Other public key systems? on Will Expiration of RSA's Patent Unencumber SSL/PGP? · · Score: 1

    Are there any public/private key crypto system implementations out there now that are not covered by patents? Diffe Helman was mentioned in an earlier post, are there any companies that produce libraries to that use public/private key system?