Sign up

davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.9.3.

An external list from lists.opml.org.
https://lists.opml.org/hackerNewsStars.xml

overreacted — A blog by Dan Abramov

Name It, and They Will Come

A change starts with a story.

Philip Laine

Common S3 Static Website Problems

There are a bunch of blog posts and tutorials out there showing how to setup a static website on AWS. They all offer the same general solution with maybe some caveat. Route53 for DNS, CloudFront as a CDN to speed up content delivery, S3 to store the content, and ACM as a cert...

<antirez>

Redis streams as a pure data structure

http://antirez.com/news/128

The new Redis data structure introduced in Redis 5 under the name of “Streams” generated quite some interest in the community. Soon or later I want to run a community survey, talking with users having production use cases, and blogging about it. Today I want to address anothe...

Bert Hubert's writings Valid

C++ iostreams: Unexpected but legal multithreaded behaviour

In previous articles, I’ve waxed rhapsodic about how great C++ is. I also noted there however that every language, C++ included, has its dark sides. Some languages have an unavoidable pervasive dark side, like being slow or hard to multithread, for C++ that dark side is mostly its complexity. In this post I want to zoom in on a specific ‘gotcha’ that recently took me several hours to resolve. I wrote this piece so anyone running into the same issue might find out about it if they search the web.

overreacted — A blog by Dan Abramov

Writing Resilient Components

Four principles to set you on the right path.

Philip Laine

UCNB

UCNB is a helper application built to extend the Unifi Controller notifications by allowing more output methods other than eMail. In it core this is just an SMTP server with some logic to forward eMails to other resources. This was initially built to forward notifications to IFTTT so that they trigger notifications in a phone, but it is possible to use this project for many other purposes.

overreacted — A blog by Dan Abramov

A Complete Guide to useEffect

Effects are a part of your data flow.

Simon Tatham's quasi-blog
• Simon Tatham

Porting PuTTY to Windows on Arm

What I had to do to make PuTTY compile for Windows on Arm as well as on x86, plus a deep dive into the NEON-accelerated cryptography.

overreacted — A blog by Dan Abramov

How Are Function Components Different from Classes?

They’re a whole different Pokémon.

overreacted — A blog by Dan Abramov

Coping with Feedback

Sometimes I can’t fall asleep.

<antirez>

Gopher: a present for Redis

http://antirez.com/news/127

Ten years ago Redis was announced on Hacker News, and I use this as virtual birthdate for the project, simply because it is more important when it was announced to the public than the actual date of the project first line of code (think at it conception VS actual birth in ani...

<antirez>

An update about Redis developments in 2019

http://antirez.com/news/126

Yesterday a concerned Redis user wrote the following on Hacker News: — https://news.ycombinator.com/item?id=19204436 — I love Redis, but I'm a bit skeptical of some of the changes that are currently in development. The respv3 protocol has some features that, while they sound...

overreacted — A blog by Dan Abramov

Fix Like No One’s Watching

The other kind of technical debt.

overreacted — A blog by Dan Abramov

Making setInterval Declarative with React Hooks

How I learned to stop worrying and love refs.

overreacted — A blog by Dan Abramov

React as a UI Runtime

An in-depth description of the React programming model.

overreacted — A blog by Dan Abramov

Why Isn’t X a Hook?

Just because we can, doesn’t mean we should.

overreacted — A blog by Dan Abramov

The “Bug-O” Notation

What is the 🐞(n) of your API?

overreacted — A blog by Dan Abramov

Preparing for a Tech Talk, Part 2: What, Why, and How

We need to go deeper.

Bert Hubert's writings Valid

What I Did in 2018

This is a more personal post than I usually write, and it was prompted by several people asking what I had been up to lately. It turns out that it is somewhat of a story. It is a long story too. Since the beginning of 2018 day to day management of PowerDNS is now truly in the hands of professionals. I’m very proud to report that PowerDNS has not only survived the transition to Open-Xchange but is actually thriving & has achieved sufficient revenues & talented staff that we’ve solved the famous open source “what if Bert gets hit by a bus” problem.

overreacted — A blog by Dan Abramov

The Elements of UI Engineering

What makes UI engineering difficult?