Slashdot Mirror


User: ByOhTek

ByOhTek's activity in the archive.

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

Comments · 2,817

  1. Re:I wish they would on IT Workers To Get Fewer Perks, No Free Coffee · · Score: 2, Funny

    Why do you have your own person to turn cows into orks in the next cubicle? Is that a big thing where you work?

  2. Re:the school district model on IT Workers To Get Fewer Perks, No Free Coffee · · Score: 1

    I'm not sure why I would complain about no free coffee...

    My work never supplied that :-(

  3. Re:Pay for your free licenses on How Can I Contribute To Open Source? · · Score: 1

    Great, XML is better than SQL for some data manipulation tasks.

    Last I checked, XML and SQL weren't the only options.

  4. Re:Ext3 on Best Filesystem For External Back-Up Drives? · · Score: 1

    There are several EXT3 implementations for windows, which do you refer? I've had absolutely NO issues with the IFS driver, other than I have to manually add the drive letter each time I boot.

    I pretty much use EXT3 for all drives that have to be shared between multiple operating systems, and have had no problems whatsoever.

  5. Re:Yes. on Is Code Auditing of Open Source Apps Necessary? · · Score: 1

    Ahh, if they hired engineers like they hired software devs.

    Actually, where's the guy with the woodpecker destroying civilization in his sig when you need him?

  6. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 1

    That's kindof what I think about XML.

    And if human readable is your is your goal, extend that analogy to using a fresh loaf of bread as your screws.

  7. Re:Pay for your free licenses on How Can I Contribute To Open Source? · · Score: 1

    He said "starts at", not "the ultra high end model".

    $660 for the entry model "standard" server (non-upgrade): http://www.newegg.com/Product/Product.aspx?Item=N82E16832116452

    Although, contrary to parent's comment, it's per CPU, not box, but it's 4 CPUs, and you don't find many system with more than 4 for that type of server.

    Or $680 for the Itanium variant like what you mentioned - no processor limit mentioned: http://www.newegg.com/Product/Product.aspx?Item=N82E16832116806

  8. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 1

    Most XML I've seen (except, sadly, the IIS metabase.xml) is a significantly bigger pain in the ass to read than a plain old config file - and even the metabase.xml file is moderately more annoying to read. It's not hard to make a config file safely transmittable either.

  9. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 1

    OK, I do like DOM, but the only XML I've seen that I've actually not minded, was in the IIS configuration (metabase.xml)...

    It's pretty sad when it's Microsoft that "did it right".

    Then again, maybe it's just because *everyone* uses it for their configuration files, which is really not a place that XML should be used IMHO.

  10. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 1

    That still doesn't give it an advantage over a config file.

    something=type
    something.foo=a
    something.bar=b ...

  11. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 1

    That would cover ColdFusion wouldn't it?

  12. Re:Say goodbye for XML on Microsoft Ordered To Pay $290M, Stop Selling Word · · Score: 2, Insightful

    If the do that, could this kill the atrocity that is XML? One can only hope.

    Seriously - for formatting data, it's overly complex. For storing and transmitting data, plain old config files are easier to read AND easier to parse...

    What actual purpose does XML serve?

  13. Re:BeOS on The Best, Worst, and Ugliest OSes of the Decade · · Score: 1

    Definetly. It could have used a secure login setup (which, I think was planned for the next release...), but otherwise it was by far my favorite OS.

    Fast, stable, needed more app support, UI was quiet an clean...

    *sigh*

  14. Re:IMHO solaris has a really bad userland on The Best, Worst, and Ugliest OSes of the Decade · · Score: 3, Informative

    Vista was tolerable with SP1, albeit way to slow (I'm talking on a 2.0Ghz Core 2 Duo with 2GB memory).

    XP, on the same machine, not surprisingly, was a *LOT* faster

    7, on that machine, is between the two, but close enough to XP that I don't mind using it.

  15. Re:I had a bad experience with DirecTV DVR on DirecTV Sued By Washington State · · Score: 1

    You can, but it costs a lot, usually. Unfortunately, I don't know if it will help your credit score or not.

  16. Re:The obvious answer on Android's Success a Threat To Free Software? · · Score: 1

    You make the assumption that they aren't developing a FOSS replacement while using the commercial app.

    In the case of huge apps, where a couple-week dev marathon can't replace the original, then using the closed source app may be the only short term option.

    That doesn't excuse pirating the app, in the cases where it's done, but at the same time, it's a perfectly reasonable course of action to use the CSA.

  17. Re:I had a bad experience with DirecTV DVR on DirecTV Sued By Washington State · · Score: 1

    Collectors harass you, your credit record goes to pot.

    Eventually they take you to court and get the money from you, even if it's drawn straight from your account at the judges authority.

  18. Re:The obvious answer on Android's Success a Threat To Free Software? · · Score: 1

    Not the open source community I've seen.

    "Use open source, if for some reason it isn't possible, pirate the closed source app" seems to be the more common MO.

  19. Re:wtf band on $25,000 of Communications Gear In a $500 Car · · Score: 5, Funny

    Slashdot always has good propagation on the WTF band!

  20. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    I was trying to remember the method, since I no longer have the old code. It was either indexOf, or matches.

  21. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    They are different, but both cause troubles.

    I'm just saying that neither is perfect (or in my experience/practice significantly better than the other), both have pros and cons.

  22. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    Actually, the string.find() method, I believe, was what differed for me between Win/Linux and HPUX.

    That would be in the standard stack, right?

  23. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    Thank you for saving me (and others) the necessity of correcting you.

  24. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    Ahh, but the mono team developed drop-in replacements for many of the call, making it work in a lot of usual cases.

    As i said, it isn't perfect, but it's not really bad either.

  25. Re:.Not on Has a Decade of .NET Delivered On Microsoft's Promises? · · Score: 1

    Addendum:

    Or running java on the problematic platform, for whatever reason is non-trivial. In these cases, debugging takes a lot longer. Of course, the latter case can be blamed on bad business practices, and not the language itself. Still, when you expect something to be completely cross platform, it shouldn't rely on native implementations of anything, unless the code base is shared (ex. they could use OpenSSL instead of Sun's implementation since that seems to be everywhere).