Viewing profile — seniorsassycat
seniorsassycat
HN member- Joined
- Tue, Mar 05, 2013, 9:00 PM UTC
- HN karma
- 649
- Public activity
- 291 items
- HN profile
- View on Hacker News ↗
About seniorsassycat
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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
-
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…
-
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
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #45901345
Signature taste if Oreos
-
comment
Comment #45688175
That doesn't cast or change compile time type right?
-
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…
-
comment
Comment #45401740
Do you have an example of the first?
-
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…
-
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…
-
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…
-
comment
Comment #44860537
I've found that a lot of logging frameworks and patterns will not include cause which can absolutely fuck debugging
-
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…
-
comment
Comment #44782587
It's wild that that's not what the section is about. Extending error is not new at-all.
-
comment
Comment #43667117
Which typescript features are improving runtime validation?
-
comment
Comment #42608022
Java has the java.util.logging classes.
-
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…
-
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…
-
comment
Comment #41116044
[flagged]
-
comment
Comment #40894987
Id love it of npm added support for additional artifacts — separate tarballs for source, code, binaries, source maps, docs etc