Apparently I’m attending (& hopefully speaking @🤞) @PyConUK!
I’m financing the trip entirely from the funds I’ve got through https://t.co/M7g5L92w2H & @tidelift so thank you so much everyone for your support! I'm glad I can use the funds to give back to the community. ❤️❤️❤️
@jessfraz Changing production php scripts on the server with a voice lock, then after saving the file, you realize that there's a syntax error and fix it asap. I'm not proud of it but this is how the development of php was about 20+ years ago..
Today marks the official public release of "unblob", a firmware extraction tool we've developed internally and used in production for a while now. Let's explore what it is in this 🧵(1/12)
Rosetta mission released over 400,000 images from its comet mission on 67P. Based on these material, motion designer Christian Stangl and composer Wolfgang Stangl worked together to create an impressive short film [full video: https://t.co/7qVN6FaT6Z]
It was great to attend @CraftConf this year first time since the covid restrictions, I'm happy to be there, watch great talks, talk to people. Lessons learnt: if you attend a superb talk, you forget to make notes. ☺️
@willmcgugan It depends on how serious (or exceptional) the case. If the function has strong assumptions which don't met then raise, otherwise return None. Not easy to decide.