PyConUS 2023 schedule released and keynote speakers revealed!!! 🤩
I'm proud to present @willingc @dontusethsicode @mmitchell_ai @nedbat as our keynote speakers.
Don't miss special appearances by Python Steering Council and Guido van Rossum
https://us.pycon.org/2023/about/keynote-speakers/
Speedpainting 10112021.
https://www.deviantart.com/sylviaritter/art/Speedpainting-10112021-897520056 #art #speedpainting #mastoart
WebSocket Weasel is a very useful tool for testing, umm, WebSockets!
Source code: https://github.com/mhgolkar/Weasel
Firefox/LibreWolf extension: https://addons.mozilla.org/en-US/firefox/addon/websocket-weasel/
#webSocket #wss #inspector #debugging #testing #web #dev #tool
@humrochagf @gabubellon Mas a contrapartida do Hatch é que ele é um pouco menos automático que o Poetry
@gabubellon Entre os dois eu vou de poetry, pq ele tem uma interface menos confusa e faz bastante coisa automática pra vc. Pra projeto feito pra ser OpenSource eu prefiro o Hatch pq ele só implementa o que já foi aceito nas PEPs e tb o lockfile do poetry de vez enquanto da uns problemas de instalaçao quando vc visa multiplas versões do python.
"cURL audit: How a joke led to significant findings"
https://blog.trailofbits.com/2023/02/14/curl-audit-fuzzing-libcurl-command-line-interface/
Oh, super nice lib, want to play around with it and make some nice map plots ://github.com/marceloprates/prett
#python
EDIT: the owner has suspended the service, stating: "indefinitely [suspended]. Valid concerns were raised and I don't have the energy to rebuild it the right way."
Will do a write-up on this later.
Original post (shortened):
====
Threadstodon is a simple and clean toll to unroll #mastodon threads into an easy-to read format
Works exactly like you expect: give the thread URL, and you get an clean and easy-to-read formatted page of the thread back, that you can also easily share as well.
I love the fact that those 2 lines from "Zen of Python" come together:
---
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
---
We do have multiple options to deal with the same problem, but each one is the "one obvious way" for someone in the community.
If you didn't find yours, let's talk and look for it together, or even build it 🙂
I wrote a small post about how Mastodon implements the #ActivityPub layer for the Poll functionality. https://humberto.io/blog/mastodon_poll
One nice thing about implementing mastodon compatible features to #takahe, like polls support, is that once you get the base working, you have a lot of clients that are able to render it 🙂
Just saw there are already 39 Fediverse servers powered by @takahe, at least according to https://takahe.fediverse.observer/stats
Not bad for a project that first released less than 2.5 months ago!
@gutocarvalho@bolha.us pense em pair programming remoto ou editar arquivos no gdocs com mais de uma pessoa 😜
🛹 Slidev finally got built-in slide transitions in v0.39.0! - something I wanted so much since the beginning!
Thanks a lot to @posva and https://github.com/tonai for making this possible!
📖 Documentation here:
https://sli.dev/guide/animations.html#pages-transitions
Hi folks. Have you run across anything awesome in the #python space that I haven't recently discussed on @pythonbytes? Looking for another topic for the show next week.
#Fedilab 3.16.2 has been published in prod.
Added:
- Peertube support
- Compose shortcut
- Long press compose button to write with another account
- Edit description and focus for media (for the next Mastodon release)
Changed:
- Cross actions with two accounts display a dialog
- Order & compact og values when sharing > title - url - content
- Tap on top message (user info) open threads
Fixed:
- Text cleared when adding a media
- Fix Maths not working with quotes
- Fix crashes
I've had the idea for a weird kind of Twitter client for years. With Mastodon being all open, I've decided to do the experiment:
What if your Timeline looked like iMessage. A normal timeline confuses me to no end because everything is out of context.
My experiment, Ebou, is a Mastodon client that looks like iMessage. Conversations are grouped by friends and sorted by recent postings.
It is super basic right now, but this already feels much more natural to me 😀
Curious about becoming a member of @ThePSF ?
@georgically and I prepared a new representation of the different role types.
Do you volunteer more than 60hours a year in the Python Ecosystem? Sing up!
Join our Diversity and Inclusion chat and learn more: https://events.hubilo.com/dni-friendly-chat/register
📊 https://psf.github.io/diversity-and-inclusion-wg/membership.html
Oh, it took me a while to figure out you can change the main bar in @Tusky to be positioned at the bottom 🎉
"Thoughts on the Python packaging ecosystem"
A new blog post, with some of my thoughts on the state of Python packaging ecosystem.
https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/
Came across interesting Python library today: `deprecated`.
It provides a decorator to mark your functions as deprecated,
and even has Sphinx docs support for adding deprecated, versiondadded, and versionchanged directives! 😲
@sethmlarson Awesome post and super clear explanation. There's just a small error in the diagram comparing the "a" char i utf-8 and ascii in the conversion to binary, the utf-8 side has the wrong binary value for hex 61