frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TV Next – the uncluttered TV Tracking app you've been looking for

1•dmehers•57s ago•0 comments

Bell Character

https://en.wikipedia.org/wiki/Bell_character
1•baalimago•1m ago•0 comments

The Most Beautiful Freezer in the World: Notes on Baking at the South Pole

https://www.newyorker.com/culture/the-weekend-essay/the-most-beautiful-freezer-in-the-world
1•mitchbob•3m ago•1 comments

We went from 13 to 48 tools in our trading risk API for AI agents

https://github.com/System-R-AI/systemr-python
1•ashimnandi•4m ago•1 comments

Send a Message to Space

https://hellooo.space/
1•carlsverre•4m ago•0 comments

Autoformalization Is Required for Sovereignty

https://twitter.com/ani_pai/status/2031042753015013462
1•MrBuddyCasino•4m ago•0 comments

Gabibi is a tool for intentionally degrading images (in Japanese)

https://amix-design.com/tl/tool-gabibi/
1•anigbrowl•4m ago•0 comments

A New Chapter for Bluesky

https://bsky.social/about/blog/03-09-2026-a-new-chapter-for-bluesky
2•minimaxir•6m ago•0 comments

Mojo: GPU Puzzles

https://puzzles.modular.com/
1•tosh•6m ago•0 comments

What Is an AI Decision Engine

https://aicreationlabs.com/ai-decision-engine/
1•peteridah•6m ago•1 comments

Bluesky CEO Jay Graber Is Stepping Down

https://www.wired.com/story/bluesky-ceo-jay-graber-is-stepping-down/
2•zzzeek•7m ago•0 comments

How to Build MCP Servers for Your Internal Data

https://www.freecodecamp.org/news/how-to-build-mcp-servers-for-your-internal-data/
1•rmason•7m ago•0 comments

Participate in the 4th Berlin Salary Trends survey

https://survey.handpickedberlin.com/en
1•igorrek•9m ago•1 comments

Raccoons solve puzzles for the fun of it, new study finds

https://science.ubc.ca/news/2026-03/raccoons-solve-puzzles-fun-it-new-study-finds
1•geox•9m ago•0 comments

The "Sediment in Software"-Chart

https://www.youtube.com/watch?v=BxIsPxBAxHQ
1•brsc2909•10m ago•0 comments

AWS SDK for Rust: Using S3-Compatible APIs with Other Clouds

https://rup12.net/posts/s3-api-compatibility-is-awesome/
1•todsacerdoti•11m ago•0 comments

VFX artists vibe-coded a neural network green screen "unmixing" tool [video]

https://www.youtube.com/watch?v=3Ploi723hg4
1•fceruti•11m ago•0 comments

Iints-AF open-source pre-clinical simulation SDK for insulin delivery algorithms

https://python35.github.io/IINTS-Site/html/intelligence.html
1•BobbaersRune•11m ago•1 comments

Code Review for Claude Code

https://claude.com/blog/code-review
1•adocomplete•12m ago•0 comments

Reversible barocaloric effect in neopentyl plastic crystal solid solutions

https://www.nature.com/articles/s43246-026-01084-2
1•PaulHoule•12m ago•0 comments

Ghostty 1.3 Released

https://twitter.com/mitchellh/status/2031042095822340417
3•nodesocket•13m ago•0 comments

Golf club firm owned by Trump's sons merges with drone manufacturer

https://www.theguardian.com/business/2026/mar/09/trump-family-business-drones-merger
4•johnshades•15m ago•0 comments

Durdraw – ANSI art editor for Unix-like systems

https://durdraw.org/
1•caminanteblanco•16m ago•0 comments

Show HN: Focus music and Pomodoro app for lazer focus

https://pomoflow-app.lovable.app/
2•mutlusakar•18m ago•0 comments

Is AI killing open-source software?

https://thenewstack.io/is-ai-killing-open-source-software/
2•CrankyBear•19m ago•0 comments

Ragflow: fuses RAG with Agent capabilities to create context layer for LLMs

https://github.com/infiniflow/ragflow
2•saikatsg•21m ago•0 comments

Dify: Production-ready platform for agentic workflow development

https://github.com/langgenius/dify
1•saikatsg•21m ago•0 comments

Show HN: I built a database of air fry times for 300+ foods

https://airfrypro.com
1•chrisdeweese•22m ago•0 comments

Workers report watching Ray-Ban Meta-shot footage of people using the bathroom

https://arstechnica.com/gadgets/2026/03/workers-report-watching-ray-ban-meta-shot-footage-of-peop...
5•randycupertino•24m ago•0 comments

I built a time-travel debugger for AI agents

https://github.com/ixchio/agent-vcr
1•redhanuman•24m ago•1 comments
Open in hackernews

Show HN: Local AI stack (Docker, Ollama) that lets you build apps without Python

https://github.com/dashjoin/docker-compose
1•aeberhart•2h ago
We built a local-first AI stack (Docker + Ollama) that lets you build LLM tools and workflows without writing Python. It supports:

* Multimodal chat * Retrieval Augmented Generation (incl. automated & scheduled doc import) * MCP tool support (web search, file access, O365) * Custom tools implemented using JSONata & SQL

Most local AI tools are chat UIs. We wanted something closer to a programmable AI platform that still runs locally.

* leverage a low code platform to insert programmatic hooks in the chat * provide custom tools written in SQL or JSONata * embed LLMs in workflows and custom UIs * give fine grained role based access control to AI apps (who can see what and which tools is the LLM allowed to use)

To summarize, it aims at being as flexible as custom Python code while being as easy to use as Open WebUI.