Monica Lewinsky Has Always Hated Notifications
The writer and anti-bullying activist is on social media, but to protect her nervous system, she prefers not to be alerted.
找到 1255 篇相关文章
The writer and anti-bullying activist is on social media, but to protect her nervous system, she prefers not to be alerted.
Soccer fans on r/WorldCup2026Tickets are using Claude to build DIY ticketing software, exchanging on back channels, and leaving scalpers scrambling.
This is a submission for the GitHub Finish-Up-A-Thon Challenge I wired edge-context-mode into my own...
Most API teams treat the contract as an afterthought: write code, generate a spec, then watch the two drift apart. Git-native API design reverses that flow. You treat the API contract as source code, version it in Git, and review every change the same way you review application logic. Try Apidog today This guide focuses on implementation discipline, not a single tool. You’ll design contracts in branches, review them in pull requests, and turn a committed spec into mocks, tests, and docs. The goal is simple: your Git history should also be your API history. If you already know what Spec-First tooling looks like and want the product walkthrough, read the companion piece on the git-native API workflow . This article stays focused on practice. What “git-native” means for API work Git-native means your API definition lives in your repository as a plain text file. Not in a proprietary cloud database. Not behind a vendor login. A .yaml or .json file sits next to your code and is tracked by the same version control system your team already uses. In many cloud-locked API design tools, the contract lives in the vendor’s backend. You edit through a web UI, and your repository only contains an export. That export can become stale, and your Git history no longer explains how the API evolved. The git-native model inverts that relationship: The file in main is the contract. Any GUI is a view onto that file. Branches, commits, pull requests, blame, and rollback all apply to your API surface. Mocks, docs, tests, and generated clients derive from the committed spec. A git-native setup has three core properties: The spec is a text file in the repo. Changes flow through normal Git operations: branch, commit, PR, merge. Downstream artifacts derive from the committed file, not from a separate database. Why design and develop APIs in Git You already trust Git with your code. Your API contract deserves the same treatment. 1. History When someone asks, “When did we add the cursor pagination
Hoi hoi! I’m @nyaomaru, a frontend engineer who recently discovered the deliciousness of a cheese...
What is Wrisha? Wrisha is a desktop emotional AI companion — an animated character who can see you, hear you, talk back, and react. The pipeline is genuinely multimodal: Vision — webcam + facial-emotion detection (OpenCV / FER) Hearing — speech-to-text so you can just talk to her Brain — an LLM generates her replies, in-character Voice — text-to-speech with mood-modulated tone Avatar — an animated face (pygame) that emotes and lip-syncs I built the bones of it a while back, got busy, and walked away. The Finish-Up-A-Thon was the push I needed to come back to it. The "before": it didn't just need polish — it was dead When I reopened the repo, the harsh truth was that the app couldn't even start. Two things had rotted: The environment was a fossil. The project was so old it wouldn't install on a modern machine. Wrong numpy, stale dependency pins, and a Python version mismatch that sent pip trying to compile packages from source and failing. Just getting it to attempt to run took a full environment rebuild on Python 3.12. The code was half-migrated and crashed on launch. I'd previously upgraded the internal modules — memory, a mood engine, a smarter brain — to a "v3" design, but I never finished wiring them into main.py. So the moment it tried to start, it died: TypeError: init () missing 2 required positional arguments: 'memory' and 'mood_engine' The "before" in one screenshot: a project that built its best features and then never connected them. I'd built the hard parts — persistent memory, a smooth mood state machine, proactive behavior — and left them sitting in files that main.py never even imported. Classic abandoned-side-project energy. The "after": three things I finished I set out to do three things, and I'm counting all three as the win. It runs again The core fix was finishing the migration: rewiring main.py to actually construct the Memory and MoodEngine, inject them into the Brain, and reference mood from the engine instead of the dead attribute it used to
At Microsoft Build 2026, GitHub introduced new tools, updates, and surfaces so agents can work the way you already work. The post GitHub Copilot app: The agent-native desktop experience appeared first on The GitHub Blog .
GitHub热门项目 | draw.io is a JavaScript, client-side editor for general diagramming. | Stars: 5,755 | 164 stars this week | 语言: JavaScript
GitHub热门项目 | Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API. | Stars: 16,828 | 510 stars this week | 语言: Python
GitHub热门项目 | Next Generation Agentic Proxy for AI Agents and MCP servers | Stars: 2,981 | 28 stars today | 语言: Rust
GitHub热门项目 | | Stars: 2,195 | 39 stars today | 语言: Rust
GitHub热门项目 | OpenShell is the safe, private runtime for autonomous AI agents. | Stars: 6,576 | 142 stars today | 语言: Rust
GitHub热门项目 | A trackpad-first infinite canvas Wayland compositor. | Stars: 916 | 166 stars today | 语言: Rust
GitHub热门项目 | Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. | Stars: 42,811 | 33 stars today | 语言: TypeScript
GitHub热门项目 | Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface | Stars: 55,447 | 175 stars today | 语言: TypeScript
GitHub热门项目 | Clone any website with one command using AI coding agents | Stars: 16,028 | 118 stars today | 语言: TypeScript
GitHub热门项目 | Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 15 platforms | Stars: 16,246 | 95 stars today | 语言: TypeScript
GitHub热门项目 | A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | Stars: 15,295 | 67 stars today | 语言: TypeScript
GitHub热门项目 | A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK | Stars: 29,629 | 44 stars today | 语言: TypeScript
GitHub热门项目 | Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement. | Stars: 6,199 | 103 stars today | 语言: JavaScript