
完整作品展
技术栈
60 projects


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

在浏览器中用 WebAssembly 模拟和可视化 BBRv3 拥塞控制算法。
dilyevsky · HN
BBRv3 for gVisor's netstack, visualized in the browser using WASM

Master algorithms, system design, and interview prep. Join the ultimate all-in-one coding academy and real-time arena to prove your engineering excellence.
@phero20f · X

SoundInked turns audio into accurate, searchable text — upload files or transcribe live, translate with natural text-to-speech, and work with AI voice tools.
@Khal_Kira · X
Hey 👋 I'd love the feedback. Just shipped a Facebook Page connector — lets you wire your AI assistant to answer DMs 24/7 (same assistant you can already drop on your website). Bring-your-own FB app, ~5 min setup, no Meta review. 📷

从文本和图像生成 AI 视频。
littlepp · HN
MiniMax H3 – Turn text and images into AI video clips

Live funding rates across Hyperliquid core and HIP-3 markets. Build long/short baskets and see the net carry instantly.
@akiran0ma · X

Segment Anything for Audio — made simple. Separate audio with a text prompt. Isolate vocals, remove background music, extract speech from noise. Privacy-first stem splitter powered
@sambamdamnn · X

搜索YouTube频道字幕、研究内容效果、构建视频剪辑。
@johncalvo · X
Built an entire YouTube research platform with @AnthropicAI Claude Code. a YouTube research tool that treats entire channels as a searchable transcript database rather than individual videos. Any YouTube channel. Every word. Fully searchable. Track how topics trend, peak, and evolve across hundreds of videos. Researching what someone said on YouTube means watching hours of footage and hoping you find it. ChannelScout extracts full transcripts from any channel, makes every word instantly searchable, and tracks how topics trend over time, without watching a single video manually. Paste a YouTube channel or playlist URL and it transcribes and indexes every transcript. Follow multiple channels and they all land in one private library. New videos on followed channels are auto-transcribed and added to your library the day they publish. Beyond YouTube it accepts any yt-dlp-supported URL including Vimeo, TED, and SoundCloud, and you can upload local files directly

浏览多个城市的创业活动、科技周和场地日历。
@11bhagwat · X

NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared