HackerTrans
TopNewTrendsCommentsPastAskShowJobs

axismundi

no profile record

Submissions

Ask HN: Does root have to be uid 0? Does uid 0 have to be root?

5 points·by axismundi·2 mesi fa·4 comments

Peter Watts – Blindsight is an excellent hard scifi novel

en.wikipedia.org
4 points·by axismundi·6 mesi fa·1 comments

Show HN: How I stopped ChatGPT from manipulating me

2 points·by axismundi·6 mesi fa·1 comments

Ask HN: Which merge tool do you use?

2 points·by axismundi·7 mesi fa·7 comments

Debug 4.4.2 published on NPM seems to contain cryptominer

github.com
9 points·by axismundi·10 mesi fa·0 comments

comments

axismundi
·3 mesi fa·discuss
> Frankly, dependency cooldowns work by free-riding on the pain and suffering of others.

Snyk and socket.dev take money for the pain and suffering...
axismundi
·5 mesi fa·discuss
Come to Europe, we have cookies ;)
axismundi
·5 mesi fa·discuss
From my experience WebSockets are harder at scale. For load balancing you either need sticky sessions or an L7 proxy that can route consistently, and reconnect storms amplify this. Long-lived upgraded connections mean more complexity with rolling deploys, drains, autoscaling, and regional failover. Many managed LBs/proxies have tighter limits/timeouts for WS, so you must tune idle timeouts and ping/pong.
axismundi
·6 mesi fa·discuss
The simplest way to use kingfisher is global pre-commit hook. Works with any git repo. rad could suggest to install this as a part of privacy hygiene.
axismundi
·6 mesi fa·discuss
There's https://github.com/gitleaks/gitleaks

and https://github.com/mongodb/kingfisher
axismundi
·7 mesi fa·discuss
Did you mean 4-6 hours?
axismundi
·7 mesi fa·discuss
Yes. Kurva is used kinda like sudo ;)
axismundi
·7 mesi fa·discuss
Maybe that 90% transferred into lots of low quality code caused by reckless vibe coding? That slop now sits there as kind of technical debt?
axismundi
·7 mesi fa·discuss
I value simplicity and stability over bells and whistles. Meld looks simple. I mostly use macos and they seem to have good approach to support it.
axismundi
·7 mesi fa·discuss
I really like the rubberband connections. They are like mental glue.
axismundi
·9 mesi fa·discuss
import-maps (supported via "imports" in package.json) improve developer ergonomics, not performance. Node still resolves the mapped path normally; there’s no measurable “boost.” They’re helpful to replace ugly relative imports, but they don’t change Node’s lookup speed.

Aliases in vite.config.js tell Vite (and its dev server/bundler) how to resolve imports during build and dev time. They don’t make runtime faster because your bundled output already contains resolved paths.
axismundi
·5 anni fa·discuss
Sorry, you can't. You are not rich enough to get away with it.
axismundi
·5 anni fa·discuss
Smells like Microsoft