Live data from Hacker News

Viewing profile — Human-Cabbage

Human-Cabbage

HN member
Joined
Thu, Dec 07, 2023, 3:13 AM UTC
HN karma
32
Public activity
20 items

About Human-Cabbage

No profile information was provided.

Recent public activity

  1. comment
    Comment #49102726

    Huh, that’s what happened. Good thing my company has Bedrock as a backstop for situations like this.

  2. comment
    Comment #49011511

    Is ChatGPT's interface always this atrociously jittery? Or is it just because this page is getting an HN hug-of-death right now? Every time I try to scroll the whole page goes blan…

  3. comment
    Comment #48952213

    Is this the GTA 4 trailer?! /s It’s too bad that ssh doesn’t carry sound. A MIDI-style rendition of the song would really tie it all together.

  4. comment
    Comment #48854483

    Surprised nobody here nor on the reddit thread caught this one: https://github.com/nahla-nee/wfqueue/blob/main/src/lib.rs#L3... unsafe impl Sync for WFQueue {} unsafe impl Send for…

  5. comment
    Comment #48752475

    Yes, just like New Coke back in the 80s. Genius 4D marketing strategy.

  6. comment
    Comment #47509705

    This is correct at the firm level and breaks down at the aggregate level, which is where it gets interesting. At the firm level, automating away labor costs is obviously rational. …

  7. comment
    Comment #47342219

    China and/or Russia might have a collection of zero-days they've been sitting on, which they could surreptitiously provide to Iran. Of course, there's attribution risk there, and t…

  8. comment
    Comment #47189104

    Containers here, though I don't run Claude Code within containers, nor do I pass `--dangerously-skip-permissions`. Instead, I provide a way for agents to run commands within contai…

  9. comment
    Comment #47177458

    Julia is aimed at scientific computing. It competes against Python with numpy/scipy, R, etc.

  10. comment
    Comment #47081370

    Use the exoskeleton at the warehouse to reduce stress and injury; just keep lifting weights at home to not let yourself atrophy.

  11. comment
    Comment #47081347

    > the “art” part of it is writing sound, scalable, performant code that can adapt and stand the test of time. Sure, and it's possible to use LLM tools to aid in writing such code.

  12. comment
    Comment #47009108

    The optimistic case is that instead of a team of 10 people working on one project, you could have those 10 people using AI assistants to work on 10 independent projects. That, of c…

  13. comment
    Comment #46131115

    This conflates use-value and exchange-value. Water to someone dying of thirst has extremely high use-value, while a diamond would in that same moment have nearly no use-value, exce…

  14. comment
  15. comment
    Comment #45131980

    It'd be more helpful if you explained what exactly is wrong, and what you suggest to do instead.

  16. comment
    Comment #45095953

    There are a couple main ways to achieve a workflow similar to Git's staging area. #1: Squashing Create a revision for the feature, then create another revision atop that. $ jj new …

  17. comment
    Comment #45087481

    Jujutsu distinguishes between "revisions" and "commits." Revision IDs like "rzouzmyw" stay stable, whereas commit IDs of course change with the content. You can see in my example h…

  18. comment
    Comment #45086902

    To reinforce the sibling reply with a concrete example: Let's say you've got a few feature branches, all based of the trunk branch. $ jj @ ozywpwxm samfredrickson@gmail.com 2025-08…

  19. comment
    Comment #39413483

    This is the second time I've seen $7T referenced without a clear citation. Is this just rhetorical or did Sam Altman actually say it somewhere?

  20. story