Vibe engineering | Hacker News
I think we all recognize that AI changes the way we produce code.
To me it seems it wides the gap what a single dev can reach in terms of output.
The HN discussions shows mixed feelings about this:
news.ycombinator.com/item?id=4550...
What are your thoughts?
09.10.2025 10:00
π 1
π 0
π¬ 0
π 0
Using Coding Agents in combination with software engineering best practices: Unit testing, concept-first, version control, code review, manual testing, etc. for higher output.
09.10.2025 10:00
π 0
π 0
π¬ 1
π 0
Vibe engineering | Hacker News
TIL the term #VibeEngineering" as opposite of #VibeCoding, proposed by @simonwillison.net
While the term does not feel intuitive to me, the idea does:
09.10.2025 10:00
π 0
π 0
π¬ 1
π 0
β οΈ Recommendations:
At least run: npm/yarn/pnpm audit
npm config set ignore-scripts true --global
What else?
Does anyone know of any specific tooling to check if impacted?
18.09.2025 16:46
π 1
π 0
π¬ 0
π 0
ποΈ 17 Sep: attack #Shai-Hulud / #CrowdStrike / #tinycolor
Self-replicating worm π± started by briefly infecting tinycolor and packages by vendor CrowdStrike. Exposes code and secrets via GitHub and tries to propagate to other packages via npm tokens. Now impacts nearly 500 packages.
18.09.2025 16:46
π 0
π 0
π¬ 1
π 0
Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised | Hacker News
ποΈ 8 Sep: #chalk, #debug-js and other packages by maintainer #qix (junon) compromised. They handled this very transparently ποΈ
HackerNews: news.ycombinator.com/item?id=4516...
CVE-2025-59144: github.com/advisories/G...
18.09.2025 16:46
π 0
π 0
π¬ 1
π 0
Image of sandworm Shai-Hulud of the Dune saga. Namesake of the supply chain campaign.
TLDR recent #npm supply chain attacks
ποΈ 26 Aug: #nx packages compromised stealing SSH keys, npm tokens, and .gitconfig files and weaponized AI CLI tools π± upload to repo named #S1ngularity
HackerNews: news.ycombinator.com/item?id=4503...
GHSA: github.com/nrwl/nx/secu...
18.09.2025 16:46
π 0
π 0
π¬ 1
π 0
Yep, I've been pwned. 2FA reset email, looked very legitimate.
Only NPM affected. I've sent an email off to @npmjs.bsky.social to see if I can get access again.
Sorry everyone, I should have paid more attention. Not like me; have had a stressful week. Will work to get this cleaned up.
08.09.2025 15:15
π 187
π 59
π¬ 15
π 22
LinkedIn settings showing settings where this setting is enabled:
Data for Generative AI Improvement
Can LinkedIn use your personal data and content you create on LinkedIn to train generative AI models that create content?
Use my data for training content creation AI models
Shouldn't this be opt in? π§π±
Now is the time to opt out.
#linkedin #ai #gdpr
18.09.2025 13:45
π 0
π 0
π¬ 1
π 0
The switch was really easy.
The only customization I did was to enable the constant reminder of my cloud account and node.js version.
Having the time displayed as part of the prompt also turns out useful when scrolling back up later.
github.com/schnatterer/...
16.09.2025 08:21
π 0
π 0
π¬ 0
π 0
Terminal window showing zsh with tmux and starship and a prompt that shows the time.
Command "sleep 3" returns "took 3s"
Anyone still using #powerlevel10k #zsh theme?
It has been on "life support" > 1 year.
I had been using it for almost 5 years because of instant prompt.
Now switched to #starship, which I already had an eye on back then.
Is there a reason not to use starship?
What common (zsh) themes are there?
16.09.2025 07:45
π 0
π 0
π¬ 1
π 0
#docker or #podman?
A polarised discussion π
news.ycombinator.com/item?id=4513...
Does not motivate me to give podman another go.
I like being efficient and not struggle with things I wouldn't have to with docker π
Can anyone share podman success stories?
05.09.2025 18:46
π 1
π 0
π¬ 0
π 0
Anyway, here is my workaround (to be executed on the host) π±
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.slapd
Anyone ever had similar problems and have a better solution?
03.09.2025 12:43
π 0
π 0
π¬ 0
π 0
Presumably, this is a limitation of k3d running in a container itself, leading to kubelet lacking privilege to modify AppArmor profiles on host.
03.09.2025 12:43
π 0
π 0
π¬ 1
π 0
Eventually found out that my host system has an AppArmor profile for slapd.
However, I was unable to ignore it via k8s' annotation or securityContext setting for unconfined AppArmor profile.
03.09.2025 12:43
π 0
π 0
π¬ 1
π 0
My LDAP pod failed to start with permission denied errors when the startup script used slapadd. These would not go away, even as root.
03.09.2025 12:43
π 0
π 0
π¬ 1
π 0
Featured graphic: k3d LDAP deployment challenges
As a longtime fan of local #k8s clusters for fast feedback (especially #k3d ),I've just faced my first real challenge: deploying #LDAP π
(caused by apparmor and nested containerization)
03.09.2025 12:43
π 0
π 0
π¬ 1
π 0
Anyway, here is my workaround (to be executed on the host) π±
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.slapd
Anyone ever had similar problems and have a better solution?
03.09.2025 12:39
π 0
π 0
π¬ 0
π 0
Presumably, this is a limitation of k3d running containerized itself, leading to kubelet lacking privilege to modify AppArmor profiles on host.
03.09.2025 12:39
π 0
π 0
π¬ 1
π 0
My LDAP pod failed to start with permission denied errors when the startup script used slapadd.
Eventually found out that my host system has an AppArmor profile for slapd.
However, I was unable to ignore it via k8s' annotation or securityContext setting for unconfined AppArmor profile.
03.09.2025 12:39
π 0
π 0
π¬ 1
π 0
Terminal showing command "helm images get prometheus-community/kube-prometheus-stack" and a list of images as output
TIL: #helm image plugin shows all images for a chart, even respecting dependencies π§
github.com/nikhilsbhat/...
18.08.2025 17:33
π 0
π 0
π¬ 0
π 0
XKCD 2347 comes to mind, but I don't feel like laughing.
13.08.2025 20:15
π 0
π 0
π¬ 0
π 0
Cloudogu Platform
More flexibility for your software tools.
Facing challenges with air-gapped envs or multi-tenant architectures?
I'd love to hear from you! Schedule here:
ποΈ platform.cloudogu.com/person/johan...
15.05.2025 09:48
π 1
π 0
π¬ 0
π 0
Our goal is to provide a simple UX to platform admins:
Add one file to git, a new tenant gets rolled out.
Change one version number in git, all tenants get upgraded.
#GitOps at it's best!
3/x
15.05.2025 09:48
π 1
π 0
π¬ 1
π 0
The next big thing we are working on is the option to role out dedicated instances per tenant, that are managed centrally.
Kind of like an IDP as a Service (Is #IDPaaS a thing? π
)
2/x
15.05.2025 09:48
π 0
π 0
π¬ 1
π 0