HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dools

6,685 karmajoined 16 tahun yang lalu
I run BenkoPhone which is the only business mobile number in an app that supports picture messages outside of North America:

https://www.benkophone.com/

Submissions

9 Months of Agentic Development

benko.app
5 points·by dools·6 hari yang lalu·0 comments

Elon Musk is the first trillionaire

abc.net.au
2 points·by dools·28 hari yang lalu·0 comments

Show HN: Skillzmouse: Distributed skills and scripts for agentic coding

bitbucket.org
1 points·by dools·bulan lalu·0 comments

comments

dools
·kemarin·discuss
I actually think we should extend the social media ban to anyone under 90
dools
·kemarin dulu·discuss
This all reminds me of the differing experiences people had outsourcing coding in the 2010s when it was still called oDesk. You don’t need to read code, you just need to know that the code works. If something doesn’t show up as a problem it doesn’t need to be fixed, and reading code is the least efficient way to discover problems.

The only time I look at code is when something isn’t right and I ask for a root cause analysis. The LLM will show me some offending code or code for reference or evidence and then I quite often say “well that’s dumb you should do it like this instead” but I never need to actually go into the files. I do sometimes look at a git status or git diff.
dools
·kemarin dulu·discuss
Don’t read the code!!
dools
·kemarin dulu·discuss
[flagged]
dools
·kemarin dulu·discuss
It’s “fallacious appeal to authority”. This means don’t talk to your yoga teacher about vaccines. Authority exists.
dools
·kemarin dulu·discuss
“Not fascist and openly Nazi” is not “left leaning”.
dools
·kemarin dulu·discuss
To obtain a special dialling wand, please mash the keypad with your palm now
dools
·3 hari yang lalu·discuss
That’s the way I feel about GPT 5.2
dools
·3 hari yang lalu·discuss
I’ve been using mostly deepseek v4, kimi k2.6, and gpt 5.3-codex

I sometimes chuck a few tokens to gpt 5.5 and opus 4.8 and they can sometimes solve a problem one of the other models couldn’t, but they’re not like 10x better or anything in my experience. More like 1.2x better
dools
·4 hari yang lalu·discuss
I always rebase the worktree back to the source branch before merging, and resolve conflicts on the branch. I have a resolve conflicts skill and just say:

echo “resolve conflicts” | runpi

Where runpi is my pi -p wrapper. I’ve never had a regression from it, but it gives me a report at the end so I can double check the decisions if I need to.

The skill is basically don’t use automatic resolvers, err on the side of including both sides, refer to recent commits, missions and runfiles for context and in your report to me use real branch names not HEAD and incoming because I can never remember what those refer to.
dools
·4 hari yang lalu·discuss
I use this bash script that creates tmux windows and panes in a worktree and then undoes the process:

https://gist.github.com/iaindooley/cc8a61a1ff0fe23526c850906...

You include a script .worktree in your repo that does any copying or symlinking to setup the target directory.

It also has a headless mode so that it does the worktree operations without the tmux which I use for executing pi -p prompts in worktrees.
dools
·4 hari yang lalu·discuss
What is the advantage of a git remote set to a local upstream vs a git worktree?
dools
·4 hari yang lalu·discuss
Yep: one extra rotation at the end, like when you are tying the loops together, go around a second time. Never comes undone, but releases easily.
dools
·4 hari yang lalu·discuss
Yeah you get the usage back and each element has pricing published
dools
·4 hari yang lalu·discuss
It’s not meaningless at all: every query returns usage and I can calculate the cost.

EDIT: this is like saying hourly rate or salary is meaningless. Different people have different output. You have to evaluate performance.

EDIT2: just pray the LLM providers don’t start taking Patrick McKenzie’s advice and start charging based on “value delivered”
dools
·5 hari yang lalu·discuss
Orly?

“ Automatic Prefix Caching (APC in short) caches the KV cache of existing queries, so that a new query can directly reuse the KV cache if it shares the same prefix with one of the existing queries, allowing the new query to skip the computation of the shared part.”

https://docs.vllm.ai/en/latest/features/automatic_prefix_cac...
dools
·5 hari yang lalu·discuss
I would be very surprised if they hadn’t sorted out some form of shared KV caching
dools
·5 hari yang lalu·discuss
I tried a pro model out the other day and thought there must have been a bug in Pi’s cost calculations. But no, it’s absolutely fucking insane. Wasn’t even any better at the task.
dools
·6 hari yang lalu·discuss
No, PDO doesn't qualify, because it lacks the "relational mapping" part. If I want an AI opinion of my project I can always ask a chatbot myself.
dools
·7 hari yang lalu·discuss
[flagged]