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. BZOJ 1293 SCOI2009 生日礼物 堆

    题目大意:给定一个数轴上n个点,每一个点有一种颜色,一共k种颜色.求一个最短的区间,包括全部k种颜色 卡了一段时间0.0 一開始想二分答案啥的 后来发现数据范围太大写不了0.0 后来去找题解才发现尼玛 ...

  2. Spring学习十三----------Spring AOP的基本概念

    © 版权声明:本文为博主原创文章,转载请注明出处 什么是AOP -面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术 -主要的功能是:日志记录.性能统计.安全控制.事务处理. ...

  3. An easy to use android color picker library

    https://github.com/xdtianyu/ColorPicker

  4. Spark源码分析之六:Task调度(二)

    话说在<Spark源码分析之五:Task调度(一)>一文中,我们对Task调度分析到了DriverEndpoint的makeOffers()方法.这个方法针对接收到的ReviveOffer ...

  5. 【解决】无法连接 MKS:套接字连接尝试次数太多正在放弃

    https://blog.csdn.net/wjunsing/article/details/78496224 我的电脑 -> 右键 -> 管理 -> 服务和应用程序 -> 服 ...

  6. 转载 ----MAC 上搭建lua

    MAC 上搭建lua   其实mac上搭建lua环境,google上大把资料,我只是整合一下,因为小弟搭建的时候确实碰到一些问题. 下载和安装lua:(转自这里) 1.  下载最新版的lua-5.2. ...

  7. 2017-01-20_dp测试

    题目:http://files.cnblogs.com/files/shenben/2017-01-20problems.pdf 数据包(含解题报告):http://files.cnblogs.com ...

  8. EasyNVR RTSP摄像机转HLS直播服务器中使用Onvif协议控制预置位

    EasyNVR支持预置位控制,包括转到指定预置位,设置指定预置位,删除指定预置位 预置位在安防领域有较为普遍的应用,可以进行很多既定位置的跳转,很方便 之前我们说过如何用Onvif协议进行设备的发现, ...

  9. 阿里云ecs docker使用(4)---mongo docker

    1.新建一个Dockerfile文件  vim Dockerfile #VERSION 0.1.0 FROM ubuntu:14.04 #Install some RUN apt-get clean ...

  10. PHP Framework

    PHP Framework is built for PHP developers who need elegant toolkit to create full-featured web appli ...