Paolo Redaelli personal blog

Author: Paolo Redaelli

W San Carlo!

Viva San Carlo! Ma non questo Carlo. E nemmeno quest’altro Carlo (che al momento è “solo” Beato). No, no…. questo Carlo Ossia San Carlo Lwanga, catechista e martire. Un santo giovane, un santo “recente”. Anzi, di più. Un santo moderno. Modernissimo, anzi attualissimo. Domani, 3 giugno ricorre la sua memoria liturgica. Credo valga la pena…

Wetware programmer

I’ve been assistant lecturer for courses Structural Design at Politecnico di Milano since 2004. Therefore I often used to pun that I’m actually a wetware programmer. In fact I do really help students learn something, that is, “programming” their brain. Now reading «World’s First Bioprocessor Uses 16 Human Brain Organoids, Consumes Less Power» I learn…

Never* use git pull – YouTube

    Just a quick summary mostly for myself:

    How to use git pull --rebase to keep your team’s commit history clean.

    Command for creating the ‘git pr‘ alias (so you can copy-paste): git config --global alias.pr "pull --rebase"

    1. Always try git pull --rebase first. It if works, you’re done!
    2. If you get a merge conflix, you can undo everything with git rebase --abort
    3. Then just pull “normally” using git pull, or do an interactive rebase (advanced)

    Translate time!

    I’ve been using  WP BrowserUpdate, a plugin that informs website visitors to update their out-dated browser in an unobtrusive way, for a while now. Italian translations are uncomplete so… translate time! But first let’s read https://make.wordpress.org/polyglots/handbook/translating/glotpress-translate-wordpress-org/