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 ay önce·4 comments

Peter Watts – Blindsight is an excellent hard scifi novel

en.wikipedia.org
4 points·by axismundi·6 ay önce·1 comments

Show HN: How I stopped ChatGPT from manipulating me

2 points·by axismundi·6 ay önce·1 comments

Ask HN: Which merge tool do you use?

2 points·by axismundi·7 ay önce·7 comments

Debug 4.4.2 published on NPM seems to contain cryptominer

github.com
9 points·by axismundi·10 ay önce·0 comments

comments

axismundi
·3 ay önce·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 ay önce·discuss
Come to Europe, we have cookies ;)
axismundi
·5 ay önce·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 ay önce·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 ay önce·discuss
There's https://github.com/gitleaks/gitleaks

and https://github.com/mongodb/kingfisher
axismundi
·7 ay önce·discuss
Did you mean 4-6 hours?
axismundi
·7 ay önce·discuss
Yes. Kurva is used kinda like sudo ;)
axismundi
·7 ay önce·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 ay önce·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 ay önce·discuss
I really like the rubberband connections. They are like mental glue.
axismundi
·9 ay önce·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 yıl önce·discuss
Sorry, you can't. You are not rich enough to get away with it.
axismundi
·5 yıl önce·discuss
Smells like Microsoft