I'm honored to be recognised as a PSF Fellow!
Python was my entry point into Computer Science many years ago and has taught me most of what I know today, so I'm grateful that I have the opportunity to give back to the language and the brilliant community behind it. 🐍
Python 3.13 is here! At 5 PM EDT (in a little more than 2 hours) we're going to be joined by @llanga and @pyblogsal on the Discord server, to talk about this new version of Python, and what goes into making the Python we know and love! https://t.co/pfwpDjQ9dV
Small blog post for folks who are running AlertManager in Kubernetes and want quick n' easy high-availability! A setup I put together a while ago for @PythonDiscord.
https://t.co/CgtLjJnydm
I lead the Graphics & Automation Technology team at the BBC. This is a thread of what my team achieved with our BBC Graphics app for the UK General Election 2024🧵
Put together another small visualisation for winning seats last night, with the previous incumbent and winner, shows which parties took seats from most others (such as that the Conservatives took 1 Labour MP).
https://t.co/y4sK9pO4DB
Will update as the final 5 results come in.
Put together some of the data from the Ipsos UK projection for #GeneralElection2024 . Interesting to see where the 2019 winners seats are going. Excludes seats for which Ipsos consider it too close to declare or where there is no data (Northern Ireland)
https://t.co/4RDBbB0hS2
I'm manifesting a ✨productive summer✨, and to kick it off I've redone my portfolio site, including hopefully the first of a series of articles over the summer.
Covering the fairly large stats infrastructure we've got running at @PythonDiscord, enjoy!
https://t.co/W9WtgaxfPR
I built something I think is kind of neat! Using @willmcgugan's @textualizeio! Great framework and happy with how the first iteration has turned out 😄✨
https://t.co/35AQFoxUDi
If the Online Safety Bill is passed, people everywhere—not just U.K. residents—could have their private chats and photos scanned and analyzed by government-approved software. https://t.co/r0ouV8Z7h7
Today is #WorldRadioDay!
We wanted to give a shoutout to URN radio for working so hard and being a brilliant radio station for students 🤩
Did you know that they've been broadcasting since 1979? 😲
@b0rk Here's a fun one: People often forget DNS runs over TCP as well as UDP, I've been on networks with angry firewalls which allowed 53/UDP but blocked 53/TCP. Since it only cuts to TCP when max UDP packet size is reached it only manifested with certain DNS queries. Easy fix luckily.