Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
buchanaf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
buchanaf
4y ago
Can't tell if this is serious or not.
2.
▲
by
buchanaf
4y ago
RTKQ is terrific. Between things like that and MUI, the level of productivity you can achieve really is amazing. Also, thanks for your work -- really, really appreciate it.
3.
▲
by
buchanaf
4y ago
Ya, I tend to agree with webmaven. None of the offers jump out in terms of being worth it. Take a break, work on your interview weaknesses, and try again in a bit. Enjoy the summer and keep things chill at work.
4.
▲
by
buchanaf
4y ago
This sounds made up.
5.
▲
by
buchanaf
5y ago
Use other forms of electricity generation?
6.
▲
by
buchanaf
5y ago
This plus the fact that accepting crypto payments is relatively trivial compared to processing and handling the VAT and sales tax for a billion jurisdictions that also happen to change all the time.
7.
▲
by
buchanaf
5y ago
Really the trick is to use react-spring or react-transition-group and leverage powerful community tools that have solved these complex use cases.
8.
▲
by
buchanaf
5y ago
I don't know. I'm not as familiar with Vue, but React's ecosystem is in such a good spot right now. Between things like RTKQ (or react-query), Material-UI, and react-hook-form, the abstractions over common web use-cases are j
9.
▲
by
buchanaf
5y ago
It's a monorepo, so the only package you are really interested in is 'packages/react-dom', which I'm guessing is less than 3 million.
10.
▲
by
buchanaf
5y ago
Compatibility isn't really a consideration nowadays.
11.
▲
by
buchanaf
6y ago
I'd take a look at https://cushionapp.com/blog and https://cushionapp.com/running-costs/ . He's posted on here a couple of times and has a setup that is very similar to what I'd roll with
12.
▲
by
buchanaf
8y ago
Very unlikely. You'll see more of a merger where client-side solutions are leveraged in very specific ways to address web requirements -- similar to next.js and gatsby.js.
13.
▲
by
buchanaf
9y ago
Well there's one way to slow down China's economy. Nothing says first-world country like crippling student-loan debt.
14.
▲
by
buchanaf
9y ago
All of that and more. - Performance: most major frameworks use a virtual DOM to minimize the number of repaints. Off the top of my head, Vue has computed properties that cache calculations and React has aysnc/priority rendering. I imag
15.
▲
by
buchanaf
9y ago
Short answer: maintainability, performance, cross-browser consistency, community plugins, easier developer on-boarding, and framework updates and maintenance (which amplifies most of the previous). Obviously a lot depends on the complexity
16.
▲
by
buchanaf
9y ago
https://www.theverge.com/2017/4/11/15258230/net-neutrality-p...
17.
▲
by
buchanaf
9y ago
Could you elaborate on their aloofness? What exactly do you hope to achieve by regulating them? They seem to take the privacy of their users far more seriously than other competitors as well as the government (US - net neutrality).
18.
▲
by
buchanaf
9y ago
Not the most compelling list of pros/cons that I have ever seen. In terms of raw performance for content sites, I found hybrid implementations like Gatsby.js to beat most things. Most of the cons of SPAs can be significantly diminished
19.
▲
by
buchanaf
9y ago
Heck, I would simply be worried about a 1x drop.
20.
▲
by
buchanaf
9y ago
A pyramid scheme involves some form of active (fraudulent) recruitment to help increase the price of the asset. Bitcoin doesn't have this. From what you described above, every single speculative/overinflated asset would be a pyram
21.
▲
by
buchanaf
9y ago
The caveat is that this is in reference to a _landing page_ only. If you try to write an advanced application with vanilla.js and you aren't some Javascript guru, then you are going to really hate yourself later on -- I guarantee it. A
22.
▲
by
buchanaf
9y ago
Well create an index.html, inline a style tag in said file, write some CSS, npm init, npm install http-server -g, update package.json to with this script "start": "http-server", and profit. Fear not, we have the technolo
23.
▲
by
buchanaf
9y ago
Again, I have no anecdotal experience, but I have a hard time believing that the new hires for those 3 companies are anything but students from top-tier colleges with near perfect grades. To be fair, I'm sure a couple of years of work
24.
▲
by
buchanaf
9y ago
Yes, people like George W. Bush, who are in the top .00000001% of privilege, don't need to do well before college, in college, after college, or even as a state or country's highest elected official. However, for most of the mere
25.
▲
by
buchanaf
9y ago
While I didn't go to an Ivy, that's clearly not true. Do you honestly think Google, Facebook, Microsoft, Goldman, law schools, medical schools, etc., are going to accept you if you have poor grades? Not everyone can count on "
26.
▲
by
buchanaf
9y ago
I feel like a broken record, but definitely take a look at create-react-app if you haven't already. Its extremely well documented and takes care of managing the 20+ dev dependencies that are typically associated with a project.
27.
▲
by
buchanaf
9y ago
This was the comment that initially made me kind of shrug the article. It's like Javascript can't win. It is either moving to fast or moving to slow. Anyone who has been working with Javascript for the past couple of years (JS exc
28.
▲
by
buchanaf
9y ago
Who writes JS like this?
29.
▲
by
buchanaf
9y ago
It's somewhat refreshing to see an objective description of Vue and how it compares to React instead of simply "why it is better" -- from the Vue creator no less.
30.
▲
by
buchanaf
9y ago
This doesn't really make sense to me. You have to pick a version for literally every single library you use. And those different versions have different interfaces, which is why they have different versions...
More ›