I just published hex.pm/packages/pi_ex, an #ElixirLang library for interacting with pi.dev agents (the thing that powers #OpenClaw).
I included some example apps to demonstrate how it can be used. Try it out!
I just published hex.pm/packages/pi_ex, an #ElixirLang library for interacting with pi.dev agents (the thing that powers #OpenClaw).
I included some example apps to demonstrate how it can be used. Try it out!
Another one of my favourite things about AI: the barrier to diving in and understanding problems one level deeper, is lower than ever.
blog.chay.dev/no-more-excu...
First blog post of the year: a fun trick to check if Claude is paying attention
blog.chay.dev/the-brown-mm...
And also this article from nytimes: www.nytimes.com/2025/05/24/w...
The recent news reminded me of this amazing interactive article from 2022: multimedia.scmp.com/infographics...
I tried Kagi for a year, went back to Google for a few months to make sure I wasn't hallucinating the improvements, and now I'm back. Kagi is great!
Send me an invite please! π₯Ή
Apparently ThePrimeagen will be writing an app in Elixir (live on Twitch), then inviting @josevalim.bsky.social to the broadcast to rewrite it together. That seems like a pretty dope approach for learning a language. And sharing the gospel of #elixir of course.
Comment by Workaccount2, 9 hours ago: They poison their own context. Maybe you can call it context rot, where as context grows and especially if it grows with lots of distractions and dead ends, the output quality falls off rapidly. Even with good context the rot will start to become apparent around 100k tokens (with Gemini 2.5). They really need to figure out a way to delete or "forget" prior context, so the user or even the model can go back and prune poisonous tokens. Right now I work around it by regularly making summaries of instances, and then spinning up a new instance with fresh context and feed in the summary of the previous instance.
Workaccount2 on Hacker News just coined the term "context rot" to describe the thing where the quality of an LLM conversation drops as the context fills up with accumulated distractions and dead ends news.ycombinator.com/item?id=4430...
Philip Munksgaard created an Elixir wrapper for libtailscale, so it's now possible to run a Phoenix application that is automatically connected to your tailnet.
Amazing work.
gist.github.com/Munksgaard/9...
#elixir #tailscale
I use the "Chat with Copilot" button (at the top right corner of any Github repo) pretty often, to quickly understand how a codebase works. Where the entrypoints are, how certain functions are used, what core libraries it depends on etc.
This TIL gave me the motivation to create a TIL blog finally
Introducing Tidewave: tidewave.ai
While working on our web apps, we run code, query the database, read logs, search docs⦠but our AI tools are limited to reading code.
Tidewave closes this gap by introducing Runtime Intelligence, for Phoenix and Rails. More coming soon, check out the website!
+1. This is the painful side of the dual edged sword of Phoenix's usage of codegen rather than an abstraction layer. If the new things are part of the generated code, you are expected to maintain them, so you gotta apply the patches manually.
I hope I'm wrong. Does anyone know a better approach?
Is it open source? π
Excerpt from the rules: Canadian residents must correctly answer a mathematical skill-testing question to win.
Hmm
πWe're celebrating 5 years of Tailscale! Read on for key lessons learned from half a decade of simplifying secure networking + enter to win one of five lifetime Personal Plus plans! Repost to win
π Read more tailscale.com/blog/5-thing...
ποΈ Full rules here - tailscale.com/blog/5-thing...
I finally found the 2025 way of interacting with cookies from a LiveView. Much thanks to @steffend.me!
Pretty elegant, hope it gets merged into LiveView soon.
gist.github.com/SteffenDE/38...
#Elixir
The link goes to a "this video is unavailable" page!
Thanks for the shoutout! What's the software you use at the 1:44 mark? I'll fix the bad paths asap!
I'm excited to share that I created a font!
It is monospaced, and designed to be used in code editors and terminals. Fellow programmers, do try it out and give me some feedback!
More details here: blog.chay.dev/i-made-a-font
#programming #typography
First post (skeet?) here!
I was looking through the ingress-nginx documentation when this magic URL localdev(dot)me caught my eye.
Wrote a short blog post about it here:
blog.chay.dev/localdevme/
#dev #webdev