#RebootX <> #Prometheus node-exporter direct integration 🔗.
Visualize the vitals of your servers without having to setup a Prometheus server or Grafana. The only thing you need is node-exporter running on port 9100.
Check it out !
https://t.co/Nh4f6f0Ouk
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility 💚
i have so much demo fatigue with ai - the crappy UIs they generate that would never ship is boring
can you share some production level wins?
on our end the multiplexer and tunnel are two features that i'm skeptical we would have shipped before we could research via LLMs
@mprado The truth is : in one year you will complain for the same thing about Relay. When simplicity is not at the heart of an engineering team (not saying it's not at @brexHQ 😌), a codebase always ends up rotting for bad "good ideas". The more "standard", the better.
If you’re a baker who’s three years into your career: quit now. there is not a single job in baking anymore. it’s over. this field won’t exist in 1.5 years.
This is false, but it might be a good thing if belief in it became moderately widespread, because then all the remaining programmers would be in it for love and not just for money.
Any codebase that you cannot run instantly, locally, without the internet is bad. Period 1.
Lambda, DynamoDB and all vendor lock-in stacks are bad. Period 2.
every tech company has a totally cracked systems team fighting to claim back 100ms of page load time just so a product team can eat it back up with the worst feature you can possibly imagine
@jiratickets@stephsmithio Deciding how the date picker will look like is a magnitude of order more complicated and challenging than sending a rocket to Mars.
@simonw Previously called Azure AI Deploy Studio. Previously called Azure Entra ID Studio. Previously called Azure Cloud Studio AI Deploy. Previously called...
Today I learned that ASCII is pretty clever.
If your char’s upper bits are "01" - it’s a letter.
If the next bit is 0, then it’s upper case, otherwise it’s lowercase. The remaining 5 bits indicate the letter position in the English alphabet.
Want to get a "C"? - 01 0 00011.