Skip to main content davidlunadeleon 

Latest blog posts:


What are federeted social networks and the Fediverse?


Date: 7/25/2022. Last edited: 7/27/2022. By: David Luna

Let's have an introductory look into the Fediverse, what it is, what's the difference with traditional social networks, and the platforms that can be found in it.


Programming a Sudoku generator


Date: 4/3/2021. By: David Luna

Picking up on the last post about solving Sudokus modeling the problem as a CSP, now this post dives into programming a generator for Sudokus.


Programming a Sudoku solver


Date: 2/1/2021. By: David Luna

Programming a Sudoku solver modeling the problem as a constraint satisfaction problem instead of a brute force and backtracking approach.