frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Before the bio, there was the forum signature

https://www.carlos-menezes.com/posts/before-the-bio
1•carlos-menezes•36s ago•0 comments

Goddard's Leadership: From Innovation to Isolation

https://spectrum.ieee.org/robert-goddard-leadership
1•rbanffy•1m ago•0 comments

Show HN: DevToolBox – 93 Free Online Developer Tools (JSON, Regex, JWT, Base64)

https://viadreams.cc
2•arenas2026•3m ago•0 comments

Companies House suspends online filing after glitch put personal data at risk

https://www.ft.com/content/afddb9c3-bf48-4d49-91a2-61ae8acc44b8
1•bishopsmother•4m ago•1 comments

FreshRSS: A free, self-hostable feeds aggregator

https://freshrss.org/index.html
1•thunderbong•5m ago•0 comments

HP has new incentive to stop blocking third-party ink in its printers

https://arstechnica.com/gadgets/2026/03/hp-has-new-incentive-to-stop-blocking-third-party-ink-in-...
1•rbanffy•9m ago•0 comments

Show HN: I got frustrated with SMILES, so I built one

https://github.com/sangeet01/script
1•sangeet01•10m ago•0 comments

MemX – my AI agent remembers I hate capsicum on pizza

1•mohitbadi•11m ago•0 comments

Show HN: Fortress,Cross-platform DSL for cybersecurity

1•CzaxTanmay•14m ago•0 comments

Musk admits xAI "not built right" weeks after Tesla invested $2B

https://electrek.co/2026/03/13/elon-musk-admits-xai-built-wrong-rebuild-tesla-spacex-investment/
2•mirzap•16m ago•0 comments

Show HN: PDR AI – Open-source startup accelerator engine for non-technical chaos

https://github.com/Deodat-Lawson/LaunchStack
2•DaggerDreaming•23m ago•0 comments

I pulled IRS filings for the org that wrote Meta's model legislation

https://old.reddit.com/r/linux/comments/1rtd51g/update_i_pulled_irs_filings_for_the_org_that/
5•theseusares•25m ago•2 comments

New Mexico's Child-Safety Case Could Change Social Media Forever

https://kancelaria-skarbiec.pl/en/meta-newmexico-trial/
2•doener•26m ago•1 comments

Museum of Questionable Medical Devices

https://www.museumofquackery.com/
1•nomilk•30m ago•0 comments

Race conditions in generated code (tested across 10 models, 5 runs)

https://forward.deployed.agency/blog/check-call-deduct
1•birdculture•30m ago•0 comments

Meta allegedly targeted ads at teens based on their emotional state (2025)

https://www.business-humanrights.org/en/latest-news/meta-allegedly-targeted-ads-at-teens-based-on...
2•doener•32m ago•0 comments

Free nonce and API key generator

https://www.aegisoptikon.com/security-demo.html
1•Coppernickske•38m ago•0 comments

Hardening macOS (Updated to Tahoe)

https://www.bejarano.io/hardening-macos/
1•ricardbejarano•39m ago•0 comments

Torturing Rustc by Emulating HKTs

https://www.harudagondi.space/blog/torturing-rustc-by-emulating-hkts/
1•g0xA52A2A•41m ago•0 comments

International Oscar Favorites Are Offering a Complicated New View of America

https://www.nytimes.com/2026/02/25/magazine/international-oscar-favorites-are-offering-a-complica...
1•coloradoave22•44m ago•0 comments

Learn Claude Code

https://learn-claude-agents.vercel.app/en/
1•samuel246•47m ago•0 comments

Why is this program erroneously rejected by three C++ compilers?

https://stackoverflow.com/questions/5508110/why-is-this-program-erroneously-rejected-by-three-c-c...
3•tornikeo•50m ago•0 comments

The Effect of High-Tech Clusters on the Productivity of Top Inventors: Comment [pdf]

https://michaelwiebe.com/assets/moretti/moretti_comment_aer.pdf
2•luu•52m ago•0 comments

Major Aging Related Metabolic Shifts Occur Around Ages 44 and 60

https://www.nature.com/articles/s43587-024-00692-2
3•LarsDu88•54m ago•1 comments

Real Ollama Admin UI

https://github.com/ollama-admin/ollama-admin
1•eriscodev•57m ago•1 comments

Google AI Pro users getting locked out of Antigravity

https://discuss.ai.google.dev/t/google-ai-pro-subscription-antigravity-quota-not-working-as-adver...
1•anticensor•58m ago•0 comments

Coding After Coders: The End of Computer Programming as We Know It

https://www.nytimes.com/2026/03/12/magazine/ai-coding-programming-jobs-claude-chatgpt.html
1•bgarbiak•59m ago•0 comments

Italy ruling tells millions they have lost the right to citizenship

https://www.cnn.com/2026/03/14/travel/italy-citizenship-law-restrictions-constitutional-court
3•maxloh•1h ago•0 comments

How to write a good prompt for generating images

https://nanobananaprompt.club
2•w-mobai•1h ago•1 comments

LA's Tesla Diner is so dead, not even the tech bros are eating there

https://www.sfgate.com/la/article/tesla-diner-la-22071684.php
3•MilnerRoute•1h ago•0 comments
Open in hackernews

An Enterprise-Level Retrieval-Augmented Generation System

https://comfyai.app/article/llm-applications/enterprise-level-rag-hands-on-practice-II
6•zljdanceholic•10mo ago

Comments

zljdanceholic•10mo ago
How can we search the wanted key information from 10,000+ pages of PDFs within 2.5 hours? For fact check, how do we implement it so that answers are backed by page-level references, minimizing hallucinations?

RAG-Challenge-2 is a great open-source project by Ilya Rice that ranked 1st at the Enterprise RAG Challenge, which has 4500+ lines of code for implementing a high-performing RAG system. It might seem overwhelming to newcomers who are just beginning to learn this technology. Therefore, to help you get started quickly—and to motivate myself to learn its ins and outs—I’ve created a complete tutorial on this.

We have a complete graph to explain its workflow where multiple tools are used: Docling for parsing PDFs, LangChain for chunking text, faiss for vectorization and similarity searching, and chatgpt for LLMs.

Besides, I also outline the codeflow, demonstrating the running logic involving multiple python files where starters can easily get lost. Different files are colored differently. The purpose of showing this is not letting you memorize all of these file relationships. It works better for you to check the source code yourself and use this as a reference if you find yourself lost in the code.

The original project of Ilya Rice design its RAG system for answering questions of annual reports from companies, so he only designed three types of question response format for that challenge: a name, a number, or a boolean. But to ask questions about technical stuff, we absolutely ask general questions like How does RoPE work? to know about some concepts and the like Therefore, I further modify the system logic to fit this need by customizing an AnswerWithRAGContextExplanationPrompt class and automatically matching the most related chapter and corresponding pages via searching through all faiss databases (only retrieve the top-1) The final performance is demonstrated below (not cherry-picked, only tested once).

- What's the steps to train a nanoGPT from scratch? The answer is:

Training nanoGPT from scratch involves several clearly defined steps. First, set up the environment by installing necessary libraries, using either Anaconda or Google Colab, and then download the dataset (e.g., tinyShakespeare). Next, tokenize the text into numerical representations and split the data into training and validation sets. Define the model architecture including token/positional embeddings, transformer blocks with multi-head self-attention and feed-forward networks, and layer normalization. Configure training hyperparameters and set up an optimizer (such as AdamW). Proceed with a training loop that performs forward passes, computes loss, backpropagates, and updates parameters, while periodically evaluating performance on both training and validation data. Finally, use the trained model to generate new text from a given context.

All code are provided on Colab and the tutorial is referenced here. Hope this helps!