The Hangover
I'm never drinking again. And this time I mean it!

Anyone who's suffered through a bad hangover has muttered these words.

But does a hangover even delay your next drink?

Scientists recruited almost 400 adults who consumed alcohol at least once a week.

At the beginning of the study, the participants answered questions about alcohol and nicotine dependence.

Afterwards, they kept drinking diaries for three weeks.

They also kept morning and bedtime reports on their mental status and stress level.

To see if hangovers inspired participants to delay their next binge, researchers measured the time between drinking episodes.

On average, hangovers did postpone the next drink—but only by about 6 hours.

The work is published in the journal Alcoholism: Clinical and Experimental Research.

In addition to discovering that hangovers fail to deter drinking, the study found that people with alcohol dependence or financial stress were more likely to develop hangovers.

And of course, the only way to prevent hangovers entirely was to limit drinking. Cheers!

Cities Befriend Select Plants and Animals
The concrete jungle is no tropical rainforest.

Replacing trees with buildings means a loss of more than 90 percent of bird species.

But a new survey suggests megalopolises aren't quite the homogenous ecosystems you might think.

Yes, meadow grass and pigeons can now be found from Nairobi to New York.

But so can hundreds of other bird species, most specific to their locale and some even once endangered.

Like the peregrine falcons that have become so popular in Gotham they even have their own webcam.

That's according to a new survey of cities and wildlife in 36 countries published in the journal Proceedings of the Royal Society B.

Cities aren't just for the birds.

Thousands of plant species thrive in cities worldwide, especially in green spaces.

Some ecologists even call that the Central Park Effect, because of the surprising density of plants and animals found in that patch.

Street trees matter too, especially in a city like Singapore that hosts the greatest number of endangered bird and plant species.

And species can be brought back with a little careful planning, like those aforementioned falcons.

That means it's in our power to make cities not only a great place for people to live, but a home for wildlife too.

In Emergency, Smartphone Might Not Know Your Location
Touch your smart phone screen and you get local weather or a street map.

So you might assume that mobile phones know exactly where you are.

But get into trouble and you might find your phone isn't watching you as closely as you thought.

Emergency responders recently told the Wall Street Journal that their 911 dispatchers have trouble getting help to the location of cell phone callers.

And a report this summer showed more than half of all California wireless 911 calls in certain areas didn't have location information.

One way to locate a cell phone is through GPS, assuming the phone has one and it's outdoors.

Another is through location-based services.

These follow the signals sent between your phone and your wireless network's radio towers.

But towers can be miles apart, making it hard to pinpoint locations and adding minutes to response times.

Responders want wireless companies to include location data with each call, something privacy advocates oppose.

It's a matter of perspective.

Sometimes you want to be off the grid.

But in a crisis, the grid could be your best friend.

listen 62的更多相关文章

  1. Lab 6-2

    Analyze the malware found in the file Lab06-02.exe. Questions and Short Answers What operation does ...

  2. centos 6.10源码安装mysql5.5.62实验

    查看系统版本 [root@ABC ~]# cat /etc/redhat-release CentOS release 6.10 (Final) 下载mysql5.5.62源码包,解压后安装 tar ...

  3. VS2015编译boost1.62

    VS2015编译boost1.62 Boost库是一个可移植.提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一. Boost库由C++标准委员会库工作组成员发起,其中有些内容有 ...

  4. P87LPC760/61/62/64/67/68/69/78/79芯片解密单片机破解价格

    NXP恩智浦P87LPC760/61/62/64/67/68/69/78/79芯片解密单片机破解 NXP LPC700系列单片机解密型号: P87LPC759.P87LPC760.P87LPC761. ...

  5. HDU2089 不要62[数位DP]

    不要62 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submis ...

  6. Linux进程间通信(八):流套接字 socket()、bind()、listen()、accept()、connect()、read()、write()、close()

    前面说到的进程间的通信,所通信的进程都是在同一台计算机上的,而使用socket进行通信的进程可以是同一台计算机的进程,也是可以是通过网络连接起来的不同计算机上的进程.通常我们使用socket进行网络编 ...

  7. tcp连接listen的backlog剖析

    TCP连接中,最重要的是连接TCP连接上,两个方向之间的各个状态及各个系统调用与状态之间的关系.往往可以以两种图表示,第一种是状态转换图,第二种是连接时序图.如下: 状态图: 时序图:         ...

  8. Connection broken for id 62, my id = 70, error =

    启动费zokeeper失败,报错如下:Connection broken for id 62, my id = 70, error = 原因是因为zoo.cfg中server.id不正确. serve ...

  9. base64/62 加解密的实现。

    base64/62加解密代码下载地址: http://files.cnblogs.com/files/Kingfans/base64(62)加解密.zip base64: base62:

随机推荐

  1. pojo和vo有什么区别

    pojo 是Plain Old Java Object的缩写,就是javabean.vo是view object的缩写,就是用于页面显示的javabean.vo就是pojo.只是通途上的用于携带页面显 ...

  2. dede二级导航与二级栏目 ----内容介绍二级导航

    {dede:channelartlist typeid='top'}//如果只需要拿一列,则需要使用row='1'这个属性否则会根据子频道的数目循环输出 <a href="{dede: ...

  3. opencv3.3.1 opencv_contribut 3.3.1 git 20180117最新版的在ubuntu1604上的编译

    过程: 1.  git  clone  ...   contribut 2. git  clone  ...  opencv 3.  git  checkout  -b     v3.3.1 4 gi ...

  4. Rider

    听说你开发.NET还在用VS,小哥哥给你推荐全平台的Rider   本文地址:http://www.cnblogs.com/likeli/p/8461010.html 前言 .NET平台的开发一直都只 ...

  5. EF Core 日志跟踪sql语句

    EF Core 日志跟踪sql语句 官方文档链接:https://docs.microsoft.com/en-us/ef/core/miscellaneous/logging 1.新增自定义ILogg ...

  6. 跟着实例学习设计模式(6)-生成器模式builder(创建型)

    生成器模式是创建型设计模式. 设计意图:将一个复杂的类表示与其构造相分离,使得同样的构建过程可以得出不同的表示. 实例类图: IVehicleBuilder:抽象建造者.为创建一个Vehicle对象并 ...

  7. Javascript文件加载:LABjs和RequireJS

    传统上,加载Javascript文件都是使用<script>标签. 就像下面这样: <script type="text/javascript" src=&quo ...

  8. android菜鸟学习笔记3----关于AndroidMainfest.xml

    每个android项目都包含一个AndroidMainfest.xml文件,它包含了组成应用程序的每一个Acitivity.Service.Content Provider和Broadcast Rec ...

  9. 九度OJ 1155:鸡兔同笼 (基础题)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:2032 解决:1369 题目描述: 一个笼子里面关了鸡和兔子(鸡有2只脚,兔子有4只脚,没有例外).已经知道了笼子里面脚的总数a,问笼子里面 ...

  10. 马尔科夫链在第n步转移的状态的概率分布