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

Things I Don’t Know as of 2018

We can admit our knowledge gaps without devaluing our expertise.

Fabien Sanglard

How DOOM fire was made

How the playstation and Nintendo 64 version of DOOM implemented fire.

overreacted — A blog by Dan Abramov

Preparing for a Tech Talk, Part 1: Motivation

Here’s my recipe for a good talk idea.

Fabien Sanglard

Deciphering the postcard sized raytracer

How Andrew Kensler did it again and authored a breathtaking path tracer fitting on a postcard.

overreacted — A blog by Dan Abramov

Why Do React Hooks Rely on Call Order?

Lessons learned from mixins, render props, HOCs, and classes.

overreacted — A blog by Dan Abramov

Optimized for Change

What makes a great API?

Fabien Sanglard

How the Dreamcast copy protection was defeated

How the Dreamcast copy protection was defeated!

Fabien Sanglard

Game Engine Black Book: DOOM

The Game Engine Black Book: DOOM is out!

overreacted — A blog by Dan Abramov

How Does setState Know What to Do?

Dependency injection is nice if you don’t have to think about it.

overreacted — A blog by Dan Abramov

My Wishlist for Hot Reloading

I don't want a lot for Christmas. There is just one thing I need.

Fabien Sanglard

Game Engine Black Book: Wolfenstein 3D, 2nd Edition

The second edition of the Game Engine Black Book: Wolfenstein 3D is out.

overreacted — A blog by Dan Abramov

Why Do React Elements Have a $$typeof Property?

It has something to do with security.

overreacted — A blog by Dan Abramov

How Does React Tell a Class from a Function?

We talk about classes, new, instanceof, prototype chains, and API design.

overreacted — A blog by Dan Abramov

Why Do We Write super(props)?

There’s a twist at the end.

Bert Hubert's writings Valid

Liveblog: a Mars landing watch party with school kids

Yesterday, NASA landed its InSight mission on Mars, and it all worked! The landing happened between 8 and 9PM local time, but I wanted to share the excitement with my kids’ classmates from school (aged between around 9 and 10), so I needed something that worked remotely. NASA provided a wonderful webcast in English, and although many children here in The Netherlands can follow that, I expected the stream to need more narration for the kids to truly experience the excitement of landing on another planet.

<antirez>

Why RESP3 will be the only protocol supported by Redis 6

http://antirez.com/news/125

[EDIT! I'm reconsidering all this because Marc Gravell from Stack Overflow suggested that we could just switch protocol for backward compatibility per-connection, sending a command to enable RESP3. That means no longer need for a global configuration that switches the behavi...

Tom Renner on My place to put things Supports Webmention
• Tom Renner

Getting the right scale

Agile tells us that the most critical thing for getting software right is not up front design, but getting something out there and used, and then incorporating feedback. By getting feedback early, you are able to respond faster, changing your (initially incorrect) design in ...

Bert Hubert's writings Valid

A Philosophy of Software Design

John Ousterhout, of TCL fame, has written a book that is as small (literally) as it is important. Weighing in at 178 none too big pages, it takes us on an inspired trip through what John has learned over the decades. There is no shortage of thought on programming. There is also no shortage of people doing programming. What is rare however is a compendium of mature insights from someone that clearly still is into programming.

Eric Migicovsky's Blog RSS Feed

Startup School - A Conversation on Hard Tech

2025 Note - good convo with Adora for Startup School

<antirez>

Writing system software: code comments.

http://antirez.com/news/124

For quite some time I’ve wanted to record a new video talking about code comments for my "writing system software" series on YouTube. However, after giving it some thought, I realized that the topic was better suited for a blog post, so here we are. In this post I analyze Red...