Live data from Hacker News

Viewing profile — ix-hispana

ix-hispana

HN member
Joined
Fri, May 19, 2017, 12:09 PM UTC
HN karma
5
Public activity
20 items

About ix-hispana

No profile information was provided.

Recent public activity

  1. comment
    Comment #22011553

    Surprised not to see the reactivity feature using the label statements as it is the one thing that sets Svelte apart.

  2. comment
    Comment #18492895

    There are lots of new projects being written in Angular as well. Just not in the United States, Canada, or Australia.

  3. comment
    Comment #17916633

    Hi, I work on web in London. The prestige of the company isn't as important as having proved you can work and learn. In fact you should probably ask that on interviews - what will …

  4. comment
    Comment #16384048

    Sometimes framework peeps can get caught on complex stuff because it's more interesting. While talking about static analysis, HOCs, immutable thunks and so on is cool, I'm glad Sar…

  5. comment
    Comment #16360337

    Learning to code is easy. Javascript is easy to work with. Especially nowadays with lots of great learning materials online. Those freelancers weren't born knowing Javascript. They…

  6. comment
    Comment #15854641

    If javascript goes the ecosystem goes too. In real applications we need to use social login, share, google maps, shopify buy SDK, S3, Azure speech API and so on. The javascript too…

  7. comment
    Comment #15823010

    The ...thing still feels like magic to me. The rest are pretty common, I would not consider reduce() or passing an object to a function instead of separate arguments hipster hacks …

  8. comment
    Comment #15814928

    Sure. Svelte is getting ready to "disrupt the market". It differs from the rest in that it tries to do all the work at compile time.

  9. comment
  10. comment
    Comment #15806365

    I work at a small company. We have 6 javascript developers. All our web projects are node, typescript, and the front end stuff the client wants us to use (though we default to angu…

  11. comment
    Comment #15666491

    Is he right on composition? He seems to think it's about size ("small units of functionality"). Really composition vs inheritance is about dynamic versus static. Acquiring the func…

  12. comment
    Comment #15636414

    If you want tickets to fix, join a digital agency. Ask what kind of clients they nurture. Media is good. You want to work making NBC apps for Android. Things like that. You will re…

  13. comment
    Comment #15542094

    SSR is fairly common nowadays.

  14. comment
    Comment #15289856

    It absolutely has its place. That place just isn't the mainstream desktop consumer.

  15. comment
    Comment #15276178

    They're going to need something else. X11 and GNOME/KDE/etc will never be mainstream. Ubuntu made a mistake not contributing to Wayland but they were right to try Unity. Ironically…

  16. comment
    Comment #15275264

    Don't go down that rabbit hole. Linux is not for desktop despite many years of efforts. Even the distro with the greatest focus on UI (elementaryOS) looks like a toy. That Linux is…

  17. comment
    Comment #15140796

    You want to use something better than javascript, go ahead and use it. Use Smalltalk. Use Erlang. Use whatever you want. The difference with Trump is that you can safely ignore jav…

  18. comment
    Comment #15090740

    Do you mean to tell me my 5000 lines script is no longer acceptable?

  19. comment
    Comment #14989925

    You don't. The todo app is a handy example because you have the CRUD operations and local state. It's meant to show you how to get to grips with a library so you can use it for a r…

  20. comment
    Comment #14710642

    I am unworthy: https://jsfiddle.net/0a3dmjqt/ Sorry but I'm not willing to make 40 edits to write a function that adds numbers. Edit: Variation using the "fp" version of the librar…