Slashdot Mirror


User: jwbozzy

jwbozzy's activity in the archive.

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

Comments · 39

  1. Re:Static type checking is good on Do Scripters Suffer Discrimination? · · Score: 1

    Pike does this to a fairly decent extent. Its more or less C as a scripting language with objects(I avoid saying C++ because of syntactical ugliness in the connotation). I've used it for a few small things, I haven't had the time to really explore the language in depth, but i have a hell of an XML-RPC server running in it.

  2. Re:In response to scripting apps faster on Do Scripters Suffer Discrimination? · · Score: 1

    For an example of why languages should not allow myriads of syntax, see Perl.

  3. Re:Really, it's not that buggy on Microsoft: Because Bugs are Cool · · Score: 1

    <KarmaHit>
    I would agree totally. There are tons of software packages that are just total crap and make windows look terrible.

    I would never use windows on a server(I'm partial to FreeBSD there), but for a desktop, Windows 2000 and XP Coporate are quite good. They certainly both have issues, but they are certainly less scary than some of the loveliness that X dishes out. I would prefer being able to drop into some sort of CLI if the graphics fail, but I haven't had too much of a problem with that, and I push my workstations pretty hard(I'm a developer, and my workstations run multiple servers like Apache/MySQL and get a good pounding. Not to mention nightly compiles...). Also, most of the development tools I use work just fine on windows, even cygwin based stuff.

    Overall, at this point, all of the linux kiddies and zealots need to get over themselves. Windows is just fine for a workstation. And yes, Borland sucks :)
    </KarmaHit>

  4. Re:Take days off? on Negative Effects of Workplace Net Monitoring · · Score: 3, Insightful

    I agree totally. I do occasionally take days off for personal business, but that is for things like car maintenance and the like, where I could not possibly be at work. Things like online banking, online bill pay, and auctions are not an excuse to take a day off.

    However it is a horrendously bad idea to block access to things that are not directly inappropriate, like porn and online casinos. I highly doubt you are losing more than 10 - 20 minutes a day on this, and how much time is lost in impromptu meetings in hallways, at watercoolers, etc or long lunches? I would say that the costs at my old company(where I had to implement this) were far higher than the benefits of a few minutes of time lost.

  5. Talisman on Alternative Desktops for Win32? · · Score: 2, Informative

    Talisman seems to be pretty cool, my girlfriend likes it alot, and it appears to be fairly customizable. I haven't used it all that much(GNOME user :P), but it seems pretty easy to play with and they offer a 30 day trial download. Of course, if you don't want to pay...geoshell works nicely.

  6. Re:Out of the woodwork :) on Worst Buy · · Score: 1

    In today's legal system, there ought to be a way you can get some sort of reparations from them for your humiliation and all the crap they put you through. You can obviously prove that you had a legitimate receipt and are due a product. They cannot prove anything about what you did. Then again, they are a huge corporation, and are apparently very imaginative with their statements...

  7. Process List on Apple's Response to Microsoft: Unix Ads? · · Score: 2, Interesting

    Did anyone else notice the process list? Microsoft is listed as a process...

  8. Re:Official r3mix.net karma whoring link on Best Buy Backs CD Copy Impairment · · Score: 1

    I was referring to the average MP3 you find out there, and which this guy would be downloading, which is done at 128bps with an average encoder. It's awful, but that is the status quo on all of the major filesharing networks. As well, I still stand by my statement, if you want the music buy the damn cd, don't be pretentious and whine to us about your precious "entertainment dollar".

  9. Re:Give me what I want, not what YOU think I do... on Best Buy Backs CD Copy Impairment · · Score: 1

    I don't know about anyone else, but if I'm paying for music, I want it in the best quality possible, which is NOT mp3. The original wav tracks on the cd ALWAYS sound better than anything that has been encoded. I would not pay for downloadable mp3s, and I think many a studio engineer would be kicking themselves for trying to hard to give you a good sounding record that you are then going to listen to in a bastardized form. Go buy the damn cd's, they aren't that expensive, and they ought to be worth it to you. MP3 is nothing more than a convenience measure, for original quality, the cd will always win.

    With regards to your ISO idea, why should artists put together complete albums if you are just going to hack them to bits without having a good listen first. And by the way, CDNOW already allows you to create custom cds(for a large price).

    Go buy the cds and dont whine to everyone about your entertainment dollar. It suited you fine before Napster came out.

  10. Directory Listing Denied? on Microsoft/Unisys Unix-bashing Site Runs FreeBSD · · Score: 1

    Hmm, it seems I cant get there anymore...
    Directory Listing Denied
    This Virtual Directory does not allow contents to be listed.

    Did someone nail them already??

  11. if you get bored... on Why 'rm -R star' Isn't Enough · · Score: 1


    cat /dev/mouse > /dev/hda1 is an incredible amount of fun :-P

  12. Re:Solitaire programmer 'killed' 36 people on All Work And No Play ... · · Score: 1

    he may have, we just dont know, after all, think about who he worked for...

  13. Re:This is exactly what keeps Linux down. on All Work And No Play ... · · Score: 1

    please tell me you're not serious...

  14. depends on The Power of Multi-Language Applications · · Score: 1

    It really depends, I tend to combine Perl and C/C++ alot for SSI's and utilities that I write. I suppose whatever works...Might be tough if cross-platform developing matters to you though.