Join us

ContentUpdates and recent posts about Botkube..
Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

The AI-driven shift in vulnerability discovery: What maintainers and bug finders need to know

AI modelslet non-experts craft real and fake vulnerabilities at scale. They spit out low-quality noise and the occasional high-value report. Reports floodOSS maintainers. Triage, patching, release cadences, and downstreamupgrade/compliancepipelines buckle under the load. Guidance recommends publishi.. read more  

The AI-driven shift in vulnerability discovery: What maintainers and bug finders need to know
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

Introducing Coregit

Coregit reimplements Git's object model inTypeScriptand runs onCloudflare Workersas a serverless edge Git API. Its commit endpoint accepts up to 1,000 file changes per request and replaces 105+ GitHub calls with one. Yes - one. It acknowledges writes inDurable Objects(~2ms), then flushes objects toR.. read more  

Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

How LLMs Work — A Visual Deep Dive

A complete walkthrough of how large language models like ChatGPT are built, from raw internet text to a conversational assistant... read more  

How LLMs Work — A Visual Deep Dive
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

The PR you would have opened yourself

ASkillports models fromtransformerstomlx-lm. It bootstraps an env, discovers variants, downloads checkpoints, writes MLX implementations, and runs layered tests. It produces disclosed PRs with per-layer diffs, dtype checks, generation examples, numerical comparisons, and a reproducible, non-agentict.. read more  

The PR you would have opened yourself
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

A GitHub agentic workflow

The developer automated parsing of unstructured release notes withGitHub agentic workflows. The pipeline compilesMarkdowntoYAML, then runs an agent. The setup requires afine-grained Copilot token. It enforces a hardenedsandboxpolicy and forbids Marketplace actions. CI runs a compile-then-compare che.. read more  

A GitHub agentic workflow
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

Introducing Ternary Bonsai: Top Intelligence at 1.58 Bits

PrismML unveilsTernary Bonsai: a family of1.58-bitLMs in1.7B,4B, and8Bsizes. Models use ternary weights {-1,0,+1} with group-wise quantization. Weights are ternary (-1,0,+1). Each group of128weights shares anFP16scale. That cuts memory by ~9x versus 16-bit and boosts benchmark scores. The8Bhits 75.5.. read more  

Introducing Ternary Bonsai: Top Intelligence at 1.58 Bits
Link
@devopslinks shared a link, 1 week, 3 days ago
FAUN.dev()

Betterleaks: The Gitleaks Successor Built for Faster Secrets Scanning

BetterleakssupplantsGitleaksas a drop-in CLI. Scans run faster. It's written inPure Go- no CGO - and performs parallel git scans. It replaces entropy heuristics with token-efficient detection viaBPE. It addsCELrule validation. Its roadmap includes LLM assist and auto-revocation... read more  

Betterleaks: The Gitleaks Successor Built for Faster Secrets Scanning
Link
@devopslinks shared a link, 1 week, 3 days ago
FAUN.dev()

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways

Quantum computers could decrypt data stored today in anticipation of future decryption, posing security risks despite the estimated decade-long timeline. Industry-wide PQC standards are being published by NIST to defend against such threats, including algorithms like ML-KEM and ML-DSA. The industry .. read more  

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways
Link
@devopslinks shared a link, 1 week, 3 days ago
FAUN.dev()

What is AWS Graviton? The custom chip powering applications for 90,000 customers

Amazon'sGravitonfamily peaks at a 192-core chip. It delivers up to25%better performance thanGraviton4and keeps energy efficiency intact. AWS says98%of its top 1,000 EC2 customers runGraviton. More than half of new EC2 capacity runs on these chips... read more  

What is AWS Graviton? The custom chip powering applications for 90,000 customers
Link
@devopslinks shared a link, 1 week, 3 days ago
FAUN.dev()

pgit: I Imported the Linux Kernel into PostgreSQL

pgitingested 20 years of the Linux kernel: 1.43M commits, 24.4M file versions. The dataset lives inPostgreSQLwithpg-xpatch- 2.7GB on disk. A 2-hour import on a 24-core EPYC built a queryableSQLDB. Most delta-decompressed queries return in <10s. No preprocessing required... read more  

pgit: I Imported the Linux Kernel into PostgreSQL
Botkube is a Kubernetes-centric chatbot that aids in Kubernetes troubleshooting and provides valuable insights for various aspects of Kubernetes operations. This open-source tool integrates with popular messaging platforms like Slack and helps streamline Kubernetes management and problem-solving processes.

Key functionalities of Botkube include:

Alert Notifications: Botkube can be configured to receive and relay alerts from various monitoring tools (e.g., Prometheus, Grafana) directly to your team's communication platform, ensuring prompt incident awareness.

Kubernetes Event Monitoring: It continuously monitors Kubernetes cluster events, offering real-time information on changes and issues within your cluster, such as pod crashes or node failures.

Troubleshooting Assistance: Botkube can provide context-sensitive guidance and suggestions for debugging and resolving common Kubernetes problems, making it a valuable resource for both beginners and experienced Kubernetes users.

Resource Management: It can assist in resource optimization by providing recommendations for scaling deployments, managing resource quotas, and handling updates to your applications.

Security Insights: Botkube can help maintain Kubernetes security by alerting you to security breaches, unauthorized access, and vulnerabilities, allowing you to take immediate action.

Customization: Botkube is highly customizable, allowing you to tailor it to your specific needs and integrate it with other tools and scripts in your Kubernetes ecosystem.

In summary, Botkube serves as a Kubernetes assistant that enhances communication and awareness within your team while providing automated support for troubleshooting, monitoring, and managing your Kubernetes clusters, ultimately contributing to a more efficient and reliable Kubernetes operation.