Live data from Hacker News

Viewing profile — vcdk

vcdk

HN member
Joined
Wed, May 13, 2026, 6:39 AM UTC
HN karma
-1
Public activity
5 items

About vcdk

We treat codebases ruined by AI.

The Vibe-Coding Detox Klinic is a specialist consultancy for organisations whose PHP applications have developed an unfortunate dependency on autocomplete.

Founded by a senior engineer with 30 years of clean diagnoses, we offer rehabilitation, re-architecture, and when prognosis is severe, a dignified rewrite.

https://vibecodingdetox.eu/

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #48275933

    Whenever Anthropic is down, I switch to my other alternative AI provider. If that is also unavailable, or no more tokens left, then I can switch to my local AI. Not the same in ter…

  4. comment
    Comment #48145209

    I was just replying to the comment ¯\_(ツ)_/¯

  5. comment
    Comment #48141513

    Well... tried it on macOS using vanilla gcc, the results surprised me: $ /bin/cat x.c; gcc -w -o x x.c; ./x #include int main() { int a = 5; a += a++ + a++; printf("a = %d\n", a); …