Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment another way around internet blockage (Score 1) 123

Known VPN services have identifiable server addresses that can be blocked. Instead, you can set up a cheap raspberry pi (or other) at your home and use an encrypted SSH connection to that [raspberry pi] from far away. Then turn on your SOCKS proxy (part of WiFi Details on Macintosh) and check to see that your IP address shows to the world you access as that of your raspberry pi. I do this all the time, including right now. It also helps to watch sports events.

Comment Re:No Autonomy (Score 2) 125

You might have missed that Musk made the same claim about 2016, with the 1-camera sensor system. The 2017 claim was with the newer 8-camera system, and the claim was made before Tesla even had software for the new sensors, and the Tesla then lacked adaptive cruise control, adaptive high beam, self parking, summon, and other things that the prior model did have. I'm embarrassed that I actually believed these claims.

Comment Re:Analyze all of the data (Score 2) 343

When they analyze all the data that exists, that's the opposite of cherry picking. [Geoffrey Landis]

Indeed. I made this same point after Jane/Lonny baselessly accused Layzej of "cherry-picking" when Layzej loaded all the UAH data. Jane/Lonny then suggested cherry-picking at 1998, and keeps insisting that this somehow isn't "cherry-picking".

Ironically, I even gave Jane/Lonny R code which calculates trends and accelerations of global mean sea level (GMSL) data. That graph accounts for autocorrelation- the red lines are 2 sigma uncertainties. The trends and accelerations are calculated over periods which all end at 2009.5. The new significance.zip (backup copies) contains my R statistics folder, including many data sets.

Again, note that this approach avoids cherry-picking by using the entire dataset. Also note that all the best-fit accelerations are positive.

Once again, that's consistent with this NOAA article:

"Sea level is rising at an increasing rate ... There is strong evidence that global sea level is now rising at an increased rate and will continue to rise during this century. While studies show that sea levels changed little from AD 0 until 1900, sea levels began to climb in the 20th century. The two major causes of global sea-level rise are thermal expansion caused by the warming of the oceans (since water expands as it warms) and the loss of land-based ice (such as glaciers and polar ice caps) due to increased melting. Records and research show that sea level has been steadily rising at a rate of 1 to 2.5 millimeters (0.04 to 0.1 inches) per year since 1900. This rate may be increasing. Since 1992, new methods of satellite altimetry (the measurement of elevation or altitude) indicate a rate of rise of 3 millimeters (0.12 inches) per year. This is a significantly larger rate than the sea-level rise averaged over the last several thousand years."

And once again, that's consistent with the 2013 IPCC AR5 SPM:

"Proxy and instrumental sea level data indicate a transition in the late 19th to the early 20th century from relatively low mean rates of rise over the previous two millennia to higher rates of rise (high confidence). It is likely that the rate of global mean sea level rise has continued to increase since the early 20th century."

That's also consistent with the US NAS's statement that "Sea level is rising faster in recent decades".

Comment Re:So when the FCC does something you don't like.. (Score 1) 591

To be fair the rules are consistently referred to as "Obama-era net neutrality" in many of the news outlets. Obama also spoke out publicly in favor of the rules on more than one occasion. On the other hand I doubt this whole mess is much of a blip on Trump's radar, but it seems clear this wouldn't have happened had he not been elected.

Comment Re: He should really get a paramotor (Score 1) 246

You don't need a rocket, or an airliner, or a tall ship on the ocean. Go to any decent sized lake (say, 1 mile across) with a telescope, lay the telescope on the ground and focus on the opposite side of the lake. You'll notice that you can't see the feet of the people walking on the other shore.

Comment NY Times Crossword (Score 1) 70

My favorite release notes were for a bug fix in the NYT crossword app:

# Fixes
- Fixes a crash on launch for some users.
- Fixes a crash when some users try to log in.
- Fixes a crash when restoring purchases fails for some users.
- Fixes a crash for some users after logging in during the onboarding process.

# Fun Facts
CRASH has appeared as an answer in The New York Times Crossword eight times and BUG has appeared 15 times. No wonder SORRY has appeared 16 times.

Comment Re:Database locks don't exist? (Score 1) 193

They're called locks and transactions. Read up on them.

Ok, so because Suzie loaded up the Hertz inventory page and then went on a jog the rest of the world can't reserve a car? You can't just put everything in a transaction. The whole point of transactions and table/row locking is to ensure safe multi-client access to the same data. Manual refresh is a simple, clean way for Suzie to see how the inventory changed while she was out.

Slashdot Top Deals

An inclined plane is a slope up. -- Willard Espy, "An Almanac of Words at Play"

Working...