#
If we aren't supposed to write our own database, why is it so much fun to do?
Personal Blog about anything - mostly programming, cooking and random thoughts
If we aren't supposed to write our own database, why is it so much fun to do?
I'm currently watching the CMU Database Group Lectures to learn more about #database systems and design. And I just noticed how refreshing it is to learn this way and I somewhat miss being at a university, working into the depth of a topic. Work feels shallow in comparison.
Cooked a large batch of #vegan Bolognese.
#gamedev progress on hotel game:
Not sure if I should be proud or embarrassed about this #rust code :D
// mark building tile
if let Some(mut r) = match game.mouse_action {
MouseAction::BuildGrill => Some(Room::new_grill()),
MouseAction::BuildStairs => Some(Room::new_stairs()),
MouseAction::BuildBedroom => Some(Room::new_bed_room()),
MouseAction::BuildCorridor => Some(Room::new_corridor()),
MouseAction::BuildRestaurant => Some(Room::new_restaurant()),
MouseAction::BuildWineCellar => Some(Room::new_wine_cellar()),
_ => None,
} {
// rendering code
}
Insights from the weekend:
--release
.Letztes Update für: https://blog.libove.org/posts/visualisierung--sonntagsfrage/
Update für: https://blog.libove.org/posts/visualisierung--sonntagsfrage/
#gamedev progress:
#gamedev progress on hotel game:
Wahlprogramme Tool hat jetzt die aktuellen Wahlprogamme, statt Entwürfe.