What happens when you load a URL? (2015)

Hacker News

I've been hearing this question a lot lately, and when I do, it reminds me how much I don't know. Here are some questions this question brings to mind. How does a keyboard work? Why can’t you press an arbitrary combination of three keys at once, except on…

25 August 2020

Building a Home Lab Beginners Guide

Hacker News

Until recently, and for well over the past decade, my wife and I have been nomads. Moving from the Caribbean to Miami, New York, Las Vegas, Vancouver, and now back home. This has meant that for many of those years, my home office basically comprised of a…

25 August 2020

Airbnb Releases Tool to Convert Large Codebases to Typescript

InfoQ - JavaScript

The Airbnb engineering team recently released ts-migrate, a tool to help migrate JavaScript code to TypeScript. While the resulting TypeScript code will compile, manual revision of a few annotations (e.g. any) will still be necessary. An automated process…

25 August 2020

TypeScript 4.0 Adds Long-Awaited Variadic Tuple Types

InfoQ - Architecture & Design

The TypeScript team announced the release of TypeScript 4.0, which includes long-awaited variadic tuple type support and other improvements without introducing any major breaking changes. By Dylan Schiemann

24 August 2020

Paragon submits 27k-line NTFS driver to Linux kernel

Hacker News

Paragon Software is trying to get its NTFS driver into the Linux kernel, but has submitted it as a single dump of 27,000 lines of code, sparking complaints that it is too large to review. NTFS is the default file system for Windows XP and later. Microsoft…

23 August 2020

PHP 8.0.0beta2 Released!

PHP.net news & announcements

The PHP team is pleased to announce the fifth testing release of PHP 8.0.0, Beta 2. This continues the PHP 8.0 release cycle, the rough outline of which is specified in the PHP Wiki. For source downloads of PHP 8.0.0 Beta 2 please visit…

21 August 2020

Why we decided against GraphQL for local state management

Hacker News

Here at OkCupid, we're pretty big fans of using GraphQL. When it comes to fetching data on any of our client platforms, the abstraction that the query language provides grants the flexibility for us to fetch precisely the data that we need in each…

21 August 2020