Viewing profile — sim0n
sim0n
HN member- Joined
- Tue, Oct 06, 2009, 5:15 PM UTC
- HN karma
- 761
- Public activity
- 228 items
- HN profile
- View on Hacker News ↗
About sim0n
No profile information was provided.
Recent public activity
-
comment
Comment #45610749
Looks perfectly fine in FF 144.0 on Mac OS.
-
comment
Comment #41271664
I would assume that lot of people just find the JSX equivalent a lot more readable and familiar (a matter of opinion, of course.) this is easy {list.map((l) => {l} )} > you automat…
-
comment
Comment #40769174
That's not particularly high for a large scale web application where every file is a ES module, especially so if it includes dependencies.
-
comment
Comment #26423185
Nothing is "wrong" with it, the design is just something from the 90s/early 2000s.
-
comment
Comment #25506667
They haven't.
-
comment
Comment #21843922
One case I've come across them using it for is delivering updates for visible tweets in a timeline (e.g. like/retweet counts being mutated).
-
comment
Comment #21835142
Not exactly a framework, but a React app from 2014 will still work great in 2019 and can be updated with very little pain. Build tools wise, a simple Webpack/Babel config from 2014…
-
comment
Comment #19985168
> Soccer would be a much better sport Very subjective. I personally think having a limited set of substitutions helps keep the game more interesting as every change can be hugely i…
-
comment
Comment #19924382
Why is "map an array with a function" unintuitive but "filter an array with a function" isn't?
-
comment
Comment #19119187
I'm sure they do. This is pretty standard at lots of big tech companies (Airbnb, most likely Uber, etc).
-
comment
Comment #16230127
> there should be a repository called mathiasbynens.github.io right Not exactly - the subdomain is the account and the path name is the repository (and the repository's `gh-pages` …
-
comment
Comment #16128245
DOM APIs have much improved since jQuery first arrived, so while that was the case originally, it's become less true over time. It's definitely still less verbose though, for examp…
-
comment
Comment #15223501
The article says they will no longer allow Touch ID to trust a computer, I imagine they also won't allow Face ID.
-
comment
Comment #15169718
Is Symbian OS still a thing? From Wikipedia: > Nokia terminated its support of software development and maintenance for Symbian with effect from 1 January 2014, thereafter refusing…
-
comment
Comment #15069678
I personally think that the syntax is great considering it's being added to an existing language. await/async allows you to opt-in to having your code behave in a synchronous-like …
-
comment
Comment #14751529
FWIW, you can use `Symbol.for` to reuse symbols in JS (`Symbol.for("a") === Symbol.for("a")` is true).
-
comment
Comment #14674274
Does any major tech company use Dart other than Google?
-
comment
Comment #14437851
You don't have to use the hottest new framework or language feature. The JavaScript you're writing now will still be supported while the language evolves and improves.
-
comment
Comment #13788535
For anyone confused/concerned, the title of this thread is currently "USCIS Will Temporarily Suspend Premium Processing for All Petitions" despite only H-1Bs actually being affecte…
-
comment
Comment #13752648
Are you mistaking this for the ESTA application form allowing people to enter their social media handles?
-
comment
Comment #12680720
The backend where I work (Airbnb) runs on Rails but most of my projects use node on the backend since they usually just expose a REST API. Since it only cares about UI, React is ob…
-
comment
Comment #12680684
For view/UI, yes (if you can call React a framework). I personally do not use jQuery anymore as there is not much need to deal with the DOM directly when using React and when there…
-
comment
Comment #12680566
For me, once I started declaring my UI as a series of components that simply render what they are provided (the common `v = f(d)` expression), it was hard to go back to the Backbon…
-
comment
Comment #12669879
You don't need either to incorporate (at least not in my experience w/ Delaware).
-
comment
Comment #12331554
You are not taught how drive as part of the curriculum in England and is not offered to students by schools like it is in the US.