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 vase mode. Scad needs unit tests. It…
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 with modern stubs. It couldn't inine…
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
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 committed). What if I've only staged one…
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
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 worse than requiring you to load and run…
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 established without being built in, but it…
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 outside
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 effectively with your code base and…
Signature taste if Oreos
That doesn't cast or change compile time type right?
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 affect the responses? Limiting the response…
Do you have an example of the first?
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 languages, since the first must be if, and…
> 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 compiler option.
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 support. These are packages using ts-node or…
I've found that a lot of logging frameworks and patterns will not include cause which can absolutely fuck debugging
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 patch in place, or override) But what if…
It's wild that that's not what the section is about. Extending error is not new at-all.
Which typescript features are improving runtime validation?
Java has the java.util.logging classes.
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 libraries without logging. It makes me…
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 of transit have geofenced speed…
[flagged]
Id love it of npm added support for additional artifacts — separate tarballs for source, code, binaries, source maps, docs etc
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 vase mode. Scad needs unit tests. It…
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 with modern stubs. It couldn't inine…
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
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 committed). What if I've only staged one…
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
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 worse than requiring you to load and run…
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 established without being built in, but it…
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 outside
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 effectively with your code base and…
Signature taste if Oreos
That doesn't cast or change compile time type right?
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 affect the responses? Limiting the response…
Do you have an example of the first?
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 languages, since the first must be if, and…
> 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 compiler option.
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 support. These are packages using ts-node or…
I've found that a lot of logging frameworks and patterns will not include cause which can absolutely fuck debugging
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 patch in place, or override) But what if…
It's wild that that's not what the section is about. Extending error is not new at-all.
Which typescript features are improving runtime validation?
Java has the java.util.logging classes.
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 libraries without logging. It makes me…
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 of transit have geofenced speed…
[flagged]
Id love it of npm added support for additional artifacts — separate tarballs for source, code, binaries, source maps, docs etc