HackerLangs
トップ新着トレンドコメント過去質問紹介求人

jiggunjer

no profile record

コメント

jiggunjer
·16 日前·議論
And phone number verification too? So that's 3 hurdles to jump to just get opus.
jiggunjer
·22 日前·議論
Title says uri but post only about urls, a type of uri
jiggunjer
·24 日前·議論
In 2017. Wonder what it's like today.
jiggunjer
·先月·議論
Funny. When you input only milk and soy milk, it ignores the soy. If only soy, suddenly the butter needs to be vegan.
jiggunjer
·先月·議論
Thx oh and maybe don't call it sem. It's not really semantic, more like a big picture view vs the ground level git lines. How about "bye", short for bird's-eye?
jiggunjer
·先月·議論
Another potential use case: This may help jujutsu auto split a large revision into small orthogonal revs.

Sometimes agent makes a monolithic commit and it's a lot of work to manually split code you didn't write. After such an auto split I can manually squash related revs into feature/ticket level.
jiggunjer
·先月·議論
Literally what china is doing now
jiggunjer
·先月·議論
[dead]
jiggunjer
·先月·議論
Standardization. Who writes llms.txt? Everyone writes their own? Will agents still behave the same?
jiggunjer
·先月·議論
Biggest design bug imo is the workers need to register for the workflows they support, but will happily pull tasks from unrelated workflows if they're on the same queue. No way to put failed tasks back into the queue again either.
jiggunjer
·先月·議論
Isn't split stack architectural, i.e. client heavy vs thin client. Not a hard TS feature?
jiggunjer
·2 か月前·議論
I'd say cue is nicer, but the tooling available is even less mature.
jiggunjer
·2 か月前·議論
"appreciation"
jiggunjer
·2 か月前·議論
Me too! I got interested in category theory and how to express a logical model of "workflows" as a category. Then ai told me workflows are a monoid and not to bother.
jiggunjer
·2 か月前·議論
I note the absence of a motivation.
jiggunjer
·2 か月前·議論
Is there no upstream package repo like docker has.
jiggunjer
·2 か月前·議論
That's objective metrics. Not an objective way to compare, which is the selection of metrics to include.
jiggunjer
·2 か月前·議論
IME "real data work" doesn't involve notebooks.
jiggunjer
·3 か月前·議論
Strange advice not to push the mega merge. It's what I call my release branch.

One thing I like is there's many ways to achieve the same result. E.g. author uses a fancy rebase to graft a new branch between trunk and merge point. I could do the same by: 1) rebase -s onto trunk, 2) merge new branch with mega merge, 3) squash old megamerge upwards into new merge. No cryptic revset needed.
jiggunjer
·3 か月前·議論
Taking notebooks to a production environment isn't fun either. With ai there's no more excuse for using that coding crutch.