Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 3 days ago
FAUN.dev()

Researcher Scans 5.6M GitLab Repositories, Uncovers 17,000 Live Secrets and a Decade of Exposed Credentials

Atlassian Bitbucket GitLab CI/CD GitLab AWS Lambda TruffleHog

A security research project led by Luke Marshall scanned 5.6 million GitLab repositories, uncovering over 17,000 live secrets and earning $9,000 in bounties, highlighting GitLab's larger scale and higher exposure risk compared to Bitbucket.

Researcher Scans 5.6M GitLab Repositories, Uncovers 17,000 Live Secrets and a Decade of Exposed Credentials
 Activity
@devopslinks added a new tool TruffleHog , 2 weeks, 3 days ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 3 days ago
FAUN.dev()

AWS Optimizer Targets Unused NAT Gateways for Cost Savings

Amazon Web Services Amazon CloudWatch

AWS Compute Optimizer now helps identify unused NAT Gateways to boost cost savings by analyzing traffic activity and route table associations.

AWS Optimizer Targets Unused NAT Gateways for Cost Savings
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 3 days ago
FAUN.dev()

GitLab Uncovers Massive npm Attack - Developers on High Alert

Amazon Web Services GitLab GitHub npm

GitLab's team discovers a large-scale npm supply chain attack with malware that spreads through npm packages, threatening data destruction if disrupted.

GitLab Uncovers Massive npm Attack - Developers on High Alert
 Activity
@varbear added a new tool npm , 2 weeks, 3 days ago.
 Activity
@devopslinks added a new tool GitHub , 2 weeks, 3 days ago.
Story
@laura_garcia shared a post, 2 weeks, 3 days 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, 3 days 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, 3 days 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, 3 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