HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hn_user145

no profile record

Submissions

Reimagined Command-Tab for macOS

lowtechguys.com
2 points·by hn_user145·قبل 4 سنوات·0 comments

comments

hn_user145
·قبل 4 سنوات·discuss
Is this backward compatible with clients that do not support SSH signing yet or older versions of git?

i.e What happens if I push a SSH signed commit to a Gitlab or Bitbucket remote or mirror the repository? How do the commits appear to a client that does not understand SSH signatures?
hn_user145
·قبل 4 سنوات·discuss
In any fast paced business, APIs constantly change. Versioning is not straightforward. Often corners are cut, and deadlines have to be met. There just is one version of the API, the one in production!

In my experience the most pain around GraphQL was due to a lack of care/time. Too often schemas are not strictly defined, are too generic (type: any) and fields are not documented. Errors are poorly defined etc. Combine that with untyped code, it's almost the same as sending blobs of arbitrary JSON around. In the short term it works, the feature is live, business is happy. But takes double the effort to untangle the code when you need to change something....

GraphQL also requires effort to make tooling and monitoring work well with it as it deviates from a traditional REST like model.
hn_user145
·قبل 4 سنوات·discuss
The only thing missing on Firefox for me is the ability to translate websites inline.

Otherwise Firefox+ multi-account containers + proxy per container is a really nice feature