HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fagerhult

no profile record

Submissions

Show HN: Leta – Command-line LSP client for agentic coders

github.com
1 points·by fagerhult·6개월 전·0 comments

Show HN: Qqqlang – a syntax-free language for image synthesis

qqqlang.com
1 points·by fagerhult·7개월 전·0 comments

Show HN: Greger.el – Agentic Coding in Emacs

github.com
6 points·by fagerhult·작년·2 comments

AI video is having its Stable Diffusion moment

replicate.com
1 points·by fagerhult·2년 전·0 comments

Ideogram v2 is an outstanding new inpainting model

replicate.com
2 points·by fagerhult·2년 전·0 comments

FLUX1.1 [pro] – New SotA text-to-image model from Black Forest Labs

replicate.com
228 points·by fagerhult·2년 전·142 comments

Fine-tune FLUX.1 with your own images

replicate.com
2 points·by fagerhult·2년 전·0 comments

Generate music from chord progressions and text prompts with MusicGen-Chord

replicate.com
2 points·by fagerhult·3년 전·0 comments

MusicGen-Chord: Generate music restricted to chord sequences and tempo

replicate.com
1 points·by fagerhult·3년 전·0 comments

Fine-tune MusicGen to generate music in any style

replicate.com
1 points·by fagerhult·3년 전·0 comments

comments

fagerhult
·작년·discuss
Claudemacs looks really good -- thanks for the pointer!

My main design goal was to have the whole chat described by a text buffer, that can be converted back and forth to the Claude dialog format. I love Emacs' built-in `shell-mode` because I can jump around in the shell buffer, kill and yank, etc. I wanted that same interaction model in the agent interface. I ended up writing a tree-sitter grammar and maybe going a bit over the top...

Also, I wanted something very hackable, where the entire codebase is in elisp. Claudemacs has the benefit of building on Claude Code, so it gets all the Claude Code features for free, whereas I have to implement everything from scratch. But I think of Greger as an experiment surface for novel agent patterns.

I don't think anyone has really figured out how to get the most of out agents yet, so it's great that we're all attacking it from different angles and taking inspiration from each other.
fagerhult
·작년·discuss
I vibed up a little chat interface https://kontext-chat.vercel.app/