101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

516
active users

#programmming

1 post1 participant0 posts today

I just realized that #Django intentionally does not document how to use #doctests (they say so in the forums¹).

And I’m annoyed right now.

positive: they are wrong about doctests not being maintained in #Python: python 3.13 brings colored output for doctests:

docs.python.org/3/whatsnew/3.1

I consider doctests to be one of the most elegant ways to test beautifully self-contained functions with easy to understand input.

¹ forum.djangoproject.com/t/test

EDIT: please read the thread! *happy*

Python documentationWhat’s New In Python 3.13Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...

So after some work, I have managed to convert those LinkedIn search result exports into something useful.

I wrote a script that takes a folder of exports in JSON format as input, which contains lists of profiles from search results (in my
case, IT Recruiters), and filters them by various criteria.

In my case, the results are lists of recruiters that best match my professional profile. They are exported on a per-country basis in a folder ready to be passed on to a tool like Chat GPT to generate an email to send out to them in bulk.

If people are interested, I'll turn this into a proper command line tool.

Currently, the configuration options are in the code, so you need to be a programmer to use it. But from 6000 recruiters as the input, I arrived at a data set of about 250 matched to me perfectly. Very cool.

It then outputs separate lists of suitable matches, grouped by country into a folder ready for. usage with something like chat GPT to generate emails to contact them and ask for open positions.

I'm currently working on a website using React as a frontend and WordPress as a headless CMS.

It's my first time doing this so I'm still figuring out WP's REST API and dealing with custom post types.

I think this might be an interesting combination for me to continue using in the future. I'm also interested to explore other headless CMS solutions out there (preferably FOSS).