@shawnyeager@dhh@twfyke@bot Yeah, after the unlock my screen would go blank, fans spin up like crazy and then it would just restart. Maybe slightly different models/hardware. Just glad its been given a second life :)
@dhh@twfyke@bot I just installed on a T2 as well. The main issue i had was the hybrid graphics. You basically have to nomodeset and then disable the AMD gpu. I think there is an open PR for an option to start with nomodeset.
@adrian_horning_ If you want a Redis-only solution you can use a "lock" - call SET lockkey with the 'NX' option, make changes to the credits, then, DEL lockkey. If the SET with NX returns 0 then its already locked, so return. Not sure what ChatGPT recommended
@adrian_horning_ Not sure what your use case is, but for example we had a use case for replacing a item in a hash (before HSETEX existed) - so rather than calling DEL, HSET, and EXPIRE we created a defined lua function "HREPLACE"
@codeagencybe@heyandras Both signoz and openobserve use OTEL, so you can for the most part just add these as OTEL exporters in your OTEL collector config and compare them with the same logs/metrics/traces.
For years, I’ve been asked whether I’ll ever write a book about @Nodejs.
I’m excited to announce the time has come.
Presenting “The Definitive Guide for Node.js in Enterprise”, a labour of love by myself, @Lucamaraschi, and every single member of the @Platformatic team.
@heyandras Have a similar one. In 3 years the strap has broken, been replaced and broken again. Love the watch, but don't think I'd go with something that has a plastic strap again....
@liran_tal To fair I think the APM pricing on Datadog is reasonable, its just so much of their other pricing is crazy. Using the OpenTelemetry SDK in NodeJS means we can switch effortlessly between them and Open Source alternatives which is great.