HackerTrans
トップ新着トレンドコメント過去質問紹介求人

andrus

no profile record

投稿

We migrated to Apollo Server 4

propeldata.com
1 ポイント·投稿者 andrus·4 年前·0 コメント

コメント

andrus
·3 か月前·議論
GitHub introduced checksums to their tokens to aid offline secret scanning. AFAIK it’s mostly an optimization for that use case. But the checksums also mean you can reveal a token’s prefix and suffix to show a partially redacted token, which has its benefits.
andrus
·9 か月前·議論
Yes, this is valid JSON: []
andrus
·12 か月前·議論
Don’t recent Node.js releases support this already? require(esm) was back ported to Node.js 20 in February
andrus
·2 年前·議論
I’ve found it hard to apply this pattern in Go since, if Username is embedded in a struct, and you forget to set it, you’ll get Username’s zero value, which may violate your constraints.
andrus
·3 年前·議論
AFAIK, Twilio is shutting down its Video product. I don’t think its Voice product is affected (although the SDKs for both use WebRTC).
andrus
·3 年前·議論
> That said, do many see value is in this?

GitHub don't host runners for Linux × arm64, so if you need this, you need to self-host. You can also run custom AMIs with pre-installed packages, which can speed up workflows that depend on those packages.

> When things go wrong, you need people going through logs working out that there's nothing actually wrong with CI…

I'm on a small team who've been running the Philips Lab self-hosted runners for the past year. It hasn't been difficult to operate. Once deployed, it pretty much "just works".

In my experience, the things that go wrong originate from the GitHub workflows themselves. We usually have to review workflow logs regardless of whether the workflow uses a self-hosted runner or not.
andrus
·3 年前·議論
Hey, you're welcome! And actually, yes — I reached out to @duvallj from GitHub regarding this earlier today. He has my original email, or you could email me at my address in my HN account info.
andrus
·3 年前·議論
Yw! I'm hard at work on https://www.propeldata.com/, but always curious to see what's going on in the WebRTC space :-)
andrus
·3 年前·議論
This is very cool to see. I haven't been able to work on or maintain node-webrtc since 2021, but I'm glad people still find these bindings useful.
andrus
·16 年前·議論
The technology implemented by Shazam reminds me of an older art project that was never released. Scrambledhackz:

http://www.popmodernism.org/scrambledhackz/index.html

Has anyone heard anything on this?