frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Give Me Some Advice

1•bigbaldhead•2m ago•0 comments

My Journey to Build a Working Tesla Coil

https://sandman2127.github.io/design/Tesla_Coil/
1•1970-01-01•4m ago•0 comments

Track Work, Progress and Performance Instantly – Zero Manual Updates

2•heyitsapu•14m ago•0 comments

Show HN: Looking for Beta Testers: Run AI-Generated Code in AgentSphere Sandbox

1•AgentSphere•16m ago•0 comments

Concurrent Programming with Harmony

https://harmony.cs.cornell.edu/book/
1•todsacerdoti•18m ago•0 comments

Show HN: Intuitive Layout Image Generation Prompt Generator

https://rymajp.com/ipgen
1•acdev•19m ago•0 comments

Nerve pain drug gabapentin linked to increased dementia, cognitive impairment

https://medicalxpress.com/news/2025-07-nerve-pain-drug-gabapentin-linked.html
1•clumsysmurf•26m ago•0 comments

Netflix Tudum Architecture: From CQRS with Kafka to CQRS with Raw Hollow

https://netflixtechblog.com/netflix-tudum-architecture-from-cqrs-with-kafka-to-cqrs-with-raw-hollow-86d141b72e52
2•soheilpro•26m ago•0 comments

Budget limits at DHS delayed FEMA's Texas deployment

https://www.washingtonpost.com/climate-environment/2025/07/10/fema-texas-flooding-dhs-search-rescue/
2•KnuthIsGod•34m ago•0 comments

The first intelligent screenshot tool of the AI era

https://github.com/zhushen12580/smart-screenshot
2•zane12580•35m ago•0 comments

Hard Usernames for Games Generator

https://hardusernames.com/en/hard-usernames-for-games
1•labubulive•36m ago•0 comments

The Egos at id (Software)

https://www.marclaidlaw.com/the-egos-at-id/
1•neko_ranger•38m ago•0 comments

'Autofocus' specs promise sharp vision, near or far

https://www.bbc.com/news/articles/cj6r06d7xdjo
4•tagawa•38m ago•0 comments

Tool strips away anti-AI protections from digital art

https://www.technologyreview.com/2025/07/10/1119937/tool-strips-away-anti-ai-protections-from-digital-art/
1•gnabgib•42m ago•0 comments

A Poor Man's User Study with a Vision Model and E[P]

https://twitter.com/johnjhorton/status/1943473769219002766
1•john_horton•42m ago•0 comments

Extreme Low-Bit Clustering for Large Language Models via Knowledge Distillation

https://arxiv.org/abs/2506.12038
1•PaulHoule•47m ago•0 comments

Grok 4 seems to consult Elon Musk to answer controversial questions

https://techcrunch.com/2025/07/10/grok-4-seems-to-consult-elon-musk-to-answer-controversial-questions/
10•mkeeter•47m ago•0 comments

America's largest power grid is struggling to meet demand from AI

https://www.reuters.com/sustainability/boards-policy-regulation/americas-largest-power-grid-is-struggling-meet-demand-ai-2025-07-09/
1•qwikhost•48m ago•0 comments

Show HN: Open-Source Alternative to Mercury

https://github.com/different-ai/zero-finance
1•ben_talent•48m ago•0 comments

Psilocybin treatment extends cellular lifespan, improves survival of aged mice

https://www.nature.com/articles/s41514-025-00244-x
18•pseudolus•50m ago•1 comments

Supporting kernel development with large language models

https://lwn.net/Articles/1026558/
1•signa11•51m ago•0 comments

Flickle – connect any two actors via movies in ≤6 guesses

https://flickle.carpoolgames.net
6•kanoacook•52m ago•1 comments

Earth's Spin Picks Up Speed: 3 Shorter Days This Summer

https://esstnews.com/earths-spin-picks-up-speed-3/
1•thunderbong•54m ago•0 comments

Automating Weekly Releases with GitHub Actions

https://michaelbastos.com/?blog=automating-weekly-releases-with-github-actions
1•mbastos•57m ago•1 comments

Over 2,000 senior staff set to leave NASA under agency push

https://www.politico.com/news/2025/07/09/nasa-staff-departures-00444674?cdmc=2zglpgOF21PefXUKP0PbPaLZDC0&refcode2=2zglpgOF21PefXUKP0PbPaLZDC0&refcodecdmc=2zglpgOF21PefXUKP0PbPaLZDC0
13•belter•1h ago•4 comments

Anubis now supports non-JS challanges

https://anubis.techaro.lol/blog/release/v1.20.0/
1•todsacerdoti•1h ago•1 comments

A remembrance of Matthew S. Trout (mst)

https://curtispoe.org/blog/rip-mst.html
3•todsacerdoti•1h ago•0 comments

Some of Iran's Enriched Uranium Survived Attacks, Israeli Official Says

https://www.nytimes.com/2025/07/10/us/politics/iran-attacks-damage.html
3•whack•1h ago•1 comments

Bionic robot arm lets plants play musical instruments (2024)

https://djmag.com/news/bionic-robot-arm-lets-plants-play-musical-instruments
1•danboarder•1h ago•0 comments

Just Works

https://www.linuxmint.com/
1•babuloseo•1h ago•0 comments
Open in hackernews

Show HN: LlamaFarm – Working on binary AI Project deployment – (early preview)

https://github.com/llama-farm/llamafarm
1•rgthelen•4h ago
I got tired of spending hours setting up local AI (Python environments, CUDA drivers, model downloads, vector DBs), so I'm building a tool that packages everything into a single executable.

The current cloud AI model makes us digital serfs, paying rent to use tools we don't own, feeding data to systems we don't control. The farm model makes us owners—of our models, our data, our future. But ownership requires responsibility. You must tend your farm.

The idea: Think Docker but for AI projects / deployments. One binary contains:

- Model weights (quantized GGUF).

- Vector database (embedded ChromaDB)

- Agent runtime (LangChain, etc)

- Web UI

- Platform-specific optimizations

What's actually working now:

- Full CLI structure

- Plugin architecture for platforms/databases/communication

- Mac platform detection with Metal support

- Demo web UI showing the vision

- Project scaffolding and configuration

What's still placeholder:

- Actual model compilation (shows "llamas in the pasture" message)

- Real vector DB embedding

Target use cases:

-Deploy to air-gapped systems

-Edge devices (Raspberry Pi, Jetson)

-Non-technical users (literally copy one file)

- Avoid cloud dependencies

Technical approach:

TypeScript/Node.js for CLI (great ecosystem)

Plugin system for extensibility

Platform-specific compilation (Metal on Mac, CUDA on Linux)

Static linking everything possible

Questions for HN:

Is the single-binary approach worth the tradeoffs? (5-15GB files, compile time)

What's your current local AI deployment pain? Would this help?

Is the farming metaphor too much? (plant, harvest, bale, till, etc.)

What features would make this actually useful for you?

GitHub: https://github.com/llamafarm/llamafarm-cli You can try the CLI now - all commands work but show friendly placeholder messages.

The plugin system is real - easy to contribute platform support.

Really looking for gut reactions - is this solving a real problem or am I over-engineering?

Comments

rgthelen•4h ago
I got it working locally on a Mac; but would love to hear where you want to deploy to next!