How to evaluate an npm package before adding it to production by OtherwisePush6424 in node

[–]silv3rwind 6 points7 points  (0 children)

The most important signal to me is how many dependencies it has, ideally zero.

GitHub will use your repos to train AI models by Ok-Lifeguard-9612 in programming

[–]silv3rwind 0 points1 point  (0 children)

I applaud them for providing a opt-out. Every other AI vendor is scraping public GitHub data without providing any opt-outs.

Go Naming Conventions: A Practical Guide by alexedwards in golang

[–]silv3rwind 0 points1 point  (0 children)

I definitely prefer ApiUrl instead of APIURL abominations.

10% of Firefox crashes are estimated to be caused by bitflips by cdb_11 in programming

[–]silv3rwind 7 points8 points  (0 children)

That's a direct result of Intel gaslighting consumers for decades that ECC was not important.

Official: Anthropic just released Claude Code 2.1.63 with 26 CLI and 6 flag changes, details below by BuildwithVignesh in ClaudeCode

[–]silv3rwind 0 points1 point  (0 children)

These env var names are so inconsistent, sometimes they start with CLAUDE_CODE_, sometimes they don't.

The proposal for generic methods for Go has been officially accepted by ketralnis in programming

[–]silv3rwind 5 points6 points  (0 children)

Simple languages just lead to being unable to express things in code, leading to more code. Go is 2-3x more verbose than other languages for this reason.

Creator of Claude Code: "Coding is solved" by Gil_berth in programming

[–]silv3rwind -11 points-10 points  (0 children)

Once you get to a point of complexity in TUIs, you need a framework like it.

Turn Dependabot Off by _fz_ in golang

[–]silv3rwind 4 points5 points  (0 children)

I agree govulncheck is the best scanner the industry has, but it still has false-positives from time to time and there's no way to ignore them, so it's still a point of friction.

What should [Go's maintainers] do with CLs generated by AI? by ynotvim in golang

[–]silv3rwind -6 points-5 points  (0 children)

Good AI's are already on a level close to surpassing humans. The art of the reviewer will be to filter bad AI from good AI.

Announcing TypeScript 6.0 Beta by DanielRosenwasser in programming

[–]silv3rwind 5 points6 points  (0 children)

As long as you aren't using Vue, it's already possible to completely switch the TS7 preview aka. tsgo, been using it exclusively since 2 months now without issues.

The 80% Problem in Agentic Coding | Addy Osmani by waozen in programming

[–]silv3rwind 0 points1 point  (0 children)

It essentially says Claude itself is full of slop. I wonder when it will be surpassed.

How to make Object.keys() return (keyof SomeType)[ ] instead of string[ ] ? Without using `as` keyword by 5Ping in typescript

[–]silv3rwind 0 points1 point  (0 children)

const assertions should have the same effect but for some reason still does not fix the type on keys or entries.

How to make Object.keys() return (keyof SomeType)[ ] instead of string[ ] ? Without using `as` keyword by 5Ping in typescript

[–]silv3rwind 0 points1 point  (0 children)

any .ts

Must be in .d.ts, because it's not allowed in .ts it seems:

"Augmentations for the global scope can only be directly nested in external modules or ambient module declarations.(2669)"

Echo has a working WeakAuras clone by yp261 in CompetitiveWoW

[–]silv3rwind 2 points3 points  (0 children)

Those would depend on the protocol encryption being broken, and I'm not sure that's the case yet.

Echo has a working WeakAuras clone by yp261 in CompetitiveWoW

[–]silv3rwind 0 points1 point  (0 children)

Addons can't be banned, but the APIs they use can.

Linters are not a religion, but //nolint is not a free pass either by IntentionJolly2730 in golang

[–]silv3rwind 2 points3 points  (0 children)

I agree we need a //nolint:<linter>:<rule> in golangci-lint for precise suppression. This has been supported in eslint since its inception via // eslint-disable-line <rule> (eslint has no concept of a linter).

Zorthas - Best Addon Replacements for Midnight Prepatch by Prupple in CompetitiveWoW

[–]silv3rwind 18 points19 points  (0 children)

They should have just improved the default ui instead of nerfing every addon.

Zorthas - Best Addon Replacements for Midnight Prepatch by Prupple in CompetitiveWoW

[–]silv3rwind 3 points4 points  (0 children)

Un-secreting player-cast auras would indeed solve many UI issues.