Alex Kirk
Alex Kirk
@alex@alex.kirk.at
268 posts
222 followers
Friends Plugin

friends.kirk.at

Enable Mastodon Apps Plugin

ema.kirk.at

Homepage

alex.kirk.at

  • Poor Finder

    Today my Dock was playing a little weird. I am not aware of any crime that my Finder should have committed.

  • What does “size” in int(size) of MySQL mean?

    I was always wondering what the size of numeric columns in MySQL was. Forgive me if this is obvious to someone else. But for me the MySQL manual lacks a great deal in this field. TL;DR: It’s about the display width. You only see it when you use ZEROFILL. Usually you see something like int(11)…