HN user

dools

6,703 karma

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/

Posts158
Comments2,415
View on HN
www.theregister.com 7d ago

Musk promises purge after Grok Build caught sending repos to the cloud

dools
6pts1
www.benko.app 17d ago

9 Months of Agentic Development

dools
5pts0
www.abc.net.au 1mo ago

Elon Musk is the first trillionaire

dools
2pts0
bitbucket.org 1mo ago

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

dools
1pts0
bsky.app 1y ago

Using AI for code has its detractors but can be a great resource

dools
1pts0
www.securityweek.com 1y ago

New Zyxel Zero-Day Under Attack, No Patch Available

dools
2pts0
www.securityweek.com 1y ago

Git Vulnerabilities Led to Credentials Exposure

dools
6pts0
www.cyberdaily.au 1y ago

4.2M impacted by Scholastic data beach

dools
1pts0
www.lrb.co.uk 1y ago

Maastricht and All That (1992)

dools
2pts0
www.abc.net.au 1y ago

Russia has fined Google more money than there is in the entire world

dools
2pts2
www.benkophone.com 1y ago

"Hire People Smarter Than You" is bad advice (2018)

dools
47pts37
www.crikey.com.au 2y ago

Assange's 'Journalism' Is Dangerous

dools
4pts1
www.howtobullshit.com 2y ago

Bullshitting can rapidly increase your revenue

dools
2pts0
twitter.com 2y ago

Jared Bernstein on why the government needs to borrow [video]

dools
1pts0
benkoworks.com 2y ago

Shortlist Your Tasks

dools
1pts0
twitter.com 2y ago

Why does the government even borrow? [video]

dools
2pts0
www.qed-ne.com 2y ago

Quantum Electro Dynamics VEM Drive

dools
5pts0
podcasts.apple.com 2y ago

Things Fell Apart

dools
1pts0
fortune.com 2y ago

Mark Zuckerberg stood in Congress and apologized to families of victimized teens

dools
2pts0
news.ycombinator.com 2y ago

Ask HN: Anyone else having "connection reset by peer" issues with pip?

dools
1pts0
johnmenadue.com 2y ago

How Reagan and US agencies made Murdoch a king

dools
1pts0
news.ycombinator.com 2y ago

Ask HN: Is it possible to reverse a disk recovery algorithm?

dools
2pts0
www.abc.net.au 3y ago

Latitude Financial hit by cyber attack, more than 300k identity documents stolen

dools
2pts0
www.januselectric.com.au 3y ago

Janus Electric (truck transport electrification)

dools
1pts0
iaindooley.com 3y ago

Solving the open source funding problem

dools
10pts4
science.howstuffworks.com 3y ago

How does a dippy bird work?

dools
1pts0
news.ycombinator.com 3y ago

Tell HN: Idea to End TXT Scams

dools
1pts1
downdetector.com.au 3y ago

Twitter Outages Reported in Australia

dools
3pts0
podcasts.apple.com 3y ago

Japan: A Case Study in MMT [audio]

dools
1pts0
www.thenation.com 3y ago

The Myth of Libertarian Exit

dools
5pts1

Yeah deepseek is my workhorse of choice these days, I mostly use pro because I do a lot of concurrent jobs so speed is less of a concern. When it falls over I change the model mid-chat to GPT5.5 and chuck a couple of tokens over to OpenAI and then once it's correctly found the problem I switch back to deepseek, keeping all the 5.5 analysis in context.

I have been a heavy user of k2.5/6 but they seem to have gotten slower and worse at their jobs (and the "engine overloaded" errors have increased ... ), and k3 spends a LOT of time thinking and doesn't produce noticeably better results. I do keep chucking some tasks over to moonshot every now and again to give it a chance. I figure they're under compute pressure and have probably quantised the models to cope temporarily.

But recently I've found myself mostly using deepseek v4 pro and gpt 5.5 when I need the big guns.

GLM 5.2 has been good at select tasks but really shit at others and given how sparingly I use GPT 5.5 I'm not that compelled to use it. I've yet to be impressed by any Google or Anthropic models!!

As agents get better, it can be a textual representation rather than a script, but for now that suffices

I can’t see any reason to have agents do what a script can do. If the operation is deterministic then why pay every time it gets done? This is why MCP seems so pointless to me.

I’ve been using ChatGPT to configure my mikrotik gear for about a year it’s pretty awesome. And the end result is well documented reusable scripts rather than my usual set of random stack overflow copy pastes and shitty inscrutable notes

Have you ever “wired” anything to anything else when developing software? No, because software doesn’t involve wires, but LLMs are quite convinced that it does.

Given the fact that people frequently give their coding agents permission to pull and push from git, this is a massive vector for supply chain attack. Some cursor instance you left running on a project has an agent that wants to grab the latest project files, some attacker has compromised some project and put their exe into it and X00,000 of people are all of a sudden running random EXE as the primary user

I dunno I type a whole bunch of shit into a computer and software comes out the other end. The experience of doing the work hasn’t changed much but I get better software more quickly.

“ I asked him where he'd look, personally, for the answer to a hard question I was chasing, one without industry consensus”

Doesn’t that mean his answer was that he, with all of his years of experience, would ask Claude?

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.

Grok 4.5 14 days ago

It’s “fallacious appeal to authority”. This means don’t talk to your yoga teacher about vaccines. Authority exists.

Grok 4.5 14 days ago

“Not fascist and openly Nazi” is not “left leaning”.

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.