minibikini
@mnbkn.com
18 followers 36 following 17 posts
github.com/minibikini
Posts Media Videos Starter Packs
Reposted by minibikini
dustyentropy.bsky.social
🚀 Introducing CanvasCraft: a 2D drawing library for Elixir, powered by Skia + Rustler. Declarative Scene DSL → charts, dashboards, graphics with high-perf rendering.

github.com/miolini/canv...
Reposted by minibikini
phx.dev
It's finally here: the Code and Stuff walkthrough of Ash TypeScript!

Learn how to build an Ash project from scratch, use LiveView to begin, and eject to React without much fuss!

It also fits into @tanstack.com really nicely.

#ElixirLang @ash-hq.org

youtu.be/t-hori2Io14
Ash TypeScript: Rich Phoenix Frontends, Simplified
YouTube video by Code and Stuff
youtu.be
mnbkn.com
True.

For me there is also another killer feature: Cinder (hexdocs.pm/cinder/) for datatables, by @sevensea.cat. Such a godsend.
Cinder v0.6.1 — Documentation
hexdocs.pm
Reposted by minibikini
zachdaniel.dev
One command now gets you a React SPA with full-stack types, backed by #AshFramework, #Phoenix, and #ElixirLang 🤯

Install and visit localhost:4000/ash-typescript for a handy guide 😎

Finally, a bridge to the reliability + elegance of Elixir for our React-loving friends!
Reposted by minibikini
lookitup.baby
Today is the 30th anniversary of Hackers
the cast of Hackers (1995) posing in a series of adjacent phone booths
mnbkn.com
Exactly as I suspected. Maybe what is needed is a doc for the HTTP API and task to generate some kind of a spec of available actions, resources, types, etc. Then it should be trivial to LLM-gen a client for any language.

BTW, do you plan pubsub/events/rpc over sockets kind of stuff?
mnbkn.com
It'd be cool if it'd be possible to call the RPC from any language. I currently work on a project with Elixir server and Elixir client, for example. So I guess I mean language agnostic RPC. Obviously, JS/TS is the most needed, and perhaps the other langs not so much, but that'd be cool.
Reposted by minibikini
zachdaniel.dev
@maennchen.dev has just released the first version of Clarity: hexdocs.pm/clarity/Clar...

Clarity is an interactive introspection and visualization tool for Elixir projects.
Reposted by minibikini
zachdaniel.dev
What if you had *full stack types* for SPAs built with tech like #React, #Inertia, #Vue, #Svelte... but all of the power #AshFramework and #ElixirLang on the backend? Well, you can now.😉 hexdocs.pm/ash_typescri...
Reposted by minibikini
quinnypig.com
You know it’s a serious AI company because its logo looks like a butthole.
louisbarclay.bsky.social
Q. Who aligns the aligners?
A. alignmentalignment.ai

Today I’m humbled to announce an epoch-defining event: the launch of the 𝗖𝗲𝗻𝘁𝗲𝗿 𝗳𝗼𝗿 𝘁𝗵𝗲 𝗔𝗹𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗼𝗳 𝗔𝗜 𝗔𝗹𝗶𝗴𝗻𝗺𝗲𝗻𝘁 𝗖𝗲𝗻𝘁𝗲𝗿𝘀.
Center for the Alignment of AI Alignment Centers
We align the aligners
alignmentalignment.ai
Reposted by minibikini
bartblast.com
Hey Elixir friends! :) Have you seen physics animations written in pure Elixir running in the browser?

Hologram v0.6.0 (full-stack Elixir framework) is here! ✨

#Hologram #Elixir #ElixirLang #BEAM #WebDev
mnbkn.com
i don't get it. what does it change? i see no difference
Reposted by minibikini
jkwa.bsky.social
I just finished putting together interactive Livebook notebooks for every chapter of Advanced Functional Programming with Elixir.

You can now run all the examples in your browser. Or like me, spin them up locally with Docker:

www.joekoski.com/blog/2025/09...

#elixirlang hashtag#AFPElixir
Livebook Examples from Advanced Functional Programming with Elixir
It feels a bit impolite to ask readers to download code and type mix commands just to run the examples. We have better tools now.
www.joekoski.com
mnbkn.com
9 years ago, I released v0.1.0 of Paasaa, my very first open-source Elixir project. Today, I'm incredibly happy to announce the release of v1.0.0! It’s a natural language detection library for Elixir that doesn't use any AI.

github.com/minibikini/p...

#ElixirLang #MyElixirStatus
Reposted by minibikini
zachdaniel.dev
Cinder from @sevensea.cat is🔥. Soon: Add filters for fields that aren't rendered as part of your table, with :filter slots! Use all of filter options as columns, like selects/multiselects, datetimes, or case-sensitivity for text fields. #ElixirLang #AshFramework
Reposted by minibikini
filipecabaco.com
it works! now it allows me to have data from a source database being replicated to my in-memory database and sync using replication

using pglite from @electric-sql.com , bun to run wasm and @elixir-lang.org which allows to do all this magic easily ❤️