Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johntran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
johntran
5y ago
Not sure why this is being downvoted. Deleting posts via scripts gave my Facebook a second life. I just use it for messenger and events. Highly recommended.
2.
▲
by
johntran
6y ago
It's most likely easier to brute force a password than to break into someone's house. Would be easier to demand all credentials by gunpoint with that much effort.
3.
▲
by
johntran
7y ago
I took Calculus AB in high school and the teacher was notorious for giving students D's and F's because of his teaching style was poor and the exams were difficult. The only saving grace from that class was that you would be given
4.
▲
by
johntran
8y ago
You are a wonderful person. Keep doing you :).
5.
▲
by
johntran
8y ago
The author misses the point where Facebook was only able to attract talent to their company because of open source. FB currently employs the creators of Babel, Redux, and Inferno; whom otherwise would not be there without OSS to show their
6.
▲
by
johntran
8y ago
I currently use ImgBot[1] to optimize all my assets in my GitHub repo. Works well. [1] https://github.com/marketplace/imgbot
7.
▲
by
johntran
8y ago
@jamesknelson Also worth mentioning that TS npm download is greater than React consistently. http://www.npmtrends.com/typescript-vs-react-vs-vue-vs-flow-... I've used Flow in 2016 and getting it to work on code editors
8.
▲
by
johntran
9y ago
Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems by Martin Kleppmann. Absolute best book on system design.
9.
▲
by
johntran
9y ago
You're just adding an element to an array infinitely. Of course it'll crash because you'll run out of memory to support the array. How is this a bug? What's the expected behavior?
10.
▲
by
johntran
9y ago
https://blog.acolyer.org/2017/09/19/to-type-or-not-to-type-q... TL;DR: both Flow and TypeScript are pretty good, and conservatively either of them can prevent about 15% of the bugs that end up in committed co
11.
▲
by
johntran
9y ago
Mayden China
12.
▲
by
johntran
9y ago
1. Could you two do a Reactiflux Q&A? 2. Are people on the Relay OSS team willing to answer StackOverflow-type questions on a certain time? - I would want to be able to programmatically run relay-compiler. Every time I update my client-
13.
▲
by
johntran
10y ago
Smoking sativas is a hidden performance hack. Easier to recover from cannabis than from drinking.
14.
▲
by
johntran
10y ago
The Mythical Man-Month. https://en.wikipedia.org/wiki/The_Mythical_Man-Month It was written 40 years ago, but it is still relevant to today. Its so important to think about how to build effective engineering teams.
15.
▲
by
johntran
10y ago
https://ucannualwage.ucop.edu/wage/ There's literally 30 pages of UC Berkeley professors and admins making >$200k. At UCI, the cost of living is less than Berkeley, but there are 650~ people making that much.
16.
▲
by
johntran
10y ago
"I expect Vue to become a primary JS framework in 16-24 months if Evan You makes right steps, at least around backenders and smaller teams of frontenders." When Vue.js gets a big enough community passionate enough to host their ow
17.
▲
by
johntran
10y ago
What are the pros and cons between Relay and Apollo?