Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mdc2161
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mdc2161
2y ago
It is very much not being turned into synchronous code. There are a lot of reasons to use async code, and they're all still valid with this pattern. For example: - the event loop is still not being blocked - the calling code can still
2.
▲
by
mdc2161
2y ago
If the inner function is async, then its callers need to be async as well (see https://journal.stuffwithstuff.com/2015/02/01/what-color-is-... ). Important to note that unless the inner function throws an exce
3.
▲
by
mdc2161
2y ago
Strong agree based on my experience. Worth noting that this is easily enforceable with eslint: https://typescript-eslint.io/rules/return-await/
4.
▲
by
mdc2161
2y ago
> Engineering productivity can’t be measured by tracking new features. Garbage in, garbage out. And as a measure of engineering productivity, story points/feature count/Jira are pretty much garbage!* Back in 2013 when I was doi
5.
▲
It's Ethical and Normal to Play Politics at Work
(blog.godfreyai.com)
2 points
by
mdc2161
2y ago
|
0 comments
6.
▲
by
mdc2161
5y ago
Apple's numbers here are a lot better than I expected! For comparison, many of the other FAANG companies fare much worse, and many of the smaller companies I saw when consulting and doing a startup looked even less diverse than big tec
7.
▲
by
mdc2161
5y ago
If he were a comedian, I believe he would be given more slack (assuming he changed the tenor of his jokes in the intervening years). As a manager, as someone responsible for others' livelihoods and careers, he has to be held to a much
8.
▲
by
mdc2161
5y ago
> People who express disdain towards the current social structure and disparage groups like white men get hired left and right Have you seen _any_ major tech company with close to 50% women or 40% non-hispanic white employees? In enginee
9.
▲
Accessing Gitlab Returns 403
(twitter.com)
1 points
by
mdc2161
6y ago
|
2 comments
10.
▲
by
mdc2161
6y ago
Git push and pull on gitlab repos is down, returning 403s. This is breaking CI pipelines as well.
11.
▲
Monitoring Node Using Datadog APM
(tech.gc.com)
2 points
by
mdc2161
7y ago
|
1 comments
12.
▲
by
mdc2161
8y ago
Seems similar to the guide-wheel system shown in the Boring Company's demo yesterday: https://www.wired.com/story/elon-musk-boring-company-car-fli... It seems the Boring Company expects much higher top-end speeds,
13.
▲
by
mdc2161
8y ago
SEEKING WORK | NYC or REMOTE | FULL-STACK, REACT NATIVE My preferred stack is Typescript, React Native, Node Koa, and PostgreSQL, but I'm productive in a number of other technologies. I've spent the last few years building React N
14.
▲
by
mdc2161
8y ago
26 years and 100% in Shanghai https://www.theatlantic.com/photo/2013/08/26-years-of-growth...
15.
▲
Your newsfeed is a lie. And it’s making you miserable
(medium.com)
1 points
by
mdc2161
8y ago
|
0 comments
16.
▲
by
mdc2161
9y ago
It's definitely not just the top charts. Notably it has picked up when someone near me was playing Chopin on a piano as well as the occasional KPop tune my girlfriend is listening to. My guess is it supplements the data with songs fr
17.
▲
by
mdc2161
9y ago
Personal anecdote: I didn't major in it because I had no idea I would enjoy it. I was fortunate that my engineering program had two semesters of Java. We spent more time hand drawing logic gates than coding in the intro course and so i
18.
▲
by
mdc2161
9y ago
I ran into this a lot while crossing the border into Canada as a consultant, I presume it is similar crossing the border in the other direction. Internal business meetings did not require a work visa, while meetings with one of our clients
19.
▲
by
mdc2161
10y ago
Dealt with similar issues as both a host and a guest. The biggest problem to me is poor expectation setting. There are hosts that run BnB quality services, ones that run a mock-hotel like you described, and ones that just rent out a spare r
20.
▲
by
mdc2161
10y ago
If you like whoaremyrepresentatives, we would love feedback on [Act On This]( https://www.actonthis.org/ ) as well. We don't go down to as local of a level yet, but are more focused on giving information about specific a
21.
▲
by
mdc2161
10y ago
> Use SQL to corrupt their databases! Use alphabet to write this comment!
22.
▲
by
mdc2161
10y ago
A few counter points: - hardware exclusives may be a better business model, but consumers (at least a vocal subset) clearly don't like them - Microsoft seems to be moving towards having all Xbox games run on pc so console exclusives ma
23.
▲
by
mdc2161
10y ago
It works great, too, for abstracting away fetch logic to middleware (as in this blog post) or to a shared module. And it is in the redux tutorials, but buried in the advanced section. http://redux.js.org/docs/advanced
24.
▲
by
mdc2161
10y ago
I just started with redux-saga which uses ES6 generators to handle app control flow. After first impressions, I'd say it's worth a look if you're running into anything near as complicated as talked about here. It's very
25.
▲
by
mdc2161
11y ago
Our team threw this together in a couple weekends when we were test driving react native: https://itunes.apple.com/us/app/emergency-kittens-adorable/i... The ability to reuse code is very real, even sharing a
26.
▲
by
mdc2161
11y ago
Well I guess that could explain the 50% off rides promo they've been running in NYC for the past 6 weeks. Seems like every Sunday I get a push notification that it is extended.
27.
▲
by
mdc2161
11y ago
"Then, when I wanted to scale things up at a min-width breakpoint, I’d just adjust the root font size, upon which everything else is proportionately based." The problem is that scaling everything up or down proportionally looks ba
28.
▲
by
mdc2161
11y ago
another stat from sama on twitter: > Oh, another important stat: about 300 of the companies we have funded have shut down.
29.
▲
by
mdc2161
12y ago
really cool data in those distributions, definitely spent way too much time flipping back and forth from one tab to another. Maybe unsurprisingly, javascript is every groups' most reported skill and full-stack engineers tend to be more
30.
▲
by
mdc2161
12y ago
Great underlying data, but sad to see it visualized as radar charts. - Each category majorly affects the reading of the category next to it, which isn't helpful in non-sequential categorizations - The difference between two adjacent ca
More ›