Slashdot Mirror


User: Mark+Pitman

Mark+Pitman's activity in the archive.

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

Comments · 273

  1. Re:The Dingo Ate Your Boot Sector on Antisocial Hardware? · · Score: 1

    The Master Boot Record is only 512 bytes. That's not so big. He isn't saying that it put the NT boot loader on his drive. He is saying that it rewrote his MBR to LOOK FOR an NT boot loader.

  2. Re:Roots on Windows aren't as l337 on Windows Rootkits · · Score: 1
    This is why I changed the port for it

    OK, so you changed the port, wouldn't someone just be able to port scan your system and try connecting on other ports instead? I suppose it might keep the script kiddies out... for a while.

  3. Re:$250 for 128MB, $400 for 20GB on Ogg Vorbis Portables On The Way · · Score: 1

    You're showing your age :) Those Mr. Microphone commercials were pretty cheesy!

  4. Re:Okay, really now on A 1974 Review of D&D · · Score: 1

    Heh, I'll bet the "average" person wouldn't know who Beowulf is!

  5. Re:"Elegent Memo" on SQL Server Developers Face Huge Royalties · · Score: 1

    That should have been "aka Word 10". I even missed it in preview.

  6. Re:MS SQL Server on Unix on SQL Server Developers Face Huge Royalties · · Score: 1

    Don't know if you are trolling or not, but Sybase and MS SQL Server used to be one in the same, until MS SQL 6.5 I think. Then they split. I haven't used Sybase in a few years, but Sybase System 11 was pretty decent.

  7. "Elegent Memo" on SQL Server Developers Face Huge Royalties · · Score: 2, Funny

    Anyone else notice that the document on the Timeline website that is linked to is titled "Elegent Memo". Kinda funny, they wrote it in Word XP (aka Word XP) using one of the built-in letter templates and exported to HTML. Didn't bother to change the title of the document. Just makes them look a little silly if you ask me.

  8. Re:Why? on Record Label Thrives Selling CDRs · · Score: 1

    I'm no expert on the CD pressing business, but I assume pressing a CD isn't more expensive than burning one, if you are pressing large amounts. The problem is, they then need to take orders for as many CDs as they press, otherwise they have a bunch of left over CDs and have wasted a lot of money. By only burning what they sell (plus 4 more for future orders, like the article says) they save money.

  9. Re:Oh please... on Negative Effects of Workplace Net Monitoring · · Score: 1
    Do you have a family?... kids? Probably not. They're HUGE time sinks.

    Yes, I do have a family. As a matter of fact I have 3 kids. I'm not saying I agree with blocking ALL personal use of the web at work. If you read my initial post, my point was how silly it is to say that "since I can't spend 5 minutes at work taking care of something, I have to take a whole day off work to do it instead," which is basically what the posting says. (Although if you read the actual article they don't word it quite the same as the /. post does.)

  10. Re:Take days off? on Negative Effects of Workplace Net Monitoring · · Score: 1
    ... but if I want my electronic mortgage payment to go through on that business day...order nephew's birthday present, I have to do it before the webstore closes if I want it to ship in time...

    Both of these are examples of trying to do something at the "last minute". Don't procrastinate so much and you won't find yourself in these situations. Is it your employer's problem that you can't manage your time properly?

  11. Re:Take days off? on Negative Effects of Workplace Net Monitoring · · Score: 1

    If you need to contact someone before the close of business in a different time zone, what would that have to do with surfing the web? If you really need to contact them that urgently, you should be using the phone. Web based support forms aren't all that reliable when you need something in a hurry.

  12. Take days off? on Negative Effects of Workplace Net Monitoring · · Score: 4, Insightful
    ...people have to take days off from work to deal with personal business that could have been done in a few minutes or hours from a work net connection...

    If you can do it on the web from work in a few minutes, why would you need to take a day off to do it from home? The web is open 24 hours! Take a few minutes at home to get it done in the evening instead of taking the day off. If you don't have an Internet connection at home, go to the library. That's just ridiculous.

  13. Re:Sure, noone uses them... on Dell Dropping The Floppy · · Score: 1
    But ALL PCs have floppies.

    Not really, My laptop has no floppy. I can buy one for it, but why?

  14. Re:I've only been with KDE on A Preview of Ximian's Gnome 2.0 Desktop · · Score: 1

    If you are using Evolution, then you probably have a lot of the base install of Gnome already, as Evolution is a Gnome app and requires certain Gnome libs. Wouldn't be too far of a stretch for you to try out Gnome.

  15. Re:confusing on A Preview of Ximian's Gnome 2.0 Desktop · · Score: 1

    Evolution is an Email client/PIM, not a file manager. Maybe you are thinking of Nautilus?

  16. Re:glad someone beat me to it on Xbox Linux Cluster · · Score: 1

    The XBOX is NOT very quiet. Fan and harddrive noise. Not too noticable when you have the volumne of your game cranked up though!

  17. Re:Check the links on XBox Chip With Legal BIOS · · Score: 1
    You should not be able to use a company's products to disparage that company.

    Funny you should mention that: MS FrontPage Restricts Free Speech II (It's True!)

  18. Re:If GE can't even make it work... on Six Sigma-fying Your IT Department? · · Score: 1

    Ever stop to think that maybe GE doesn't do the development on their website?

  19. Re:Yet another buzzword.... on Six Sigma-fying Your IT Department? · · Score: 2, Interesting

    I'll bet he is talking about TQM: Total Quality Management.

  20. Re:STEALING! on "DVD-Jon" Faces Retrial · · Score: 1

    You know, just because there aren't tags around his post doesn't mean he wasn't being sarcastic.

  21. Re:Please do just one thing on Best Fonts for Linux Browsers? · · Score: 3, Informative
    OK, here's a few references. I don't know if any of these sources are considered "experts" on the subject, but they seem to make sense.
  22. Re:Please do just one thing on Best Fonts for Linux Browsers? · · Score: 2, Informative
    Serif fonts are far more readable at small sizes than sans serif fonts.

    That is true on paper, but not on computer screens.

  23. Re:Convoluted Suggestion #1 on Converting Word Files to Text for Archiving? · · Score: 1

    And you need to do this in ASP because? You can just as easily automate it from a VB app. One thing I have done in the past, which is a little off the wall, but works OK, is convert the Word doc to HTML and then use CDO and VB (or C# or VB.Net) to create an email message out of it. Assign the generated HTML to the HTMLBody, then pull the text version off the Body of the message and discard the email message. It does a nice job of converting the HTML to text. Bullets become asterisks with tabs, tables get tabbed out too I think. Try it out, it might give you what you want.

  24. If it runs on a Palm... on Ogg/Vorbis on Palm OS · · Score: 1

    We should be seeing Ogg support on "dedicated" MP3 players soon, no?

  25. Re:I dont get it on Using PDAs for Dictation? · · Score: 1

    Well, it has been modded up now, but it shouldn't have been. None of the software in that article will do what the poster is asking for: dictation.