Slashdot Mirror


User: big_hairy_mama

big_hairy_mama's activity in the archive.

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

Comments · 231

  1. Re:Not this stupid 'programming is art' BS again! on Software Aesthetics · · Score: 1

    IANACM (I'm not a cabinet maker), but I've seen some very beautiful cabinets in my time... I would therefore say that it is definitely an art. And I've also seen some very beautiful code in my time; in fact some code I would readily compare to the Mona Lisa, while other code I would compare to a pre-schooler's fingerpainting.

    On a mundane level, coding is a craft. But if you treat it like an art (and know what you are doing), then it is exactly that.

  2. Re:software is incredibly complex... on Software Aesthetics · · Score: 1
    If the person earns $80,000 US, that's about $4 (assuming 4 week vacation) that was spent on the human.

    Hmm, does everyone on slashdot work 24 hours a day?

  3. Re:This reminds me of the time... on X-Rays Of A TiBook's Interior · · Score: 1

    That's funny? You're just as racist as all the other trolls that have been posting here lately.

  4. Re:fp! on LinuxWorld Reports Continue · · Score: 0, Offtopic

    I second that!

  5. Re:Ummm... explanation? on Fine Structure Time Service · · Score: 1

    Unfortunately, that site seems to be for non-experts who also understand all kinds of crazy math, of which I don't even know the name.

  6. Re:Convince me on The D Programming Language · · Score: 1

    This goes way back to C++ vs Assembly. If you code Java by hand, it will definitely be faster than not (if you know what you're doing). For example, most Java programmers (and IDEs) tend to waste a whole lot of Strings and StringBuffers passing various information around. If you can stop wasting new Object's (of any kind), your programs will run *much* faster. I know, from experience.

  7. Re:Netscape 3.02 fast? on Netscape 6.1 · · Score: 1

    Yeah, and every time it shows an error or question, the keyboard freqzes for three seconds. Bah!

  8. Re:Rush Hour 2 on Review: Rush Hour 2 · · Score: 1
    To[o] bad she's a crazy bitch!

    That was a line from the movie.

  9. Re:Biblical precidence on Are The Digits of Pi Random? · · Score: 1

    Still, the *ratio* is the same, no matter how long the ruler.

  10. Re:Too bad the show is fixed... on Junkyard Wars Nominated For Emmy · · Score: 1

    Are you crazy? Of course there are people who know all of that stuff. Any good jazz musician has studied music theory, tone, pitch, chords, etc. for their entire life. But you're right, Britney and Christina couldn't have done it without those extra experts, which is why they *suck* and cannot be considered real musicians. And the music scene *is* the poorer for it. Bleh.

  11. Re:Great! on Solving the Great Shower Curtain Mystery · · Score: 1

    I remember reading about this as well, and I believe that it had nothing to do with the cup - the ring can also occur around the edges of a puddle.

  12. Re:This would be good for CD's in the states on EU To Investigate DVD pricing · · Score: 2

    Because those dolphin laws were making it harder for fishermen to make money, and so the WTO went after them. The coding system allows publishers to basically sell movies three times, one for each market. As a Seattleite who whitnessed the stupidity of the WTO first hand (as well as the stupidity of all the protesters, but that's another story), I doubt they would ever put any effort into getting the codes revoked.

  13. Re:Who hoo! Maybe my kids will benefit from this. on Stretched Silicon Speeds Semiconductors · · Score: 1

    Exactly. Remember that only three years ago I bought an 8 gig HD. Now I can buy one from IBM that's 75, something that IBM is directly responsible for with their development of new hard drive technologies (that, coincidentally, i remember reading about only one or two years ago).

  14. Re:Segfaulting on Mozilla 0.9.1 Out · · Score: 1
    About reliability, I was only refering to user apps, not the OS itself. And by user apps I mean email applications, photo editors (although I do love the GIMP) and multimedia-type things.

    For me (a programmer), these things don't really matter, and so I choose to use linux in the department where a pretty gui is less important than a functional interface, even if the interface is on the command line or has a hundred control keys attached to it in Emacs.

  15. Re:Mozilla on Web Bug Detector · · Score: 1

    Of course, Lynx also doesn't support javascript or anything else of that nature, so it's reasonably immune to browsing as well :)

  16. Re:Segfaulting on Mozilla 0.9.1 Out · · Score: 1
    You're right. The *only* thing I have nice to say about (most) windows software is that it segfaults much less than their counterpart Linux progs.

    OTOH, most Linux software's UI (or lack thereof) is so much astoundingly better that I choose to pay the price.

  17. Re:A compelling argument against MSIE. on Mozilla 0.9.1 Out · · Score: 1

    Not really.. Look at the latest version of Word. A thousand times more bloated than ever. It has so many "smart" features that I can't even type without it capitolizing every other god damn word I didn't want capitolized.

  18. Re:Source? on Mozilla 0.9.1 Out · · Score: 1

    Because not enough people would use it on those platforms to warrant the time it takes to pre-build it. It's not closed minded, it's thinking realistically. Tell you what - if you run BSD, then you are most likely very used to having to compile your own progs. What's one more?

  19. Re:Auto complete email? on Mozilla 0.9.1 Out · · Score: 1

    I'm pretty sure this only affects your entries into the address bar :)

  20. Re:Modern theme update... on Mozilla 0.9.1 Out · · Score: 1

    More than the colors, the shading and shadows KICK ASS!

  21. Re:Mozilla rocks ! on Mozilla 0.9.1 Out · · Score: 2
    Yeah it rocks, especially with their strict support of new w3c standards that IE can't even touch. But there are still some major bugs, and, although this latest version crashes *much* less than previous ones, some of the big features aren't there or aren't working yet. For example, mail is almost unusable because of a few nasty show stoppers.

    If you ask me, there are some priority issues with the mozilla team. Bug 4033 has been open for I don't know how long, and yet it seems like this could create quite a problem.

  22. Re:Not kiloBYTES... it's kiloBITS... on Iridium Offers Data service - IRC From Anywhere! · · Score: 2
    They mean 9.6 kiloBITS... equal to about 960 bytes per second.

    Where do you get this? 9.6Kb / 8 = 1200 bytes/sec.

  23. Funny, I just saw this on Lone Gunman on Hi-Tech Repo Man · · Score: 1

    ..just five seconds ago on FOX. The dumbass got his car jacked.

  24. Re:Sounding boards on "Extreme" Programming · · Score: 1

    I think this is a matter of perspective, mostly related to how much confidence you have in your own coding ability. Extreme Programming is a great idea, and for most people, it will help reduce the number of bugs greatly. Most programmers, in my experience, don't have the ability to walk through every line of their code, envisioning every single variable down to the platform level, as they go. For them (again, this is most people), XP is great because it lets you sit there with someone who's job it is to do this so that you can program without having to worry about this. For those of us who have trained themselves to do these "dry runs" in their heads as they go, it actually slows us down to have to not only code but then have to explain every single line in words to the other person so they can understand it at the same rate that you type it.

  25. Oh well on Pentium 4 Requires New Case And Power Supply · · Score: 1

    It's not like you wouldn't have to go buy a new motherboard, ram, etc., for your new P4, so you might as well buy a whole new case as well. If I was going to spend $3000 on the latest technology, I wouldn't try and save money buy reusing my old case. Stop bitching :)