This is an awesome article from Alexy Ivanov on tuning your web servers.
https://blogs.dropbox.com/tech/2017/09/optimizing-web-servers-for-high-throughput-and-low-latency/
Welcome to tinman alley!
Technologies
This is an awesome article from Alexy Ivanov on tuning your web servers.
https://blogs.dropbox.com/tech/2017/09/optimizing-web-servers-for-high-throughput-and-low-latency/
So sad… but it’s inevitable, Oracle killing Solaris and Sun.
This news was buried among many other news, but I felt that it deserves more people knowing about it.
It is about “fair use” of publicly available web content. What is “fair use” and when can content be restricted.
The original article is here.
A small company called hiQ is locked in a high-stakes battle over Web scraping with LinkedIn. It’s a fight that could determine whether an anti-hacking law can be used to curtail the use of scraping tools across the Web.
HiQ scrapes data about thousands of employees from public LinkedIn profiles, then packages the data for sale to employers worried about their employees quitting. LinkedIn, which was acquired by Microsoft last year, sent hiQ a cease-and-desist letter warning that this scraping violated the Computer Fraud and Abuse Act, the controversial 1986 law that makes computer hacking a crime. HiQ sued, asking courts to rule that its activities did not, in fact, violate the CFAA.
James Grimmelmann, a professor at Cornell Law School, told Ars that the stakes here go well beyond the fate of one little-known company.
I will leave it up to you to read and make up your own opinion about it.

Big celebration for LinkedIn as the company hits 500M + members.
This picture was at LinkedIn HQ in Sunnyvale. I am the guy in the middle of that red circle.
The picture was taken by a mavic pro drone, flying above the building. The drone belongs to one of my colleague.
Getting this error in your Kibana?
You need to increase your max header size as default netty is only 8KB. You can change the value in your elasticsearch.yml file.
Add the following line (or uncomment it if it is already there).
http.max_header_size: 32kb
You must be logged in to post a comment.