Feed aggregator
IMs Come, IMs Go
Article URL: https://mov.im/blog/debacle/76bf90a4-5f59-4962-92db-6cd859f42ec9
Comments URL: https://news.ycombinator.com/item?id=47286997
Points: 1
# Comments: 0
Show HN: iQWEB – a diagnostic engine for website performance issues
I’m a solo developer from New Zealand and have been building a project called iQWEB over the past few months.
The idea came from a pattern I kept seeing when talking to web designers: tools like Lighthouse and PageSpeed produce a lot of metrics, but turning those signals into something meaningful for client conversations is difficult.
I started experimenting with a deterministic scoring model that analyses performance, structure and security signals and tries to identify the primary constraint affecting a site.
The output is a structured diagnostic report that highlights:
• the primary constraint affecting the site • the fixes most likely to produce the biggest improvement • explanations developers can use when discussing issues with clients
The goal isn’t to replace Lighthouse or PSI but to interpret those signals into something closer to a technical diagnosis.
Curious to hear whether developers think this kind of prioritisation model makes sense or if it misses the point.
Comments URL: https://news.ycombinator.com/item?id=47286986
Points: 1
# Comments: 1
I built 225 programmatic SEO pages – Google indexed 18%
Article URL: https://arnjen.com/blog/programmatic-seo-225-pages-google-indexed-18-percent
Comments URL: https://news.ycombinator.com/item?id=47286974
Points: 1
# Comments: 2
AI Copyright Truth
Article URL: https://faircoding.com/ai/
Comments URL: https://news.ycombinator.com/item?id=47286963
Points: 1
# Comments: 0
Show HN: I couldn't scale my YouTube channels, so I built Shortgram
Hey HN, I'm a solopreneur, and I've been banging my head against my keyboard for weeks trying to solve a problem that was driving me crazy: I couldn't scale my YouTube channels.
I have multiple channels, and the workflow was a nightmare: - Recording videos took 20% of my time - Editing, optimizing, scheduling... the other 80% - And still, growth was painfully slow
So I did what any obsessed developer would do: I built something to fix it.
Shortgram takes your long-form content and turns it into optimized short-form clips automatically. Think of it as your video editing co-pilot that actually understands what makes content go viral.
The stack: - Supabase (postgresql + edge functions + jobs) - Using Gemini and Claude - Google Cloud Run to compose the videos
This is the tool I wish I had when I started. I've been using it for my own channels and finally decided to ship it publicly.
Would love your feedback. What features would make this a no-brainer for you?
Comments URL: https://news.ycombinator.com/item?id=47286958
Points: 1
# Comments: 1
Attention Should Cost a Penny
Article URL: https://www.sebs.website/why-attention-should-cost-a-penny
Comments URL: https://news.ycombinator.com/item?id=47286951
Points: 2
# Comments: 1
CloakShare – Open-source DocSend alternative with video streaming (MIT)
Article URL: https://github.com/cloakshare/cloakshare
Comments URL: https://news.ycombinator.com/item?id=47286949
Points: 1
# Comments: 1
Pentagon’s Chief Tech Officer Says He Clashed With AI Company Anthropic Over Autonomous Warfare
Pentagon CTO Emil Michael said the military is developing procedures for enabling different levels of autonomy in warfare depending on the risk posed.
The post Pentagon’s Chief Tech Officer Says He Clashed With AI Company Anthropic Over Autonomous Warfare appeared first on SecurityWeek.
Drone strikes raises doubts over Gulf as AI superpower
Satellite firm pauses imagery after revealing Iran's attacks on US bases
Article URL: https://arstechnica.com/space/2026/03/satellite-firm-pauses-imagery-after-revealing-irans-attacks-on-us-bases/
Comments URL: https://news.ycombinator.com/item?id=47286740
Points: 2
# Comments: 0
ROLV: 50.5× speedup and 91.4% energy savings Qwen2.5-72B MoE expert FFN (1xB200)
Article URL: https://rolv.ai
Comments URL: https://news.ycombinator.com/item?id=47286729
Points: 1
# Comments: 1
When Claudes Meet
Article URL: https://github.com/anadim/when-claudes-meet
Comments URL: https://news.ycombinator.com/item?id=47286722
Points: 1
# Comments: 0
Show HN: Shadow, your AI Wingman for smarter conversations online
Hi HN,
We built Shadow, a real-time meeting assistant that listens to your call and surfaces useful prompts while you’re speaking.
The idea came from a simple observation: during important conversations (sales calls, founder meetings, interviews) you often realize the best question or insight 5 minutes too late.
Shadow tries to solve that by acting like a quiet wingman during the call.
What it does right now: • Tracks agenda topics so conversations don’t drift • Suggests follow-up questions based on what’s being said • Surfaces useful facts or angles in real time
This is still an early MVP and we’re trying to figure out: 1. What type of conversations this helps most with 2. Whether prompts should be more proactive or subtle 3. How much assistance is actually useful without becoming distracting
Would love feedback from the community. Product: https://shadowlabs.ai
Comments URL: https://news.ycombinator.com/item?id=47286702
Points: 1
# Comments: 0
CarTalk-AMP
Article URL: https://cartalk-amp.exe.xyz/
Comments URL: https://news.ycombinator.com/item?id=47286701
Points: 1
# Comments: 0
The Michael Scott Theory of Social Class
Article URL: https://alexdanco.com/2021/01/22/the-michael-scott-theory-of-social-class/
Comments URL: https://news.ycombinator.com/item?id=47286679
Points: 1
# Comments: 0
CBP Used Online Ad Data to Track Phone Locations
Custom Data Structures in E-Graphs
Article URL: https://uwplse.org/2026/02/24/egglog-containers.html
Comments URL: https://news.ycombinator.com/item?id=47286661
Points: 1
# Comments: 0
Show HN: Nirvana – A TUI YouTube Music Player with a Physics-Based Visualizer
Most CLI players have very rudimentary visualizations, so I focused on creating a "Quantum Spectrum Analyzer"—a high-frame-rate, physics-driven rainbow visualizer that uses gravity-based peak falling and mirrored symmetry.
Under the hood, it manages a pool of ffplay instances and uses OS-level process suspension (via ctypes on Windows and signal on POSIX) to provide an "instant-off" pause experience without cutting the audio buffer mid-stream.
Check it out here: https://github.com/iamekabir-web/Nirvana
Comments URL: https://news.ycombinator.com/item?id=47286659
Points: 3
# Comments: 0
The Gervais Principle, or the Office According to "The Office"
Article URL: https://www.ribbonfarm.com/2009/10/07/the-gervais-principle-or-the-office-according-to-the-office/
Comments URL: https://news.ycombinator.com/item?id=47286657
Points: 1
# Comments: 0
Show HN: Open Code Review – AI reviewers debate each other before feedback
I got tired of AI code review tools that just run a single LLM pass over a diff and call it a review. So I built something different.
Open Code Review spins up multiple AI reviewers from your CLI, each with a different focus. They review independently, then debate each other’s findings, then synthesize into a single review. You get a local dashboard that spins up out of your repo to navigate everything.
The debate step is what makes it work. A single-pass reviewer hallucinates issues and misses real ones. When agents argue with each other, the false positives get killed and the real problems get surfaced with better reasoning. My team’s senior engineers have been consistently surprised by what it catches.
Latest release adds GitHub integration — post the synthesized review directly to PRs. You can post the raw synthesis or have it ghostwritten in your voice. Your call on whether that’s ethical lol.
Runs locally from your CLI, not a SaaS. No catch, pure open source. Works on any repo, any language. Fully open source. The dashboard serves from your project directory, not a separate app.
We’ve been using this daily on our own team for months. It’s the only AI review tool that actually stuck in our workflow.
Repo: https://github.com/spencermarx/open-code-review
Would love feedback from anyone who tries it, especially on the multi-agent synthesis quality. That’s the part I’m most interested in improving.
Comments URL: https://news.ycombinator.com/item?id=47286654
Points: 1
# Comments: 0
