HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cobolexpert

no profile record

comments

cobolexpert
·4 เดือนที่ผ่านมา·discuss
Makes sense! Thanks for sharing.
cobolexpert
·4 เดือนที่ผ่านมา·discuss
How does the classifier work? I see some JSON files with commands in them.
cobolexpert
·4 เดือนที่ผ่านมา·discuss
What do you mean I'm not helping?
cobolexpert
·5 เดือนที่ผ่านมา·discuss
I like this tree visualization! The background with little squares is making the text difficult to read, though.
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Had a funny experience with this some weeks ago. I started developing a small side project and after a week I wondered if this existed already. To my surprise, someone had already built something relatively similar _with the exact same name_ (though I had chosen mine as a placeholder, still funny though) only 2 weeks before, and posted it in Show HN.

I took a look at the project and it was a 100k+ LoC vibe-coded repository. The project itself looked good, but it seemed quite excessive in terms of what it was solving. It made me think, I wonder if this exists because it is explicitly needed, or simply because it is so easy for it to exist?
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Changed 50 meters to 43 meters with Opus 4.6:

“Walk. 43 meters is basically crossing a parking lot. ”
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Same here, I find most of these skills/prompts a bit redundant. Some people argue that in including these in the conversation, one is doing latent space management of sorts and bringing the model closer to where one wants it to be.

I wonder what will happen with new LLMs that contain all of these in their training data.
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Yep exactly, a Perl script
cobolexpert
·5 เดือนที่ผ่านมา·discuss
As it slowly starts working on another platforms, it can fill in Bazzite's role (a bit ironic I guess, given Bazzite is inspired on SteamOS)
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Maybe SteamOS will help with this!
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Relevant comment from some months ago [1].

Personally I find that sticking to distros backed by companies or very large communities is just easier in the long term (Debian/Ubuntu/Fedora/Arch).

[1] https://news.ycombinator.com/item?id=46092225
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Dumb question: is the quadratic time complexity for training, inference, or both?
cobolexpert
·5 เดือนที่ผ่านมา·discuss
In the end this and all other 89372304 AI projects are just OpenAPI/Anthropic API wrappers, but at least one has 1st party support which maybe gives it a slight advantage?
cobolexpert
·5 เดือนที่ผ่านมา·discuss
Copilot wanting to name everything Copilot is a funny thought, for some reason.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
Indeed, but nowadays it’s common to add the annotations to claw back a bit of more powerful code linting.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
I was also thinking this some days ago. The scaffolding that static languages provide is a good fit for LLMs in general.

Interestingly, since we are talking about Go specifically, I never found that I was spending too much typing... types. Obviously more than with a Python script, but never at a level where I would consider it a problem. And now with newer Python projects using type annotations, the difference got smaller.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
In which way does native UI have the upper hand, do you think? To me it seems like a lot of users are largely indifferent to this aspect (e.g. so many applications nowadays being Electron/browser based). If browsers keep gaining capabilities then it seems like this gap will get even smaller.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
At $WORK we have a Git repo set up by the devops team, where we can manage our junk by creating Terraform resources in our main AWS account.

The state however is always stored in a _separate AWS account_ that only the devops team can manage. I find this to be a reasonable way of working with TF. I agree that it is confusing though, because one is using $PROVIDER to both create things and manage those things at the same time, but conceptually from TF’s perspective they are very different things.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
Maybe my initial message was overly harsh, I mostly agree with your points here. I think maybe the point of disagreement is exactly _how much_ extra prompt is necessary to approach 100% of the job, but this is quite hard to measure (obviously). Your point about latent space management is a good mental model to have IMO.
cobolexpert
·6 เดือนที่ผ่านมา·discuss
Ah do you mean sub-agents? I do understand that if I summon a sub-agent and give it e.g. code reviewing instructions, it will not fill up the context of the main conversation. But my point is that giving the sub-agent the instruction "review this code as if you were a staff engineer" (literally those words) should cover most use cases (but I can't prove this, unfortunately).