HackerTrans
TopNewTrendsCommentsPastAskShowJobs

minikomi

3,714 karmajoined há 15 anos
Peace to every crease on your brain

Submissions

Two LLM UI Patterns That Aren't Chat

poyo.co
6 points·by minikomi·mês passado·0 comments

What I talk about when I talk about prompting

poyo.co
1 points·by minikomi·há 4 meses·0 comments

Evolving a Modular Dev Experience in Emacs

poyo.co
2 points·by minikomi·há 5 meses·1 comments

comments

minikomi
·anteontem·discuss
I think it might be fun if the words told a story
minikomi
·mês passado·discuss


    <somebody> just <did something>. 
    
    And it changes everything.

Is my favorite linkedin-ism. Wish LinkedIn had a regex block option.
minikomi
·há 2 meses·discuss
I have one, it's great

Crosspoint just released a new version

https://github.com/crosspoint-reader/crosspoint-reader/relea...

With:

- custom fonts

- better syncing

- quick-press refresh

Etc etc
minikomi
·há 2 meses·discuss
Now translate it into zig!
minikomi
·há 2 meses·discuss
Hello from eww
minikomi
·há 2 meses·discuss
Sometimes it's better

To keep it all in a clump

Than spread it about
minikomi
·há 2 meses·discuss
It's like a heavier commone colde
minikomi
·há 2 meses·discuss
Or that they hate the project more than using AI
minikomi
·há 2 meses·discuss
Cheers mate I added one at https://poyo.co/feed.xml
minikomi
·há 2 meses·discuss
Asolutely. It doesn't have to be an either-or. I use gptel and org mode when I was to be really hands on driving the development. It's a very different mode of interacting with models, and the way newer models are trained to play nice with harnesses makes them very obedient.

https://poyo.co/note/20260202T150723/
minikomi
·há 3 meses·discuss
Thank you for sharing.
minikomi
·há 3 meses·discuss
Would you be willing to share some artists? I'm curious
minikomi
·há 3 meses·discuss
The descriptions generated from the prompts are almost always great, but the generated music is always terrible. The sound pallete seems so limited.
minikomi
·há 3 meses·discuss
A generalized llm prompting library for clojure, and seeing what falls out from that. I wanted something which was fun to use in an interactive way, but not too abstracted.

- Introduction: https://poyo.co/note/20260318T184012/

- Tool loops: https://poyo.co/note/20260329T034500/

- Playing with receipt extraction: https://poyo.co/note/20260323T120532/

- Use with async flow: https://poyo.co/note/20260410T164710/
minikomi
·há 4 meses·discuss
Yep. Semantically distinct and meaningful chunks wins every time over any kind of windowing or slice and dicing.

Unfortunately, many people are looking for a fire and forget solution over an existing rats nest of documentation debt..
minikomi
·há 4 meses·discuss
I think it's number 9 in the list
minikomi
·há 4 meses·discuss
Component library page in the docs gives 404
minikomi
·há 4 meses·discuss
I don't let it execute emacs lisp itself, but elisp generated in org mode babel blocks which is instantly executable is a fine way to have gptel improve itself.

( See "meta tooling" in https://poyo.co/note/20260202T150723/ )
minikomi
·há 4 meses·discuss
The more you can afford to build up your understanding of the problem space and define what inputs & outputs look like, the more flexible you can be with evals. Unfortunately, this is a lot of work and requires thinking and discussion with your team and those involved.

https://poyo.co/note/20260217T130137/

I wrote about general ideas I take towards simple single prompt features, but most of it is applicable to more involved agentic approaches too.
minikomi
·há 5 meses·discuss
I agree, and this is why I tend to use gptel in emacs for planning - the document is the conversation context, and can be edited and annotated as you like.