Introducing BootFriend: custom firmware for the WonderSwan Color/SwanCrystal!
- "multiboot" (load software to RAM via serial port),
- backup the IPL (boot ROM),
- manage game data & saves,
- flash cartridges without an external flasher!
Installation instructions, downloads and more information are available here: https://wonderful.asie.pl/ws/bootfriend/
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
"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!
🛹 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! 😲
I've been gradually restyling my website since the new year, wanted something fresh :) What do you think?
Excellent little article about HTTP content negotiation and drop-throughs: https://csvbase.com/blog/2
Along with today's Takahē release, I've written up a bit more technical detail about some of the things we tackled in this release: https://aeracode.org/2023/01/16/takahe-07/