frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Have a Wodehouse Problem. The Problem Is I Can't Stop Reading Him

https://thewalrus.ca/i-have-a-wodehouse-problem-the-problem-is-i-cant-stop-reading-him/
1•lermontov•20s ago•0 comments

GBoard Dial Version

https://www.youtube.com/watch?v=BgdWyD0cBx4
1•skogstokig•3m ago•0 comments

Gliding behind existing aircraft, Aerocart cargo gliders

https://www.aerolane.com/
1•fcpguru•3m ago•0 comments

How I finally got Firebase to verify my Squarespace domain

https://www.lokmanefe.com/writings/firebase-squarespace-custom-domain
1•lokicik•6m ago•0 comments

Engineering Viruses to Fight Bacteria

https://www.popularmechanics.com/science/a68825778/custom-viruses-fight-e-coli/
1•bookofjoe•7m ago•1 comments

Surgeon Returns to War Zone to Help One of Congo's Thousands of Rape Victims

https://www.thetimes.com/world/africa/article/sophie-duchess-congo-rape-victims-fj7s0vm3q
1•mhb•9m ago•0 comments

A recent phishing attack on GitHub

https://digitalseams.com/blog/a-recent-phishing-attack-on-github
1•bobbiechen•10m ago•1 comments

How we built a cloud GPU notebook that boots in seconds

https://modal.com/blog/notebooks-internals
1•birdculture•10m ago•0 comments

Without Deeds, Without Names

https://www.laphamsquarterly.org/celebrity/without-deeds-without-names
2•toomuchtodo•13m ago•0 comments

Deaths, disappearances, forced recruitment: Horrors of relentless war in Sudan

https://www.theguardian.com/world/2025/oct/02/refugees-recall-horrors-of-sudan-civil-war
1•mhb•14m ago•0 comments

Laser Sintering 3D-Prints Silver Electronics in Space

https://bioengineer.org/laser-sintering-3d-prints-silver-electronics-in-space/
1•westurner•14m ago•0 comments

An algorithm that turns images into Obama

https://github.com/Spu7Nix/obamify
1•hsuduebc2•14m ago•0 comments

Microsoft Accidentally removes extensions from VSCode Marketplace

https://github.com/microsoft/vscode/issues/269737
2•Alupis•17m ago•0 comments

Hackers exploited Zimbra flaw as zero-day using iCalendar files

https://www.bleepingcomputer.com/news/security/hackers-exploited-zimbra-flaw-as-zero-day-using-ic...
1•curtistyr•18m ago•0 comments

I Optimized My Homeserver with Arm

https://sbcwiki.com/news/articles/how-i-optimized-my-homeserver-with-arm/
2•oever•21m ago•0 comments

MSTY AI Studio

https://msty.ai/
2•ijidak•22m ago•0 comments

Anker offered Eufy camera owners $2 per theft video for AI training

https://techcrunch.com/2025/10/04/anker-offered-to-pay-eufy-camera-owners-to-share-videos-for-tra...
2•ilamont•22m ago•0 comments

Patrick Cockburn: Interviewing Hitler

https://www.lrb.co.uk/the-paper/v47/n18/patrick-cockburn/diary
1•mitchbob•22m ago•1 comments

Taskzap: Manage your tasks inside WhatsApp

https://www.taskzap.site/
1•acfilho•23m ago•0 comments

What GPT-OSS leaks about OpenAI's training data

https://fi-le.net/oss/
2•fi-le•24m ago•0 comments

The Magic Disappears

https://sameerbajaj.com/magicdisappears/
1•sameerbajaj•26m ago•0 comments

Quantum Computing: Why Nations Are Moving Now

https://exoswan.com/quantum-computing-primer
1•lizeds•32m ago•0 comments

Colombia's Siona Indigenous guard faces landmines, violence around territory

https://news.mongabay.com/2025/09/colombias-siona-indigenous-guard-faces-landmines-violence-aroun...
1•PaulHoule•34m ago•0 comments

Period-Correct Graphics in PC Emulators: Part 1 – The Amiga

https://blog.johnnovak.net/2022/04/15/achieving-period-correct-graphics-in-personal-computer-emul...
2•birdculture•36m ago•0 comments

A cloud built for Python data scientists, not infrastructure engineers

https://thenewstack.io/a-cloud-built-for-python-data-scientists-not-infrastructure-engineers/
1•MilnerRoute•37m ago•0 comments

The Time-Ordered ID and Base32lex Binary Encoding

https://learningproof.github.io/tid-i-d/draft-goldman-tid.html
2•g0xA52A2A•37m ago•0 comments

AMD EPYC 4005 Grado Is Great and Intel Is Exposed

https://www.servethehome.com/amd-epyc-4005-grado-is-great-and-intel-is-exposed/
2•ksec•37m ago•0 comments

Jesse Vincent: How I'm using coding agents in September, 2025

https://blog.fsck.com/2025/10/05/how-im-using-coding-agents-in-september-2025/
2•simonw•38m ago•0 comments

Bitcoin mining collapse predicted by universal formula with Oct 2025 data

https://bitcoin-zero-down-2ea152.gitlab.io/gallery/gallery-item-neg-326/
1•machardMAXHARD•38m ago•0 comments

Show HN: Things-Kit – Bringing Spring Boot-Like DX to Go Microservices

https://github.com/things-kit/things-kit
1•noxymon•40m ago•1 comments
Open in hackernews

Show HN: A Vectorless LLM-Native Document Index Method

https://github.com/VectifyAI/pageindex-mcp
11•mingtianzhang•2h ago
The word "index" originally came from how humans retrieve info: book indexes and tables of contents that guide us to the right place in documents.

Computers later borrowed the term for data structures: e.g., B-trees, hash tables, and more recently, vector indexes. They are highly efficient for machines; but abstract and unnatural: not something a human, or an LLM, can understand and directly use as a reasoning aid. This creates a gap between how indexes work for computers and how they should work for models that reason like humans.

PageIndex is a new step that "looks back to move forward". It revives the original, human-oriented idea of an index and adapts it for LLMs. Now the index itself (PageIndex) lives inside the LLM's context window: the model sees a hierarchical table-of-contents tree and reasons its way down to the right span, much like a person would retrieve information using a book's index.

PageIndex MCP shows how this works in practice: it runs as a MCP server, exposing a document's structure directly to LLMs/Agents. This means platforms like Claude, Cursor, or any MCP-enabled agent or LLM can navigate the index themselves and reason their way through documents, not with vectors/chunking, but in a human-like, reasoning-based way.