HackerTrans
TopNewTrendsCommentsPastAskShowJobs

minikomi

3,714 karmajoined 15 ปีที่แล้ว
Peace to every crease on your brain

Submissions

Two LLM UI Patterns That Aren't Chat

poyo.co
6 points·by minikomi·เดือนที่แล้ว·0 comments

What I talk about when I talk about prompting

poyo.co
1 points·by minikomi·4 เดือนที่ผ่านมา·0 comments

Evolving a Modular Dev Experience in Emacs

poyo.co
2 points·by minikomi·5 เดือนที่ผ่านมา·1 comments

comments

minikomi
·เมื่อวานซืน·discuss
I think it might be fun if the words told a story
minikomi
·เดือนที่แล้ว·discuss


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

Is my favorite linkedin-ism. Wish LinkedIn had a regex block option.
minikomi
·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·discuss
Now translate it into zig!
minikomi
·2 เดือนที่ผ่านมา·discuss
Hello from eww
minikomi
·2 เดือนที่ผ่านมา·discuss
Sometimes it's better

To keep it all in a clump

Than spread it about
minikomi
·2 เดือนที่ผ่านมา·discuss
It's like a heavier commone colde
minikomi
·2 เดือนที่ผ่านมา·discuss
Or that they hate the project more than using AI
minikomi
·2 เดือนที่ผ่านมา·discuss
Cheers mate I added one at https://poyo.co/feed.xml
minikomi
·2 เดือนที่ผ่านมา·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
·3 เดือนที่ผ่านมา·discuss
Thank you for sharing.
minikomi
·3 เดือนที่ผ่านมา·discuss
Would you be willing to share some artists? I'm curious
minikomi
·3 เดือนที่ผ่านมา·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
·3 เดือนที่ผ่านมา·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
·4 เดือนที่ผ่านมา·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
·4 เดือนที่ผ่านมา·discuss
I think it's number 9 in the list
minikomi
·4 เดือนที่ผ่านมา·discuss
Component library page in the docs gives 404
minikomi
·4 เดือนที่ผ่านมา·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
·4 เดือนที่ผ่านมา·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
·5 เดือนที่ผ่านมา·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.