article thumbnail

USENIX LISA 2018: CFP Now Open

Brendan Gregg

LISA originally stood for "Large Installation System Administration," where "large" meant systems with more than a gigabyte of storage, or with more than 100 users. In fact, we’d link to the first LISA conference website for reference, but this conference not only predates the Wayback Machine – it also predates the World Wide Web!

DevOps 43
article thumbnail

USENIX LISA 2018: CFP Now Open

Brendan Gregg

LISA originally stood for "Large Installation System Administration," where "large" meant systems with more than a gigabyte of storage, or with more than 100 users. In fact, we’d link to the first LISA conference website for reference, but this conference not only predates the Wayback Machine – it also predates the World Wide Web!

DevOps 40
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

Designing Better Links For Websites And Emails: A Guideline

Smashing Magazine

if the information is read-only or editable); The file size is crucial for people with costly internet, slow connection, or limited local storage. A good practice for download links is to show the file format and size. Large preview ). In this article, I wanted to suggest options instead of showing the topic in black and white.

Website 141
article thumbnail

How Improving Website Performance Can Help Save The Planet

Smashing Magazine

An obvious metric here is CPU usage, but memory usage and other forms of data storage also play their part. In this screenshot below, for example, we can see that loading the Smashing Magazine website for the first time incurs just under a megabyte of data transfer. Data transfer is one thing that we can measure quite easily.

article thumbnail

Handling Mounting And Unmounting Of Navigation Routes In React Native

Smashing Magazine

Let’s look at what each of these dependencies is for: @react-native-community/async-storage. npm install @react-native-community/async-storage @react-native-community/masked-view @react-navigation/native @react-navigation/stack react-native-screens react-native-gesture-handle. 10 React Security Best Practices.

Code 112
article thumbnail

How To Build An Amazon Product Scraper With Node.js

Smashing Magazine

With 100s of real-life examples , guidelines and best practices that you can apply right away. So, here’s a scenario: I’m moving in a few months to a new place, and I’ll need a couple of new shelves to hold books and magazines. Unfortunately, while the benefits are clear, many difficulties go along with scraping Amazon.

Website 115
article thumbnail

Building A Static-First MadLib Generator With Portable Text And Netlify On-Demand Builder Functions

Smashing Magazine

Since our rich text is stored as Portable Text JSON, we need a way to convert the data to HTML. . // /madlibs/site/assets/js/madlib.js //. completeLib() async function saveLib(event) { event.preventDefault(); // Return an Map of ids and content to turn into an object const blocks = Array.from(document.querySelectorAll('.empty')).map(item