Thu.Oct 10, 2019

article thumbnail

Is Your JVM Leaking File Descriptors — Like Mine?

DZone

Is your JVM leaking? The two issues described here were discovered and fixed more than a year ago. This article only serves as historical proof and a beginners' guide on tackling file descriptor leaks in Java.

Java 100
article thumbnail

Learning a unified embedding for visual search at Pinterest

The Morning Paper

Learning a unified embedding for visual search at Pinterest Zhai et al., KDD’19. Last time out we looked at some great lessons from Airbnb as they introduced deep learning into their search system. Today’s paper choice highlights an organisation that has been deploying multiple deep learning models in search (visual search) for a while: Pinterest.

Latency 58
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Recipes for Performance Testing Single Page Applications in WebPageTest

CSS - Tricks

WebPageTest is an online tool and an Open Source project to help developers audit the performance of their websites. As a Web Performance Evangelist at Theodo , I use it every single day. I am constantly amazed at what it offers to the web development community at large and the web performance folks particularly — for free. But things can get difficult pretty quickly when dealing with Single Page Applications — usually written with React, Vue, Svelte or any other front-end framework.

article thumbnail

How to handle API rate limits: Do your integrations work at scale?

TechBeacon Testing

Have you ever gone to a public swimming pool and noticed a sign stating the maximum occupancy limit? Those limits were put in place to ensure public safety. APIs use a similar criterion, called a "rate limit," to ensure the safety of the API’s consumers and the API itself.

article thumbnail

Weekly Platform News: Impact of Third-Party Code, Passive Mixed Content, Countries with the Slowest Connections

CSS - Tricks

In this week's roundup, Lighthouse sheds light on third-party scripts, insecure resources will get blocked on secure sites, and many country connection speeds are still trying to catch up to others. literally. Measure the impact of third-party code during page load. Lighthouse, Chrome’s built-in auditing tool, now shows a warning when the impact of third-party code on page load performance is too high.

Code 8