Programowanie rysikiem po ekranie dotykowym lub padzie, z automatycznym OCR na żywo - yay czy nay
co sądzicie?
Programowanie rysikiem po ekranie dotykowym lub padzie, z automatycznym OCR na żywo - yay czy nay
co sądzicie?
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:
https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-doctest
I consider doctests to be one of the most elegant ways to test beautifully self-contained functions with easy to understand input.
¹ https://forum.djangoproject.com/t/testing-django-with-doctest/25550
EDIT: please read the thread! *happy*
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).