Ondergetekende
ondergetekende.nl
Ondergetekende
@ondergetekende.nl
Working with PyTZ can be a minefield. For example, this will use a fictional timezone:

datetime.datetime.combine(
datetime.date.today(),
datetime.time(),
pytz.timezone('Europe/Amsterdam')
)

Fortunately, the new zoneinfo module is a lot safer to use. #python
May 21, 2025 at 6:58 PM
I think it's nice that my filter bubble gives me #linux documentation whenever i search "man find", instead of some sort of dating site.
April 2, 2025 at 10:27 AM
Every Monday after a daylight savings time change, I get to fix not working properly :(
Lesson learned today: don't cache data containing naive local datetime objects, even if that's what the API returns. That cache will break twice a year.
#dst #PythonProgramming
March 31, 2025 at 7:23 AM
"No-code" us usually just poorly disguised code. Just because it's not a syntax-highlighted text field, it doesn't magically become "not code". It has the same risks, problems and complexity as the code it's supposed to replace, only you can't use normal code best practices on it. #nocode
March 26, 2025 at 2:13 PM
Does anyone recognize the software generating this error message? One of our customers runs into this while browsing our website, but the styling of this message doesn't match anything in our stack. #android #http #cloud
March 25, 2025 at 9:23 AM
I finally resolved the sleep problems on my asus vivobook by upgrading to #debian Trixie. Now may laptop goes to sleep again when I close the lid.
February 27, 2025 at 9:26 AM
I still believe #hackerhotel is fake. Saying this as a paying actor.
February 14, 2025 at 7:45 PM