Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sim0n
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sim0n
11mo ago
Looks perfectly fine in FF 144.0 on Mac OS.
2.
▲
by
sim0n
2y ago
I would assume that lot of people just find the JSX equivalent a lot more readable and familiar (a matter of opinion, of course.) <div> <p>this is easy</p> {list.map((l) => <li>{l}</li>
3.
▲
by
sim0n
2y ago
That's not particularly high for a large scale web application where every file is a ES module, especially so if it includes dependencies.
4.
▲
by
sim0n
6y ago
Nothing is "wrong" with it, the design is just something from the 90s/early 2000s.
5.
▲
by
sim0n
6y ago
They haven't.
6.
▲
by
sim0n
7y ago
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).
7.
▲
by
sim0n
7y ago
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 would be relatively straightforward to update to the l
8.
▲
by
sim0n
7y ago
> 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 impactful to the team's tactics and the result of the
9.
▲
by
sim0n
7y ago
Why is "map an array with a function" unintuitive but "filter an array with a function" isn't?
10.
▲
by
sim0n
8y ago
I'm sure they do. This is pretty standard at lots of big tech companies (Airbnb, most likely Uber, etc).
11.
▲
by
sim0n
9y ago
> 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` branch is what's returned). ( https://
12.
▲
by
sim0n
9y ago
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 example: $('.my-component div').css({ bac
13.
▲
by
sim0n
9y ago
The article says they will no longer allow Touch ID to trust a computer, I imagine they also won't allow Face ID.
14.
▲
by
sim0n
9y ago
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 to publish new or changed Symbian applications or conten
15.
▲
by
sim0n
9y ago
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 manner, when you want it to. One of the best thing
16.
▲
by
sim0n
9y ago
FWIW, you can use `Symbol.for` to reuse symbols in JS (`Symbol.for("a") === Symbol.for("a")` is true).
17.
▲
by
sim0n
9y ago
Does any major tech company use Dart other than Google?
18.
▲
by
sim0n
9y ago
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.
19.
▲
by
sim0n
10y ago
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 affected. The title should probably be updated to cl
20.
▲
by
sim0n
10y ago
Are you mistaking this for the ESTA application form allowing people to enter their social media handles?
21.
▲
by
sim0n
10y ago
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 obviously not opinionated about your backend/server envir
22.
▲
by
sim0n
10y ago
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 is, I just use vanilla JS. Since React only deals with
23.
▲
by
sim0n
10y ago
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 Backbone/jQuery way of mutating things all over the place and
24.
▲
by
sim0n
10y ago
You don't need either to incorporate (at least not in my experience w/ Delaware).
25.
▲
by
sim0n
10y ago
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.
26.
▲
by
sim0n
10y ago
Definitely still called debit cards in the UK.
27.
▲
by
sim0n
10y ago
How could you take advantage of the leak without JavaScript?
28.
▲
by
sim0n
10y ago
Screenshot of what I can see: http://i.imgur.com/0F2Cjyv.png .
29.
▲
by
sim0n
10y ago
Sounds like she imitated the behaviour of a 14 year old on the internet pretty well.
30.
▲
by
sim0n
11y ago
Thats the obvious solution, though how would that affect people using Netlfix while traveling? For example, if you're locked to the US region and watch something that is only available in the US while visiting, say, the UK — would tha
More ›