https://play.spotify.com/track/5d25jly4PNlUl0ChxNthlq
Theremin thursday: Space child
https://play.spotify.com/track/6LiAUfANyOXGygP2FX80zg
Theremin thursday: Better version
http://open.spotify.com/track/2PsUE3XqA2kgwgXK75fWSb
Visite de printemps
La ruche n.2 (bukfast) présente une belle activité à l’ouverture. J’ai enlevé le polystyrène et rajouté deux cadres vides. J’ai vu la reine et il y a du couvain et des larves. Continue reading “Visite de printemps “
Theremin thursday: Humming
http://open.spotify.com/track/2gXxjow4t6xgeocYVEkbuG
Theremin thursday: Odalisque
Theremin thursday: Steel guitar
Theremin thursday: Star trek theme
Tiles
I have just published on github tiles.
When I was repairing home, I looked into different solutions for bathtub/floor tiles, choosing different colors. This led to a journey into graph coloring, looking for the best algorithm, and the above Maven project.
As of today, I have two tests:
- Random colors: the color of each tile is randomly chosen
- Welsh-Powell colored tiles: no adjacent tiles share the same color. Since this is a greedy algorithm, we end up with an unevenly distribution of tiles
Eventually, I will implement an in-between solution: no touching colors, but a better distribution.