frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A tool to manage a swarm of coding agents on Linux

https://github.com/penberg/swarm
4•penberg•1h ago•1 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
149•randerson_112•17h ago•136 comments

Show HN: Hindsight Simulator – Go back in time and get rich

https://chrispattle.com/hindsight-simulator
3•pattle•26m ago•0 comments

Show HN: A security scanner for AI Agent Skills

https://github.com/Fangcun-AI/SkillWard/tree/main
4•mayziem•1h ago•0 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
52•etherio•1d ago•11 comments

Show HN: Run GUIs as Scripts

https://github.com/skinnyjames/hokusai-pocket
2•zero-st4rs•2h ago•0 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
23•larry-the-agent•11h ago•2 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
153•SirHound•22h ago•95 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
105•JKCalhoun•3d ago•24 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
25•eummm•19h ago•8 comments

Show HN: Linear RNN/Reservoir hybrid generative model, one C file (no deps.)

https://raw.githubusercontent.com/bggb7781-collab/lrnnsmdds/refs/heads/main/lrnnsmdds
7•adinhitlore•11h ago•2 comments

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
143•willmeyers•21h ago•65 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
138•latchkey•1d ago•155 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
8•bastscho•17h ago•3 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
62•meribold•3d ago•19 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
457•anonfunction•1d ago•202 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
55•PatrickVuscan•2d ago•13 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
114•pruz•1d ago•35 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
61•rvitorper•1d ago•12 comments

Show HN: We built a camera only robot vacuum for less than $300 (well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
106•indraneelpatil•4d ago•55 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
782•sam-bee•2d ago•235 comments

Show HN: TUI-use: Let AI agents control interactive terminal programs

https://github.com/onesuper/tui-use
52•dreamsome•1d ago•37 comments

Show HN: I built a navigation app that displays weather along the route

https://navimodo.com/
55•vkatluri•3d ago•25 comments

Show HN: Skrun – Deploy any agent skill as an API

https://github.com/skrun-dev/skrun
59•frizull•1d ago•11 comments

Show HN: SmolVM – open-source sandbox for coding and computer-use agents

https://github.com/CelestoAI/SmolVM
6•theaniketmaurya•9h ago•1 comments

Show HN: I made a skill to tell AI on how to use human as Dobby

https://github.com/LittleLittleCloud/Dobby
4•BigBigMiao•10h ago•0 comments

Show HN: Zoneless – Open-source Stripe Connect clone with $0.002 fees using USDC

https://github.com/zonelessdev/zoneless
14•tinyprojects•19h ago•6 comments

Show HN: Memoriki – LLM Wiki+MemPalace for persistent personal knowledge bases

5•Aianback•11h ago•0 comments

Show HN: Agent Tuning, using recursion to achieve predictable agent output

https://github.com/adam-s/agent-tuning
5•dataviz1000•11h ago•0 comments

Show HN: An interactive map of Tolkien's Middle-earth

https://middle-earth-interactive-map.web.app/
287•frasermarlow•2d ago•69 comments
Open in hackernews

Show HN: I built a local data lake for AI powered data engineering and analytics

https://stream-sock-3f5.notion.site/Nile-Local-an-AI-Data-IDE-that-runs-on-your-local-machine-33b126c4d01a8052a96cc879c2dea08e?source=copy_link
12•vpfaiz•1d ago
I got tired of the overhead required to run even a simple data analysis - cloud setup, ETL pipelines, orchestration, cost monitoring - so I built a fully local data-stack/IDE where I can write SQL/Py, run it, see results, and iterate quickly and interactively.

You get data lake like catalog, zero-ETL, lineage, versioning, and analytics running entirely on your machine. You can import from a database, webpage, CSV, etc. and query in natural language or do your own work in SQL/Pyspark. Connect to local models like Gemma or cloud LLMs like Claude for querying and analysis. You don’t have to setup local LLMs, it comes built in.

This is completely free. No cloud account required.

Downloading the software - https://getnile.ai/downloads

Watch a demo - https://www.youtube.com/watch?v=C6qSFLylryk

Check the code repo - https://github.com/NileData/local

This is still early and I'd genuinely love your feedback on what's broken, what's missing, and if you find this useful for your data and analytics work.

Comments

jazarine•1d ago
What's the difference between this and asking claude to do data analysis?
vpfaiz•1d ago
Two things:

1. You may not want to expose bits and pieces of your data and metadata to an LLM, you dont want your data to be used for training. If you are using LLM running on your machine, as in this case, you are covered there.

2. Claude can do a lot of stuff, but doing multi step analysis consistently and reliably is not guaranteed due to the non-deterministic nature of LLMs. Every time it may take a different route. Nile local offers a bunch of data primitives like query, build-pipe, discover, etc. that reduces the non-determinism and bring reliability and transparency (how the answer was derrived) to the data analysis.

sdhruv93•1d ago
Can I run it on my MacBook.. do I need to setup LLM myself?
vpfaiz•1d ago
Yes. I would recommend a model with 16gb ram at least but I was able to run it on a MacBook air 8gb but it lagged for LLM assist.

You don't need to setup LLM locally, the tool does that. You can choose which model to go with. It has Gemma and Qwen supported now.

am__•1d ago
When you say local do you mean I could run it without wifi? i have some work files I could use some help on but can’t connect to other LLMs
ramkiz•1d ago
Very cool idea. The part I would love to hear more about is how you are thinking about the boundary between notebook/IDE convenience and actual data lake guarantees. For example, what exactly is versioned, how reproducible are transformations, and how much lineage visibility do I get once I start mixing SQL, PySpark, natural language queries, and imported web/DB data?
vpfaiz•15h ago
Everything including actual data, schema and transform is versioned and tracked at job run level.

You will get job run level lineage for any datasets created in the system.

revv00•10h ago
Great work! What is the difference between writing a shell script to solve "cloud setup, ETL pipelines, orchestration, cost monitoring", and using a local app?