Ludovic's weblog

Scrapbook

A copy/paste heaven

Blog post ideas

Artemis

Entities, Components, Systems

example implementation:

entity = {
    components : {
        ComponentSystem_1 : [ Component_1, Component_1, Component_1, ],
        ComponentSystem_2 : [ Component_2, Component_2, Component_2, ],
        ComponentSystem_3 : [ Component_3, Component_3, Component_3, ],
    }
}

Scheduler

Automatic folder sorter

facts:

process:

  1. identify the content of the folder
  2. move the folder to the right destination
  3. eventually clean the content of the folder

About notebooks

First results

Before starting this process, I merely only used a pen to sign checks to pay the rent and I was a great fan of taking notes on my smart phone. For a computer scientist, I would have imagine the transition to be painful and boring, but it was actually surprisingly fun.