covid20212022
ads
ads
Tuesday, March 10, 2026
Show HN: Satellite imagery object detection using text prompts https://ift.tt/3jlR5gE
Show HN: Satellite imagery object detection using text prompts I built a browser-based tool for detecting objects in satellite imagery using vision-language models (VLMs). You draw a polygon on the map and enter a text prompt such as "swimming pools", "oil tanks", or "buses". The system scans the selected area tile-by-tile and returns detections projected back onto the map as GeoJSON. Pipeline: select area and zoom level, split the region into mercantile tiles, run each tile with the prompt through a VLM, convert predicted bounding boxes to geographic coordinates (WGS84), and render the results back on the map. It works reasonably well for distinct structures in a zero-shot setting. occluded objects are still better handled by specialized detectors like YOLO models. There is a public demo and no login required. I am mainly interested in feedback on detection quality, performance tradeoffs between VLMs and specialized detectors, and potential real-world use cases. https://ift.tt/qZ05e4N March 9, 2026 at 02:52PM
Show HN: Agentic Data Analysis with Claude Code https://ift.tt/xuydoig
Show HN: Agentic Data Analysis with Claude Code Hey HN, as a former data analyst, I’ve been tooling around trying to get agents to do my old job. The result is this system that gets you maybe 80% of the way there. I think this is a good data point for what the current frontier models are capable of and where they are still lacking (in this case — hypothesis generation and general data intuition). Some initial learnings: - Generating web app-based reports goes much better if there are explicit templates/pre-defined components for the model to use. - Claude can “heal” broken charts if you give it access to chart images and run a separate QA loop. Would either feedback from the community or to hear from others that have tried similar things! https://ift.tt/zvhU8OR March 10, 2026 at 11:44PM
Monday, March 9, 2026
Show HN: DenchClaw – Local CRM on Top of OpenClaw https://ift.tt/USBzH2n
Show HN: DenchClaw – Local CRM on Top of OpenClaw Hi everyone, I am Kumar, co-founder of Dench ( https://denchclaw.com ). We were part of YC S24, an agentic workflow company that previously worked with sales floors automating niche enterprise tasks such as outbound calling, legal intake, etc. Building consumer / power-user software always gave me more joy than FDEing into an enterprise. It did not give me joy to manually add AI tools to a cloud harness for every small new thing, at least not as much as completely local software that is open source and has all the powers of OpenClaw (I can now talk to my CRM on Telegram!). A week ago, we launched Ironclaw, an Open Source OpenClaw CRM Framework ( https://ift.tt/CQY50SB ) but people confused us with NearAI’s Ironclaw, so we changed our name to DenchClaw ( https://denchclaw.com ). OpenClaw today feels like early React: the primitive is incredibly powerful, but the patterns are still forming, and everyone is piecing together their own way to actually use it. What made React explode was the emergence of frameworks like Gatsby and Next.js that turned raw capability into something opinionated, repeatable, and easy to adopt. That is how we think about DenchClaw. We are trying to make it one of the clearest, most practical, and most complete ways to use OpenClaw in the real world. Demo: https://www.youtube.com/watch?v=pfACTbc3Bh4#t=43 npx denchclaw It has a CRM focus because we asked a couple dozen hard-core OpenClaw users "what do you actually do", and it was sales automation, lead enrichment, biz dev, creating slides, linkedin outreach, email/notion/calendar stuff, and it's always painful to set up. But I use DenchClaw daily for almost everything I do. It also works as a coding agent like Cursor - DenchClaw built DenchClaw. I am addicted now that I can ask it, “hey in the companies table only show me the ones who have more than 5 employees” and it updates it live than me having to manually add a filter. On Dench, everything sits in a file system, the table filters, views, column toggles, calendar/gantt views, etc, so OpenClaw can directly work with it using Dench’s CRM skill. The CRM is built on top of DuckDB, the smallest, most performant and at the same time also feature rich database we could find. Thank you DuckDB team! It creates a new OpenClaw profile called “dench”, and opens a new OpenClaw Gateway… that means you can run all your usual openclaw commands by just prefixing every command with `openclaw --profile dench` . It will start your gateway on port 19001 range. You will be able to access the DenchClaw frontend at localhost:3100. Once you open it on Safari, just add it to your Dock to use it as a PWA. Think of it as Cursor for your Mac (also works on Linux and Windows) which is based on OpenClaw. DenchClaw has a file tree view for you to use it as an elevated finder tool to do anything on your mac. I use it to create slides, do linkedin outreach using MY browser. DenchClaw finds your Chrome Profile and copies it fully into its own, so you won’t have to log in into all your websites again. DenchClaw sees what you see, does what you do. It’s an everything app, that sits locally on your mac. Just ask it “hey import my notion”, “hey import everything from my hubspot”, and it will literally go into your browser, export all objects and documents and put it in its own workspace that you can use. We would love you all to break it, stress test its CRM capabilities, how it streams subagents for lead enrichment, hook it into your Apollo, Gmail, Notion and everything there is. Looking forward to comments/feedback! https://ift.tt/bUdhegB March 9, 2026 at 09:55PM
Show HN: I gave my robot physical memory – it stopped repeating mistakes https://ift.tt/SZ82DRB
Show HN: I gave my robot physical memory – it stopped repeating mistakes https://ift.tt/FS9pKzn March 9, 2026 at 11:36PM
Sunday, March 8, 2026
Show HN: Skir – A schema language I built after 15 years of Protobuf friction https://ift.tt/WLdg0tN
Show HN: Skir – A schema language I built after 15 years of Protobuf friction Why I built Skir: https://ift.tt/zdabGcW... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://ift.tt/Z3cks4W Would love feedback especially from teams running mixed-language stacks. https://skir.build/ March 9, 2026 at 12:17AM
Show HN: Astro MD Editor – Schema-aware editor for Astro content collections https://ift.tt/w8HKWgL
Show HN: Astro MD Editor – Schema-aware editor for Astro content collections I built this for my own Astro projects where I got tired of hand-editing YAML frontmatter and switching between files. astro-md-editor reads your collection schemas and gives you a local editor UI with typed frontmatter controls (including image/color/icon pickers) alongside a markdown/MDX editor. Run it with: npx astro-md-editor Would love feedback on schema edge cases or missing field types. https://ift.tt/FAx2wuv March 8, 2026 at 11:44PM
Show HN: I built a simple book tracker because I kept buying books I owned https://ift.tt/qHek8SK
Show HN: I built a simple book tracker because I kept buying books I owned I'm Maureen, a senior and self-taught developer. I love browsing second-hand book markets but kept coming home with books I already owned. I couldn't find a simple enough app to track my library — everything required an account, had ads, or pushed a subscription. So I built one myself. SeniorEase Library (Android): scan an ISBN, book is added instantly. No account, no ads, one-time €2.99. First 10 books free. Would love any feedback! https://ift.tt/D3Rt1yr March 8, 2026 at 11:17PM
Show HN: Agentcheck – Check what an AI agent can access before you run it https://ift.tt/5vrHETy
Show HN: Agentcheck – Check what an AI agent can access before you run it Hey HN! I've just open-sourced agentcheck, a fast, read-only CLI tool that scans your shell and reports what an AI agent could access: cloud IAM credentials, API keys, Kubernetes contexts, local tools, and more. Main features: - Broad coverage: scans AWS, GCP, Azure, 100+ API key environment variables and credential files, Kubernetes, Docker, SSH keys, Terraform configs, and .env files - Severity levels: every finding is tagged LOW, MODERATE, HIGH, or CRITICAL so you know what actually matters - CI/CD integration: run agentcheck --ci to fail a pipeline if findings exceed a configurable threshold, with JSON and Markdown output for automation - Configurable: extend it with your own env vars, credential files, and CLI tool checks via a config file When you hand a shell to an AI agent, it inherits everything in that environment: cloud credentials, API keys, SSH keys, kubectl contexts. That's often more access than you'd consciously grant, and it’s hard to keep track of what permissions your user account actually has. Agentcheck makes that surface area visible before you run the agent. It’s a single Go binary, no dependencies. Install with Homebrew: brew install Pringled/tap/agentcheck Code: github.com/Pringled/agentcheck Let me know if you have any feedback! https://ift.tt/Bo5Ea02 March 8, 2026 at 11:05PM
Saturday, March 7, 2026
Show HN: Tessera – MCP server that gives Claude persistent memory and local RAG https://ift.tt/AEvu03P
Show HN: Tessera – MCP server that gives Claude persistent memory and local RAG https://ift.tt/HS9BX0o March 8, 2026 at 12:42AM
Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://ift.tt/aGDYjFX
Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://prompt-armour.vercel.app/ March 8, 2026 at 12:34AM
Show HN: OpenGraviton – Run 500B+ parameter models on a consumer Mac Mini https://ift.tt/2M6FohH
Show HN: OpenGraviton – Run 500B+ parameter models on a consumer Mac Mini Hi HN, I built OpenGraviton, an open-source AI inference engine designed to push the limits of running extremely large models on consumer hardware. The system combines several techniques to drastically reduce memory and compute requirements: • 1.58-bit ternary quantization ({-1, 0, +1}) for ~10x compression • dynamic sparsity with Top-K pruning and MoE routing • mmap-based layer streaming to load weights directly from NVMe SSDs • speculative decoding to improve generation throughput These allow models far larger than system RAM to run locally. In early benchmarks, OpenGraviton reduced TinyLlama-1.1B from ~2.05GB (FP16) to ~0.24GB using ternary quantization. Synthetic stress tests at the 140B scale show that models which would normally require ~280GB FP16 can fit within ~35GB when packed with the ternary format. The project is optimized for Apple Silicon and currently uses custom Metal + C++ tensor unpacking. Benchmarks, architecture, and details: https://opengraviton.github.io GitHub: https://ift.tt/iLOwpRP https://opengraviton.github.io March 7, 2026 at 11:37PM
Friday, March 6, 2026
Show HN: diskard – A fast TUI disk usage analyzer with trash functionality https://ift.tt/Vd7exyL
Show HN: diskard – A fast TUI disk usage analyzer with trash functionality This is an ncdu clone written in Rust that I figured others might find useful! The main things that differentiate it from ncdu are: - It's very fast. In my benchmarks it's often twice as fast. - It allows you to send files to trash rather than permanently delete. Please try it out and lmk if I can improve on anything! https://ift.tt/JYNrWSX March 6, 2026 at 09:35PM
Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio https://ift.tt/4OlSN2v
Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio A fun weekend project: https://ift.tt/VM2GvEN It's a pastebin, except text/files are encoded into .wav files using real FSK modem audio. Image sharing is supported via Slow-Scan Television (SSTV), a method of transmitting images as FM audio originally used by ham radio operators. Everything runs in the browser with zero audio libraries and the encoding is vanilla TypeScript sine wave math: phase-continuous FSK with proper 8-N-1 framing, fractional bit accumulation for non-integer sample rates, and a quadrature FM discriminator on the decode side (no FFT windowing or Goertzel), The only dependency is lz-string for URL sharing compression. It supports Bell 103 (300 baud), Bell 202 (1200 baud), V.21, RTTY/Baudot, Caller ID (Bellcore MDMF), DTMF, Blue Box MF tones, and SSTV image encoding. There's also a chat mode where messages are transmitted as actual Bell 103 audio over WebSocket... or use the acoustic mode for speaker-to-mic coupling for in-room local chat. https://ift.tt/VM2GvEN March 6, 2026 at 10:00PM
Subscribe to:
Comments (Atom)