Slashdot Mirror


User: gnuadam

gnuadam's activity in the archive.

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

Comments · 141

  1. Re:it's not cow farts on A Hotter Sun May Be Contributing To Global Warming · · Score: 4, Insightful

    I'm a chemist, and you're quite right. Carbon dioxide does store energy that an IR transparent gas would not trap in our atmosphere. But you glibly assume that it is easy to measure the effect of this trapping on global climate. This is not true, and is the reason there there is active debate to this date, even among responsible, non-oil funded scientists over the degree of the effect.

    At any rate, this effect *is* secondary to the effect of the sun's output...it is the largest source of energy for our planet, and any change in its output, even small ones, makes a large difference in our climate.

    This is why we have seasons...and seasonal changes are quite large and result from small changes in the sun-earth distance.

    If this report is true, and the sun's output has in fact increased over the last decade, it would be an important factor to account for, that to my knowledge, has not previously been considered.

    And it is at the same time bad news. If true, then human behavior may not be as responsible for climate change as we all have thought, and that makes the effects we would like to avoid that much harder to avoid....

  2. In other news... on Texas Rep Wants To Jail File Traders · · Score: 1

    ...sodomy still illegal in 13 states, the supreme court has ruled it perfectly acceptable to arrest someone for a minor traffic violation, and if John Ashcroft deems you a "hostile combatant," you can kiss your rights goodbye in most districts of the united states.

  3. Re:And today on Strike on Iraq · · Score: 1

    An alcoholic is always an alcoholic. George Bush, probably by his own admission, is simply an alcoholic who has stopped drinking.

  4. Re:Fink Support on Apple Releases Beta 3 of X11 · · Score: 1

    Problem is fixed. I updated, and it recognized my newly installed X11 3 beta fine.

  5. Re:Social engineering on Ask Security/Cryptography Expert Paul Kocher · · Score: 1

    Yes. There's this little company, Microsoft, I think it's called, working on it right now.

  6. Re:99c / track? on Apple to Launch Music Service? · · Score: 3, Informative

    Key difference: Listen.com requires windows. Apple is doing this to make an apple version, because there has been little effort on the part of 3rd parties to cater to apple users.

  7. Re:Similar situation... on Taiwan Forces MS To Cut Prices, Unbundle Software · · Score: 1

    Did you work for enron too?

  8. Re:I've never used BBEdit. on Bare Bones Releases TextWrangler · · Score: 1

    its like asking what does windows have that Linux doesn't for 200 dollars.

    And that's my point. You can buy an *operating system* for about what they're charging. I paid $79 for jaguar. I mean all jokes about emacs taking over the world aside, it is *just* a text editor, right?

  9. I've never used BBEdit. on Bare Bones Releases TextWrangler · · Score: 4, Interesting

    What does it have that gvim or emacs doesn't that is worth $150?

    And don't tell me to RTFA, because I have, and I still don't have an answer to this. From the people that use BBEdit or are planning on using this new lite version, why?

  10. Re:Subscription on Salon Asks for Help · · Score: 1

    Clue: they're published in different alphabets.

  11. Re:Color Me Confused... on Professor Eben Moglen Replies · · Score: 1

    The LGPL was born to address this problem. The GNU folks argue that if you link to a GPL'd library, your code must be GPLed as well. The LGPL is not as strict, and thus many useful libraries are LGPL instead of GPL - allowing other licenses to exist on a linux system. Not everyone agrees with this interpretation, though.

  12. Strongly typed python? on Guido van Rossum On Strong vs. Weak Typing · · Score: 1

    Best of both worlds with pyLint? It claims to do type-checking based on the source, but it seems to be in an early state of development.

    Also (though this doesn't check types), pyChecker can track down a few common errors as well, and seems to be more mature than pyLint.

  13. Re:Uh, soon to get easier? on Apple and Linux Beneficial to Each Other? · · Score: 2, Interesting

    Actually, if you use fink, you've noticed that the shared libraries in Apple's X11 distro are named in a non-standard way. I've spent days recompiling things that I'd compiled before I noticed there was a problem.

    That said, the opengl support makes pymol nicer.

  14. Re:Probably just Remote Desktop ... on The PC Display has Left the Building · · Score: 2, Informative

    Install vncserver on the winxp box. Install vncclient on the iBook. Rinse. Lather. Repeat.

  15. Re:so... on Taiwanese Capacitors Leaking, Exploding · · Score: 1

    It tastes like burning.

  16. Re:It truly is sci-fi stuff.. on Antimatter Space Drive · · Score: 1

    AFIK particles without mass move at c. As for tachyons, I'm a chemist, not a physicist. I'm not familiar with any of the theories to know much about them. I'll refer you to what I found when googling, here.

  17. Re:It truly is sci-fi stuff.. on Antimatter Space Drive · · Score: 1

    The correct statement is that matter cannot acheive speed beyond c. You can still accelerate, it's just that the change in momentum results in changes in the particle's mass.

  18. Re:Antimatter costs far more than it's worth... on Antimatter Space Drive · · Score: 1

    Long live the laws of thermodynamics!

  19. MacSlash ran this... on PPC Linux vs. Mac OS X Server: Linux Edges Out · · Score: 3, Informative

    ....you should check out their comments.

  20. Re:All this talk... on Design Philosophy of the IBM PowerPC 970 · · Score: 2, Interesting

    0. When I say I want openMP added to gcc, that sort of implies that I want the compiler directives added, and the library routines added to the standard libraries that are shipped with the compiler. I realize gcc isn't going to affect any environment variables.

    1. I write scientific code. That's how I know openmp. I think it's great for that.

    2. It's not really overkill, because it's quite easy to program for (in a portable way!) Much easier than fork(), and IMHO easier than pthreads.

    3. Admittedly, I've never needed much in the way of IPC for the codes I've written for smp (scientific codes on smp machines don't need much of it) but you could probably use a pipe, a socket, or whatever else. I do mostly want it for the scientific uses, though.

    4. MPI is good. But openMP is like 1000x easier to write for, and on good hardware is usually better ... for my problems.

    5. If IBM, or apple even, makes affordable, good smp boxes with this processor, openmp would be quite useful.

    6. The same features it's good at in science ought to make it perfect for other processor intensive tasks. Anything that needs a for (do) loop can be scaled quite well. Anything that has chunks that don't need communication can be scaled well as well. I imagine video/sound encoding might be easily parallelized using this...much easier than pthreads, and for this mpi would be overkill, don't you think?

    7. All I'm saying is that openMP is out there, is supported on most commercial compilers, and it's noticably missing from gcc. *I* would use it. I suspect many more people would use it if it was available .... especially if 4 processor boxes become available on the commodity market as people seem to be expecting (dreaming) in this topic.

  21. Re:Where's the source? on Darwin 6.0.2 for x86 Released · · Score: 1

    We give no comment but the following: Buffy has been informed.

  22. All this talk... on Design Philosophy of the IBM PowerPC 970 · · Score: 1

    All this talk about SMP machines coming nicely from this chip (and IBM's supposed workstation/linux aspirations) has me wondering something. Has anyone thought about adding openMP support to gcc? I'd give my eye-teeth for that. (Well, at least my wisdom teeth.)

    I already know about OmniMP and OdinMP, but I want openmp natively in the compiler. Anybody know more than me?

  23. Re:Wow on Palm Tungsten Models Reviewed · · Score: 2, Informative

    Don't buy into the megahertz myth. Just because the clock speed is greater means nothing. I'd still bank on the pentium.

    Until recently, ARM chips designed for handhelds didn't do harware floating point math!

  24. Re:($581 * 2) + tax == ~$1,200 on Abiword's PayPal Donation Fund Robbed · · Score: 2, Insightful

    Just a thought...

    You might accept payments there, but daily, weekly...often anyway...take the money out and put it in a real bank.

    Paypal shouldn't be used as a bank account. They're not a bank.

  25. Re:Where's my...Unix? on Top Ten Mac OS X Tips for Unix Geeks · · Score: 5, Funny

    But GNU's Not Unix, damn it!