frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A voxel Tokyo in real Japan time – ride the Yamanote line and study Japanese

https://jivx.com/densha
1•momentmaker•43s ago•0 comments

The Renters' Rights Act Information Sheet 2026 [pdf]

https://assets.publishing.service.gov.uk/media/69bc04b8f7b1c24d8e23ce60/The_Renters__Rights_Act_I...
1•susam•2m ago•0 comments

Splash Canvas

https://artsandculture.google.com/experiment/splash-canvas/vQFCtQB7FDnYkA?hl=en
1•charlieirish•2m ago•0 comments

Bruno: An AI Product Manager for Scientists

https://openreview.net/challenge?redirect=%2Fforum%3Fid%3DApsytO0P2P
1•eamag•3m ago•0 comments

AI companies are throwing museums a lifeline. What do they want in return?

https://www.ft.com/content/998152e8-90cd-4d95-ae43-e07b773ab943
1•thm•4m ago•0 comments

The banana as we know it is in trouble

https://www.wbur.org/cognoscenti/2026/07/10/bananas-fungus-fwb-panama-disease-fwb-ethan-gilsdorf
1•geox•4m ago•0 comments

Satsagen – turn popular SDR transceivers into VNA, spectrum analyzer and more

https://www.albfer.com/en/2020/02/21/satsagen-2/
1•yesturi•5m ago•0 comments

GeoLibre – Lightweight Open-Source GIS Platform

https://github.com/opengeos/GeoLibre
2•wertyk•6m ago•0 comments

Antiuniversity Now

https://antiuniversity.org/
1•robtherobber•6m ago•0 comments

Python Is So Slow. Can Julia Solve the Two-Language Problem?

https://www.wired.com/story/python-is-so-slow-can-julia-solve-the-two-language-problem/
1•AndrewDucker•7m ago•0 comments

In Conversation with Chris Engelsman from European Sleeper

https://back-on-track.eu/in-conversation-with-chris-engelsman-from-european-sleeper/
2•robin_reala•7m ago•0 comments

Musk Ate His Words on Anthropic. Follow the Money

https://mrkt30.com/musk-ate-his-words-on-anthropic-follow-the-money/
1•emsidisii•7m ago•0 comments

States to Challenge Paramount-Warner, Larry Ellison Lashes Out Wildly

https://www.thebignewsletter.com/p/monopoly-round-up-states-to-challenge
2•chmaynard•7m ago•0 comments

Is the EU Becoming a Banana Republic with Chat Control?

https://mrkt30.com/is-the-eu-becoming-a-banana-republic-with-chat-control/
1•emsidisii•8m ago•0 comments

Why Reading Matters

https://calnewport.com/why-reading-matters/
1•ingve•10m ago•0 comments

Social media limits are coming for teens across Europe

https://www.theverge.com/tech/964565/eu-children-social-media-online-safety-rules
1•vrganj•10m ago•0 comments

Show HN: UATC-Closed-loop VRAM control and dynamic data pruning for LLM training

https://github.com/sajjaddoda72-design/UATC
1•L_u_u_6•12m ago•0 comments

Billionaire exodus? California drew 10x more venture capital than any state

https://finance.yahoo.com/technology/ai/articles/billionaire-exodus-california-drew-10-100000589....
3•smurda•13m ago•0 comments

Loam – AI hiring for early-stage founders

https://www.hireloam.com/
1•benhartley•14m ago•0 comments

Anthropic Moved the Fable Deadline Again

https://www.vincentschmalbach.com/fable-july-19-extension/
2•vincent_s•17m ago•0 comments

An Epistemic Audit for Existential Risks from AI

https://www.lesswrong.com/posts/aHJ8MkPTWPDnuFLRL/an-epistemic-audit-for-existential-risks-from-ai
1•joozio•17m ago•0 comments

White House to rally utilities, data centers over AI power costs

https://www.reuters.com/legal/litigation/white-house-rally-utilities-data-centers-over-ai-power-c...
1•adithyaharish•18m ago•0 comments

DiscoMCP – Turn an unknown MCP into a reusable operational skill for AI agents

https://github.com/ieranama/discomcp
1•inigoerana•20m ago•0 comments

Saws, Sewing Machines and Telescopes: Things on Loan from Your Library

https://www.kqed.org/news/12085382/saws-sewing-machines-and-telescopes-the-surprising-things-on-l...
3•agnosticmantis•20m ago•0 comments

Show HN: Sixfold – A quick to play word game

https://sixfold.pwheslop.com
1•pwheslop•23m ago•0 comments

Your Data built the AI boom – but Big Tech is pocketing 100% of the equity

https://www.marketwatch.com/story/your-share-of-the-ai-wealth-is-a-right-not-a-handout-here-is-ho...
2•robtherobber•26m ago•0 comments

Firefox will soon start releasing new versions every two weeks

https://www.neowin.net/news/mozilla-firefox-to-follow-google-chrome-microsoft-edge-with-new-relea...
3•bundie•28m ago•0 comments

Show HN: All the Government's 385,000 pages of UFO files to date

https://hypergrid.systems/war.gov-ufo-viewer/microfilm5
2•keepamovin•30m ago•1 comments

I built an iOS app that photographs your pantry and tells you what you can cook

https://apps.apple.com/us/app/simmerz/id6767691610
1•khhuff06•31m ago•0 comments

Doing things right is a lonely craft

https://en.andros.dev/blog/d0d251b2/doing-things-right-is-a-lonely-craft/
2•andros•34m ago•0 comments
Open in hackernews

Show HN: I built an agent framework where the agent is just one file

https://github.com/loopedautomation/agent-framework
1•RatulMaharaj•1h ago

Comments

RatulMaharaj•1h ago
We had this idea to create our own framework for building and deploying single purpose AI agents really quickly and easily and would love to get some feedback on it.

It's called the Looped Agent Framework and it is built with 3 core ideas in mind:

- An agent should be a single config file (agent.yaml)

- It should be secure by default so that it doesn't ask for permissions at runtime i.e. all permissions are defined in the configuration. We build with deno to achieve this.

- It is docker native which means you can stand your agent up anywhere that docker runs.

Similar to openclaw/hermes - we also are trying to make it super simple to connect your agent to various messaging platforms or triggers.

I would love to get some feedback from people building agents to understand if this is something this community finds useful - it certainly has been extremely useful for me personally.

The framework itself is open source (Apache 2.0)