I Built the Capture Feature Obsidian Was Missing
Obsidian never had a fast way to capture an idea from anywhere on the Mac, so I built Lemonize — one shortcut, zero permissions, and it now feeds Bear and DEVONthink too.
Read articleObsidian never had a fast way to capture an idea from anywhere on the Mac, so I built Lemonize — one shortcut, zero permissions, and it now feeds Bear and DEVONthink too.
Read articleWhat we call 'Obsidian' is really separate, replaceable layers — storage, format, UI, agent. Counting how many you can swap without touching the others is the real test of whether your notes app owns you.
Read articleLM Studio just turned from a model runner into a full AI agent for open models. Here's what Bionic is, how it works, and what it says about where local AI is heading.
Read articleEvery AI session has a token economy: prompt, context, agent work, and the answer. I break down where the tokens really go, what Caveman actually saves, and why the trick works far beyond coding agents.
Read articleOpenAI shipped a new model family, but the real shift is the app: ChatGPT now bundles Chat, Work, and Codex — and picking the right space matters more than picking the right model.
Read articleCLAUDE.md, AGENTS.md, a one-page identity file, a skills folder, and a set of maps to my key notes — the whole AI layer on top of my Obsidian vault is plain markdown I own, not configuration locked inside any single tool.
Read articlePARA organizes my vault by how actionable a note is, not by its subject — and pairs with a Zettelkasten so the thinking survives the projects.
Read articleI own my notes. I own my blog. So why does my data leave the building every time I prompt an AI? Running a model locally is the next chapter of the same old conviction.
Read articleObsidian is powerful because it can stay simple: local files, plain text, links when needed, and just enough structure to keep thinking calm.
Read articleThe exact pipeline I run to turn web clippings and highlights into atomic, linked permanent notes — Claude does the structuring, I stay the curator.
Read articleThe tools that survive my stack aren't the most powerful. They pass one quiet test: ownership, reliability, and a clear way out.
Read articleI kept AI out of my Obsidian vault for years. MCP changed the equation — not by making the vault smarter, but by giving AI a specific job with a clear boundary and a review step.
Read articleA simple CLAUDE.md file based on Andrej Karpathy's observations about coding agents became wildly popular because it solves a real problem: AI agents are powerful, but not disciplined by default.
Read articleAI coding agents become more useful when I stop treating them as smarter autocomplete and start treating them as delegated workers with clear inputs, boundaries, and verification.
Read articleI stopped asking whether Claude Code or Codex is better. The useful question is simpler: am I exploring a problem, or am I delegating a bounded task?
Read articleMole is an open-source macOS utility that does the job of four apps I was paying for separately — for $9 once, no subscription. Here is why I switched.
Read articleHow I set up a GitHub Actions workflow that automatically builds my Hugo site and deploys it via FTP — zero manual steps, zero server management.
Read articleAfter 15 years of WordPress complexity, I ditched the backend, the plugins, and the database overhead in favor of Hugo — a static site generator that lets me write everything in Obsidian, build in under a second, and finally own my content the way I always should have.
Read articleDiscovering SuperWhisper, a voice-to-text AI tool that transforms the way you capture thoughts and write content by speaking instead of typing.
Read articleThe story of using AI tools like Cursor, ChatGPT, and V0 to build and publish an iOS subscription tracker app from idea to App Store.
Read articleAfter years of Setapp subscription, subscription fatigue led to replacing four paid apps with free alternatives while keeping what truly matters.
Read articleNotion is a very popular productivity app, versatile, powerful, and beautifully designed, but long-term reliability and control over data matter most.
Read articleI’ve penned an article detailing my two-year journey with Obsidian, and I’m eager to further delve into my daily interactions with this formidable tool, highlighting how I orchestrate my projects.
Read articleIn today’s rapidly evolving digital landscape, we are inundated with a plethora of note-taking and knowledge-management tools.
Read articleToday I’m excited to share my two-year adventure with Obsidian, a versatile note-taking application that has become an essential part of my daily life.
Read articleFollowing the launch of Obsidian’s new ‘properties’ feature, I embarked on a journey to optimize my notes to capitalize on this improvement.
Read articleAn exploration of note-taking and knowledge management apps for the modern professional As a content producer and an avid user of Obsidian, I have exp
Read articleCreate note templates for Bear 2.0 and Obsidian with Espanso to write faster and more consistently.
Read articleA real-world example of project management with Tana based on day-to-day use.
Read articleHow to use AI and ChatGPT to speed up your writing process without losing clarity or structure.
Read articleAn introduction to personal knowledge management with Obsidian to better capture, organize, and retrieve information.
Read articleThree concrete benefits of a PKM system for organizing ideas, notes, and knowledge over time.
Read articleWhy I chose Mastodon for microblogging and what I found there compared with other social platforms.
Read articleA hands-on look at Tana compared with Obsidian for PKM and note-taking.
Read articleAn introduction to regular expressions to understand how they work and use them with more confidence.
Read articleComparing loops and recursion to explore the Fibonacci sequence in JavaScript.
Read articleWhy Obsidian became my tool of choice for personal knowledge management.
Read articleHow I use Make.com to automate my publication workflow across multiple platforms.
Read articleA few simple pieces of advice I wish someone had shared with me when I started coding.
Read articleA simple and progressive introduction to currying in JavaScript.
Read articleDiscover Svelte components and learn the basics to start building interfaces with confidence.
Read articleSudoku is a logic-based puzzle game. This article walks you through how to write a sudoku solver in TypeScript using backtracking algorithms.
Read articleFirst-class functions are functions that can be assigned to variables, passed as arguments to other functions, and returned from other functions.
Read articleOne of the most common tasks when working with Javascript is looping through an array. In this article, we explore 5 different ways to iterate over an array in Javascript.
Read articleBacktracking is a general strategy that can be used to solve many different types of problems. This article discusses how to use backtracking with JavaScript to solve the n queens problem.
Read articleRecursion is a powerful programming technique that can be used to solve problems in a more elegant way than traditional looping mechanisms.
Read articleAirtable is a versatile online database that can be used for various purposes. In this blog post, we will discuss how to use Airtable as a database for your React application.
Read articleWhen it comes to setting up and using environment variables in a node.js backend environment, you have to install the dotenv library. But what about the front end with your react app?
Read articleReact is a front-end JavaScript library that has taken the web development world by storm. This quick start guide will show you how to get started with a React app.
Read articleUnderstand pure functions in JavaScript and the benefits they bring for readability, testing, and maintenance.
Read articleWhy I use Divi for WordPress and what it brings when you want to build a site quickly without coding.
Read articleWhy Svelte stands out with its simplicity, performance, and refreshing developer experience.
Read articleLearn how to set up routing in an Express project with TypeScript and a few useful best practices.
Read articleEight practical reasons to choose TypeScript for a more structured, safer, and more maintainable project.
Read articleWhy VSCode became my IDE of choice to code efficiently every day.
Read articleCreate a Svelte project with TypeScript to start from a modern, typed, and lightweight setup.
Read articleSet up a clean Node.js backend with Express and TypeScript on solid, maintainable foundations.
Read articleCreate a reusable custom React hook in TypeScript to fetch API data with clearer state and typing.
Read articleUse the JavaScript console more effectively with simple methods that make debugging clearer and faster.
Read articleApplication pratique du currying en JavaScript avec des exemples simples pour mieux comprendre son intérêt.
Read articleComment éviter null et undefined en JavaScript avec les types Maybe et Result pour rendre son code plus sûr.
Read articleTrois alternatives à if/else en JavaScript pour écrire des conditions plus lisibles et plus faciles à maintenir.
Read articlePourquoi typer ses variables en JavaScript et quels bénéfices attendre de TypeScript au quotidien.
Read articleSuite à une discussion avec un développeur, et sur ses conseils, je me suis penché avec beaucoup de curiosité sur la bibliothèque lodash.
Read articleIntroduction au currying en JavaScript pour comprendre son principe et améliorer la composition de fonctions.
Read article