Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@devopslinks added a new tool GitHub , 2 weeks, 1 day ago.
Story
@laura_garcia shared a post, 2 weeks, 1 day ago
Software Developer, RELIANOID

𝘐𝘯 𝘤𝘢𝘴𝘦 𝘺𝘰𝘶 𝘮𝘪𝘴𝘴𝘦𝘥 𝘪𝘵: Europe’s skies disrupted

Cyberattack on Collins Aerospace’s MUSE platform We shared this analysis a few months ago, but given the relevance of the topic and the growing impact of cyberattacks on critical infrastructure, it’s definitely worth resurfacing. The incident forced major airports like Heathrow, Brussels, and Berlin..

News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 1 day ago
FAUN.dev()

DeepSeekMath-V2 Launches with 685B Parameters - Dominates Math Contests

DeepSeekMath-V2

DeepSeekMath-V2, an AI model with 685 billion parameters, excels in mathematical reasoning and achieves top scores in major competitions, now available open source for research and commercial use.

DeepSeekMath-V2 Launches with 685B Parameters - Dominates Math Contests
Link
@anjali shared a link, 2 weeks, 1 day ago
Customer Marketing Manager, Last9

9 Monitoring Tools That Deliver AI-Native Anomaly Detection

A technical guide comparing nine observability platforms built to detect anomalies and support modern AI-driven workflows.

anamoly_detection
 Activity
@kala added a new tool DeepSeekMath-V2 , 2 weeks, 1 day ago.
News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 1 day ago
FAUN.dev()

A New Challenger: INTELLECT-3's 100B Parameters Punch Above Their Weight

Ansible Slurm Lustre INTELLECT-3

INTELLECT-3, a 100B+ parameter model, sets new benchmarks in AI, with open-sourced training components to foster research in reinforcement learning.

A New Challenger: INTELLECT-3's 100B Parameters Punch Above Their Weight
 Activity
@kala added a new tool INTELLECT-3 , 2 weeks, 1 day ago.
 Activity
@devopslinks added a new tool Lustre , 2 weeks, 1 day ago.
 Activity
@varbear added a new tool Slurm , 2 weeks, 1 day ago.
Course
@eon01 published a course, 2 weeks, 2 days ago
Founder, FAUN.dev

Cloud Native CI/CD with GitLab

GitLab GitLab CI/CD Helm Prometheus Docker GNU/Linux Kubernetes

From Commit to Production Ready

Cloud Native CI/CD with GitLab
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