This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Are you sure you want to delete the OAuth client [Client Name]? This action cannot be undone and will revoke all access tokens for this client.
Are you sure you want to revoke the OAuth token [Token ID]? This action cannot be undone and will immediately revoke access for this token.
| Introduction | https://epiktistes.com/introduction |
|---|---|
| GitHub | https://github.com/toddsundsted/ktistec |
| Pronouns | he/him |
| 🌎 | Sector 001 |


RT @argyleink@twitter.com
How to query a database from CSS
✅ SQLite
✅ Houdini
```#css
.query-display {
background: paint(sql-css);
}
main {
--sql-query: SELECT * FROM genre;
--sql-database: url(...);
}
```
Some creative stuff! Read all about it here https://www.leemeichin.com/posts/yes-i-can-connect-to-a-db-in-css.html
🐦🔗: https://twitter.com/argyleink/status/1489280746061631489

i've been experimenting with various kinds of natural sounds/noises as ambient background during heads-down work (rainfall, waves, thunder, even trains...). first of all, i'm amazed at how effective it is for enhancing concentration—i wished i'd discovered this years ago. natural sounds (vs. artificial or even ambient music) also seem to improve my mood. stereo seems to work better than mono. i'd love to hear what others have discovered and are using.

i’m a big fan of sakara, but the meal plans are expensive. luckily the founders published a cookbook and i just made an amazing salad.





if you're wondering what's going on with ktistec, i'm currently focused on creating a general purpose rules engine in crystal called school, and rewriting the internal logic using rules. ultimately adding/removing/changing rules will be something that users can do dynamically using a simple domain-specific language or user interface, and ktistec will become a highly customizable tool for connecting to the fediverse.

i started listening to rain and wave sounds instead of music during work hours and it's been a huge boost to concentration and productivity...




new book…

all of the books of earthsea by ursula k le guin

i don't know about this decision:
It is suggested that LitePub implementations supply a locally hosted version of the LitePub JSON-LD Context as their @context.
what i see in practice (N > 100) is the same "litepub-0.1.jsonld" context but different URLs. all of these identical contexts have to be fetched, parsed, cached (hopefully).
it seems wasteful.

crystal 1.3.0 is released!