Live data from Hacker News

Viewing profile — rmeby

rmeby

HN member
Joined
Thu, Jun 16, 2022, 10:43 AM UTC
HN karma
15
Public activity
4 items

About rmeby

No profile information was provided.

Recent public activity

  1. comment
    Comment #38354108

    I would be interested too if that's an actual theory. My experience has largely been that if you're willing to admit you were wrong about something, most reasonable people will app…

  2. comment
    Comment #34946241

    I would imagine operator overloading helps with vectors so you can do things like: public static Vector operator -(Vector a, Vector b) { Vector v = new Vector(); v.X = a.X - b.X; v…

  3. comment
    Comment #33656835

    It would be nice if they let you forgo the credits to sign up without a phone number.

  4. comment
    Comment #31764536

    What sorts of things are wrong with .NET in your view? As someone who recently started working with it after using Java for years, it has been refreshing and largely enjoyable for …