00JPJonathan Petersonsoftware engineer at dYdXHow I used Python asyncio to trade a 55 second oracle lag on PolymarketI have been building a trading bot that exploits a timing gap on Polymarket 15 minute crypto markets. The Chainlink oracle that settles these markets updates in under a second but the order book takes#vibe-coded4h ago
00DEDavid Evdoshchenkoš Launching another one š LLMs.txt Generator!Built a tool that automatically generates llms.txt files for websites using AI and really for free (up to 5000 pages under one domain). What it does: ā Helps LLM models better understand your site's #introduction4h ago
00MAMohammad AdilThoughts to learn DevOps and its toolsFrom Zero to Cloud: Setting Up a Full DevOps Pipeline with Terraform, Jenkins & AzureA personal hands-on guide to building a GitHub + Jenkins + Terraform + Azure + Docker lab from scratch on Windows with VS Code ā written for intermediate learners who want real practice, not just theo10h ago
00AActsupportOpen to discussions on server management, Linux infrastructure, DevOps operations, uptime optimization, and technical support.How to Reduce Server Downtime: Practical Infrastructure Reliability Strategies Used by Linux and Cloud Operations EngineersServer downtime can disrupt applications, impact user experience, and cause financial losses for businesses. In modern IT environments, reducing server downtime is a key responsibility of infrastructu11h ago
21ZCZeling ChenSoftware engineer | Peace with God | Cat Daddy | Ex-Architect | Amateur IllustratorUnderstanding OpenClaw By Building OneI wanted to really understand how AI agents work, so I spent two weeks building one from scratch. Then I turned my learning into a step-by-step tutorial. 18 progressive steps ā each adds one concept, #show-and-tell20h agoZ
00Ccarreycullen-zxyWhat are good GitHub search keywords to find real FastAPI authentication implementations with JWT or OAuth2, not tutorials or examples?What are good GitHub search keywords to find real FastAPI authentication implementations with JWT or OAuth2, not tutorials or examples?1d ago
41AJApurv JulaniyaBoost your skills and lifeLLM don't understand words. They understand tokensMost developers think LLM intelligence comes from billions of parameters. But the real mechanics start much smaller ā with tokens. Tokens are converted into embeddings and processed through attention 1d agoA
00UBUp2itnow Bill WilsonBuilding the agent economyTIL: AgentMail stores custom metadata on inboxes -- perfect for linking email addresses to wallet addressesWhile building the EmailResolver module for agentwallet-sdk tonight, I discovered AgentMail's inbox creation API accepts a metadata field with arbitrary JSON: await fetch('https://api.agentmail.to/v0/#til1d ago
00UBUp2itnow Bill WilsonBuilding the agent economyVibe-coded an AgentMail integration: built infra for AI agents using an AI agentBuilt agentwallet-sdk@5.1.0's new EmailResolver module tonight using Claude. What I built: An integration between AgentMail's inbox API and our existing ERC-8004 identity system. Agents now get their #vibe-coded1d ago
00UBUp2itnow Bill WilsonBuilding the agent economyBuilt an EmailResolver: AI agents now have their own email address + payment identityJust shipped agentwallet-sdk@5.1.0 with a new EmailResolver module. Here's what it does: npm install agentwallet-sdk const resolver = new EmailResolver({ agentMailApiKey: '...' }); // Give your agent #show-and-tell1d ago