Daily Shaarli
April 12, 2025
Automate Your Life
An official public list of Tasker projects from Tasker's developer and users like you!
There are some excellent gems: it's worth reading the whole post! A few things that really stood out to me:
From an information theory point of view: We want to communicate concepts, but we have to translate them into words. This can lose a lot of information. Examples are another channel of communication, that can identify errors in translation
π―

Datastar helps you build reactive web applications with the simplicity of server-side rendering and the power of a full-stack SPA framework.
Include Datastar with a single 14.5 KiB file and start adding reactivity to your frontend immediately. Write your backend in the language of your choice! Official SDKs are available to help you get up and running even faster, or you can send SSE events directly from your backend.
Datastar looks very interesting!

memEx - A structured personal knowledge base, inspired by zettlekasten and org-mode

How to add client-side interactivity to Astro components using native browser JavaScript APIs.
From the docs:
You can add interactivity to your Astro components without using a UI framework like React, Svelte, Vue, etc. using standard HTML
<script>
tags.
π― This works as expected!