Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Bird's eye view (Score 1) 350

Birds supposedly have UV vision, and some of their markings are for each other, and are more clearly distinguished by other birds that can see UV.

So you might consider observing birds and making sketches of their markings, much like the naturalists of 100 years ago, so that the rest of us can see what the birds can see of each other.

Comment Verizon blocks at the "free" router (Score 1) 459

I've run my own mail and web servers from my home for years, so I was worried about this when I was making the switch from Time-Warner cable (who didn't care, BTW) to Verizon Fios. One person I know reported that Verizon did indeed block port 25 (and port 80) inbound, while another told me his setup worked fine, once he replaced the free router they gave him with his own router.

And indeed, after making the switch, I still am able to get mail inbound on port 25. The modem/router they gave me does have controls to adjust security settings, which look a lot like Windows trusted -vs- untrusted controls. But I can't really tell if they do much. The key thing I found was to set up port forwarding to send port 25 to the machine in my internal network with the mail server. Same for port 80 to the web server.

Outbound I route through the ISP. Postfix makes that easy. I found a few years ago that certain domains I sent to, though not all of them, started bouncing mail even though I had an SPF record, just because my IP address was in a range listed as "dynamic" (i.e. "residential"). Clearly that's for spam control. Not everybody does this, and I could send direct to those who do not, but it was simpler to just send everything out via port 587 to the ISP.

Comment Re:Recommended alternatives? (Score 1) 194

If you take a hash (eg SHA1 is better than MD5) of the UDID you get a unique string that is not the UDID. Of course if other apps do the same then these could be compared to identify users -- not necessarily by name, but connecting a user on one server with a user on another.

So concatenate the App Id, which is unique to the app, with the UDID, which is unique to the device, and then take the hash, which is then unique to both and not invertible. Do this once, on the device (not on your server, or the UDID has to be transmitted), and use that as a unique identifier of the user/device.

Comment Re:Anyone else notice the slow responses from Goog (Score 1) 152

I've noticed lots of slow responses or no responses from Google servers lately. (Gmail, Google Docs, Google Search, Youtube, Google Maps, etc) It doesn't happen all the time, but many many times throughout the day. Has anyone else noticed this? If so, is anything known about it? DOS, etc?

Yes, I use Google for DNS and I've notice in the past day or two that it fails for long intervals (many minutes). I also wondered about DOS.

It's funny.  Laugh.

Anti Terror Honor System 74

Fortunately for us, the FAA has imposed the honor system as our next best defense against terrorism. Hopefully this will allow them to increase the volume of non-bladder liquid I'm allowed to take on planes.
Space

Astronomers Discover 33 Pairs of Waltzing Black Holes 101

Astronomers from UC Berkeley have identified 33 pairs of waltzing black holes, closing the gap somewhat between the observed population of super-massive black hole pairs and what had been predicted by theory. "Astronomical observations have shown that 1) nearly every galaxy has a central super-massive black hole (with a mass of a million to a billion times the mass of the Sun), and 2) galaxies commonly collide and merge to form new, more massive galaxies. As a consequence of these two observations, a merger between two galaxies should bring two super-massive black holes to the new, more massive galaxy formed from the merger. The two black holes gradually in-spiral toward the center of this galaxy, engaging in a gravitational tug-of-war with the surrounding stars. The result is a black hole dance, choreographed by Newton himself. Such a dance is expected to occur in our own Milky Way Galaxy in about 3 billion years, when it collides with the Andromeda Galaxy."

Apple Orders 10 Million Tablets? 221

Arvisp writes "According to a blog post by former Google China president Kai-Fu Lee, Apple plans to produce nearly 10 million tablets in the still-unannounced product's first year. If Lee's blog post is to be believed, Apple plans to sell nearly twice as many tablets as it did iPhones in the product's first year."

Comment Turn off the audio (Score 3, Interesting) 186

I found the audio to be distracting, whereas the video display gives me positional awareness, and I can look at it when I choose to, not when the box decides to say something. I found I was much more relaxed when I found how to turn off the audio.

So I guess having both at the same time is the real problem.

Comment Re:pffff (Score 1) 137

You'd think that somebody that's light-years ahead when it comes to parallel processing would rule the roost in the Top 500 supercomputer list. I'm sure there's a good explanation, though....just waiting to hear it. :)

To get on the Top 500 list your machine is measured against the LINPACK benchmark. It's not the best benchmark for parallel performance, so in many cases nobody has bothered.

Comment Interactions in Understanding the Universe (I2U2) (Score 1) 314

I'm working on a science education project called I2U2, which is looking for teachers like you.

The main idea of the project is to give students (and their teachers) direct access to data from major physics experiments, along with access to grid computing resources so that they can do interesting investigations with those data. We have access to data from the CMS test-beam, as well as Monte Carlo data simulating CMS itself. We will have real data from CMS once the LHC turns on. We have access to environmental data from LIGO, the gravitational wave detection experiment (not the gravitational wave data itself, I'm afraid; but there's still cool things you can do with the seismometers and other sensors). And we have an array of several hundred cosmic ray detectors in place in schools across the US (and a few abroad) from Fermilab's QuarkNet project (http://quarknet.fnal.gov)

All this data can be used for inquiry-driven projects which the students design themselves, with guidance from their teachers and materials we are preparing for the teachers. These 'e-Labs' are not scripted labs (though we do provide a general structure for developing those investigations), they are an opportunity to do real inquiry with real data. And yes, this will include tools to let you track your students' contributions and progress.

We will be doing some teacher workshops this summer, and we need some teachers to be beta testers. If you are interested in that, or in the project in general, check us out at http://www15.i2u2.org/ We are not set up for production yet, so please excuse that it's not very polished, but it should be possible to learn a bit more about the project from that site.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...