…and wishlisted. That looks entertaining 😀
Little Misfortune
From the creator of Fran Bow and sharing the same world comes another slightly strange adventure with Little Misfortune, out today with Linux support.
From the creator of Fran Bow and sharing the same world comes another slightly strange adventure with Little Misfortune, out today with Linux support.
…and wishlisted. That looks entertaining 😀
Ich muss teilweise zustimmen. Nicht alles muss überall hin geschickt werden.
Ich selbst arbeite noch am “Decluttering“ des eigenen Streams. Dazu ist aber erst einmal ein tieferes Verständnis darüber was da eigentlich passiert nötig.
Und hier sehe ich wiederum besonders die Plugins für beliebige CMS, wie WordPress, in der Pflicht. Installationen alleine mit Verweis auf ein Wiki genügt da nicht. Die Lernkurve ist hier steil und es ist viel Try and Error im Spiel.
ActivityPub und RSS sind da noch 2 ganz besondere Optionen, die Joe WebUser ggf nicht einmal auf dem Schirm hat. Das habe ich unlängst gerade auf einer Webseite einer UX Designerin erlebt, die mir blankes Unverständnis über die schlechte Verständlichkeit des Excerpt entgegen brachte, und es auf den Reader schob 😑
🌈 Okuna API wrapper for the browser and Node. Contribute to OkunaOrg/okuna-js development by creating an account on GitHub.
Totally missed okuna-js, an #Okuna API wrapper:
https://github.com/OkunaOrg/okuna-js
It even features TS 😀
I still have some Keys btw. If someone is interested in an account let me know.
Progressive Face Super-Resolution via Attention to Facial Landmark arxiv.org is a machine learning model trained to reconstruct face images from tiny 16×16 pixel input images, scaling them up …
I guess it’s time to talk about pixelated images any why that may be no longer enough: https://iforcedabot.com/photo-realistic-emojis-and-emotes-with-progressive-face-super-resolution/
Astonishing what this machine can compute from a 16×16 pile of pixels.
Steam Play compatibility tool to run DOS games using native Linux DOSBox - dreamer/boxtron
Boxtron (or steam-dos) (https://github.com/dreamer/boxtron) allows to play old DOS games from Steam with one click.
Do you feel locked in to buying a laptop from a 'Linux laptop' company? Would you pay for your favorite Linux distro? All this + a Discovery of the Week double dose, Liam's favorite new Linux game and more!
Latest in my podcast list: Linux For Everyone [EP6] is out for some days now and today I had the time to listen to it – thank you @KillYourFM ♥️
Update: WordPress 4.2 has full UTF-8 support! There’s no need to upgrade manually any more. For many years, MySQL had only supported a small part of UTF-8, a section commonly referred to as plane 0, the “Basic Multilingual Plane”, or the BMP. The UTF-8 spec is divided into “planes“, and ...
tl;dr Thanks to @GaryPendergast I now switched from latin1 to utf8mb4.
Well f*ck me but I really didn’t take care about my blog at all any more. Checked the logs and an occasional error about emojis and the database showed up. On investigation I found out that the database was still running on MYISAM and latin1. WordPress never updated this during upgrade (despite my DB having support for this for ages). My website moved a lot and existed even before switching to WordPress in 2004 so it’s sort of a miracle that it’s still working anyway. Unlike Geocities and the likes I mean 😉
PHP message: WordPress database error Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_unicode_ci,COERCIBLE) for operation [...]
Fixed by running this SQL on all of my tables:
ALTER TABLE wp_posts ENGINE=InnoDB ROW_FORMAT=DYNAMIC;
ALTER TABLE wp_posts CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Well I’d suggest a nifty video. IndieWeb in 5 minutes. Don’t talk about the details or the implementation (that’s tech babble). Show em what’s in for Joe. Solid reasons like displaying a feed the way you like it and not how $silo AI decided.
Originally intended to showcase a privacy-centred implementation of emerging social web technologies - with the aim to present a solution not initially motivated by legal requirements, but as an example of privacy-aware interaction design - my “social backfeed” design process unveiled…
Interesting thoughts on Silo Backfeeds and GDPR.