Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Faraday cage (Score 1) 792

Have you actually tried blocking the signal with a Faraday cage?

At work, coworkers sometimes forget their mobile phone on their desks when going to lunch. If the phone rings then we do something about it, such as locking it into a heavy-duty transportation box, hiding it under their desk, etc.
Last time we put a coworker's iphone into a cookie tin (ok, the tin was not strictly a cookie tin but a flat tin can used for yummy Tunesian pastries, but I digress). The iphone lost signal. After the coworker came back and we had discussed Faraday cages we put the iphone into a different tin can (one used for Malaysian sweets) but it kept the signal. Puzzled, we tried with a different brand of mobile phone (HTC I believe) - it kept the signal inside both tin cans.

Conclusions:
    - The iPhone antenna is worse than that particular HTC
    - Blocking radio signals is hard.

The next experiment we are going to do will involve grounding the tin can. (preferably in a new tin box so we have a change to eat pastries again).

Comment Re:Mostly unnecessary (Score 1) 202

I had to switch to 802.11a because the 2.4GHz spectrum where I live is mostly saturated. I can see ~25 2.4GHz networks and at 2.4GHz I could get approximately 5-10Mbps throughput. In 5GHz I can get approximately 20Mbps throughput. The AP was more expensive but in addition to dual 2.4/5GHz mode I also got other "business" goodies such as VLAN, multiple SSID, decent documentation, PoE, etc.

I do see other 802.11a networks here (about 3) that apparently belong to the national telco.

Comment Re:Iphone 4 enviro req, straight from apple (Score 1) 155

Right now where I live: 1C and 97% relative humidity.

The important thing about humidity is that it is non-condensing (i.e. not raining) and that the temperature of the device is kept above the dew point (otherwise water condenses on and inside the device). So:
  - dropping it in the bath tub: bad
  - using it in fog: bad
  - taking a cold device (eg. 5C) from the outside to the inside where the temperature is higher but relative humidity is also high: bad

Comment Re:What downsides? (Score 1) 77

I don't see how captive portals that rely on DNS tricks will work.

For those who don't know: A captive portal is used for directing you webbrowser to a specific page, eg. when you access a for-pay wireless network and it redirects you to a webpage where you can log in or sign up.
One mechanism is to capture the DNS query packet, and respond with, say, 192.168.0.1, where that server will respond with either a HTTP 301 redirect or the login-page. I cannot see how this will work with DNSSEC because the fake response will be be signed.
Another mechanism is to only redirect the HTTP request and respond with a 301 or login page. This should still work with DNSSEC.

So the big players, are probably a bit reluctant to enable DNSSEC on their domain because of the users that happen to sit behind the first type of captive portal.

I actually dislike the first mechanism, because even when it can be implemented nicely, many captives portals forget to set DNS response lifetime to 0 seconds so that when you have signed in/up, your DNS resolver will retry the query. Webbrowser reload only results in the you getting the login page again. So when connecting to a wifi network I don't know the details about I always first go to a webpage that I don't want to go to.

Comment Re:I'll see your B and give you an A (Score 1) 249

Amen to that.

I recently switched from 2.4GHz (802.11b/802.11g) to 5GHz (802.11a) for the same reason. Where I live I can see approximately 23 networks using 2.4GHz, and the real speed I get out of the 2.4GHz band is *maybe* 6Mbit/s. Full signal strength, but there is so much congestion in the band that the actual throughput is pathetic.

After I switched to 5GHz I get roughly 25Mbit/s consistently.

I didn't try 802.11n because my laptop + mac mini does not support that, and if the 2.4GHz band is that congested then it is not very likely that a more greedy approach to using the 2.4GHz band would have helped.

Comment Re:roundtrips (Score 1) 102

There will always be a risk of information loss or small distortion of meaning, because languages are not equal.

Slang and sayings are probably the most difficult to translate. Eg. translating the English word "blue" to Italian will force you decide between "blu" and "azzurro" and either of those two choices insert extra meaning that wasn't in the original. Another example is the Danish saying "Træerne vokser ikke ind i himlen" which as far as I know has no direct equivalent in English.

Comment Re:DNS (Score 2, Interesting) 620

My guess is that having the domains in that order allows you copy them directorly to/from DNS packets.
And the reason for the order in the DNS packets is that it allows compression by back-references. Roughly if a packet contains multiple names:
    some.domain.example.com
    other.domain.example.com
can be transmitted like:
    some.domain.example.com
    other<go back in packet at offset X>

See RFC 1035 section 4.1.4 for details.

Comment Re:Couldn't be hormones in our food, could it? (Score 1) 834

So why do we seem to have teenage girls blossoming so early? I'd wager that it is the use of hormones in cows that has artificially accelerated the aging process among humans.

No, it is better nutrition and a resulting earlier increase of leptin production.
Plente of google results. Best hit seems to be "Human Reproductive Biology" by Jones/Lopez (google view of book)

Comment Re:What are these architectures good for... (Score 2, Informative) 190

What keeps this SPARC space alive?

Solaris.
Sun has maintained backward compatibility for applications for decades. You rarely encounter "oops, you need libc.2.0, but that is not supported on the newer kernels.". Also, the command-line system administration tools (especially for troubleshooting) are comprehensive (dtrace, truss, ptree, prstat, psrset, ...)

Slashdot Top Deals

What the gods would destroy they first submit to an IEEE standards committee.

Working...