frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free Calculator for Sales Profitability

https://dealmayker.com/free-tools/free-outreach-roi-calculator
1•aleksam•5m ago•0 comments

Cloudflare Considered Harmful

https://www.devever.net/~hl/cloudflare
2•pabs3•6m ago•0 comments

Native Sysmon functionality coming to Windows

https://techcommunity.microsoft.com/blog/windows-itpro-blog/native-sysmon-functionality-coming-to...
1•OlivOnTech•6m ago•0 comments

Google Chief Warns over Trillion-Dollar AI Bubble

https://www.findarticles.com/google-chief-warns-over-trillion-dollar-ai-bubble/
2•zerosizedweasle•6m ago•0 comments

Rebecca Heineman – from homelessness to porting Doom

https://corecursive.com/doomed-to-fail-with-burger-becky/
2•birdculture•6m ago•0 comments

Have You Heard of the Extinct Banana?

https://www.treehugger.com/extinct-banana-5201723
1•niklasbuschmann•8m ago•0 comments

AI-powered opportunity identification from authentic entrepreneur discussions

https://foundry-iq.com
1•salkahfi•8m ago•0 comments

Doctective: Auto-Updating Docs and Codebase Guide

https://doctective.app
1•johnnymedhanie•9m ago•1 comments

Every time I write about a single board computer, half the internet goes down

https://ounapuu.ee/posts/2025/11/18/self-hosting/
1•pabs3•12m ago•0 comments

Quantile regression as a sanity check on asset valuation

https://yegortkachenko.com/posts/quantile_valuation.html
1•yegortk•13m ago•0 comments

The Greeks

https://gregorygundersen.com/blog/2023/10/08/greeks/
1•niklasbuschmann•15m ago•0 comments

Azure delivers the first cloud VM with Intel Xeon 6 and CXL memory

https://techcommunity.microsoft.com/blog/sapapplications/azure-delivers-the-first-cloud-vm-with-i...
1•howdyhowdy•15m ago•0 comments

The Cloudflare outage was a good thing

https://gist.github.com/jbreckmckye/32587f2907e473dd06d68b0362fb0048
1•jbreckmckye•18m ago•0 comments

Traces of old farm chemicals contaminate water across the US

https://www.thenewlede.org/2025/10/trump-administration-pesticide-monitoring/
1•PaulHoule•23m ago•0 comments

Persona Collapse: LLMs All Like the Same Things

https://substack.com/inbox/post/178128961
1•johnsillings•24m ago•0 comments

We are replacing OOP with something worse

https://blog.jsbarretto.com/post/actors
2•zdw•25m ago•0 comments

Jeffrey Epstein Pursued Swiss Rothschild Bank to Finance Israeli Cyberweapons

https://www.dropsitenews.com/p/jeffrey-epstein-ariane-de-rothschild-ehud-barak-swiss-bank-israeli...
6•sporkxrocket•25m ago•0 comments

AI attacks demand a mental shift

https://softbeehive.com/blog/ai-attacks-demand-a-mental-shift
1•softbeehive•25m ago•0 comments

Guild Wars Reforged

https://www.guildwars.com/en/
1•pndy•26m ago•1 comments

Having Fun with Complex Numbers: A Real-Life Journey for Upper Elementary Studen

https://mathwonder.org/Having-Fun-with-Complex-Numbers/
1•smm16r•27m ago•1 comments

OpenAI's Tax Subsidy Efforts Amount to Silicon Valley Socialism

https://news.bloombergtax.com/tax-insights-and-commentary/openais-tax-subsidy-efforts-amount-to-s...
2•tldrthelaw•27m ago•0 comments

Active open mindedness and mindfulness – Vervaeke

https://www.youtube.com/post/UgkxKaLgwF230quMs_lDXNZIoS8VgTcWmQWc
2•lukeplato•28m ago•0 comments

Time, Layers, and Climate Futures: A Conversation with Dr. Gavin A. Schmidt

https://worldsensorium.com/time-layers-and-climate-futures-a-conversation-with-dr-gavin-a-schmidt/
1•dnetesn•28m ago•0 comments

The Ochre Origins of Art

https://nautil.us/the-ochre-origins-of-art-1247923/
1•dnetesn•30m ago•0 comments

System Security Adversarial Capability Eval of iOS, Android, HarmonyOS (2024)

https://www.darknavy.org/blog/avss_report_kernel/
1•transpute•32m ago•0 comments

Multicloudj – open-source by Salesforce for open cloud development in Java

https://github.com/salesforce/multicloudj
1•palsandeep•35m ago•0 comments

Foundation-SEC-8B Instruct Model (64k context)

https://huggingface.co/fdtn-ai/Foundation-Sec-1.1-8B-Instruct
2•radii-llm•35m ago•0 comments

Paul Graham Isn't a Simple Writer, and Here Are Some of His Cool Tricks

https://sashachapin.substack.com/p/paul-graham-isnt-a-simple-writer
2•eatitraw•36m ago•0 comments

Kismet: Open-source vibecoding agent for your vibecoding platform

https://www.getkismet.xyz
1•samxkj•36m ago•0 comments

Monotype font licencing shake-down

https://www.insanityworks.org/randomtangent/2025/11/14/monotype-font-licencing-shake-down
4•evolve2k•37m ago•0 comments
Open in hackernews

Show HN: Opperator – Build Claude Code–style local AI agents in your terminal

https://github.com/opper-ai/opperator
1•farouqaldori•1h ago
I’ve been working on Opperator, an open source framework for building and running general purpose AI agents locally from the terminal. It’s similar in spirit to Claude Code, but focused on automation rather than just coding.

You can create agents that organize files, generate or transform content, monitor APIs, or automate personal workflows. Each agent runs as its own local process with its own environment and can use any model you want, including local LLMs.

A background daemon handles everything: it manages agent lifecycles, logging, persistence, and secrets. On top of that, there’s a terminal interface for interacting with agents and a lightweight Python SDK for defining their logic.

For example, you can say “create an agent that looks at my screenshots folder and renames files based on what’s in the image.” The built-in Builder agent scaffolds the code, installs dependencies, and lets you iterate live without restarting. Of course, you can also write or refine agents manually with tools like Cursor, Codex, or any other code assistant.

GitHub: https://github.com/opper-ai/opperator Docs: https://docs.opper.ai/opperator

I’m interested in whether this idea resonates with others who like working locally and building personal automation systems. Feedback, use cases, or architectural critiques are all welcome.