frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why do companies lie about uptime?

https://bashify.io/i/t0fLUg
1•haar•32s ago•1 comments

Smuggled North Korean phones reveal a dark reality

https://m.economictimes.com/magazines/panache/smuggled-north-korean-phones-reveal-5-chilling-feat...
1•gscott•7m ago•0 comments

Favourite influencer hasn't got a dozen dachshund dogs. It's just AI

https://www.bbc.co.uk/news/articles/c7vm5d42r8mo
1•spzb•8m ago•0 comments

Room temperature carbon capture in graphene

https://www.nature.com/articles/s41467-025-65336-4
1•bookofjoe•9m ago•0 comments

Underground AI models promise to be hackers 'cyber pentesting waifu'

https://cyberscoop.com/malicious-llm-tools-cybercrime-wormgpt-kawaiigpt/
1•thm•10m ago•0 comments

Show HN: Traffic, funding rounds, and chai – Bangalore startup life as a game

https://xagi-labs.github.io/siliconhalli
1•sauravt•14m ago•0 comments

What to Do When Creating Your CodeQL Database Fails – and How to Report the Per

https://intrigus.org/research/2025/11/28/what-to-do-when-codeql-database-creation-fails/
1•todsacerdoti•15m ago•0 comments

Show HN: Lightweight macOS menu bar Pomodoro Timer

https://github.com/berkaycit/pomodo-timer
1•berkaycit•17m ago•0 comments

The Biggest Causes of Medical Device Recalls

https://spectrum.ieee.org/medical-device-recalls
2•quapster•17m ago•0 comments

Tell HN: Telegram App iOS Woes

1•op7•19m ago•0 comments

U.S. peace plan for Ukraine formulated months ago by Kremlin operative

https://theins.ru/en/politics/287159
1•ironyman•21m ago•0 comments

Show HN: Self-hosted RAG for docs and code (FastAPI, Docling, ChromaDB)

https://github.com/2dogsandanerd/Knowledge-Base-Self-Hosting-Kit
1•2dogsanerd•26m ago•1 comments

MasonEffect – Particle-based text morphing library (now supports Svelte)

1•fe-hyunsu•26m ago•0 comments

Taking Jaggedness Seriously

https://helentoner.substack.com/p/taking-jaggedness-seriously
1•imjacobclark•27m ago•0 comments

It Is Possible to Spend Too Much on AI

https://www.wsj.com/tech/it-really-is-possible-to-spend-too-much-on-ai-7bb68df1
2•1vuio0pswjnm7•29m ago•0 comments

The Battle over Africa's Great Untapped Resource: IP Addresses

https://www.wsj.com/business/telecom/africa-ip-addresses-china-3e543b9d
3•watchdogtimer•30m ago•0 comments

Is Linus Torvalds GitHub Account Hacked?

1•meel-hd•30m ago•2 comments

Statin-independent association between low LDL and risk of T2 diabetes

https://link.springer.com/article/10.1186/s12933-025-02964-6
1•guerby•31m ago•1 comments

(2018) How I created a database of all interesting Rush Hour configurations

https://www.michaelfogleman.com/rush/
1•xeonmc•32m ago•0 comments

Moodfx v1.0 IS LIVEAs a 19yo I think I just killed every $200/mo AI suite

https://moodfx-859986050194.us-west1.run.app/
1•Iam_Moody•34m ago•1 comments

Riding the autism bicycle to retraction town

https://nobreakthroughs.substack.com/p/riding-the-autism-bicycle-to-retraction
2•OgsyedIE•35m ago•0 comments

A brief history of NSA backdoors. (2013)

https://www.ethanheilman.com/x/12/index.html
3•fanf2•36m ago•0 comments

Soul Over AI – list of AI generated bands

https://souloverai.com/
1•starquake•37m ago•0 comments

Show HN: Slash commands to enforce collaborative AI workflows (Cursor/Claude)

https://github.com/markekvall/ai-workflow-hub
1•markekvall•37m ago•1 comments

A new look at an old dog: Bonn-Oberkassel reconsidered

https://www.sciencedirect.com/science/article/abs/pii/S0305440318300049
1•thunderbong•39m ago•0 comments

What Happens When Everyone Lives in Their Own Digital Reality?

https://twitter.com/SRKDAN/status/1994728281514676560
1•SRKD•44m ago•1 comments

Show HN: Bookmark Bar – Browser Hub (Open Any Bookmark in Any Browser on macOS)

https://apps.apple.com/us/app/bookmark-bar-browser-hub/id6755682496?mt=12
1•8mobile•49m ago•0 comments

Chainalysis Successful Deanonymization Attack on Monero

https://darkwebinformer.com/chainalysis-successful-deanonymization-attack-on-monero-2/
2•Anon84•51m ago•0 comments

The CRDT Dictionary: A Field Guide to Conflict-Free Replicated Data Types

https://www.iankduncan.com/engineering/2025-11-27-crdt-dictionary/
2•birdculture•52m ago•0 comments

You probably shouldn't block AI bots from your website

https://chronicles.mad-scientist.club/tales/you-probably-shouldnt-block-ai-bots-from-your-website/
2•smartmic•54m ago•0 comments
Open in hackernews

Show HN: Self-hosted RAG for docs and code (FastAPI, Docling, ChromaDB)

https://github.com/2dogsandanerd/Knowledge-Base-Self-Hosting-Kit
1•2dogsanerd•26m ago
A production-ready, Docker-powered RAG system that understands the difference between code and prose. Ingest your codebase and documentation, then query them with full privacy and zero configuration.

Comments

2dogsanerd•25m ago
Hi HN, I built this "Community Edition" kit because I wanted a clean, self-hosted way to chat with my documents AND my codebase without sending data to the cloud. It's a Docker Compose setup that wires together: Docling for parsing (handles PDFs/Tables really well) ChromaDB for vector storage FastAPI backend + Simple UI Ollama for local embeddings/LLM The main feature: It separates "Code" and "Docs" into different collections with optimized chunking strategies, so you can ask "How does the auth middleware work?" and get actual code snippets back. It's open source (MIT). I stripped out the heavy async worker queues from my enterprise version to keep this kit lightweight enough for a standard VPS or local machine. Repo: https://github.com/2dogsandanerd/Knowledge-Base-Self-Hosting... I'd love your feedback on the architecture or the parsing quality!