If you're thinking of making a confirmation dialog, stop, and please implement an undo instead. If the confirmation dialog is for exiting the program, save your state instead and implement a restore function so people can undo quit.
Confirmation dialogs are fine for things that affect other computers (sending a message, for instance). But if it's all happening locally, undo should replace any confirmation dialog.
Look up translations on #gemini with #WikDict! More than 6.6 million translations across 20 languages are available
gemini://gmi.wikdict.com/
Source code at
https://github.com/karlb/wikdict-gemini
It's quite an early release, but if there is interest, I will improve on it.
How I brought my blog to #gemini without writing it twice:
gemini://gmi.karl.berlin/gemini-blog.gmi
http://www.karl.berlin/gemini-blog.html
I just noticed that #bitbucket did not archive my #mercurial repos in any visible way. I expected them to keep at least the repo discriptions up (which contained a link to the new git repo in my case). Instead, the repo links 404 and my account looks completely empty. Not the nicest way to handle such a change.
Old: https://web.archive.org/web/20161220165848/https://bitbucket.org/karlb/
New:
https://bitbucket.org/karlb/
After more than six year on Google #appengine, I finally moved my simple multiplayer auction game #landrush over to my local server.
http://landrush.karl.berlin/
I really liked the service back then, but the classic app engine only got worse over time and never got an update to python3, and the newer offerings never got as attractive as the classic app engine for me (no ndb, no spending limits, more complex). 😢
The more articles I see about supposedly simple blogging setups, the happier I am about my primitive setup described at http://www.karl.berlin/blog.html .
If anyone wants clearer instructions on how to use it yourself, let me know!
#Plato is a really nice reader application for #Kobo e-readers:
https://github.com/baskerville/plato
It can't fetch my pocket articles, but #wallabag can be used with it. I don't want to spend much time switching tools right now, but I will consider this at a later time.
I just updated #doagain, my todo list for recurring tasks. It fixes some display problems that accumulated over the last years and the code is updated to #elm 0.19.1.
Go to https://github.com/karlb/doagain for the readme and code or to http://static.karl.berlin/doagain/ to launch it right away.
Let me know what you think!
Get #WikDict's new offline dictionaries at https://www.wikdict.com/page/download !
It's a bit sad that Android does not have a built-in dictionary and iOS does not allow users to add custom dictionaries. How am I supposed to bring free dictionaries to the masses?
As part of #WikDict, I want to provide downloadable bilingual dictionaries. I'm not sure which formats I should provide, yet. Help me decide! What is your favorite offline dictionary software?
The free (as in freedom) bilingual dictionaries at #WikDict got an update. In addition to the usual improvements, the Swedish dictionaries got major improvements.
See http://blog.wikdict.com/2020/08/updated-dictionaries-and-major.html for more details on the update or go to directly to https://www.wikdict.com to try out the dictionaries.
Please consider full content feeds https://jlelse.blog/links/2020/04/full-content-feeds/
I finally managed to update #Litespread to the latest react-scripts version. With all versions between 2.0 and 3.2 I had problems getting the sqlite.js working in the production build.
Let me know how these slightly faster SQL-Spreadsheets work for you: https://www.litespread.com.
Don't hesitate to ask when encountering problems. Documentation is mostly missing and error handling needs some more work, too.
Whereclaus: Ever since he has been bitten by a wherewolf, he's really good at writing SQL queries. #sql #superhero
Now that BitBucket stopped the #mercurial support, I'll admit that #git has won. I'm moving all my projects to git and github.
I still prefer mercurial, but I'm tired of using different VCSs for different projects.
I can really recommend https://hypothesis.works/ for #testing #python code! It makes discovering edge cases in tests so much easier!