Viewing profile — CoderLuii
CoderLuii
HN member- Joined
- Sun, Mar 22, 2026, 4:54 AM UTC
- HN karma
- 23
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About CoderLuii
Recent public activity
-
comment
Comment #49225069
[flagged]
- story
-
comment
Comment #47778045
[dead]
-
comment
Comment #47775497
[dead]
- story
-
story
Show HN: HolyCode – OpenCode in Docker. Use your Claude subscription. 30 tools
HolyCode is a Docker image that wraps OpenCode ( https://opencode.ai ), an AI coding agent with a web UI. It ships with 30+ dev tools pre-installed, a headless Chromium/Xvfb/Playwr…
-
comment
Comment #47474664
this is painfully accurate. ive worked in security for years and the tools we trust the most get the least scrutiny because everyone assumes "well its a security tool, it must be s…
-
comment
Comment #47474653
the docker side of this is painful too. every extra dependency in any language means a bigger image, more layers to cache, more things that can break during a multi-arch build. ive…
-
comment
Comment #47474652
160K total is impressive. most landing pages i see are shipping 2-3MB of js before the first paint. the "write your own code" approach gets laughed at but when you actually do it t…
-
comment
Comment #47474649
been doing something similar. the projects ive been building recently use as few dependencies as possible and honestly the maintenance burden dropped significantly. when something …
-
comment
Comment #47474645
from a security perspective this is even worse than it looks. every one of those micro packages is an attack surface. we just saw the trivy supply chain get compromised today and t…
-
comment
Comment #47474641
this is exactly where i landed too. i build docker images that bundle node tooling and every time i think i understand the build system something changes. require vs import, cjs vs…