nateraluis / luisnatera.com

Personal website
https://luisnatera.com
MIT License
0 stars 0 forks source link

Week in review 2023-02-06 #48

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This is an automated issue to track the weekly post for luisnatera.com/blog. The issue works as a repository for the links and thoughts to be published by the end of the week.

This is a first step in automating the publication process, the second step is to retrive the comments from the issue and create, automatically, the post and publish it.

Things to cover in the weekly post

nateraluis commented 1 year ago

software Python anti patterns // An interesting book with examples of python bad practices. From the authors:

We think that you can learn as much from reading bad code as you can from reading good one.

I agree, in my opinion it is good to learn why some code is wrong, and why it should be in a different way. Give it a look!

nateraluis commented 1 year ago

software Jupyterlab desktop // A new major update to jupyterlab desktop focusing on the user experience.

nateraluis commented 1 year ago

software palettable // color palettes for Python, compatible with matplotlib.

nateraluis commented 1 year ago

mastodon Every time somebody says "That should be easy" in a meeting, add two weeks to the schedule. // YES!

nateraluis commented 1 year ago

twitter The alleyways of Chinatown, San Francisco. // nice visualization.

nateraluis commented 1 year ago

YouTube Bugbytes, handling phone numbers in Django // good overview of Django PhoneNumberField

nateraluis commented 1 year ago

weeknotes Jochen’s weeknotes 2023-02-06

nateraluis commented 1 year ago

software Building Mastodon bots with GitHub Actions and toot via Simon Willson weeklog // I will definitely play with this. I have a couple of ideas for some automations, publishing content, and if possible, automating even more my week in review, at least from mastodon.

nateraluis commented 1 year ago

weeknotes Simon Willson’s week notes

nateraluis commented 1 year ago

about This week was all about getting to display a lot of text in an app. It included some copy pasting from word to custom .py files, then some refactoring to make the files simpler, and finally playing and understanding translations in Django. It was a good journey that will continue for the next week.

On the extra software projects, I also deployed an app to fly.io, it was a very simple and streamline experience working with their CLI. I am working with Tailwind for building the css, and when I tried to automate the publishing process using GitHub Actions, the css got lost 🤷. I opened an issue so I don’t forget about it. Hopefully will solve it soon, for sure I’ll write a TIL once it is solved.

On the urban side this weekend I visited Rotterdam. I had been there before, but for an event, this visit was more to get to know the city. On the way to Rotterdam I got to experience the resilience of the Dutch public transport system. On our way there, due to an unexpected disruption in the trains track, the Amsterdam - Rotterdam train stoped just outside of The Hague. However, the subway connection between Rotterdam and The Hague was still working, so us, Alton with most of the train passengers, took the subway to Rotterdam. It was a good reminder of the importance to have redundancy in systems, while one layer failed, the other one provided the service. Of course under some extra pressure, as it was now handling more passengers. It was a good reminder of the importance of redundancy for resilience in systems.

E5309DEB-1FE5-4AE4-B3D2-27FF29C6930B

As every other week, here are some interesting links I found along the week. Hope you find them interesting.