HackerTrans
TopNewTrendsCommentsPastAskShowJobs

unop

no profile record

comments

unop
·قبل 3 أشهر·discuss
Both Sonnet and Opus 4.6 under GHCP support a 1M context window.
unop
·قبل 4 أشهر·discuss
`\rg foo` or `command rg foo`
unop
·قبل 5 أشهر·discuss
I welcome this "scriptability" improvement. I often have to do some bulk updates across a few dozen files and while I can whip up python or sed - I'd rest assured there's a more stable interface. but more importantly it opens doors to integrations with applescript and claude and whatnot
unop
·قبل 6 أشهر·discuss
Tool calls with middleware. If you deploy an agent into a production system - you design it to use a set of curated whitelisted of bespoke tool calls against services in your stack.

Also, You should never connect an agent directly to a sensitive database server or an order/fulfillment system, etc. Rather, you'd use "middleware proxy" to arbitrate the requests, consult with a policy engine, log processing context, etc before relaying the requests on to the target system.

Also consider subtleties in the threat model and types of attack vector. how many systems the agent(s) connect to concurrently. See the lethal trifecta https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/
unop
·قبل 8 أشهر·discuss
I spent 10 years in perl and created a lot in it - it taught me a lot about code as a culture,importance of tests, TIMTOWTDI, etc. I think I owe a lot to it.

I found myself defending it more and more online against the folks who were nay sayers - those who complained about its syntax and it's quirks - but that wasn't a problem for unixers who used sed/awk/vim and all the other arcane tools. Perl wawa means to and end and it was the best tool to reach for (the glorious Swiss army knife).

I guess there was an infection period - the brain drain to python and Ruby meant it was harder to find decent quality libs on CPAN anymore as folks would only do things in python. And Yea, while CPAN is still rich, it's not the first hit on Google anymore.

Today, the map-sort-map Schwarzian transform is still the easiest to do in perl than any other language and it helps me whip up the throwaway scripts quick. Wouldn't change the language - I really love it!
unop
·قبل 8 أشهر·discuss
I'm having a grokking problem with the grammar of this question.

Hey claude, help parse .. Ohh wait.. claude says I've spent up all my weekly credits (twat!).

Gemini.. Hey.. Go to school on this one...

"Do you know how much the world outside a small group of people hates* AI?"
unop
·قبل 10 أشهر·discuss
Maybe cmd.exe launch into "your terminal" - styled with starship or whatever, your shell aliases but taking the user into your (code?) projects' directories that they can have a nosey around with (mirroring github repos?)