Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

upcoder.com

Upcoder

Get the latest updates from Upcoder directly as they happen.

Follow now 77 followers

Latest posts

Last updated 12 months ago

The Alignment Trap: AI Safety as Path to Power

12 months ago

Recent discussions about artificial intelligence safety have focused heavily on ensuring AI...

Circular Includes in C/C++ and How to Avoid Them

over 1 year ago

Circular includes (or circular include relationships) can be a significant issue for...

Escaping Precompiled Header Hell

over 1 year ago

In this article I'll talk about some issues with source code organisation...

Information Communism is Different

over 1 year ago

 paragraph code block outside of a list code block outside of...

Stripped Meshes

over 1 year ago

During some recent memory optimisation work I had a look at the...

MITM Detection Without Trusted Keys

over 1 year ago

I always mistrusted the whole trusted keys hierarchy side of SSL and...

Is There a Power Play Overhang?

over 1 year ago

This post is about risks in the development of increasingly capable AI...

Is There a Power Play Overhang?

over 1 year ago

This post is about risks in the development of increasingly capable AI...

C/C++ Include Guidelines

about 6 years ago

Some (opinionated) guidelines for include file organisation in C/C++.Intro I present a...

Automatic Object Linkage, with Include Graphs

over 7 years ago

In this post I describe an alternative approach to sharing source code...

Static Libs Do Not Modular Make

about 8 years ago

A cautionary tale about statically-linked libraries, as generated by C/C++ build tools...

Who Owns Who?

over 8 years ago

Designing an API with creation and destruction of objects can be tricky...