HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andrus

no profile record

Submissions

We migrated to Apollo Server 4

propeldata.com
1 points·by andrus·4 года назад·0 comments

comments

andrus
·3 месяца назад·discuss
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 месяцев назад·discuss
Yes, this is valid JSON: []
andrus
·12 месяцев назад·discuss
Don’t recent Node.js releases support this already? require(esm) was back ported to Node.js 20 in February
andrus
·2 года назад·discuss
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 года назад·discuss
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 года назад·discuss
> 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 года назад·discuss
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 года назад·discuss
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 года назад·discuss
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 лет назад·discuss
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?