Viewing profile — casmn
casmn
HN member- Joined
- Sun, Dec 14, 2025, 10:32 PM UTC
- HN karma
- 1
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About casmn
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
story
Show HN: V2.4.9 – Environment Variable Validation for SvelteKit and Next.js
latest release of dotenv-diff Anyone working with Sveltekit or Next.js who have tried this?
- story
-
story
Show HN: Dotenv-Diff – Recent Improvements
Hi HN, I posted dotenv-diff here a couple of weeks ago. Since then, I’ve made several improvements based on feedback and real-world usage. The goal remains simple: statically audit…
-
story
Show HN: Dotenv-diff 2.3.12 – better secret detection, fewer false positives
Hi HN, I just shipped v2.3.12 of dotenv-diff This update fixes some false positives in secret detection and reduces noisy output. Feedback welcome :)
-
comment
Comment #46295542
I think i will have to disagree. When you are not making a simple website, but an actually enterprise system, AI just simply can't do that without making any bugs or start to hallu…
-
comment
Comment #46295477
I am using dependabot, grouped dependencies once a week. We started by having it doing PR for every single dependencies update every day, but that was a little too much noise But i…
-
comment
Comment #46267921
I am always using JSDocs whenever i am writing a function - i think this is a good practice for every developer - even if it's a simple function.