frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Magnus the wandering walrus swaps Scotland for Norway

https://www.bbc.com/news/articles/cy82j0q383no
1•speckx•14s ago•0 comments

Long Live Qt for HarmonyOS

https://lists.qt-project.org/pipermail/development/2026-May/047126.html
1•molinwow•1m ago•1 comments

Trending on Amazon: Cancer books by synthetic authors

https://danielmay.co.uk/posts/cheap-agents-alumni-shirts-and-elias-thorne/
1•danielrmay•2m ago•0 comments

U.S. DOJ demands Apple and Google unmask over 100k users of car-tinkering app

https://macdailynews.com/2026/05/15/u-s-doj-demands-apple-and-google-unmask-over-100000-users-of-...
4•tencentshill•3m ago•0 comments

Rich Guy Quote Journalism

https://stringinamaze.net/p/rich-guy-quote-journalism
1•Tomte•3m ago•0 comments

Ask HN: Has Google Deprecated Inurl:?

1•kuba-orlik•4m ago•0 comments

From PDFs to AI-ready structured data: a deep dive (2024)

https://explosion.ai/blog/pdfs-nlp-structured-data
1•Tomte•4m ago•0 comments

Subumbra – Attempting to keep API keys safe – Alpha Release

https://github.com/polysemic/Subumbra
2•polysemic•6m ago•1 comments

Feedr v0.8.0 – a TUI RSS reader, now read the full article from your terminal

https://github.com/bahdotsh/feedr
2•bahdotshxx•8m ago•0 comments

Greg Brockman Officially Takes Control of OpenAI's Products in Latest Shakeup

https://www.wired.com/story/openai-reorg-greg-brockman-product/
2•ent101•8m ago•0 comments

Show HN: Check for CVE-2026-31431 (copy.fail) without overwriting su

https://github.com/bddap/supertee
1•bddap•9m ago•0 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
2•dtnewman•11m ago•0 comments

Vanguard succeeded because it is owned by customers

https://www.wsj.com/finance/vanguard-costco-acquired-podcast-hosts-bogle-96d97c7d
1•marojejian•11m ago•1 comments

Mathlib Initiative: Roadmap

https://mathlib-initiative.org/roadmap/
1•tosh•13m ago•0 comments

Jank now has its own custom IR

https://jank-lang.org/blog/2026-05-08-optimization/
1•DASD•14m ago•0 comments

I designed a nibble-oriented CPU in Verilog to build a scientific calculator

https://github.com/gdevic/FPGA-Calculator
1•gdevic•15m ago•0 comments

Show HN: Find local farms near you with raw dairy, pasture eggs, and more

https://farm-to-door.com/
2•YoungGato•16m ago•0 comments

Peter Norvig Joins $4B Effort to Build Self-Improving AI at 'Recursive'

https://www.nytimes.com/2026/05/13/technology/recursive-superintelligence-funding-ai.html
3•alhazrod•17m ago•1 comments

Aperio Lang

https://aperio-lang.github.io/aperio/introduction.html
3•mmcclure•18m ago•0 comments

Anthropic Raising $30B More as AI Labs Absorb Majority of VC Funding

https://www.wsj.com/tech/ai/anthropic-raising-30-billion-more-as-ai-labs-absorb-majority-of-vc-fu...
2•JumpCrisscross•20m ago•0 comments

Hitchhiker's Guide to Logical Verification (2023 Edition)

https://lean-forward.github.io/hitchhikers-guide/2023/
1•tosh•20m ago•0 comments

Predictions for the Next 30 Years of Cybersecurity (2018)

https://utkusen.substack.com/p/predictions-for-the-next-30-years
1•utku1337•21m ago•0 comments

Nordstjernen Web Browser

https://github.com/nordstjernen-web/nordstjernen
7•roschdal•21m ago•4 comments

Free Energy from the Vacuum? NASA Pioneer Unveils Battery-Free CPU

https://thedebrief.org/free-energy-from-the-vacuum-warp-drive-pioneer-unveils-battery-free-micros...
1•alhazrod•22m ago•2 comments

Finland: Failures to deliver public warnings (Finnish)

https://yle.fi/a/74-20226095
1•fastforwardius•23m ago•1 comments

Ten Red Flags to Investigate When Evaluating AI Pentesting Vendors

https://xbow.com/blog/ai-pentest-vendors-red-flags
1•wslh•24m ago•0 comments

Infineon Unveils Auto Industry's First RISC-V MCU: Linux Era for Semiconductors

https://en.infomaxai.com/news/articleView.html?idxno=116421
1•fork-bomber•25m ago•0 comments

Traitorous Eight

https://en.wikipedia.org/wiki/Traitorous_eight
1•o4c•25m ago•0 comments

Use Your ChatGPT Subscription in Zed

https://zed.dev/blog/chatgpt-subscription-in-zed
1•meetpateltech•26m ago•0 comments

Teens Helped Bring Malls Back to Life. Now They're Getting Banned.

https://www.wsj.com/business/retail/teens-helped-bring-malls-back-to-life-now-theyre-getting-bann...
3•bookofjoe•27m ago•1 comments
Open in hackernews

Show HN: Fast and Quality Code Chunking with Chonkie

1•snyy•1y ago
Hi HN,

We’re Chonkie (https://github.com/chonkie-inc/chonkie) — we build open source tools that help split documents into meaningful chunks for use with AI models.

When you use LLMs over large documents or codebases, you often need to break them into smaller parts to fit the model’s context window. Our chunkers do this in a smart way: they preserve structure and meaning, so only the most relevant pieces are passed into the model. This reduces hallucinations, avoids confusion, and improves performance and accuracy.

Today we’re launching our Code Chunker — a fast, structure-aware way to break down source code into high-quality, token-aware chunks.

How it works:

(See the code: https://github.com/chonkie-inc/chonkie/blob/main/src/chonkie...)

Code Chunker uses tree-sitter (https://tree-sitter.github.io/tree-sitter/) to parse your code into an abstract syntax tree (AST). It then recursively merges and groups nodes in a way that respects both code structure and token limits.

It supports all languages that tree-sitter supports, and is designed to preserve formatting and semantics. Large functions or class definitions won’t be split in the middle of a block — instead, we dive recursively into the AST to produce clean, coherent chunks that fit your configured token budget.

What it’s useful for:

  - Embedding-based code search

  - RAG (retrieval-augmented generation) over codebases

  - Long-context analysis of code

  - Preparing repos for fine-tuning or pretraining
Try it out:

  - Open source package: https://docs.chonkie.ai/chunkers/code-chunker

  - Hosted playground (free with account): https://cloud.chonkie.ai
Happy Chonking!