johanna

@joladev
6 Followers
18 Following
13 Posts
"that chick from youtube"
she/her
Elixir is pretty cool
Personal websitehttps://jola.dev

Wrote about messing around with atproto and working on automatic syncing of content to standard site of my blog (and any blog)

Bonus: it's open source and written in #elixirlang Work in progress!

https://jola.dev/posts/automatically-syncing-your-blog-atproto-standard-site

Automatically syncing your blog to atproto and standard.site | jola.dev

Kicking off a little side project for automatically discovering content through blog post feeds and syncing to atproto and standard.site.

jola.dev

Hello Elixir and BEAM people! I've been working on my feed reader blog subscriptions and I've got some really good ones, but I am sure I can get more! Who are you favorite Elixir/BEAM bloggers and what are their sites? Let's do a blog roundup!

#ElixirLang

Appreciation for the small web | jola.dev

A little love letter to the small web, to the now classic technology of RSS, to the future of atproto, and to the people who share for the joy of sharing.

jola.dev

In my continuing struggle to find a way to use LLMs while staying firmly engaged in the design of the code, here's a blog post about using LLMs like dynamic programming books. It suggests code, you type it out

https://jola.dev/posts/treating-llms-as-programming-books

Treating LLMs as programming books | jola.dev

Thoughts on an approach for using LLMs effectively for coding without losing engagement and cognitive effort.

jola.dev

Played around with standard.site and atproto and published my blog posts to the Atmosphere with #ElixirLang

https://jola.dev/posts/publishing-your-blog

Publishing your blog to standard.site in Elixir | jola.dev

A walkthrough for posting your Elixir/Phoenix blog to Bluesky and the standard.site network, using a small mix task and an atproto client.

jola.dev
Sent out my first monthly newsletter with a blog post roundup and some thoughts. Here's the web archive version https://buttondown.com/joladev/archive/may-newsletter/
May Newsletter

The May roundup of content from https://jola.dev.

jola.dev

When I first posted https://jola.dev/posts/building-a-blog-with-elixir-and-phoenix I got a lot of questions about whether I had tried mdex. Happy to say I've now switched over and it simplified my setup a bit! #ElixirLang

https://github.com/joladev/jola.dev/pull/57

Building a blog with Elixir and Phoenix | jola.dev

Setting up a website using Elixir and Phoenix, leaning on NimblePublisher for the blog posts.

jola.dev

Wrote a bit about why LLM-written text is so painful, even when the content itself is fine, and the importance of using your own voice

https://jola.dev/posts/the-social-contract-of-writing

The social contract of writing | jola.dev

About the value of genuine writing in a world being drowned in slop.

jola.dev

I only recently learned about rendezvous hashing, an alternative to consistent hashing, and I ended up doing a little deep dive and then I wrote a small library for Elixir. For node counts <20 it performs as well as ExHashRing on my machine

https://jola.dev/posts/highest-random-weight-in-elixir

#ElixirLang

Highest Random Weight in Elixir | jola.dev

A description of HRW/rendezvous hashing and the HRW elixir library.

jola.dev

It's interesting how LLMs have completely flipped how we interpret writing. What used to be considered good: large vocabulary, correct grammar, use of expressions, become trivial with LLMs.

And now I just want to read something genuine with a real voice, typos and bad grammar included.