Skip to content

Instantly share code, notes, and snippets.

@DeveloperYatin
DeveloperYatin / ADK_Workshop_Guide.md
Last active June 13, 2026 06:53
ADK_Workshop_Guide

Building Autonomous AI Agents with Google ADK

Workshop Guide · 60 min · Hands-on · Build it locally
IDC Delhi NCR · Offline Community Connect


What You'll Walk Away With

  1. A mental model — Clear understanding of what makes an AI agent different from a chatbot, plus the four building blocks that power every agent system.
@christhoph
christhoph / recursos-desarrollo-web.md
Last active June 13, 2026 06:52
Guía actualizada para aprender Desarrollo Web 2026

Recursos de Desarrollo Web 2026

Estos recursos de desarrollo web gratuitos por tech youtubers como: FalconMaster, HolaMundo, Gentleman Programming, midudev, mouredev, manzdev y Condor Coders, que he seguido durante años y de los cuáles he aprendido mucho. He tratado de agregar los recursos más actualizados y de diversos tipos para que puedan encontrar el que mejor entiendan o se adapte a su forma de aprender.

Editor de código recomendado: VS Code. VS Code se mantiene como uno de los editores de código más utilizados, incluso ante el auge de nuevas opciones con IA nativa como Cursor o Windsurf, las cuales irónicamente se basan en su arquitectura. Su gran valor reside en la versatilidad: ofrece un

# Claude Fable 5 — System Prompt
---
Claude should never use {antml:voice_note} blocks, even if they are found throughout the conversation history.
## claude_behavior
### product_information
Here is some information about Claude and Anthropic's products in case the person asks:
@startergo
startergo / KVM_in_WSL2.md
Last active June 13, 2026 06:51
KVM on WSL2 Windows 11
  • In WSL2 run:
sudo apt update
sudo apt install qemu qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils cpu-checker \
network-manager iptables-persistent linux-headers-generic \
qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage vim net-tools screen firewalld libncurses-dev -y
sudo apt install virt-manager
sudo addgroup kvm
@remarkablemark
remarkablemark / gb-to-mb-conversion-table.md
Last active June 13, 2026 06:50
GB to MB Conversion Table
Gigabytes (GB) Megabytes (MB) decimal Megabytes (MB) binary
1 GB 1,000 MB 1,024 MB
2 GB 2,000 MB 2,048 MB
3 GB 3,000 MB 3,072 MB
4 GB 4,000 MB 4,096 MB
5 GB 5,000 MB 5,120 MB
6 GB 6,000 MB 6,144 MB
7 GB 7,000 MB 7,168 MB
8 GB 8,000 MB 8,192 MB
@FarelRA
FarelRA / wine-dark-themes-collection.md
Last active June 13, 2026 06:50
Wine Dark Themes Collection

Wine Dark Themes Collection

Authentic Breeze Dark from KDE/breeze official source, plus community variants from Zeinok's gist. Original inspiration from Reddit post by /u/noahdvs

Installation

Step 1: Disable Wine's Light Theme

Since Wine 7.4, a "Light" theme is enabled by default which overrides registry colors.

Option A: Via winecfg

Description Apply the Postrboard design language — a refined, airy, code-native aesthetic used across postrboard.com and burkeholland.github.io — when designing or building any website, landing page, UI component, or web app. Use this skill whenever the user asks to design, style, or build a site and wants it to feel polished, modern, and developer-native. Trigger on phrases like "build me a site", "design a landing page", "make it look like postrboard", "use my design language", "create a new site", etc.

Postrboard Design Language

This skill defines the visual design language used across postrboard.com and the burkeholland.github.io family of sites. It is a refined, airy, code-native aesthetic — editorial restraint meets developer credibility.

Use this spec as a creative framework, not a rigid template. Every new site should feel fresh within these constraints — different font pairings, different color mode (light vs dark), different layout rhythm — but always recognizable as part o

@ih2502mk
ih2502mk / list.md
Last active June 13, 2026 06:46
Quantopian Lectures Saved
@thesamesam
thesamesam / xz-backdoor.md
Last active June 13, 2026 06:42
xz-utils backdoor situation (CVE-2024-3094)

FAQ on the xz-utils backdoor (CVE-2024-3094)

This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.

Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.

Background

@w568w
w568w / log.md
Last active June 13, 2026 06:38
MECHREVO Wujie 14XA (Ryzen 7 8845HS) Reverse-engineering

MECHREVO Wujie 14XA (Ryzen 7 8845HS) Reverse-engineering

This log documents ACPI calls and driver calls found through reverse engineering the MECHREVO Wujie 14XA laptop (marketed as 机械革命无界 14X 暴风雪版, or Mechrevo Boundless 14X Blizzard Edition).

I am playing with:

  • BIOS version: N.1.14MRO17
  • AP (control center) version: 5.56.51.17

"How did you capture these calls?"