Live data from Hacker News

Viewing profile — seniorsassycat

seniorsassycat

HN member
Joined
Tue, Mar 05, 2013, 9:00 PM UTC
HN karma
649
Public activity
291 items

About seniorsassycat

No profile information was provided.

Recent public activity

  1. comment
    Comment #48238250

    I tried Claude code designing a snap fit, vase mode printed box. Ultimately didn't work out, it couldn't get the tolerances right and kept designing features that wouldn't print in…

  2. comment
    Comment #47474235

    Not sure about faster, but you could do something with overrides, especially pnpm overrides since they can be configured with plugins. Build a list of packages that can be replaced…

  3. comment
    Comment #47227282

    Just switch to the +1 standard time. WA can switch to MST, which is equivalent to PDT. It still requires federal approval, but from Sec Transit instead of Congress

  4. comment
    Comment #46407470

    What if I've already fixed the format issue (but not staged it). The pre-commit hook will pass, but it's not doing what the author intended (preventing unformated code from being c…

  5. comment
    Comment #46276529

    Node.js uses the same JavaScript engine as chrome and chrome dev tools can be connected to node to debug and profile. node --inspect chrome://inspector

  6. comment
    Comment #46267572

    I tend to agree but think npms post install hook is a degree worse. Triggering during install, silently because npm didn't like someone using the feature to ask for donations, is w…

  7. comment
    Comment #46251091

    I really want something like this to be built into the language or runtime, I don't want to juggle configuration for 4 different libraries. Log4j and tracing seem to be well establ…

  8. comment
    Comment #46170497

    Fork, and normal worker threads always enter a script, there's clearly no shared lexical scope. This spawn method executes a function, but that fn can't interact with the scope out…

  9. comment
    Comment #46041378

    Feels like the next step will be improving llm lsp integration, so tool use discovery becomes lsp auto complete calls. This is a problem coding agents already need to solve to work…

  10. comment
    Comment #45901345

    Signature taste if Oreos

  11. comment
    Comment #45688175

    That doesn't cast or change compile time type right?

  12. comment
    Comment #45681963

    I'm curious what effects the system prompt has - randomize a and b, maybe there's a preference for answering a, or first option. - how do references to training data or roles affec…

  13. comment
    Comment #45401740

    Do you have an example of the first?

  14. comment
    Comment #44944981

    This can obviously be expanded to top to bottom programming, and there's a related principle of reorder / relocation. If/else if fails the relocation principal across many language…

  15. comment
    Comment #44932694

    > by replacing inline types with whitespace, Node.js can run TypeScript code without the need for source maps. This is a really neat idea and I hope typescript adds this as a compi…

  16. comment
    Comment #44932658

    Anecdotally Ive noticed a lot of packages failing to build when updating from node 20 to 22.18.0 that weren't failing with earlier node 22 versions. .18 unflagged typescript suppor…

  17. comment
    Comment #44860537

    I've found that a lot of logging frameworks and patterns will not include cause which can absolutely fuck debugging

  18. comment
    Comment #44816679

    Yeah, this felt like a gap in the article. You'd have to wait for every package to update from the bottom up before you could update you top levels to remove a risk (or you could p…

  19. comment
    Comment #44782587

    It's wild that that's not what the section is about. Extending error is not new at-all.

  20. comment
    Comment #43667117

    Which typescript features are improving runtime validation?

  21. comment
    Comment #42608022

    Java has the java.util.logging classes.

  22. comment
    Comment #42606937

    IMO until the abstract logging interface is built into the language, or standard library, we'll keep building different log libraries and adapters between them, and shipping librar…

  23. comment
    Comment #41315066

    I don't see anything wrong with this and hope that countries and manufacturers start to cut power or refuse to exceed limits. At the very least within cities and towns. New modes o…

  24. comment
    Comment #41116044

    [flagged]

  25. comment
    Comment #40894987

    Id love it of npm added support for additional artifacts — separate tarballs for source, code, binaries, source maps, docs etc