HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidkunz

no profile record

Submissions

Jujutsu [video]

youtube.com
1 points·by davidkunz·2 เดือนที่ผ่านมา·0 comments

Stop Creating AI Slop [video]

youtube.com
2 points·by davidkunz·3 เดือนที่ผ่านมา·0 comments

Pi Coding Agent [video]

youtube.com
3 points·by davidkunz·3 เดือนที่ผ่านมา·0 comments

Neovim 0.12: What's New [video]

youtube.com
3 points·by davidkunz·3 เดือนที่ผ่านมา·0 comments

comments

davidkunz
·2 เดือนที่ผ่านมา·discuss
I'm not an expert. Can't we abuse that LLMs don't need to receive audio as a continuous stream without interruptions? Couldn't we just send data and pipe it into the LLM with deduplication (if resending happens)?

  x...y...y[dedup]...z
davidkunz
·2 เดือนที่ผ่านมา·discuss
I would like if some of that functionality is extracted in CLI tools. Then every coding agent can use it.
davidkunz
·3 เดือนที่ผ่านมา·discuss
I haven't tried Löve, but I somehow enjoyed reading through the README.md, no AI slop, just a natural writing style with tiny indictors showing the authors' enthusiasm in creating software.
davidkunz
·3 เดือนที่ผ่านมา·discuss
We need Net Neutrality for LLMs.
davidkunz
·3 เดือนที่ผ่านมา·discuss
Useful for tests with LLM interactions.
davidkunz
·3 เดือนที่ผ่านมา·discuss
Oh, you should have a look at Pi then.

https://github.com/badlogic/pi-mono/tree/main/packages/codin...
davidkunz
·3 เดือนที่ผ่านมา·discuss
It's still possible to let users already type from the beginning, just delay sending the characters until checks are complete. Hold them in memory until then.
davidkunz
·4 เดือนที่ผ่านมา·discuss
Give it "a week or two"
davidkunz
·5 เดือนที่ผ่านมา·discuss
Just use skills, which allow progressive disclosure of information.
davidkunz
·5 เดือนที่ผ่านมา·discuss
Falling sand games always remind me of the game Clonk. As a kid, I enjoyed digging tunnels, flooding them with water, all physics based. Great times.
davidkunz
·5 เดือนที่ผ่านมา·discuss
On the website[1] it says:

  .opencode/skills
[1]: https://opencode.ai/docs/skills/#place-files
davidkunz
·5 เดือนที่ผ่านมา·discuss
The root cause should be fixed.
davidkunz
·5 เดือนที่ผ่านมา·discuss
Please standardize the folder.

  .claude/skills
  .codex/skills
  .opencode/skills
  .github/skills
davidkunz
·7 เดือนที่ผ่านมา·discuss
> It's in Java, but the lessons can be applied in every language.

I can only discourage anyone from applying Java patterns all over the place. One example in JavaScript: There was a functionality that required some parameters with default values. The plain solution would have been:

    function doStuff({ x = 9, y = 10 } = {}) {  ... }

Instead, they created a class with private properties and used the builder pattern to set them. Totally unnecessary.
davidkunz
·7 เดือนที่ผ่านมา·discuss
In JavaScript, I love the `async` keyword as it's a good indicator that something goes over the wire.
davidkunz
·9 เดือนที่ผ่านมา·discuss
One step closer to Skynet
davidkunz
·9 เดือนที่ผ่านมา·discuss
What I would love:

- Everything locally stored in the repo: PRs, comments, issues, discussions, boards, ... - CLI first - Offline first (+ syncing) - A website for hosting/presentation
davidkunz
·9 เดือนที่ผ่านมา·discuss
jj describe -m "Good luck, Steve!"
davidkunz
·9 เดือนที่ผ่านมา·discuss
I have huge respect for Mitchell, it's impressive what he achieved.

I agree with all the points of this article and would like to add one: Have a quick feedback loop. For me, it's really motivating to be able to make a change and quickly see the results. Many problems just vanish or become tangible to solve when you playfully modify your source code and observe the effect.
davidkunz
·10 เดือนที่ผ่านมา·discuss
It's all good, man!