Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Space junk locked up in a Police cell (Score 4, Interesting) 66

A farmer near Ashburton, New Zealand found one of the fragments - a titanium ball - on his farm in 1972. No one knew what it was, they thought it might be dangerous or even radioactive. Not knowing what to do, the local Police took it away and locked it up in their Police cell.

The New Zealand Government tried to give it back to Russia, but they denied it was theirs. Eventually, the mysterious ball that no one wanted, was given to a local museum, where it still resides.

https://www.nzherald.co.nz/nz/...

Comment Browsing text with no pictures to save money (Score 5, Interesting) 171

Did all my browsing with no pictures because my ISP charged by the byte downloaded. All the ISP's in my country did this. It wasn't a very rich experience, but every byte downloaded cost money.
In any case the dial-up modem I had was so slow that pictures would have taken all day. I don't remember what it was, but I remember upgrading to a 14.4k modem later. Fast!
I used the Mosaic Browser which could only download one picture at-a-time, but one day splashed out and got this new browser - Netscape - forerunner of Firefox. The 2 Mb download took all evening and crashed a few times before I got it. Never looked back.

First Person Shooters (Games)

Unreal Tournament 3 For Linux Is Officially Dead 190

ndogg writes "There is no longer any uncertainty surrounding the release of Unreal Tournament 3 for Linux. It's official: the port is now dead. No reasons were given, but no one should be waiting for it anymore, if anyone still was."
Medicine

One Night Stands May Be Genetic 240

An anonymous reader writes "So, he or she has cheated on you for the umpteenth time and their only excuse is: 'I just can't help it.' According to researchers at Binghamton University, they may be right. The propensity for infidelity could very well be in their DNA. In a first of its kind study, a team of investigators led by Justin Garcia, a SUNY Doctoral Diversity Fellow in the laboratory of evolutionary anthropology and health at Binghamton University, State University of New York, has taken a broad look at sexual behavior, matching choices with genes and has come up with a new theory on what makes humans 'tick' when it comes to sexual activity. The biggest culprit seems to be the dopamine receptor D4 polymorphism, or DRD4 gene. Already linked to sensation-seeking behavior such as alcohol use and gambling, DRD4 is known to influence the brain's chemistry and subsequently, an individual's behavior."

Comment The Open Source Perspective (Score 1) 105

Well, having been an open source developer for almost the 10 years, I know a bit about this. Firstly you need to code as securely as you can. Do the research, make sure you know whats going, and audit your own code thoroughly.

Don't believe no one else is looking, because they are. I've had one person ask me a few innocent questions about my code, then email a back a week later to say I'd passed their security audit just fine. I've also been unlucky enough - just once - to have the full disclosure email about a security vulnerability. And yes, that feels bad.

Do your very best; don't worry, and enjoy being part of the open source community.

       

Microsoft

Microsoft Sends Flowers To Internet Explorer 6 Funeral 151

Several readers have written with a fun followup to yesterday's IE6 funeral. Apparently Microsoft, in a rare moment of self-jest, took the time to send flowers, condolences, and a promise to meet at MIX. The card reads: "Thanks for the good times IE6, see you all @ MIX when we show a little piece of IE Heaven. The Internet Explorer Team @ Microsoft."

Comment Old photographs - data that really did survive! (Score 1) 669

All this talk about making sure data lasts for the future. Well, I'm currently mining old data that was laid down well before my birth date, that's old family photographs back to the 1860's.

For the first time I'm seeing images of my great, great grandfather and his family candidly posed in an Aberdeen studio. My great grandfather and his brothers on an old tintype photo plate.

Some of the images are in a fairly poor state, but half an hour with the Gimp has got them back into serviceable condition.

When my relatives submitted to the new craze of photography some 150 years ago, did they ever believe that one of their descendants would lovingly resurrect the data? On a machine that would have been a complete fantasy to them.

Oh, and how do I know who they all are? Simple; they wrote their names on the back of the photos for posterity.

Comment Howto with Fedora Core 1 (Score 5, Informative) 429

I had lots of problems getting NVidia to work with FC1. Things would kind of work, but other things wouldn't. Getting TuxRacer to work is a good litmus test.

Then I found this page of unofficial FC1 FAQ. Yay...!!

Here's what to do - it worked for me:

Use these instructions if there are no RPMs available, or if the available RPMs don't work for you.

Make sure you have the lastest drivers.

Now print this out, or write it down. Then:

  1. You must have kernel-source installed for this to work. Check the "Add/Remove Applications" tool in System Settings on the red-hat menu.
  2. Shut down X (as root, do telinit 3 in a terminal).
  3. Log in as root and go to the directory where you downloaded the nVidia drivers.
  4. Type CC="gcc32" sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --add-this-kernel.
  5. There will be some whirring and wailing, and then do CC="gcc32" sh NVIDIA-Linux-x86-1.0-4496-pkg2-custom.run That will do a correct install of your nVidia drivers.
  6. Follow nVidia's instructions to set up the driver. (Read the "EDITING YOUR XF86CONFIG FILE" section.)
  7. You can now restart X by typing telinit 5.

If none of this works, do rpm -e --nodeps XFree86-Mesa-libGL and then restart your computer. The need to do this should soon be eliminated -- watch this FAQ or the fedora-list. Note that if you update XFree86, this package will be reinstalled and you will need to remove it again. This solves the "DRI" problem.

Slashdot Top Deals

"Plan to throw one away. You will anyway." - Fred Brooks, "The Mythical Man Month"

Working...