There are other captcha alternatives like Turnstile, for example Private Captcha, Altcha etc. - they are owned by mostly “small” independent companies, they are not visual captchas (proof-of-work based) and very accesssible.
I remembered $30 from some comment I read, but didn't look for it later. If it was yours, thank you! (def. thank you for the Wallmart link! - would you like a credit in the blogpost like a quote?
Have you seen Private Captcha? It's main point is privacy and GDPR compliance (while being self-hosted). It's a more modern PoW captcha without the limits of Altcha (mCaptcha is mostly out of equation at this point).
1. At it's core, it's a Proof-of-Work captcha, so compute load depends on the usage pattern. AI (LLMs) does get better at image/audio recognition, but compute task is the same anywhere, does not matter who "clicks" the checkbox.
2. Bots usually have such access patterns that cause compute task difficulty to become prohibitively high, requiring exponentially more CPU resources. This renders bots economically nonviable for submitting forms or scraping website.
I made a cross platform desktop app for people who upload their photos and videos to microstock agencies called Xpiks (https://xpiksapp.com). Initially I was selling one-off forever licenses but last year started moving them to subscription. So far progress is steady and I keep working on it. The app is made in C++/Qt and I’m looking for people who might be interested to join.
Especially in Microsoft, such old historical projects are a huge huge mess. For Microsoft, never join Windows (anything, not just kernel), Power BI, Office (desktop one). Even many parts of Azure that I witnessed when working there, were already a huge and messy legacy. Colleagues, code and development workflow would be your worst nightmare there.
This is a very good app. Weekly-based todo list is something that I replicated myself in Joplin for ages. Now it's a lot better and with automations! Thanks for keeping it up!
You can try pomodoro timers technique. You try to focus for only 25 minutes at a time and then give yourself some slack. Hopefully after you will see what you achieved in those 25 focused minutes will motivate you to repeat that exercise. I use FocusBit app for that, but there're plenty of pomodoro timers, you name it. The main trick is to get a ticking timer in front of you if nothing else can motivate you.
I was shaping such system myself and after some time I understood that global kanban boards are enough, but what is more important is how do I focus (and return to the focused state) during the work.
To focus and return to the focus better, I'm using a mix of:
- project microtasking with kanban board (automatically handled using scripts/app) and TODO/FIXME comments
- lazygit utility
- global todo kanban board (think Trello, GitHub Projects etc.)
I was looking for a system that will maximize my productivity during few hours per day when I work for myself. I discussed this system before on HN: https://news.ycombinator.com/item?id=20780939