1 min. read Published:

Never trust the client

Very interesting article about the mechanics behind competitive multiplayer FPS games.

1 min. read Published:

Jumpstarting any Laravel app with Laracogs

The CRUD builder looks awesome! More features: notifications, complete bootstrap, form maker and billing with Cashier.

1 min. read Published:

What happens if you let neural networks colorize grayscale images?

You get colorful images that match the original images very good!

1 min. read Published:

Classic Programmer Paintings

There is a Tumblr blog for classic paintings with programming related titles applied to them.

1 min. read Published:

Testing Vehicle Evolution in your Browser

Create some random vehicles and test how far they can get on. Then let them evolve. Repeat.

1 min. read Published:

walkingdead.kovah.de

1 min. read Published:

Program little games with CSS only

Una Kravets explains how to use counter-increment, counter-reset and checkboxes to make little games with CSS.

1 min. read Published:

A computer painted a new Rembrandt

A computer painted a new Rembrandt after analyzing his previous works.

1 min. read Published:

CSS: Left-align text if it's using multiple lines

We want to achieve the following behaviour: if a text is centered and becomes aligned left when it files multiple lines.

1 min. read Published:

Change the cursor on your website to an Emoji

Yes, it's possible. Change the cursor to an emoji.

1 min. read Published:

Overengineering at it's best

Overengineering at it's best for an open source TSA Line Assistant app

1 min. read Published:

console.time and console.timeEnd

You can use console.time and console.timeEnd to measure the time it takes to do stuff in JavaScript