Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:Filename search for Windows? on Yahoo! Releases Desktop Search Tool · · Score: 2, Informative
    damn, it's so simple on windows it's funny so much fuss is being made about this now:
    1. start the indexing service, wait for it to index your drives.
    2. search (Win-F), and prefix your search string with "!"
  2. Re:In which world? on LAMP Grid Application Server, No More J2EE · · Score: 1

    Ouch, still using ASP? Try this!

  3. Re:New name, same product? on Former AOLers Bet on Private P2P App · · Score: 1
    well josh came up with the idea of creating a product that makes it easy for him, his family, his friends and people like them to share stuff. if you think waste and groove come anywhere near to doing this then you need to take a reality pill.

    gnutella was aken down for legal reasons plain and simple. the RIAA was frying napster and looking to fry anyone else doing similar things. you may not agree with the RIAA's practices, but you can't excuse a company for trying to avoid lawsuits.

  4. Re:grouper don't like mozilla on Former AOLers Bet on Private P2P App · · Score: 1
    Try reading the rest of the message! Here it is for those of you whose attention span didn't quite make it past the 1st three lines.
    To continue with the email verification process, either enable ActiveX controls in your browser and refresh this page, or:
    1. Download and install Grouper if you haven't already done so.
    2. Copy the 'Email Verification Code' from the email message.
    3. Run Grouper and click on your user name at the top left of the Grouper main window.
    4. Select 'Paste Invite Code...' command from the menu and follow the instructions on the window that appears.
  5. Re:New name, same product? on Former AOLers Bet on Private P2P App · · Score: 1, Flamebait

    Yeah dude. Next time, try to deliver the pizza before it gets cold, OK?

  6. Re:Too late in the game... on Former AOLers Bet on Private P2P App · · Score: 1
    That's been done...
    Sure, but you could say the same thing about the Web. Just because technology exists it doesn't necessarily mean it's the best, easiest way to do what it does.

    Take your example:

    • How many people do you know that can set up an FTP server, administer accounts, handle invitations, etc... securely, automatically, through a firewall?
    • How many people do you know that can't?
    • Can you perform searches on an FTP server?
    • Can you stream audio files from an FTP server reliably?
    • Can you get dynamically-generated thumbnails for directories of images from an FTP server?
    • What kind on IM features (albeit person-to-person, or group-based) does an FTP server support?
    • Can you get extended metadata for files on an FTP server (artist, title, etc...)?
    • Can you see what directories other people are browsing, or what files they're downloading?
    You (being a slashdot reader) could probably find a set of packages that'll do most of this stuff.

    On the other hand I could write a program that allows you (and your non-techie friends) to do all of these things with a simple, easy to use UI.

    Oh, wait...

  7. Re:Too late in the game... on Former AOLers Bet on Private P2P App · · Score: 1

    grouper doesn't allow you to download copies of audio files from your friends' machines, but it does allow you to build playlists of, and listen to music that they're sharing. we re-encode the audio on the fly on the source machine to a bitrate & format more conducive to streaming.

  8. Re:Too late in the game... on Former AOLers Bet on Private P2P App · · Score: 2, Interesting

    Yeah, we're definitely considering adding more push-like capabilities in the future to preemptively distribute content around the network.

  9. Re:Is this going to be a case of on Where Is The Plug-and-Play Linux Office System? · · Score: 0, Flamebait

    no, it's a case of "self-updating operating system threatens overpaid sysadmin jobs."

  10. Re:Requires ActiveX and Internet Explorer on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 1
    Well, you were moderated down but you made a good comment, and in fact we're in the process of customizing that page for different User Agents so it will be clearer to users of non-ActiveX-enabled browsers.

    Incidentally, the ActiveX control allows us to take the user from clicking a link in an email directly to the invitation/account creation UI in our application. ActiveX is the only technology I know of that allows this.

  11. Re:Requires ActiveX and Internet Explorer on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 1
    Did you try instructions in the "..., or:" part of the message?

    Enabling the ActiveX control is not a requirement.

  12. Re:Strange, I was just looking into this today on Downhillbattle.org Bounty For P2P Gaim Plug-in · · Score: 3, Informative
    The Grouper client connects to our servers to discover routing information for the other peers in its groups, so yes, we do know its IP address, although we only remember it if the client is routable.

    The p2p traffic is encypted, doesn't pass through our server if the group is routable. We don't know what files you're sharing and we don't know what files are being transferred.

  13. Re:The Bottom Line on Microsoft's Upcoming Desktop Search Tool · · Score: 2, Interesting

    you forgot OS X

  14. Re:Hey! My product failed! on Novell vs. Microsoft, Again · · Score: 1

    errr, didn't microsoft settle out of court during the appeal?

  15. Re:Not just C/C++ on The Lessons of Software Monoculture · · Score: 1

    it should be said that prepared statements and parameter binding usually increases performance, especially if your DBMS is able to cache the query.

  16. Re:Nader's place is in the Democratic primary on Pre-Election Discussion · · Score: 1

    voting for a candidate just because they have a chance of winning is the main reason why 3rd party politics isn't widespread in america. there seems to be some shame, in the american collective psyche, associated with backing a loser.

  17. Re:Voting for the "Lesser of 2 Evils" on Pre-Election Discussion · · Score: 1
    If you're in a secure state then a vote for either of the major candidates could be considered a wasted vote!

    Every vote that goes to a 3rd-party candidate raises their visibility. And since they get so few votes, each vote counts for them much more than it does for the majors. Not only is it good for the candidate for which you vote, but it helps raise the visibility of 3rd-party politics in general - something that this country sorely lacks IMO.

  18. Re:C++ is a bad idea for bad programmers on C++ In The Linux kernel · · Score: 1

    I can't think of any circumstances where knowing the size of a const literal is useful.

  19. Re:Let me be the first to say... on 30th Anniversary of Pascal · · Score: 2, Interesting

    MODULE HappyBirthday;
    FROM InOut IMPORT WriteString,WriteLn;
    BEGIN
    WriteString("Happy Birthday, Dad!");
    WriteLn;
    END HappyBirthday.

  20. Re:it doesn't matter on Winners of the 'Google CodeJam 2004' Contest · · Score: 1

    you can program topcoder solutions fine in C, but if you're not using C++/STL then you're at a distinct disadvantage. That goes for C/C++ programming in general, of course. let the flame war commence...

  21. Re:This is news?!? on Microsoft Issues Ominous ASP.Net Security Warning · · Score: 2, Informative
    sure, but this is true for ANY language that can make SQL calls.

    Microsoft repeatedly states in the documentation that it's better to use parameters on a command object for two reasons:

    • security. exactly what you say above.
    • performance. if the database has a cached copy of the parameterized query then it doesn't need to do the compilation. (however, sql server 2000 does have the ability to infer the parameterization of ad-hoc queries in order to avoid recompilation, but it's still more expensive than using a cached command).
    the bottom line is: no developer worth his paycheck should be using ad-hoc queries, and those that get paid enough to eat should be using stored procedures anyway.
  22. Yeah, but... on Hikarunix: The Go Distro · · Score: 5, Funny
    will it boot on my Atari?

    (sorry)

  23. well duh... on Are Journalism and Politics Inextricably Joined? · · Score: -1, Redundant
    politics is a sales & marketing venture.

    Chomsky's been saying this since the 60's.

  24. Re:You're missing the point on University Bans Wireless Access Points · · Score: 1

    Right, right. Like the 1st Amendment gives me the right to free speech and peaceful assembly in your living-room.

  25. Re:isolate on NIST Issues Windows XP Security Guide · · Score: 1
    oh come on, it's easy:
    1. unplug network
    2. install XP
    3. enable ICF (firewall)
    4. plug in network
    5. install updates