395 results for hering · 2.820s

News for “hering”
19 results • 2814 ms server time
Moozonian News
news.ycombinator.com• Aug 17, 2026• 1 min read
An Open Protocol for Knowledge/Memory ManagementRecently, I got to thinking about what it might look like to open-source the core fundamentals of my AllSign project. As I fell further and further down that conceptual rabbit hole, it occurred to me that those core fundamentals are actually a really good solution to a problem I saw with agent memory.I read this paper called "Filesystem-Based Memory for LLM Agents", https://arxiv.org/pdf/2607.26637, which concluded (rightfully so) that "information gathering and organization does not automatically get you intelligence". I agree.I thought to myself, what's missing is "curation". Something has to decide what's worth keeping, what replaces what, what's true, and what quietly stopped being true.Knowledge/memory management that supports HITL and HOTL.Then I thought, what if those AllSign core fundamentals could be turned into an open protocol for actor-agnostic knowledge management?That led me to create the Facts protocol and Fact CLI.If you're curious, you can read more here: https://gist.
Moozonian News
sports.yahoo.com• Aug 17, 2026• 1 min read
Michael Wilbon says he’d consider continuing ‘PTI’ with Frank Isola if Tony Kornheiser retiresFor nearly a quarter century, Pardon the Interruption has endured on the strength of Tony Kornheiser and Michael Wilbon, weathering even a pandemic that exiled Kornheiser from the Washington studio for more than three years, until his triumphant in-person return in December 2023. While the 77-year-old Kornheiser’s in-studio appearances have become few and far between,…
Advertisement
Moozonian News
sports.yahoo.com• Aug 17, 2026• 1 min read
Mercury retire Diana Taurasi’s No. 3, welcome WNBA legend to Ring of HonorPHOENIX — The desert heat eclipsed 100 degrees Sunday afternoon, but it didn’t stop the crowds of fans from gathering outside of Mortgage Matchup Center for Diana Taurasi. Most donned her jersey in anticipation of the halftime ceremony where the Phoenix Mercury would retire Taurasi’s No. 3, which the guard wore throughout her storied WNBA career. “Today feels different,” Taurasi said before the Me...
Moozonian News
news.google.com• Aug 15, 2026• 1 min read
Jersey Shore town bans minors from beach, public spaces in curfew crackdownJersey Shore town bans minors from beach, public spaces in curfew crackdown  New York PostCape May, New Jersey, passes new curfew for kids and teens following unruly behavior  CBS NewsCurfew for minors takes effect in Cape May, New Jersey amid concerns about late-night gatherings  6abc PhiladelphiaJersey Shore town tightens curfew for minors. ‘We do not want to be their babysitters.’  YahooNew cur...
Advertisement
Moozonian News
github.com• Aug 12, 2026• 1 min read
Show HN: Decant – Understand how you spend tokensHey HN - there are lots of tools to understand how many tokens you use and how much it costs, but we haven't found any that tell you where those tokens are going!Decant helps you understand what you are spending tokens on (context gathering, planning, code, chat, etc), so you can optimize it.
Moozonian News
github.com• Jul 30, 2026• 1 min read
Show HN: Local text, image, video, music and 3D from one CLI, no PythonHi HN! I'm the author of mere.run a local first inference runtime built around an installable CLI. I believe that whenever possible we should use the stuff we already own (like our Mac laptops, decent machines gathering dust, our gaming PC) and the limited electrical power we have easy access to, like the socket in the wall next to most of us. We shouldn't have to send our data to the cloud hoping some T&C will prevent it from being used in a way that we'd regret. Most of the local AI solutions are technical, involved, and land a curious body in some package hell. People are optimizing for one system and not another, the fun stuff is on PC if you own a Mac, and on Mac if you own a PC.So mere.run was my choice to begin to patch many of those things that I saw as problematic. Text, chat, code, image gen, speech tts+asr, vision (caption/ground/segment/track/pose/depth/face/OCR/etc), music, sfx, video, 2d->3d, persistent worlds, lora training plus a few more things I am probably forgetting
Moozonian News
github.com• Jul 21, 2026• 1 min read
Show HN: Qscreen – tmux-like session manager for Windows PowerShellI'm an indie developer and use both macOS and Windows for development. Most of my indie game work is done in Godot on Windows.I started using AI coding agents a few months ago, and one problem kept bothering me: Windows doesn't have a simple and reliable equivalent to tmux or screen. If I accidentally closed a terminal window, the agent session running inside it was gone too.I tried tmux through MSYS2. It sort of worked, but it would sometimes stop responding for no obvious reason.That's why I built qscreen. It provides the small subset of tmux features that I actually need, with native PowerShell support as the main goal. As long as the computer stays on and the qscreen daemon is still running, closing the terminal won't kill the session.Claude and Codex helped a lot while building this. I love these guys.Using qscreen is pretty easy. Download the `.exe` and run it. The commands I use most often are:qscn - creates a new session if there isn't one.qscn ls - list all sessions.qscn attac
Moozonian News
astrobservatories.com• Jul 16, 2026• 1 min read
Show HN: Astrobservatories – A map of observatories around the worldHello everyone I am an astronomy and astrophotography enthusiast. Lately I've had a weird obsession with observatories (like the Vera Rubin or the Extremely Large Telescope). However, I couldn't find a website that has all of them in a map or a comprehensive list. So it was the perfect opportunity to use my unused Fable 5 tokens. The list of the observatories I gathered using ChatGPT Deep Research with GPT 5.6 - Sol. As for the manual work, I will start gathering images for each observatory to upload, and also see if I have missed anything. Any input is appreciated
Advertisement
Moozonian News
fixbugs.ai• Jul 13, 2026• 1 min read
Show HN: FixBugs – Reproduce production bugs and verify fixesI built FixBugs, an agent that ingests the rich context surrounding production bugs to reproduce them in a sandbox and generate verified fixes. It's available in the form of a self-hosted VSCode extension and as a Github app:VSCode Extension: https://fixbugs.ai/go/vscode-extension - full code and data privacy. - zero data retention models opted out of training. GitHub App: https://fixbugs.ai/go/github-app - we do access your code temporarily. - pick a repo to install FixBugs on. What motivated me to build FixBugs were my years being on-call at Google and VMware. How many hours did I spend gathering logs, traces, reviewing metrics, and reading code only to find that,* Some context was missing.* The bug wasn't reproducible.* The alert was caused by a transient infrastructure issue.Too many. Inefficiency in investigating staging/production bugs has a real cost, and it's paid both by developers and customers.Current capabilities: - Reproduce the bug. - Identify the root cause. - Generate a