frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Will A.I. Take Away Our Basic Skills?

https://paperrobots.substack.com/p/will-ai-take-away-our-basic-skills
1•NomNew•14s ago•0 comments

Show HN: Free online audio translator that translates voice instantly

https://audioconvert.ai/audio-translator
1•Katherine603•38s ago•0 comments

Plugin to give Claude Code perception (screen, system audio and mic context)

https://twitter.com/ashu_trv/status/2026296815860203888/
1•ash-ishh•2m ago•0 comments

Show HN: Squidy – How I stopped losing AI agent context mid-project

https://rendernet.com.br/squidyrun/
1•marcfox182•6m ago•0 comments

Show HN: Easyemailfinder.com (5 Free Credits)

https://easyemailfinder.com
1•faalbane•11m ago•0 comments

The Internet Was Weeks Away from Disaster and No One Knew [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
1•trinsic2•16m ago•1 comments

Tesla Lab – 20 computational experiments

https://github.com/consigcody94/tesla-lab
1•sentinelowl•17m ago•1 comments

Show HN: NovelStar – a functional novel writing suite in a single HTML file

https://github.com/pixeldude84/novelstar
1•pixeldude84•18m ago•0 comments

Claude Code Anywhere

https://happy.engineering
1•vismit2000•23m ago•0 comments

Detecting AI scammers and bringing back the control to humans

https://veritrue.ai/
1•cheroll•26m ago•2 comments

I hacked ChatGPT and Google's AI – and it only took 20 minutes

https://www.bbc.com/future/article/20260218-i-hacked-chatgpt-and-googles-ai-and-it-only-took-20-m...
2•leephillips•28m ago•1 comments

RSA-signed prompt envelopes for OpenClaw agents

https://github.com/Mediocr3Mik3/open-claw-spa
1•Mediocr3Mik3•30m ago•1 comments

Connectors: Discord, Notion, and Slack Now Wired into Every Debate

https://www.askverdict.ai/updates/connectors-notion-discord-slack
1•thegdsks•30m ago•0 comments

A Computational Perspective on NeuroAI and Synthetic Biological Intelligence

https://arxiv.org/abs/2509.23896
1•andsoitis•31m ago•0 comments

A faithful, native Windows Notepad clone built in Zig using raw Win32 APIs

https://github.com/leebase/lfznotepad
1•garbagepatch•31m ago•1 comments

Optimism Engine – The first AI engine with a deterministic Safety Layer

https://optimism-engine.vercel.app/
1•sucharithan•31m ago•1 comments

Worried Europeans can now cut Azure's phone cord completely

https://www.theregister.com/2026/02/25/microsoft_azure_local/
2•abdelhousni•33m ago•0 comments

Show HN: Marcus –AI math tutor that guides you to answers instead of giving them

https://marcusmath.com
1•sbharadwaj•33m ago•2 comments

Show HN: I built a persistent LSM-Tree storage engine in Go from scratch

1•Jyotishmoy•34m ago•0 comments

Human brain cells playing Doom

https://www.youtube.com/watch?v=yRV8fSw6HaE
1•noosphr•35m ago•1 comments

Add repo line count to coverage drip emails

https://gitauto.ai/blog/what-are-dora-metrics
1•nishiohiroshi•37m ago•0 comments

I don't know how you get here from "predict the next word."

https://www.grumpy-economist.com/p/refine
2•qsi•38m ago•0 comments

A high-quality OSS graphical session manager and dashboard for pi.dev agent

https://dwsy.github.io/pi-session-manager/en/
1•sinenomine•39m ago•0 comments

Show HN: AI-assert – Constraint verification for LLM outputs (278 lines, Python)

https://github.com/kaantahti/ai-assert
1•kaantahti•43m ago•0 comments

US farmers are rejecting multimillion-dollar datacenter bids for their land

https://www.theguardian.com/technology/2026/feb/21/us-farmers-datacenters
5•carabiner•44m ago•2 comments

Show HN: Prince Cloud – Create PDFs with AI Agents

https://prince.cloud
2•mikeday•46m ago•0 comments

What I Saw Inside Apple's U.S. Chip Supply Chain

https://www.wsj.com/tech/what-i-saw-inside-apples-effort-to-rebuild-the-u-s-chip-supply-chain-28f...
5•Brajeshwar•46m ago•0 comments

Apple Needs to Copy Samsung's New Security Smartphone Screen ASAP

https://www.wsj.com/tech/personal-tech/samsung-galaxy-s26-privacy-display-d5bce9ab
9•Brajeshwar•47m ago•2 comments

Stop babysitting your AI. OpenKoi iterates

https://openkoi.ai
1•yongqianme•50m ago•1 comments

Hacker Used Anthropic's Claude to Steal Sensitive Mexican Government Data

https://news.bloomberglaw.com/privacy-and-data-security/hacker-used-anthropics-claude-to-steal-se...
3•alephnerd•51m ago•0 comments
Open in hackernews

LazyGravity – I made my phone control Antigravity so I never leave bed

3•masaTokyo•1h ago

  I get my best coding ideas when I'm nowhere near my desk — usually right
  as I'm falling asleep. I got tired of losing that momentum, so I built
  LazyGravity.

  It's a local Discord bot that hooks up Antigravity to your phone. I can
  ship fixes, kick off long implementation tasks, or start whole features
  from bed, the train, wherever. Send a message in Discord, Antigravity
  executes it on your home PC, results come back as rich embeds you can
  reply to for follow-up instructions.

  How it works: it drives the Antigravity UI directly via Chrome DevTools
  Protocol over WebSocket (Runtime.evaluate on the Electron shell's DOM).
  No private API hacking — no risk of account bans like with tools that
  reverse-engineer proprietary APIs.

  A few things I care about:

  - Local-first: your code never leaves your machine. No exposed ports,
    no cloud relays, no intermediate server.
  - Secure: whitelist-based access — only your Discord ID can trigger
    commands. (I recommend a dedicated server to keep things private.)
  - Context threading: reply to any result embed to continue the
    conversation with full context preserved.

  What you can actually do from your phone:

  - Route local projects to Discord categories, sessions to channels
    — automatic workspace management
  - Toggle LLM models or modes (Plan/Code/Architect) with /model and /mode
  - /screenshot to see exactly what's happening on your desktop in real-time
  - One-click prompt templates for common tasks
  - Auto-detect and approve/deny file change dialogs from Discord

  Still early alpha (v0.1.0), but it's been a game-changer for my own
  workflow. Looking for folks to try it out, roast the architecture,
  , add new features and help squash bugs.

    npm install -g lazy-gravity
    lazy-gravity setup
  Demo video in Readme:
  https://github.com/tokyoweb3/LazyGravity

Comments

TomKwon•1h ago
Well great idea. CDP over WebSocket to drive the Electron shell is a clean approach, no reverse engineering needed and you stay within supported boundaries.