home.social

Search

1000 results for “kitten_tech”

  1. The following hashtags are trending across South African Mastodon instances:

    #kitten
    #caturday
    #ai
    #Wordle
    #wordle1764
    #bible
    #jesuschrist
    #faith
    #donations
    #groceries

    Based on recent posts made by non-automated accounts. Posts with more boosts, favourites, and replies are weighted higher.

  2. The following hashtags are trending across South African Mastodon instances:

    #kitten
    #caturday
    #ai
    #Wordle
    #wordle1764
    #dreamed
    #donations
    #groceries
    #healing
    #prayers

    Based on recent posts made by non-automated accounts. Posts with more boosts, favourites, and replies are weighted higher.

  3. In what I’m telling myself is in no way feature creep, I just added experimental TypeScript support to Kitten in a dev branch.

    I’m actually surprised how easy it was to do. Given I’m already using esbuild to create the Kitten bundle and already using a custom module loader, the change was basically making esbuild a dependency instead of a dev dependency, lazily transforming .ts files in the loader, and updating a few places in the code to ensure that you can use .ts as an extension in special Kitten extensions like .page.js, .post.js, etc. (so now you can have page.ts, post.ts, etc.)

    Everything works the same way it does with TypeScript as it does with JavaScript – there’s no scaffolding or any additional workflow required.

    For obvious reasons, I won’t be deploying this at end of day Friday but, hopefully, along with the major breaking change to the stateful component API, I plan to next week.

    More details in the work-in-progress change log:
    codeberg.org/kitten/app/src/br

    :kitten:💕

    #Kitten #SmallWeb #SmallTech #NodeJS #JavaScript #TypeScript #web #dev

  4. 🥳 New Kitten¹ Release

    Fixed:

    • (Possible regression?) Value referencing during database event logging (see 2026-04-02 release²) was broken. This is now fixed.

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org
    ² codeberg.org/kitten/app/src/br

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #regression

  5. 🥳 New Kitten¹ Release

    Fixed:

    • (Possible regression?) Value referencing during database event logging (see 2026-04-02 release²) was broken. This is now fixed.

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org
    ² codeberg.org/kitten/app/src/br

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #regression

  6. 🥳 New Kitten¹ Release

    Fixed:

    • (Possible regression?) Value referencing during database event logging (see 2026-04-02 release²) was broken. This is now fixed.

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org
    ² codeberg.org/kitten/app/src/br

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #regression

  7. 🥳 New Kitten¹ Release

    Fixed:

    • (Possible regression?) Value referencing during database event logging (see 2026-04-02 release²) was broken. This is now fixed.

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org
    ² codeberg.org/kitten/app/src/br

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #regression

  8. 🥳 New Kitten¹ Release

    Fixes:

    • Actually fixes the plain HTMX connection state handlers. They’re now stable and exactly match the behaviour of the Alpine.js handlers in plain HTMX (this was not trivial codeberg.org/kitten/app/commit due to a limitation in HTMX github.com/bigskysoftware/htmx).

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugfix

  9. 🥳 New Kitten¹ Release

    Fixes:

    • The `kitten.html` shorthands for plain HTMX client-side event handling of a Kitten Page’s default WebSocket lifecycle (`on:connecting`, `on:connect`, and `on:disconnect`) were generating faulty HTMX code (the Alpine.js versions, `@on:connecting`, `@on:connect`, and `@on:disconnect`, were fine). The plain HTMX versions now also generate working code.

    • Replaced direct `eval` in a statement in the Kitten Introspection API to improve safety and silence the esbuild warning.

    Full change log: codeberg.org/kitten/app/src/br

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org

    #Kitten #KittenReleases #SmallWeb #SmallTech #bugfix

  10. 🥳 New Kitten¹ Release

    • Adds Kitten Introspection API

    I’ll record a video this week demonstrating it.

    In the meanwhile, check out the change log for details:
    codeberg.org/kitten/app/src/br

    Enjoy!

    :kitten:💕

    ¹ kitten.small-web.org

    #Kitten #KittenReleases #SmallWeb #SmallTech #introspectionAPI #web #dev