Skip to main content davidlunadeleon 

Blog Posts


What are federeted social networks and the Fediverse?


Date: 7/24/2022. Last edited: 7/26/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/2/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: 1/31/2021. By: David Luna

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