Viewing profile — Jenk
Jenk
HN member- Joined
- Thu, Feb 07, 2013, 10:56 AM UTC
- HN karma
- 3,572
- Public activity
- 780 items
- HN profile
- View on Hacker News ↗
About Jenk
No profile information was provided.
Recent public activity
-
comment
Comment #49104176
The (many) interior designers we consulted before renovating our house used A/VR to show us what those changes could look like. The AR experience was the most surreal and useful, t…
-
comment
Comment #49091169
"That guy has lots of money so he must be successful, clever, and probably correct, so I'm going to support them" is still an aspiration - and you probably should realise that ther…
-
comment
Comment #49084337
> I do not understand why anyone else would go along with this. Aspirations.
-
comment
Comment #48839273
$165k won't get you far on salaried engineers. There's every chance that 1 engineer, assuming Anthropic employs them, is on $500k or more. Assuming average of $336k in that pool of…
-
comment
Comment #48229807
> - Not sure what they're called, but I've seen a lot of fully automated outdoor "locker stations" for packet deliveries Drop boxes! I was part of a team prototyping these some 20 …
-
comment
Comment #48229690
https://www.thek6project.co.uk/the-crowns-on-k6-telephone-bo... there's a note about Hull's phone boxes at the bottom of this page.
-
comment
Comment #48158564
If the title simply said "AI is out-performing humans at CTF" then none of this confusion exists. Nothing is "broken," we don't need to be superfluous with "frontier," and the poin…
-
comment
Comment #48092292
I've found the first, and most important, step for any team or organisation to eliminate concerns with NFRs, "tech debt", and whatever else it may be called, is to stop giving it a…
-
comment
Comment #47995793
Ditto, launchpad.net is also extremely flaky.
-
comment
Comment #47769769
I do trunk based dev. My colleagues prefer git. I still prefer to use jj.
-
comment
Comment #47765084
It doesn't need you to think that way at all. `jj new` simply means "create a new commit [ontop of ]" - you don't have to describe it immediately. I never do. I know that the inten…
-
comment
Comment #47765037
No that is correct when in colocate mode (which is the default mode). Simply removing the .jj folder will "de-jj" the repo entirely, but will leave you in a headless state. Simple …
-
comment
Comment #47765017
This is literally jj's schtick and reason for existing, so I wouldn't be surprised if you decide it is not the tool for you.
- comment
-
comment
Comment #47764970
You don't replace. jj is backed by git anyway.
-
comment
Comment #47688462
Tbf you wouldn't use/switch to jj for (because of) those kind of commands, and are quite the outlier in the grand list of reasons to use jj. However the option to use the revset la…
-
comment
Comment #47673217
Claude's settings don't appear to be in sync with the published settings schema[0]. [0]: https://www.schemastore.org/claude-code-settings.json .
-
comment
Comment #47648139
Or a colon: Windows Subsystem for: Linux
-
comment
Comment #47541917
I switched to Jaq[0] a while back for the 'correctness' sake rather than performance. But Jaq also claims to be more performant than jq. [0]: https://github.com/01mf02/jaq
-
comment
Comment #47516436
Yes but it is easy to abuse/misuse IME, in that I think it requires one to maintain your own sense of discipline for the principle separation rather than the library/framework guid…
-
comment
Comment #47502511
Might be naive, but this has always been a concern of the view-model for me. Every GUI change results in a VM change via event/command. The VM becomes gospel for UI state which mea…
-
comment
Comment #47348858
The humans operating the LLM are accountable.
-
comment
Comment #47348793
> Except your team is full of occasionally insane "people" who hallucinate, lie, and cover things up. Wait.. are we talking about LLMs or humans here?
-
comment
Comment #47306668
I stand corrected. It makes sense that it is a chroot/rootfs rather than fully independent VMs. re: side-by-side running, I always get socket and/port port problems when doing that…
-
comment
Comment #47303025
Every time you run `wsl --install ` you are creating a new VM. Every time you run `wsl --unregister ` your are removing a VM. It is these two operations at the heart of OP's app.