开发者
The Shifting Line Between CSS States and JavaScript Events
CSS has always had pseudo-classes that style things when baed on user interactions. Recent features, however, are blurring the line between what CSS "listens" for and how they are alternatives to what Javascript typically listens for. The Shifting Line Between CSS States and JavaScript Events originally handwritten and published with love on CSS-Tricks . You should really get the newsletter as well.
开源项目
🔥 apache / datafusion - Apache DataFusion SQL Query Engine
GitHub热门项目 | Apache DataFusion SQL Query Engine | Stars: 8,922 | 4 stars today | 语言: Rust
开源项目
🔥 metalbear-co / mirrord - Run any process, on your machine or in an AI agent's environ
GitHub热门项目 | Run any process, on your machine or in an AI agent's environment, as if it were a pod in your Kubernetes cluster: real env vars, DNS, network, traffic. | Stars: 5,164 | 7 stars today | 语言: Rust
开源项目
🔥 spacedriveapp / spacedrive - Spacedrive is an open source cross-platform file explorer, p
GitHub热门项目 | Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. | Stars: 38,444 | 14 stars today | 语言: Rust
开源项目
🔥 microsoft / qdk - Microsoft Quantum Development Kit, including the Q# programm
GitHub热门项目 | Microsoft Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas | Stars: 955 | 0 stars today | 语言: Rust
开源项目
🔥 reacherhq / check-if-email-exists - Check if an email address exists without sending any email,
GitHub热门项目 | Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend. | Stars: 9,028 | 144 stars today | 语言: Rust
开源项目
🔥 lumina-ai-inc / chunkr - Vision infrastructure to turn complex documents into RAG/LLM
GitHub热门项目 | Vision infrastructure to turn complex documents into RAG/LLM-ready data | Stars: 3,729 | 284 stars today | 语言: Rust
开源项目
🔥 firecrawl / open-lovable - 🔥 Clone and recreate any website as a modern React app in se
GitHub热门项目 | 🔥 Clone and recreate any website as a modern React app in seconds | Stars: 27,191 | 159 stars today | 语言: TypeScript
开源项目
🔥 facebook / astryx - An open source design system that's fully customizable and a
GitHub热门项目 | An open source design system that's fully customizable and agent ready | Stars: 1,084 | 394 stars today | 语言: TypeScript
开源项目
🔥 diegosouzapw / OmniRoute - Never stop coding. Free AI gateway: one endpoint, 160+ provi
GitHub热门项目 | Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA. | Stars: 7,754 | 155 stars today | 语言: TypeScript
开源项目
🔥 vercel-labs / skills - The open agent skills tool - npx skills
GitHub热门项目 | The open agent skills tool - npx skills | Stars: 24,237 | 250 stars today | 语言: TypeScript
开源项目
🔥 simple-icons / simple-icons - SVG icons for popular brands
GitHub热门项目 | SVG icons for popular brands | Stars: 25,297 | 7 stars today | 语言: JavaScript
开源项目
🔥 drawdb-io / drawdb - Free, simple, and intuitive online database diagram editor a
GitHub热门项目 | Free, simple, and intuitive online database diagram editor and SQL generator. | Stars: 37,731 | 230 stars today | 语言: JavaScript
开源项目
🔥 Unclecheng-li / VulnClaw - 基于 AI Agent + MCP 工具链 + 渗透 Skill 编排, 配合大语言模型, 自然语言输入 → 自动完成「
GitHub热门项目 | 基于 AI Agent + MCP 工具链 + 渗透 Skill 编排, 配合大语言模型, 自然语言输入 → 自动完成「信息收集 → 漏洞发现 → 漏洞利用 → 报告生成」全流程。 | Stars: 1,000 | 105 stars today | 语言: Python
开源项目
🔥 logto-io / logto - 🧑🚀 Authentication and authorization infrastructure for SaaS
GitHub热门项目 | 🧑🚀 Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC. | Stars: 12,367 | 77 stars today | 语言: TypeScript
开源项目
🔥 msitarzewski / agency-agents - A complete AI agency at your fingertips - From frontend wiza
GitHub热门项目 | A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. | Stars: 118,312 | 1,221 stars today | 语言: Shell
AI 资讯
The LLM Should Never Do the Math
A CFO will not act on a number an LLM eyeballed. They will not act on a number the model "estimated" by reasoning over a usage dump. And they should not — because the moment a language model emits a dollar figure it computed itself, that figure is a guess wearing the costume of a fact. This is the design constraint behind databricks-cost-leak-hunter , the pilot skill of the databricks-pack v2 rebuild shipped in the claude-code-plugins marketplace ( PR #906 ). Given a live, authenticated Databricks workspace, it surfaces real cost leaks across four named categories, ranks them by monthly dollar impact, and emits a report a finance reader can act on. The marketplace validator graded it B (88/100, zero errors). The SKILL.md is 329 lines. The single most important thing in it is a rule the model is structurally prevented from breaking: the LLM never does the dollar arithmetic. Why not just let the agent read the bill and summarize it? Because that is exactly how you ship a confidently wrong cost report. Hand a model a few thousand rows of system.billing.usage and ask it for the top cost leaks, and it will give you a fluent answer. It will add DBUs. It will multiply by a price it half-remembers. It will round. Every one of those steps is a place the model can be plausibly, invisibly wrong — and the output reads identically whether the math is right or hallucinated. The failure mode of an LLM doing FinOps is not a crash. It is a clean, well-formatted, wrong number. The fix is architectural, not prompt-engineering. The model is allowed to decide what to look for and how to explain it . It is never allowed to be the calculator. The dollar primitive: confirmed, never estimated Every confirmed figure comes from the customer's own billing tables — system.billing.usage joined to system.billing.list_prices . Not a model estimate. Not a public price list. The number Databricks actually billed. That join is defined once, as a priced CTE, and reused by every category query. Usage i
AI 资讯
Popular Tags: How I Used Browser Storage to Efficiently Manage User Data
As a solo developer working out of an RV, I've learned to appreciate the importance of staying organized, especially when it comes to managing user data in my Chrome extension, Tab Reminder. One of the key challenges I faced was efficiently storing and retrieving user-scheduled tabs, which led me to explore the world of popular tags in browser storage. During the development of Tab Reminder, I realized that using a simple key-value pair system wasn't enough to manage the complexity of user data. I needed a way to categorize and prioritize scheduled tabs, which is where popular tags came into play. By utilizing the localStorage API, I was able to store user-defined tags and associate them with specific tabs, making it easier for users to manage their scheduled tabs. One technical insight I gained from this experience was the importance of using a robust data structure to store user data. In my case, I used a combination of arrays and objects to store tag information, which allowed me to efficiently query and update user data. For example, when a user schedules a new tab, I use the following code to store the tag information: // Store tag information in localStorage const tags = JSON . parse ( localStorage . getItem ( ' tags ' )) || {}; tags [ tabId ] = tagName ; localStorage . setItem ( ' tags ' , JSON . stringify ( tags )); One lesson I learned from this experience is that even small, useful tools like Tab Reminder require careful consideration of data management. By leveraging popular tags and a robust data structure, I was able to create a seamless user experience that allows users to efficiently manage their scheduled tabs. If you're interested in trying out Tab Reminder, you can check it out at https://go.sg1-labs.us/tab-reminder .
AI 资讯
Why I Built a JSON Toolkit That Never Touches a Server
Most of the time, when I need to inspect a complex JSON payload, I copy the raw string from my terminal or network tab, open a browser tab, and paste it into one of the many "JSON Formatter" sites that clutter the first page of Google. It’s a ritual we all do. We paste, we click "Format," and we wait. For small payloads, this is fine. But when you are debugging a massive API response, a deeply nested configuration file, or a large dataset, that ritual breaks down. The browser freezes. The site asks you to upload a file. Worse, many of these tools send your data to a server for processing. If that JSON contains API keys, user PII, or internal schema definitions, you are essentially trusting a third-party service with your proprietary data every time you hit "pretty print." I got tired of the latency and the privacy overhead. So I built JSONForge . The core premise is simple: do everything locally. No server-side processing. No file uploads. No network requests for the core logic. Everything happens in your browser, powered by WebGPU for heavy lifting and a small model that runs in your browser for schema inference. The WebGPU Advantage JSON parsing is computationally cheap for a modern CPU, but rendering and diffing large structures is not. When you have a 5MB JSON file, the DOM manipulation required to display it as a tree view can cause significant jank. By offloading the parsing and formatting logic to the GPU via WebGPU, JSONForge handles massive payloads without blocking the main thread. You can open a file, click "Pretty Print," and see the result instantly, even if the file is hundreds of kilobytes or larger. The UI remains responsive because the heavy computation is parallelized on the graphics card. This also means the tool works offline. If you are on a plane, or your internet drops in the middle of a debugging session, your toolkit doesn’t vanish. You can continue to diff, validate, and format without interruption. Schema Generation Without the Server Roun
AI 资讯
Omen AI’s plan to optimize data centers is all wet
Omen AI raised a $31 million Series A to monitor chip coolant and stop bacterial outbreaks in data centers.