Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
Link
@faun shared a link, 1 week, 3 days ago

From Novice to Pro: Mastering Lightweight Linux for Your Kubernetes Project

Alpine, Flatcar, Fedora CoreOS, Talos, and Ubuntu Core are carving out strong niches as Kubernetes-first base OSes. Each leans into immutability, container-native design, and just enough system overhead to get out of the way. That lean profile isn’t just a flex—it means lower resource drag and a de..

Link
@faun shared a link, 1 week, 3 days ago

Kubernetes v1.34 brings networking refinements for cloud-native infrastructure

Kubernetes 1.34 comes packed withnetworking upgradesbuilt for scale. Less overhead. Fewer headaches. Easier to run big clusters without sweating packet flows. This triannual release keeps pushing the envelope for both cloud-native setups and the on-prem diehards...

Link
@faun shared a link, 1 week, 3 days ago

CNCF Incubates OpenYurt for Kubernetes at the Edge

OpenYurt just leveled up—now officially an incubating project under the CNCF. It pushes Kubernetes out past the data center, into the messy edges of the network, without breaking upstream compatibility. No forks, no duct tape. The maintainer roster’s growing too. Folks fromVMware,Microsoft, andInte..

CNCF Incubates OpenYurt for Kubernetes at the Edge
Link
@faun shared a link, 1 week, 3 days ago

An introduction to platform engineering

Platform engineering is stepping in where DevOps didn’t quite land. Think fewer duct-taped pipelines, more thoughtful systems. The fix? Internal Developer Platforms (IDPs), usually riding on Kubernetes, built to tame the sprawl. Gartner says 80% of big engineering orgs will run platform teams by 20..

An introduction to platform engineering
Link
@faun shared a link, 1 week, 3 days ago

Evolving Kubernetes for generative AI inference

Google Cloud, ByteDance, and Red Hat are wiring AI smarts straight intoKubernetes. Think: faster inference benchmarks, smarter LLM-aware routing, and on-the-fly resource juggling—all built to handle GenAI heat. Their new push,llm-d, bakesvLLMdeep into Kubernetes. That unlocks disaggregated serving ..

Evolving Kubernetes for generative AI inference
Link
@faun shared a link, 1 week, 3 days ago

v1.34: Of Wind & Will (O' WaW)

Kubernetes v1.34 drops with58 updates, and23 just hit stable. Highlights: Dynamic Resource Allocation (DRA), per-Pod resource limits, and secure image pulls using Pod-specific ServiceAccount tokens. Scalability gets a lift from streaming list responses. Security tightens with finer anonymous auth r..

v1.34: Of Wind & Will (O' WaW)
 Activity
@charan_devops started using tool GitHub Actions , 1 week, 5 days ago.
 Activity
@charan_devops started using tool Azure Pipelines , 1 week, 5 days ago.
 Activity
@charan_devops started using tool GitLab , 1 week, 5 days ago.
 Activity
@charan_devops started using tool GitLab CI/CD , 1 week, 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