Live data from Hacker News

Viewing profile — Rhainur

Rhainur

HN member
Joined
Wed, Oct 24, 2012, 12:05 PM UTC
HN karma
5
Public activity
2 items

About Rhainur

No profile information was provided.

Recent public activity

  1. comment
    Comment #48442836

    In my own (admittedly limited) experience, 2 employees in my company (that had no programming knowledge or experience) have vibe coded apps that simplify their daily roles. The app…

  2. comment
    Comment #43885859

    Other people have mentioned "dynamic typing" as being the reason for this, but that's not actually true. The real reason is two Ruby features: `define_method` and `method_missing`.…