Live data from Hacker News

Viewing profile — CoderLuii

CoderLuii

HN member
Joined
Sun, Mar 22, 2026, 4:54 AM UTC
HN karma
23
Public activity
12 items

About CoderLuii

Security Analyst by day, tech tinkerer by night. Passionate about cybersecurity, automation, and self-hosted solutions. Always optimizing, always learning.

Recent public activity

  1. comment
    Comment #49225069

    [flagged]

  2. story
  3. comment
  4. comment
  5. story
  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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 …

  11. 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…

  12. 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…