Домой Блог Страница 84181

Pornhub: Windows users biggest desktop visitors in 2016, while mobile traffic rose

0

NewsHubWith the new year in full swing, adult video company Pornhub has taken a look back at the trends and insights of the previous year. It recently published its annual yearly review online, and we could say, it’s quite interesting.
To start off, the company welcomed 23 billion sessions in the past twelve months, which registered nearly 92 billion video views. This is equal to 64 million visitors a day, watching 4.6 billion hours of porn in just a year. The United States is still the biggest visitor of the adult website, followed by the United Kingdom, Canada, India, Japan, and France, among many others.
Pornhub acknowledges the gradual shift of today’s technology to mobile browsing, and with this in consideration, they found that 61% of their visitors stream content from their smartphones, an increase from 2015’s 53%. Meanwhile, desktop usage is still covering a significant chunk at 28%. Tablets come third, registering only 11% of Pornhub’s trafffic.
Moving to operating system usage, Pornhub found that Windows visitors dominate the desktop, garnering 80% share. While this is indeed a controlling chunk of the pie, it is noted that macOS and Linux users are on the rise, with 8% and 14% rise in usage, respectively. With mobile OSes, Android and iOS are almost at par with each other, with the former recording 50%, and the latter at 47%. Windows users are still hanging with 3% share.
When it comes to web browsers used to access Pornhub, 51% of desktop users prefer Google Chrome. Surprisingly enough, Internet Explorer is second best, recording a small yet still significant 14%. Mozilla Firefox and Safari, on the other hand, are on third and fourth place, respectively. Microsoft’s newest browser, Edge, while it may come in 5th place, registered an 845% rise in usage. Pornhub attributes this to migrations from the Internet Explorer browser, which dropped 21%.
It doesn’t end on desktop computers and smartphones, however; Pornhub reports that more and more people are choosing to view adult content on gaming consoles. PlayStations are the most popular among the crowd, with 53%, up from 2015’s 46%. Xbox comes in quite close in second, recording 34% share. The Nintendo Wii, Nintendo 3DS and Sony PS Vita also make the top five, though their shares are less significant than the two leaders.
Lastly, with Pornhub taking advantage of virtual reality technology, the website registered over 300% increase in views. It also found that Asian countries like China, Thailand, Hong Kong, and the Philippines are leading when it comes to watching such videos.
You can check out a more in-depth report on Pornhub’s 2016 statistics here , covering statistics per country, most popular categories, and more.
Source: Pornhub via The Next Web

Similarity rank: 0

© Source: http://feedproxy.google.com/~r/neowin-main/~3/IZUDi1ctSmw/pornhub-windows-users-biggest-desktop-visitors-in-2016-while-mobile-traffic-rose
All rights are reserved and belongs to a source media.

CES 2017: A look at Razer's triple-display laptop, Project Valerie

0

NewsHubA number of PC manufacturers made some interesting announcements this week at CES 2017, but as far as the gaming market goes, Razer takes the cake. The company announced Project Valerie , which it claims to be the world’s first triple-display laptop.
Those three displays are 17.3-inches each, and they all have a 4K resolution, coming to a total of 11,520 x 2,160px. That’s almost 25 million pixels, and it’s all powered by an Nvidia GeForce GTX 1080 GPU.
I hunted down the Razer booth at CES this week to see this beast in person. It was covered in a glass case, so I couldn’t actually touch it, but it was beautiful.
The company confirmed to me that the model inside was a prototype, and the displays roll out of it. Ultimately, the final product will have them automatically expand and retract, by simply pressing the button.
In the video below, you’ll see Project Valerie, but I also did a quick tour of the Razer booth, where there are all kinds of gaming setups, and it includes Project Ariana .
Neowin is at CES to bring you all the coverage from the show floor, click here for other articles.

Similarity rank: 0

© Source: http://feedproxy.google.com/~r/neowin-main/~3/QG2rA662KZw/ces-2017-a-look-at-razers-triple-display-laptop-project-valerie
All rights are reserved and belongs to a source media.

Moving a Monolithic Application towards a Microservices Architecture

0

NewsHubMigrating an existing system towards microservices is very different from building a new system, Joris Kuipers , claims in a presentation describing an ongoing process of refactoring a large monolithic application towards a more distributed or microservices-based architecture.
Kuipers, architect at Trifork Amsterdam , describes the application as an electronic patient record system for health care, created six years ago, that for the first two years was a single monolithic application with a few business-to-business (B2B) integrations. From the very beginning it has been based on Command Query Responsibility Segregation (CQRS) using Axon , an open source framework developed by Trifork. It worked very well but as the system and number of customers grow, new requirements came along, including a requirement for insurance expensing that had to be a separate application but still requiring data from the current application. This was a significant change since they now had to move towards multiple applications that is sharing state.
Today the core application is still relatively large, surrounded by three separate applications for insurance expensing, together with almost 40 third-party integrations implemented in a dozen of deployable applications. It hosts about 65 tenants and 12,000 users.
A lot of the integrations have a much shorter lifecycle than the core application, so their major reason for moving to microservices was the need to scale their development to be able to adapt to these different lifecycles. Scaling the development teams and scaling the pace of development was the real drivers for the move.
Since they had an application based on CQRS and events when starting with the refactoring, they decided to use events as a point of integration and broadcast all events through a message broker to other interested applications. They extracted all the existing B2B integration-related code into separate applications and connected them to the broker to get all emitted events. For extracted applications with a need to communicate back to the core application, they are using the CQRS commands already present in the core.
A typical example of the flow of data is when a user is using the core application making a change to some data. This change will result in events published which the integration applications are reading asynchronously, and based on the logic this may trigger a notification sent to an external partner. Kuipers sees this as a hub and spoke architecture with their core application being the hub, surrounded by several smaller applications. He notes that this type of decomposing, by consumers, is a way of moving towards microservices that fits them very well.
For Kuipers, events are a huge help in splitting up a system because they are asynchronous by nature, describes something that has already happened, and is something that other systems can listen for and react to. He notes that using events also introduces some challenges, especially important to think about when events becomes the backbone for integration:
In conclusion, Kuipers notes that they are now able to quickly develop and deploy new integrations in isolation from the core application, which also means a reduced risk since the core systems can be left untouched, all of which Kuipers claims have given them an important and competitive advantage.

Similarity rank: 0

© Source: http://www.infoq.com/news/2016/12/monolith-towards-microservices?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=news
All rights are reserved and belongs to a source media.

Amazon Simple Queue Service (SQS) Gains FIFO Queues

0

NewsHubAmazon’s Simple Queue Service (SQS) recently gained FIFO (first-in, first-out) queues, which are designed to «guarantee that messages are processed exactly once, in the order that they are sent, and without duplicates». AWS rolled out this new queue type in the US East (Ohio) and US West (Oregon) regions and «plans to make it available in many others in early 2017».
Amazon SQS is described as a «fast, reliable, scalable, fully managed message queuing service [designed to] decouple the components of a cloud application [and] transmit any volume of data, without losing messages or requiring other services to be always available».
Accordingly, a notable characteristic of the service has been the de facto absence of scaling limits for the now called ‘standard’ queues, insofar users can create an unlimited number of queues, and each queue provides «nearly unlimited throughput» by default. However, this effortless scaling mode requires a message processing architecture that can only guarantee best-effort ordering and at-least-once delivery.
These standard SQS queues are now complemented by a new FIFO queue type, which trades unlimited scaling for stronger message ordering and processing guarantees, based on AWS’ observation that «customers have told us that FIFO applications are generally lower-throughput – 10 messages per second or lower»:
The underlying architectural tradeoffs and resulting constraints are described in more detail in a technical blog post on how the Amazon SQS FIFO API works. The authors emphasize, that while «many apps perform well with SQS’s traditional super-scalable at-least-once message processing», there are some use cases that require ordering or exactly-once processing, such as «a stream of price updates» or «commands in an interactive shell session».
The default settings for FIFO queues should be appropriate to achieve strict ordering and exactly-once processing for most use cases «if your network connections don’t drop for minutes at a time, and your messages have unique identifiers». For more granular requirements, it is possible to facilitate message groups (each message that belongs to the same group is processed in order) and a dedicated deduplication ID (which otherwise defaults to the SHA256 hash of the message content).
Microsoft Azure’s Service Bus also optionally guarantees FIFO message ordering and exactly-once delivery. In contrast, Google Cloud Platform’s Cloud Pub/Sub service neither supports FIFO message ordering nor exactly-once delivery, since Google argues that «there are very few use cases that actually require strict ordering».
The Amazon SQS documentation features a developer guide , including a dedicated section on FIFO queues that also provides a checklist for moving from a standard queue, as well as the API reference. A separate FAQ is also available. SQS is priced per API request (rather than per message: one request can contain up to ten messages) and the new FIFO queues are priced similarly to how standard queues have been priced before, while the pricing for standard queues has been reduced by twenty percent. Support is provided via the Amazon SQS forum.

Similarity rank: 0

© Source: http://www.infoq.com/news/2016/12/amazon-sqs-fifo-queues?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=news
All rights are reserved and belongs to a source media.

女子はJXが4連覇で21度目V 富士通に91-67で快勝 全日本総合第7日

0

NewsHubバスケットボールの全日本総合選手権第7日は8日、東京・国立代々木競技場で行われ、女子決勝はJX-ENEOSが富士通に91-67で快勝して4連覇を達成、最多の優勝回数を21とした。 JXは3点リードの第2クオーターに渡嘉敷、宮沢らを中心に得点を重ねて43-25とリードし、後半も高さを生かした攻撃で圧倒した。 男子は準決勝でBリーグ勢が対戦し、3大会ぶりの優勝を狙う川崎と初制覇を目指す千葉が9日の決勝に進んだ。川崎は藤井らの厳しい守備で流れを引き寄せ、78-71でA東京に競り勝った。千葉はガードの富樫が21得点の活躍で攻撃をけん引し、81-75で前回覇者の三河を破った。

Similarity rank: 2.1
Sentiment rank: 5

© Source: http://www.sankei.com/sports/news/170108/spo1701080020-n1.html
All rights are reserved and belongs to a source media.

シリア北部で車が爆発、約50人死亡 反体制派の支配地域

0

NewsHub(CNN) シリア北部のトルコ国境に近い町アザズで7日、車に仕掛けられた爆弾による大規模な爆発が起きた。現地の活動家がCNNに語ったところによると約50人が死亡、80人が負傷した。 反体制派団体「アレッポ・メディア・センター(AMC)」はこれに先立ち、死者21人、負傷者数十人と伝えていた。 別の住民男性が匿名を条件にCNNに語ったところによると、爆発は現地時間の午前11時40分ごろ、裁判所や食料品店の近くで発生した。トラックに爆弾が仕掛けられていたという。 男性は「自宅が現場に近く、大きな爆発音が聞こえた」と話している。また、この地域を支配する反体制派武装組織「自由シリア軍(FSA)」について、多数の検問所を設けているにもかかわらず警戒態勢が不十分だと批判した。 犯行声明は出ていないが、アザズはこれまでに何度も過激派組織「イラク・シリア・イスラム国(ISIS)」の攻撃を受けている。 シリアでは先月30日、ロシアとトルコの仲介による停戦が全土で発効し、政府軍と反体制派の戦闘はほぼ収まっている。

Similarity rank: 2.1
Sentiment rank: -3

© Source: http://www.cnn.co.jp/world/35094695.html
All rights are reserved and belongs to a source media.

今年前半の訪露に意欲

0

NewsHub安倍晋三首相は8日、山口県下関市での地元後援会の会合で、北方領土問題を含む平和条約締結交渉に関連し「今年前半にロシアを訪問したい」と述べ、プーチン大統領との再会談に改めて意欲を見せた。首相は昨年12月の日露首脳会談直後に「来年(2017年)の早い時期にロシアを訪問したい」と語っていた。
首相は日露会談が行われた同県長門市の温泉旅館での後援会会合でもあいさつし、「『平和条約問題を解決する自らの真摯(しんし)な決意を(両首脳が)表明』と(プレス向け)声明に盛り込めた。70年間1ミリも動かなかった交渉に大きな一歩をしるせた」と意義を強調した。
首相は昭恵夫人や母の洋子さんと共に、同市内にある父・晋太郎元外相の墓参りもした。その後、記者団に「私の世代で、父の悲願だった平和条約締結に終止符を打ち成果を出したい。この思いを報告した」と語った。首相は7日から3日間の日程で地元の山口県を訪れている。【松井豊】

Similarity rank: 2.1
Sentiment rank: 2.4

© Source: http://mainichi.jp/articles/20170109/k00/00m/010/044000c
All rights are reserved and belongs to a source media.

北朝鮮、弾道ミサイル「任意の時刻、場所から発射可能」

0

NewsHubラヂオプレスによると、北朝鮮の朝鮮中央放送と平壌放送は8日、外務省報道官が大陸間弾道ミサイル(ICBM)の開発について「米国の核戦争の威嚇に対処した自衛的国防力強化の一環」とし、「わが方の最高首脳部が決心する任意の時刻に任意の場所から発射されることになるであろう」と表明したと報じた。
ICBMの開発をめぐっては、金正恩(キムジョンウン)・朝鮮労働党委員長が1日の新年の辞で、「試験発射準備事業が最終段階に至った」と述べていた。(ソウル= 東岡徹 )

Similarity rank: 2.1
Sentiment rank: -1.5

© Source: http://www.asahi.com/articles/ASK187F9PK18UHBI00T.html?ref=rss
All rights are reserved and belongs to a source media.

北朝鮮、ICBM「任意に発射」 強行可能性を示唆 :日本経済新聞

0

NewsHub【北京=共同】北朝鮮外務省の報道官は8日、発射実験準備が最終段階に入ったとしている大陸間弾道ミサイル(ICBM)について「最高首脳部が決心する任意の時刻に任意の場所から発射されるだろう」と述べた。ラヂオプレス(RP)が朝鮮中央放送の報道として伝えた。
金正恩朝鮮労働党委員長が1日の「新年の辞」でICBMの発射実験準備が最終段階に入ったと述べたのに続き、重ねてICBMに言及したことで、発射に踏み切る可能性を一段と強く示唆した。
報道官は、米国が北朝鮮のICBM発射実験準備に「言い掛かりを付けている」と非難。「われわれのICBM開発は、米国の核戦争の脅威に対処する自衛的国防力強化の一環だ」と正当化した。
また金氏が新年の辞で、定例の米韓合同軍事演習が中止されない限り、核戦力を中心とする自衛的国防力を強化し続けると表明したと指摘。米国に対し「われわれを正しく理解し、新たな思考方式を持つべきだ」として、対北朝鮮政策の転換を求めた。
トランプ次期米大統領は2日、北朝鮮が核搭載ミサイルで米本土を攻撃できる能力を持つ可能性について「そのようなことは起きない」とツイッターに投稿。アーネスト大統領報道官は「北朝鮮は核弾頭を小型化しICBMに搭載する技術をまだ保有していない」と述べていた。

Similarity rank: 2.1
Sentiment rank: 1.3

© Source: http://www.nikkei.com/article/DGXLASGM08H27_Y7A100C1000000/
All rights are reserved and belongs to a source media.

テロ?トラック突入し兵士4人死亡…エルサレム

0

NewsHub【エルサレム=上地洋実】エルサレム市中心部で8日、トラックが歩行者の集団に突っ込み、少なくともイスラエル兵士4人が死亡、13人が負傷した。 トラックの運転手はその場で射殺された。イスラエル警察は、パレスチナ人によるテロ事件とみて捜査している。 現場はエルサレム旧市街を見下ろす遊歩道。地元紙イディオト・アハロノト(電子版)によると、イスラエル兵士が、まとまってバスから降りたところをはねられたという。 警察は、運転手が東エルサレムの居住者と発表しており、パレスチナ人がイスラエル兵士を狙って犯行に及んだ可能性が高い。 この日、現場を訪れたイスラエルのネタニヤフ首相は「容疑者は(イスラム過激派組織)『イスラム国』の支持者だったとみられる」と述べ、「イスラム国」によるテロの可能性を示唆した。

Similarity rank: 4.2
Sentiment rank: -5.8

© Source: http://www.yomiuri.co.jp/world/20170108-OYT1T50085.html?from=yartcl_blist
All rights are reserved and belongs to a source media.

Timeline words data