frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Critical CVE issued for hallucinated SQLite vulnerability

https://research.jfrog.com/post/sqlite-critical-cves-or-llm-slops/
133•ymir_e•1h ago•34 comments

Don't be a meat proxy

https://gruhn.me/blog/2026-08-03/
869•ngruhn•6h ago•372 comments

Qwen3.8-Max: A New Bar for Coding and Cowork

https://qwen.ai/blog?id=qwen3.8
699•ai2027•10h ago•354 comments

Bonsai: Janestreet's UI Library

https://github.com/janestreet/bonsai
88•KolmogorovComp•4h ago•30 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
16•NickySlicks•1h ago•5 comments

Prevent cognitive debt by manually retyping LLM-generated code

https://ankursethi.com/blog/prevent-cognitive-debt-by-manually-retyping-llm-generated-code/
129•mpweiher•3h ago•103 comments

ICE Collected Nearly 1M People's DNA Last Year–Including Young Children

https://www.wired.com/story/ice-dna-collection-fbi-codis/
60•BlueBerry2001•1h ago•9 comments

Octane – React's programming model, compiled

https://octanejs.dev
48•nnx•4h ago•18 comments

The AI bubble is popping; we just don't know it yet

https://www.theregister.com/ai-and-ml/2026/08/03/the-ai-bubble-is-already-popping-we-just-dont-kn...
22•Bender•33m ago•9 comments

Rust project goals: Immobile types and guaranteed destructors

https://github.com/rust-lang/rust-project-goals/blob/main/src/2026/move-trait.md
110•paavohtl•5h ago•32 comments

The true power of regular expressions (2012)

https://www.npopov.com/2012/06/15/The-true-power-of-regular-expressions.html
22•uneven9434•3h ago•13 comments

What DMARC Protects You From, and What It Does Not

https://senderledger.com/articles/what-dmarc-actually-protects-you-from
35•adulion•3h ago•11 comments

Show HN: Isopolis – Isometric pixel map of SF

https://sf.isopolis.city/
251•nuwandavek•11h ago•54 comments

PISIGuard: Protect your personal and sensitive info when you chat with AI

https://github.com/mohamed--abdel-maksoud/pisiguard
12•mohamed_am83•3h ago•8 comments

Show HN: We Fixed UniFi's Slow PPPoE Performance with PPPoE Half-Bridge

https://arcbox.dev/blog/unifi-pppoe-half-bridge-acceleration
26•uneven9434•3h ago•11 comments

Characterizing Warp Divergence from Pascal to Blackwell

https://arxiv.org/abs/2607.23402
6•matt_d•3d ago•0 comments

Train Simulator Controller

https://z80.me/blog/tsc-2026-july/
23•austinallegro•3d ago•1 comments

9front "This Was Supposed to Be Fun" Released

https://9front.org/releases/2026/08/02/0/
20•birdculture•1h ago•2 comments

Show HN: ssh ssh.place

https://ssh.place
133•jeninh•12h ago•78 comments

Why we write our own C and C++ inference engines

https://localai.io/blog/why-we-write-our-own-engines/
73•eatonphil•2d ago•31 comments

Situational Awareness and the Impending Stock Market Volatility

https://www.emergingtrajectories.com/lh/situational-awareness-bigger-picture/
25•cl42•6h ago•20 comments

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

https://github.com/wie-project/kakehashi
228•vlad_kalinkin•20h ago•58 comments

Why Book Corners won't sync contributions back to OpenStreetMap

https://www.andreagrandi.it/posts/why-book-corners-wont-sync-contributions-back-to-openstreetmap/
119•pizzaiolo•12h ago•69 comments

Show HN: A Handwritten Blogging Platform

https://handwritten.blog/
128•emilesilvis•3d ago•64 comments

Autoregressive Language Model on the 6502 Processor

https://mattbeton.com/blog/bitnet-6502.html
118•nmstoker•2d ago•10 comments

SwiftUI After 7 Years

https://ykvm.com/2026/07/swiftui-a-story-of-mediocrity/
216•mpweiher•17h ago•207 comments

Note-Taking and Personal Knowledge Management

https://unattributed.cc/note-taking-and-personal-knowledge-management
214•surprisetalk•5d ago•73 comments

CP/M-386 – CP/M for 386 protected mode, derived from CP/M‑68K

https://github.com/johnsonjh/cpm386
71•TMWNN•11h ago•31 comments

Developers are attached to tools because tools encode trust

https://stackoverflow.blog/2026/07/29/developers-are-attached-to-tools-because-tools-encode-trust/
224•HieronymusBosch•4d ago•124 comments

Convergence is not enough

https://www.inkandswitch.com/livelymerge/notebook/lm-02/
42•zdw•6d ago•9 comments
Open in hackernews

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
16•NickySlicks•1h ago

Comments

NickySlicks•1h ago
I built Nightcrawler, an open-source autonomous penetration-testing agent that runs entirely on an Android phone.

The project started with a question: how much of a real pentesting workflow could I run locally on relatively old mobile hardware, without relying on a cloud model or API?

Nightcrawler runs a 1.2B-parameter model locally on the Adreno GPU of a OnePlus 8. The model chooses targets and tools, while a separate scope-enforcement proxy validates every command before execution. The system maintains per-host memory in SQLite, rotates between targets, matches detected versions against a local CVE database, executes multi-step playbooks, and generates a structured report.

A few implementation details that may be interesting:

Local inference runs at roughly 115 prompt tokens/sec and 13 generated tokens/sec. The small model only produces a usable command around 50% of the time, so much of the engineering is recovery logic, duplicate detection, persistent memory, and deterministic playbooks. Every command passes through a separate scope and safety layer rather than trusting the model to remain in scope. The project includes a dry-run mode, so the agent loop can be tested without executing real network commands or owning the phone hardware. I've had it running on my home network for the past 3 months uninterrupted

mr_mitm•13m ago
Have you ever tested this on a real corporate network?
kreidema•24m ago
I completely forgot that AI can very much also attack networks/devices in the wild. Interesting project.
oquidave•7m ago
Why phone? This cuts out a lot of phones. Why not on a computer?
saagarjha•1m ago
Many kids don’t have a computer