cd/sources/jola-auto-discovered· home sources Jola (auto-discovered)
cat /sources/jola-auto-discovered.feed | wc -l → 25

Jola (auto-discovered)

articles 25 domain jola.dev → page 1/2 feed RSS
00:00
2026-08-04
jola.dev
artificial-intelligence

Limited output is a feature

Johanna Larsson argues that the push to maximize LLM agent productivity in software development is a trap, as startups win by thinking differently and producing value, not by outproducing incumbents w…

00:00
2026-07-28
jola.dev
artificial-intelligence

A computer can never be held accountable

Johanna Larsson argues that users, not AI tools, are accountable for outputs generated by large language models, comparing LLMs to toasters or compilers. Larsson warns against offloading responsibilit…

00:00
2026-07-14
jola.dev
developer-tools

How to stop Claude from saying load-bearing

Developer Johanna Larsson published a workaround for Claude Code users frustrated by the AI's repetitive use of phrases like "load-bearing" and "honest take," using a custom script and the MessageDisp…

00:00
2026-06-09
jola.dev
large-language-models

Treating LLMs as programming books

Developers are adopting a new approach to using large language models for coding, treating them as on-demand programming books rather than autonomous coding assistants. The method involves having LLMs…

00:00
2026-05-25
jola.dev
large-language-models

The social contract of writing

The widespread use of large language models to generate written content is violating an implicit social contract between readers and writers, according to a new analysis from Oxide Computer. The compa…

13:48
2026-05-21
jola.dev
developer-tools

Highest Random Weight in Elixir

The article compares two consistent hashing approaches in Elixir: Discord's ExHashRing, which requires managing stateful processes, and Rendezvous (Highest Random Weight) hashing, which is a stateless…

00:00
2026-05-17
jola.dev
open-source

bunnyx: a bunny.net Elixir client library

**Summary:** The article introduces *bunnyx*, an open-source Elixir client library for interacting with the bunny.net CDN API. Developed by the author for use in their uptime monitoring project Larm…

00:00
2026-05-12
jola.dev
developer-tools

Building for the joy of building

The author, Johanna Larsson, describes her unconventional path into programming, which began with creating a simple website for her father's business using HTML and CSS, sparking a lasting passion for…

00:00
2026-05-10
jola.dev
large-language-models

Running local models on an M4 with 24GB memory

The article describes the author's successful setup for running local AI models on an M4 Mac with 24GB of memory, specifically highlighting Qwen 3.5-9B (Q4 quantized) as the best performing model at ~…

00:00
2026-04-02
jola.dev
cloud-computing

Dropping Cloudflare for bunny.net

The article describes the author's decision to move their blog from Cloudflare to bunny.net, citing concerns about over-reliance on a single US corporation and a desire to support a European alternati…

00:00
2026-03-24
jola.dev
developer-tools

Building a blog with Elixir and Phoenix

This article summarizes how the author built a blog using Elixir and the Phoenix framework, with blog posts generated from Markdown files via NimblePublisher and compiled at build time for performance…

00:00
2026-03-07
jola.dev
artificial-intelligence

Stay in the Loop: How I Actually Use Claude Code

The article describes a two-mode workflow for using Claude Code: planning and execution. Users must first build shared context by loading relevant documents and code, then research the task thoroughly…

00:00
2025-08-18
jola.dev
startups

Ruthless Prioritization: The Path to Delivery

The article argues that project failures often stem from an inability to identify and ship the smallest possible feature that delivers user value. It advocates for "ruthless prioritization," emphasizi…

00:00
2025-08-04
jola.dev
developer-tools

Estimates Are More Valuable Than You Think

The article argues that software estimates should be viewed as tools for fostering communication and transparency rather than as rigid deadlines or contracts. It emphasizes that good estimation create…

00:00
2025-07-28
jola.dev
developer-tools

When Software Engineers Think They Need More Focus Time

The article argues that software engineers often mistakenly prioritize uninterrupted coding time over their true job of creating impact and delivering value. It emphasizes that the most valuable work—…

00:00
2025-07-21
jola.dev
developer-tools

If the Goal is Resiliency, Defensive Programming is Your Enemy

The article argues that defensive programming, which uses excessive conditionals and error handling to prevent failures, actually undermines software resiliency by masking errors and creating systems …

00:00
2025-07-19
jola.dev
developer-tools

The Magic of Daily Pull Requests: Why Smaller is Better

The article argues that developers should aim to merge at least one pull request (PR) per day by breaking work into the smallest possible valuable pieces, rather than working longer hours. It explains…

00:00
2025-02-04
jola.dev
developer-tools

Building a Distributed Rate Limiter in Elixir with HashRing

This article by Johanna Larsson on the AppSignal blog explains how to build a distributed rate limiter in Elixir using the HashRing library. It covers the implementation of consistent hashing to evenl…

00:00
2020-01-21
jola.dev
open-source

Building Hex Diff

The article describes the development of Hex Diff, an open-source tool for comparing Hex package versions. It explains how the project uses LiveView for a responsive search interface, reads package da…

page 1 / 2 next →