Victor Loux Bookmarks Tag: algorithms

25 bookmarks tagged “algorithms

Understanding Layout Algorithms

joshwcomeau.com/css/understanding-layout-algorithms/
As front-end developers, we often learn CSS by focusing on individual properties. Instead, we should focus on how the language uses those properties to calculate layouts. In this blog post, we'll pop the hood on CSS and see how the language is structured, and how to learn it effectively.

De l’automatisation des inégalités | InternetActu.net

internetactu.net/2018/01/15/de-lautomatisation-des-inegalites/
Dans une récente  tribune pour le New York Times, lavocate Elisabeth Mason (@elismason1), directrice du Laboratoire pauvreté et technologie qui ...

Fontjoy - Get smart font pairings in one click

fontjoy.com/
Fontjoy helps designers choose the best font combinations using deep learning

pierredepaz/politics-of-code: Repository for the code, readings and resources for the Politics of Code class at NYU AD Fall 2016

github.com/pierredepaz/politics-of-code
This course is aimed at deconstructing the design and implementation of software as a political medium, such as Facebook’s timeline algorithm, city officials’ use of computer simulations to orchestrate urban life, blockchain-backed proof of ownership and algorithmic criminal assessment. Along with an introduction to political theory and media studies, coupled with an exploration of the underlying political impacts of those systems, students will work on several hands-on projects to o...

Visualizing Garbage Collection Algorithms

spin.atomicobject.com/2014/09/03/visualizing-garbage-collection-algorithms/
Developers take garbage collection for granted, but it's hard to see how it works. Watch 5 different GC algorithm visualizations.