HN user

mazr

119 karma

https://mazieres.gitlab.io/

Posts26
Comments12
View on HN
twitter.com 3y ago

Amazon's warehouse blocked in France by protestors against pension reform

mazr
2pts0
www.eurozine.com 3y ago

How to change the course of human history (2018)

mazr
1pts0
news.ycombinator.com 4y ago

Show HN: An open data portal for the French Police

mazr
3pts0
www.gendarmerie.interieur.gouv.fr 4y ago

French police is opening their data

mazr
7pts2
github.com 4y ago

Notes on building an open data portal for a French police force [pdf]

mazr
2pts0
www.gendarmerie.interieur.gouv.fr 4y ago

French police opens its data

mazr
1pts0
mazieres.gitlab.io 4y ago

Mapping Google Suggestions per Country

mazr
1pts0
gendermov.antonomase.fr 5y ago

Computational appraisal of gender bias in popular movies

mazr
1pts0
www.cnrs.fr 6y ago

We End Up “Confined” on YouTube

mazr
2pts0
journals.plos.org 6y ago

Topological Confinement of YouTube Recommendations

mazr
2pts0
medium.com 7y ago

Neurons spike back: Inductive machines and the AI controversy

mazr
2pts0
www.google.com 7y ago

Definition of Slack

mazr
1pts0
twitter.com 7y ago

80 years of AI research

mazr
2pts0
neurovenge.antonomase.fr 7y ago

The Revenge of Neurons

mazr
1pts0
namograph.antonomase.fr 8y ago

Using Machine Learning to estimate discriminations by origin in France

mazr
3pts0
cointelegraph.com 8y ago

First Iteration of Ethereum Metropolis Hard Fork to Appear Monday

mazr
2pts0
www.facebook.com 8y ago

AI researchers as new advertisement models

mazr
1pts0
antonomase.fr 9y ago

Large-scale discrimination estimates from surnames analysis

mazr
1pts0
www.sg.ethz.ch 9y ago

Ringelmann effect in software development teams [pdf]

mazr
1pts0
zeitgeist-borders.antonomase.fr 9y ago

A Geography of Google Autocomplete

mazr
16pts2
zeitgeist-borders.antonomase.fr 9y ago

Show HN: Geographical mapping of Google suggestions

mazr
2pts0
zeitgeist-borders.antonomase.fr 9y ago

Zeitgeist Borders: Where Google Suggests What For?

mazr
7pts0
www.economist.com 10y ago

The Collaboration Curse

mazr
2pts0
hackinscience.github.io 11y ago

HackinScience. A Python Crash Course

mazr
16pts0
gist.github.com 12y ago

Funny Github's profiles "Locations"

mazr
1pts0
porngram.sexualitics.org 12y ago

Evolution of words frequencies in porn

mazr
106pts48

Oh yeah ! Onomastics (the study of names) is very cool ! And a nice data point to add to personalized data. I did a project with that a while ago to study discrimination in France (https://namograph.antonomase.fr/) and it worked pretty well as long as you have large samples and stick to distributions comparisons.

Some nice use w.r.t. social mobility : https://www.amazon.fr/Son-Also-Rises-Surnames-Mobility-ebook...

A good API to work with : https://namsor.app/

Web Browser: Chromium

Email Client: None

Terminal: Gnome Terminal

IDE: None

File manager: Gnome default

Basic Text Editor: gedit

IRC/Messaging Client: None

PDF Reader: Gnome Default

Office Suite: None

Calendar: None

Video Player: VLC

Music Player: VLC

Photo Viewer: Gnome default

Screen recording: Gnome Default

Hi, I didn't release the code of the crawler, first, because it was not well-crafted enough to be released (quick and dirty linear programming), and second, because any change in the site you crawl calls for recrafting your code.

I used python, sometimes with Beautifulsoup, sometimes with lxml, both are very good for crawling. I would say BS is easier, and LXML cleaner.