Advertisement · 728 × 90

Posts by Arthur

Post image

TIL you can type ! in claude code to execute shell commands directly and then keep working with the results

previously I just opened another tab and copy pasted everything like back and forth

3 days ago 2 0 1 0

best part? spin it up from anywhere, let it work while you do other stuff

this is where development is heading currently

6 days ago 0 0 0 0
Video

@cursor_ai cloud agents are wild

you literally spin up a VM, tell it what to build, and watch it:
- open browsers
- click around
- run tests
- record everything
- debug itself

first agent walks you through setup and gets everything running without you lifting a finger

6 days ago 0 0 1 0

what are your experiences with @convex? How fast did you hit the limits of the free tier and what is possible with the 25 dollar plan?

1 week ago 0 0 0 0
Preview
GitHub - arthurliebhardt/today-md Contribute to arthurliebhardt/today-md development by creating an account on GitHub.

github.com/arthurliebh...

install/update via (export/sync data before):

curl -sL raw.githubusercontent.com/arthurliebh... | bash

1 week ago 0 0 0 0

This release tightens the planning loop on macOS: a reliable Cmd-_ quick add flow, Monday-based week views, cleaner rescheduling, better calendar onboarding, preserved subtasks on reload, and clearer list color picking.

1 week ago 0 0 1 0

I introduced some bugs with the latests changes and focusing on fixing them

today-md v1.7.6.

1 week ago 0 0 1 0
Post image

told hermes my openai-codex subscription wasn't working

hermes, say no more ... 🤦‍♂️

1 week ago 0 0 0 0
Advertisement
Post image

looks like they just waited until I bought my Mac Studio so I could go all in on local models

let's see how Gemma 4 performs

1 week ago 1 1 0 0
Post image

I'm not sure if I fell into the local agent trap, but I'm very bullish on local models and autonomous agent frameworks like OpenClaw or Hermes Agent

Let's see what an M4 Max is capable of

2 weeks ago 0 0 1 0

mixed feelings out there about them but I'm starting to enjoy it

3 weeks ago 0 0 0 0

normally you can only work on one branch at a time. need to switch for a hotfix? gotta stash or commit first.

worktrees skip that entirely

this feature has been around forever but nobody really used it until agentic coding came up and you could let AI work on multiple parallel tasks locally

3 weeks ago 0 0 1 0
Post image

TIL what Hand off actually does 😅

a few days ago I was stuck in a PR, wanted to start a parallel feature but had no clue how to create a worktree

Hand off does exactly this

Git worktrees let you check out multiple branches at once in separate directories. all linked to the same repo.

3 weeks ago 0 0 1 0

I guess it works good for smaller step by step changes

3 weeks ago 0 0 0 0
Post image Post image

tried SwiftUI Plugins to give today-md that Liquid Glass look

results were... absolutely terrible 🤣

sticking with the old design

3 weeks ago 2 0 1 0
Advertisement
Preview
GitHub - arthurliebhardt/today-md Contribute to arthurliebhardt/today-md development by creating an account on GitHub.

github.com/arthurliebh...

install/update via (export/sync data before):

curl -sL raw.githubusercontent.com/arthurliebh... | bash

3 weeks ago 0 0 0 0
Video

Sync in your Obsidian Vault and open / edit / plan you tasks there in markdown

plan your tasks in today-md 🫡

3 weeks ago 0 0 1 0

more flexible than basic app hosting, but much simpler than a big multi--node Kubernetes setup.

Also when I have a new app I prompt AI to deploy it, it creates all the files runs the scripts and deploys the app.

3 weeks ago 1 1 0 0

- GitHub Actions for build and deploy
- Prometheus + Grafana for metrics
- Loki for logs
- Uptime Kuma for monitoring
- Plausible for analytics
- Backups and small automation scripts for secrets and maintenance

For me, Hetzner + K3s + Helm is a really good middle ground:

3 weeks ago 0 0 1 0

What I like about this setup is that it stays simple but still feels production-ready. It gives me control over the full stack without adding too much complexity.

It includes:

- K3s on Hetzner
- Helm for app deployments
- Traefik for routing
- cert-manager for TLS

3 weeks ago 0 0 1 0

I run a hardened Ubuntu server on Hetzner with a single-node K3s cluster. I use Traefik for ingress, cert-manager for automatic HTTPS, and Helm to deploy my apps. Most of the apps are Next.js apps, built into Docker images, pushed to GHCR, and deployed with shared Helm configs.

3 weeks ago 0 0 1 0

I’ve been building my own small cloud setup on Hetzner instead of using managed hosting for everything.

The setup is pretty simple:

3 weeks ago 0 0 1 0
Advertisement
Preview
GitHub - arthurliebhardt/today-md Contribute to arthurliebhardt/today-md development by creating an account on GitHub.

github.com/arthurliebh...

install/update via (export/sync data before):

curl -sL raw.githubusercontent.com/arthurliebh... | bash

3 weeks ago 0 0 0 0

- better calendar visibility controls
- clearer active calendar selection
- improved & intelligent scheduling and unscheduling behavior
- smoother inline event deletion flow

The goal is simple: fewer clicks, less friction, and a better bridge between - task planning and real time on the calendar.

3 weeks ago 1 0 1 0
Post image

today-md v1.7.3 release is out

Right now, calendar support works through the native Calendar app on Mac, which means connected iCloud, Google, Outlook, and Exchange calendars show up there first.

This release tightens up the calendar workflow:

3 weeks ago 2 1 1 0

having live preview helped a lot. could immediately feel how the interaction behaved and adjust fast until it felt natural

3 weeks ago 0 0 0 0

what looks simple took a lot of thinking through flow, edge cases, how every state should feel when a task is moved. AI speeds things up but still takes your own taste, product sense, UX judgment to make it feel right

3 weeks ago 1 0 1 0
Video

shipped first version of the calendar planning feature

the challenge wasn't the logic but getting UX and UI right, thinking through the full flow, edge cases, UI behavior behind every move

auto adjusts lanes when tasks move between Today, This Week, Next Week

3 weeks ago 1 0 2 0

there are some subscription apps and also some which do the exact same, but again here I will build around my day to day work and use cases and can adjust it fully to my needs

3 weeks ago 0 0 0 0
Post image

building the next productivity tool

everyone types, then lets AI fix grammar

I just want to speak

AI transcribes and corrects in real-time = more output, same time

of course native mac app with local LLMs for security and compliance

3 weeks ago 0 0 4 0