Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@kala added a new tool GPT-5.2 , 2 days, 22 hours ago.
Story
@laura_garcia shared a post, 4 days, 3 hours ago
Software Developer, RELIANOID

RELIANOID at CII Delhi International Technology Summit 2025

16–17 December 2025 - New Delhi, India Our team continues a packed December schedule, and we’re excited to add another key event: the CII Delhi International Technology Summit 2025. Focused on “Accelerating the Techade”, this summit brings together industry, government, and research leaders to shape..

CII Delhi International Technology Summit relianoid
Link
@anjali shared a link, 4 days, 7 hours ago
Customer Marketing Manager, Last9

OTel Updates: OpenTelemetry Proposes Changes to Stability, Releases, and Semantic Conventions

OpenTelemetry proposes stability changes: stable-by-default distributions, decoupled instrumentation, and epoch releases for production deployments.

otel_stability_update
Story
@laura_garcia shared a post, 5 days ago
Software Developer, RELIANOID

deploy the RELIANOID Load Balancer Community Edition v7 on Azure using Terraform

🚀 New Technical Guide Available! You can now deploy the RELIANOID Load Balancer Community Edition v7 on Azure using Terraform in just a few minutes: ✔️ Install prerequisites (Terraform, Azure CLI, SSH keys) ✔️ Use the official Terraform module from the Registry ✔️ Automatically provision all Azure r..

terraform_relianoid_community_azure_img2
 Activity
@pixel_og started using tool Thanos , 5 days ago.
 Activity
@pixel_og started using tool Terraform , 5 days ago.
 Activity
@pixel_og started using tool Talos Linux , 5 days ago.
 Activity
@pixel_og started using tool Python , 5 days ago.
 Activity
@pixel_og started using tool Prometheus , 5 days ago.
 Activity
@pixel_og started using tool OpenTofu , 5 days ago.
Did you know you can clap for someone’s content up to 50 times on Medium?

Well, you can.

And to protect you from carpal tunnel syndrome, I packaged that behavior into a little extension for Chrome.

It works like this:

https://www.youtube.com/watch?v=oN3soEz-5Z4

Open up your developer tools (right-click & choose inspect)

Then, navigate to the “console”:

And if you have a bunch of caca (that’s Spanish for 💩) in your Console you can click the little 🚫 icon to clear it:

Then:

copy the JavaScript code below
paste it into the Console area
press the Return key

and spread the clap!

(Scroll up to the top of this article before you press enter if you want to see it in action)

let clapButton = document.querySelector('button[data-testid="headerClapButton"]');
if (clapButton) {
const events = ['mousedown', 'mouseup', 'click'];

async function performClap() {
for (let i = 0; i < 50; i++) {
events.forEach(eventType => {
let event = new MouseEvent(eventType, {
'view': window,
'bubbles': true,
'cancelable': true
});
clapButton.dispatchEvent(event);
});
await new Promise(resolve => setTimeout(resolve, 10)); // Introducing a 10ms delay between claps
}
console.log("+50 Claps! Now, go join the SERP community!");
}

performClap();
} else {
console.log("Clap button not found!");
}

Want the extension?

I submitted the extension to the Chrome app store and it’s pending approval as of this writing…

But if you’re too excited to sit around when you could be clappin’ it up — you’re welcome to grab the bootleg here:

👉 https://serp.ly/@serp/serp-clapper-medium