Live data from Hacker News

Viewing profile — typescriptfan1

typescriptfan1

HN member
Joined
Wed, Jan 15, 2020, 9:05 PM UTC
HN karma
46
Public activity
13 items

About typescriptfan1

No profile information was provided.

Recent public activity

  1. comment
    Comment #26196088

    Lack of engineering talent + accessibility of the cloud + buzz words got us here. Looking forward to the end of this cycle. This is somewhat reminiscent of the abuse of higher leve…

  2. comment
    Comment #24870373

    It's funny to hear people, typically those with some stock involved, talk about how revolutionary 5G will be. Poor range and interference almost negate the benefits of increased sp…

  3. comment
    Comment #24436012

    Not sure pattern matching will age well. It seems to promote anti-OO design, may cause the switch statement to devolve into if/else, and creates another way to do the same thing.

  4. comment
    Comment #23799193

    Date is actually pretty good. * If you're reading UTC dates from the backend and displaying them in local time, new Date(year + 1900, month, day, hour, minute, second) works great.…

  5. comment
  6. comment
    Comment #22466251

    I was looking for an apartment this weekend in NJ and found myself in an unfamiliar building with destination dispatch elevators. What would you personally press to exit?

  7. story
  8. comment
    Comment #22437923

    Even babies? (To illustrate the extreme end of the spectrum.)

  9. comment
    Comment #22416118

    I'll go on... the 95/XP UI was meticulously crafted. It solved some real usability problems by drawing on metaphors to aid discovery. It was close to a language. I think what happe…

  10. comment
    Comment #22416027

    Bring back the classic start menu and UI and call it a day. The Windows UI is so inconsistent, tedious and un-metaphorical today.

  11. comment
    Comment #22327701

    My olde PHP sites are still running just fine.

  12. comment
    Comment #22078002

    I love the cool images they seem to always put together when they do this.

  13. comment
    Comment #22058677

    It's interesting that someone who is primarily using JavaScript in the backend is criticizing TypeScript's type system. There is a simple reason why TypeScript's type system is how…