frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Du.ae Data Usage Widget

https://github.com/i3130002/DU-Data-Usage-Widget/releases/tag/Initial-Release-v1.0.0
1•i3130002•2m ago•1 comments

AI Angels – Hit all-time high usage, lessons from scaling a AI platform

https://www.aiangels.io
1•aiangels_24•3m ago•1 comments

Show HN: Fyrer – lightweight tool to run multiple dev servers concurrently

https://github.com/07CalC/fyrer
1•notcalc•6m ago•0 comments

15 Years of Indie Dev in 4 Bits of Advice

https://www.pentadact.com/2026-01-08-15-years-of-indie-dev-in-4-bits-of-advice/
1•birdculture•11m ago•0 comments

Ghostty – Terminal Emulator

https://ghostty.org/docs
2•oli5679•17m ago•0 comments

I used 2D Base64 to bypass Gemini and expose Google's moderation flaws

3•MissMajordazure•24m ago•0 comments

Show HN: Rulegen – Auto-generate Claude.md and .cursorrules from your codebase

https://github.com/vexorkai/rulegen
2•vexorkai•28m ago•1 comments

Show HN: Umitech – Web development, SEO, graphic design and marketing services

https://umitech.com.au/
1•pinin•34m ago•0 comments

Unlikely Wins and Comped Spins: Inside Stake's Empire

https://www.bloomberg.com/features/2026-stake-drake-crypto-casino-adin-ross-gambling/
1•thm•37m ago•0 comments

Show HN: Teletext-Style Portfolio Website

https://pakastin.fi
1•pkstn•38m ago•1 comments

Don't rely on GitHub Actions cron: jobs may be delayed or just dropped

https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows
1•7777777phil•39m ago•0 comments

Mt. Gox CEO Suggests Bitcoin Hard Fork to Recover $5B in Customer Funds

https://gizmodo.com/disgraced-mt-gox-ceo-suggests-bitcoin-hard-fork-to-recover-5-billion-in-custo...
2•giuliomagnifico•40m ago•0 comments

Show HN: Steward – a background agent that closes 80% low-risk noise

https://github.com/study8677/Steward
1•867762462f•40m ago•0 comments

I built a demo of what AI chat will look like when it's "free" and ad-supported

https://99helpers.com/tools/ad-supported-chat
2•nickk81•41m ago•1 comments

U.S. Strikes in Middle East Use Anthropic, Hours After Trump Ban

https://www.wsj.com/livecoverage/iran-strikes-2026/card/u-s-strikes-in-middle-east-use-anthropic-...
7•slinky3671•44m ago•0 comments

Show HN: "Vote-MCP" -- a bit like Google Forms, but for AIs

https://vote-demo.dapp32.com/about
2•_codah_•47m ago•0 comments

A New Threat to Power Grids: Data Centers Unplugging at Once

https://www.wsj.com/business/energy-oil/a-new-threat-to-power-grids-data-centers-unplugging-at-on...
4•impish9208•50m ago•1 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•50m ago•0 comments

A.I. Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
2•latexr•56m ago•0 comments

Show HN: Lazylogs -TUI structured log viewer (less meets jq for your terminal)

https://github.com/yasomaru/lazylogs
1•yasomaru•57m ago•0 comments

Disrupting the Gridtide Global Cyber Espionage Campaign

https://cloud.google.com/blog/topics/threat-intelligence/disrupting-gridtide-global-espionage-cam...
1•yusufaytas•1h ago•0 comments

Show HN: OpenLinq – invite-only link sharing for humans tired of AI slop

https://www.openlinq.xyz/
1•Othrya•1h ago•0 comments

Rebel startups challenge conglomerates in Korea's 'AI Squid Game'

https://businessmirror.com.ph/2026/02/25/rebel-startups-challenge-conglomerates-in-koreas-ai-squi...
2•journey2s•1h ago•0 comments

MDBaseQuery – Query MD/Frontmatter Bases (Obsidian-Compatible) with Headless CLI

https://github.com/intellectronica/mdbasequery
2•intellectronica•1h ago•1 comments

GPT detectors are biased against non-native English writers (2023)

https://arxiv.org/abs/2304.02819
1•maxloh•1h ago•0 comments

China Wins The Pentagon-Anthropic Brawl

https://www.wsj.com/opinion/anthropic-donald-trump-pentagon-ai-china-u-s-military-467dd6de
1•doener•1h ago•0 comments

I pitched my anime idea to a Japanese producer

https://sutanisurabu.substack.com/p/how-i-sold-my-anime-idea-to-a-japanese
1•sutanisurabu•1h ago•1 comments

Block and Tackle: Job Cuts and the AI Narrative

https://om.co/2026/02/28/block-tackle-job-cuts-the-ai-narrative/
1•herbertl•1h ago•0 comments

A Record Player Gave Me the Idea to Revive the Home Computer

https://text.tchncs.de/r3nun0mxs9
1•doener•1h ago•0 comments

Nets used to catch fish. Now they're catching Russian drones

https://www.cnn.com/2026/02/01/europe/ukraine-fishing-farming-nets-drones-intl
2•pera•1h ago•0 comments
Open in hackernews

Show HN: RAG-Enterprise – 100% local RAG system for enterprise documents

https://github.com/I3K-IT/RAG-Enterprise
1•primoco•1h ago

Comments

primoco•1h ago
Hi everyone,

I really needed a RAG setup for work docs that can't leave our servers – no OpenAI, no cloud leaks, nothing. So I ended up building this: RAG-Enterprise.

It's all local, zero external calls.

What it does (the parts that seem solid so far):

    Setup is dead simple: ./setup.sh standard – grabs Docker, Ollama, Qdrant, FastAPI + React frontend. Takes maybe 15-60 mins depending on your machine and connection
    Users log in with JWT, there are roles (basic user, power user, admin)
    Handles PDF with real OCR (Tesseract does the heavy lifting), plus Word, PPT, Excel, markdown... Apache Tika parses most stuff
    Backups/restores via rclone to tons of places – S3, Google Drive, OneDrive, SFTP, whatever (like 70 options)
    Inference runs on Ollama – whatever models you pull (Llama 3.1, 3.2, Mistral, Phi...)
    LangChain for chunking/embedding/retrieval, Qdrant as vector store
    Clean chat UI to query your uploaded documents
License is AGPL-3.0. I get it, some orgs see that and nope out – if it gets traction maybe dual-license down the line.

Repo, docs and a quick GIF in the README: https://github.com/I3K-IT/RAG-Enterprise

Would love real feedback, the honest/rude kind especially:

    Setup blow up on your rig?
    What's missing to make it usable at work?
    Any security/privacy facepalm I missed?
    How to speed it up for 1000+ docs?
Thanks a ton for checking it out – hit me with questions or fixes!