Viewing profile — ix-hispana
ix-hispana
HN member- Joined
- Fri, May 19, 2017, 12:09 PM UTC
- HN karma
- 5
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ix-hispana
No profile information was provided.
Recent public activity
-
comment
Comment #22011553
Surprised not to see the reactivity feature using the label statements as it is the one thing that sets Svelte apart.
-
comment
Comment #18492895
There are lots of new projects being written in Angular as well. Just not in the United States, Canada, or Australia.
-
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 …
-
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…
-
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…
-
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…
-
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 …
-
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.
- comment
-
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…
-
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…
-
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…
-
comment
Comment #15542094
SSR is fairly common nowadays.
-
comment
Comment #15289856
It absolutely has its place. That place just isn't the mainstream desktop consumer.
-
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…
-
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…
-
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…
-
comment
Comment #15090740
Do you mean to tell me my 5000 lines script is no longer acceptable?
-
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…
-
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…