
WebSerial Terminal
基于浏览器的USB串行终端,用于硬件调试和通信。
@thembeddevguy · X
The USB Type-C <-> RS-232 dongle got its well-deserved (and totally vibe-coded) browser-based serial terminal! No ads, no tracking, and the cookies are only there to store the settings.
完整作品展
技术栈
34 projects

基于浏览器的USB串行终端,用于硬件调试和通信。
@thembeddevguy · X
The USB Type-C <-> RS-232 dongle got its well-deserved (and totally vibe-coded) browser-based serial terminal! No ads, no tracking, and the cookies are only there to store the settings.

在 Enclave 保密计算平台上运行的 LLM 聊天界面。
SteveDeFacto · HN
Hi HN, I built Enclave, self-serve confidential compute on GPUs. Technical documentation is on the site, but I'd rather show than tell. Here are a couple apps hosted live on the platform: LLM Chat bot: https://cc1f4f3f.app.enclave.host AI Image Generation: https://da09d0f2.app.enclave.host If you have any questions, I would be more than happy to discuss.

基于网络与支付条件的 AI 订阅个性化指南,涵盖 ChatGPT、Claude 等。
@Ryusoohow · X
做了一个面向小白的「海外 AI 订阅向导」 选择 ChatGPT、Claude、Grok 或 Gemini,根据自己的网络和支付条件,一步步生成适合的订阅路径。

按规格、零件号或描述搜索电子元器件。
hannesfur · HN
Stillwind – PCB part selection as constraint solving

https://t.co/3doapHeqkT & https://t.co/qCHWvWuIaq High-Level Architecture (built with Gemini & Grok): Agentic orchestration (LangGraph + CrewAI) Lead qualification + Sales agents A
@LasoffDavid · X
& High-Level Architecture (built with Gemini & Grok): Agentic orchestration (LangGraph + CrewAI) Lead qualification + Sales agents AI Video pipeline (HeyGen/Vyond/Runway etc.) Ad placement optimizer n8n workflows + Voice agents (WhatsApp-heavy for India) HubSpot/Zoho CRM backbone

自动配置 DMARC、SPF 和 DKIM 协议,防止域名冒充,保护电子邮件可送达。
@okamigenshin · X
Try Authex, for securing your domain and email autonomously.

免费的本地优先 API 客户端,支持 HTTP、WebSocket、GraphQL、gRPC、MQTT 等。无需账户或云端。
@HalxDocs · X
Reqit—a fast, local-first API client for developers.

Linguo AI 网站管理和优化助手仪表板。
@SyedHuz61085101 · X
Please visit to see my work. Thank you.


Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki