Slashdot Mirror


User: jeremyds

jeremyds's activity in the archive.

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

Comments · 44

  1. DotNetRocks on Interesting Tech-Related Online Talk Radio? · · Score: 2, Informative

    Despite being heavily focused on Microsoft technologies (.NET in particular), DotNetRocks is an excellent radio talk show about everything from software development methodology, to Linux, to the general state of the industry. All shows are available for download as MP3's and you can call in live on Thursday nights.

  2. Re:I get paid hourly on Code Copying Survey for Developers · · Score: 1

    Competition. Someone who reuses code is more likely to come in with a lower quote than you on a bid for a project.

  3. The real problem on New SQL Server Release Slips to 2005 · · Score: 5, Interesting

    The real problem is not so much that the Yukon date has slipped, it's that Whidbey (The next version of Visual Studio.NET and the .NET framework) is slipping with it. For who knows what reason, Microsoft decided that these products must be released together. While Yukon promises some very nice features, most people would much rather have Whidbey released now and live with SQL 2000 for awhile longer.

    To top it off, MS is not even going to be releasing any service packs for Visual Studio in the meantime. There are some rather serious issues with the current version of Visual Studio that can only be fixed by calling MS for specific hotfixes. Needless to say, much of the MS developer community is up in arms.

  4. My personal favorite on NYT on Game Mods · · Score: 1

    The best all-time mod I've played is Weapons Factory for Quake II. It was an intense, class-based, capture-the-flag gameplay style that I've spent countless hours playing. Quake II was arguably a weak follow up to the uber-popular Quake I, but this mod greatly extended its life.

  5. Re:What concerns me about Freenet on Freenet 0.5.2 Released · · Score: 1

    Freedom should go both ways. By using Freenet, I'm actually giving up the freedom to only trade the information I want to trade from my computer. My personal opinion on child pornography is irrelevent to freedom of speech.

  6. What concerns me about Freenet on Freenet 0.5.2 Released · · Score: 2, Insightful
    Taken from Freenet's FAQ:


    I don't want my node to be used to harbor child porn, offensive content or terrorism. What can I do?

    The true test of someone who claims to believe in Freedom of Speech is whether they tolerate speech which they disagree with, or even find disgusting. If this is not acceptable to you, you should not run a Freenet node. There is another thing you can do. Since content in Freenet is available as long as its popular, you can help limit the popularity of whatever information you do not like. For example, if you do not want a file to spread you should not request it and tell everyone you know not to request that specific key. However, keep in mind that freenet is not designed so as to only allow communication between people if a sufficient number of people agree with the communication. Freenet is designed to make communication possible even if there's just one publisher and one reader, and this is already reasonably feasible on the current freenet.


    I'm all for freedom of speech. However, I really don't like the idea of my computer being used to trade child porn. By running a Freenet node, I give up control of what information gets shared from my computer. Sorry, but I'll pass.
  7. Re:Wow on The Mozilla Foundation · · Score: 4, Funny

    From the http://www.mozilla.org source:

    @import url("/frontpage/nav4Sucks.css");

    This wouldn't happen to be a reference to Netscape Navigator 4, would it?

  8. Another one? on PHP and MySQL Web Development, 2nd Edition · · Score: 0, Redundant

    Apparently, five previous reviews of PHP/MySQL books isn't enough.

  9. In 100 years... on The Hundred-Year Language · · Score: 1

    Code writes YOU!

  10. Re:Mplayer audio/sound problem: aac and faad on Matrix Reloaded Trailer Released · · Score: 1

    Windows instructions: Press the "update" button.

  11. Re:Just how many sites need to be dynamic? on Build Your Own Database-Driven Website · · Score: 1

    That's fine and all if you have pages that just display data. However, if want to do anything interactive, like search an employee directory, then you'll need to use dynamic pages. A comprimise might be to cache the data instead of going through the overhead of hitting the database every page load. Of course, this would need to be balanced with the memory available on the server.

  12. Had enough on Microsoft: Because Bugs are Cool · · Score: 1
    Really, this is just getting silly. Slashdot is becoming one of the most unprofessional "news" sites out there. It's one thing to be biased, but another to consistently post false information.

    I see a story like this almost every other day. Anything anti-microsoft in particular is posted without even checking to see if the source is valid or reputable. How does one miss that this article (if even real) was written in 1995?

  13. Re:Open source mmorpg? on MMORPGs, Are You There Yet? · · Score: 1

    Interesting idea, but they would still probably have to charge a monthly fee. Even if you cut out the cost of the game servers and bandwith, you would still need developers, designers, customer support, etc.

  14. And the award goes to... on More On Kapor's Attempt To Best Outlook · · Score: 2, Funny

    Mitch Kapor for the best vaporware of 2002!

  15. Re:This book is great on Professional PHP4 · · Score: 1

    Split() and Join() do exist in ASP 3.0 and I use them all the time. These functions are a part of both VBScript and JScript and are therefore a part of ASP 3.0. Am I missing something?

    I must have misinterpreted what you meant when you said "Searching, replacing, ...". However, you can do regular expressions with ASP 3.0. If you read my original post again:

    Set regEx = New RegExp
    regEx.Pattern = patrn
    Set Matches = regEx.Execute(strng)

    More information on this is available on this at the MSDN site

    I'm not disagreeing that PHP generally offers more functionality than ASP and can be easier to code at times. I'm just trying to keep the comparisons accurate and fair.

    ASP.NET does blow both PHP and ASP (and JSP for that matter) out of the water, though. You should look into it if you get the chance.

  16. Re:This book is great on Professional PHP4 · · Score: 1

    Sigh... Try to do a join() or split() in ASP. Yes, it's doable, but with quite a lot of legwork. How is this a lot of legwork? MyArray = Split(MyString, ",") MyString = Join(MyArray) How about regular expressions? Set regEx = New RegExp regEx.Pattern = patrn Set Matches = regEx.Execute(strng) Searching, replacing, replacing with code execution, and more? Not gonna happen in ASP, nope Result = InStr(MyString, "asp") Result = Replace(MyString, "/.", "slashdot") having first learned and worked with ASP for 2 years before I got in to PHP, and having now been active in ASP and PHP both for that past two years For someone who's had four years of experience in ASP, you sure have a lot to learn.

  17. All I got was... on Company Christmas Gifts / Bonuses? · · Score: 1

    A one year subscription to the Jelly of the Month club. It's the gift that keeps on giving all year long.

  18. Re:I don't see how thats possible on Win2k Cheaper than Linux · · Score: 1

    Well, at the company I'm working at, we have one administrator that manages around 45 production Win 2K and Win NT web, database, file, and print servers. Very seldom do any of these servers ever crash and our administrator usually goes home before 4:30. How's that for volume of staff?

  19. Why Do Websites and Website Hosting Fail? on Why Do Games and Game Studios Fail? · · Score: 1