Lamb: my upcoming selfhosted microblogging service
Started a new project called Lamb:
Literally Another Micro Blog.
Barrier free super simple blogging.
- sqlite based
- twitter like interface
- register to a flock, index of blaats
24 results found.
Started a new project called Lamb:
Literally Another Micro Blog.
Barrier free super simple blogging.
- sqlite based
- twitter like interface
- register to a flock, index of blaats
So, I'm building a digital card game... (Follow https://amasan.co.uk/vandragt/category/project/ if you want to read my devlog).
Search Firefox bookmark contents, with this commandline client. Fafi extracts the page content of bookmarks and stores them into a searchable SQLite database.
fafi.pex file from the terminal.You can download the pex file, or use pipx install fafi (requires pipx), and run it.
I have recently been interested in using HTMX, but there's not been any activity within the WordPress community as far as I can see. I hope to change that with HTMXpress (pronounced as HTM express).
HTMX allows you to annotate dynamic script style behaviour via custom HTML properties, using progressive enhancement. Perhaps you're familiar with Hotwire (ruby on rails) or Intercooler.js (htmx predecessor).
By using the Rewrite Endpoints API to create a custom endpoint; and a bit of custom template logic, we can output a serverside partial or custom theme template.
Using this setup, WordPress can leverage HTML over the wire solutions such as HTMX.
HTMX then allows us to do dynamic serverside based rendering; live search and other features without the overhead and complexity of reactive JavaScript frameworks, whilst benefiting from trusted object and full page caching solutions.
Currently it's a prototype. I'll be blogging more about progress as things go on.
I tested and created a IFTTT recipe for backing up Liked Songs' tracks : https://ifttt.com/applets/iMnNGt3V-backup-spotify-likes.
Despite the incorrect labelling "Saving a spotify track" means liking it, not "downloading to your device". So you can add it to another Spotify playlist.
To get historical likes, cmd-a / ctrl-a (or equivalent) all Liked Songs tracks and drag them into the backup playlist.
This enables playlist options such as Playlist Radio giving you similar songs to the ones in the backup playlist.
I've been switching my local WordPress sideprojects development setup to VVV and one thing I couldn't find documented is how to setup ElasticSearch and ElasticPress.
There's a VVV-ElasticSearch plugin on GitHub but it is missing documentation and it's not been updated for 6 years :D), so I made my own:
#elasticpress #elasticsearch #project #technology #vvv #wordpress
Today, I setup my Xbox 360 in order to play some audio cds 🙈😂
So I spent most of the evening adding drag and drop physics to a card sprite and moving it around. I fairly underestimated the amount of learning required to use this game engine!
https://amasan.co.uk/wp-content/uploads/sites/13/2021/09/card-physics-trimmed.mp4
I've released Psh 0.3.0, my php subshell. Tired of switching tooling versions between PHP projects? Psh starts a shell with your project requirements linked ready to go.