36,848 results for end · 2.863s

News for “end”
19 results • 2858 ms server time
Moozonian News
github.com• Jul 14, 2026• 1 min read
Show HN: I MitM'd Plex to make remote streaming suck lessI've been hoarding media for a long time. Longer than I care to think about honestly. At this point the collection is large enough that several of the friends and family members I've shared my Plex server with have cancelled their streaming service subscriptions.After getting laid off a while back, I started working on a degree online. It seemed like a good opportunity to spend some time traveling too, so I signed up for Starlink and got a friend to host my Plex server in his basement for the duration. Surely that would be good enough to watch whatever from where-ever.Turns out that no, it's not. Plex really doesn't like streaming over Starlink. It would top out at 8-9mbps in good conditions, often dropping down to 2 or 3, while other streams and downloads would happily hum along at 100mbps+.I spent a little time looking into the issue early on. None of the remote or server network changes I could think of made a noticable difference. Customizing Plex's internal MPV configuration to in
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
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
Ask HN: Does appearance matter more than we admit as founders?I’ve been thinking about something that feels a little taboo to talk about.Founders spend a lot of time trying to improve themselves outside of work—getting in shape, improving how they communicate, dressing better, whitening their teeth, getting LASIK, fixing hair loss, working on executive presence, etc.None of those things directly make the product better, but they can absolutely change how you’re perceived, and maybe even how you perceive yourself.I’m curious whether people think appearance (or more broadly, how you present yourself) has become a bigger part of the job than it used to be. Is it because we’re constantly on Zoom, podcasts, conference stages, and social media? Or has it always mattered and we’re just more willing to talk about it now?For those who’ve made one of these changes, did it actually have an impact? Not just personally, but professionally. Did it change your confidence? Fundraising? Hiring? Sales? Networking? Dating? Or was the biggest change simply how you f
Advertisement
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
Claudio? Why we need and open source ClaudeImagine if operating systems, browsers, or databases had evolved with only closed systems. We wouldn’t have the internet we know today.AI needs world-class open alternatives to great tech.In response to this, we’ve been busy building Mindshub. A high quality, open-source AI coworker you can truly make your own. Where we know. Good enough wasn’t an option. You can check it out inhttps://github.com/mindsdb/mindshubInspect it. Modify it. Extend it. Fork it. Make it uniquely yours. Call it Claudio if you want ;)Choose any model, open or proprietary. Pick and customize the open-source agent that fits your workflow. Connect your own tools. Keep your data where you want it.We’d love your feedback.
Moozonian News
github.com• Jul 13, 2026• 1 min read
Show HN: kassette – Durable agent workflows backed by object storageAgent runs often fail after expensive model calls and executing tools that have real-world side effects. This problem is made even worse by how common it is to deploy agents to serverless environments. When your agent dies, it needs to be restarted, but doing so safely isn't easy and everyone building agents has to solve this same problem of durability.The stack you're running probably already has half of what you need for durable execution already though, ie, a queue or job runner that can invoke work at least once. kassette gives you the other half by journaling completed steps to object storage (or a filesystem) so that it can replay them when you retry the same run again. This means you can have durability without having to add a workflow service or even a SQL database.kassette is a tiny, zero-dependency TypeScript library that you can use to build agentic workflows that are just ordinary async functions. Each object storage backed run is a single object that serializes appends via
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
Ask HN: Should I do a CS masters at Cambridge or start as a new grad at Amazon?Basically what the title says. I'm in the very fortunate position to be able to decide between the two trajectories. What do you recommend if my goals are flexibility and money in the long term?EDIT: It's very funny, I've asked the same thing on Reddit and over there 14 out of 15 comments advised me to take the job offer and here on HN the first 3 out of 3 comments tell me to do the masters
Moozonian News
github.com• Jul 13, 2026• 1 min read
Show HN: AffineUI a 2 file C++ GPU/HTML5 UI that can replace ElectronI thought this might be useful to C++ engineers working on games, graphics, content in C++ looking for a good lightweight html5 Electron style UI engine. AffineUI is deeply optimized and meant to run as close to 120hz as possible, but supports (most) of html5 and is easy to integrate with your app. It also is highly crash resistant using weakrefs, handles, etc. to avoid footguns.A zero-dep drop in lib that could be a cross between DearIMGUI and Electron. A full featured GPU accelerated html5 rendering engine you can drop into any C++ project with two files (cpp/h) that adds a gpu accellerated html5 Electron style render plus a Gradio style UI component framework.Just main.cpp, affine.cpp and affine.h and you have yourself an app that's about 1/100th the size of the average Electron beast. I built it as a nicer (but somewhat larger) replacement for DearIMGUI that had full CSS/HTML5 compatibility for graphics apps I've been working on.Also available as a python library (pip install affin
Moozonian News
github.com• Jul 13, 2026• 1 min read
Show HN: Clay Seal Identity – Agents need accountabilityAI agents are starting to get real access like GitHub tokens, cloud credentials, customer data, deploy permissions. Not coincidentally, the rate of major cybersecurity incidents is rising rapidly. See for yourself: https://epoch.ai/data/cve?view=graph https://genai.owasp.org/resource/state-of-agentic-ai-securit... My friend and I, both AI researchers, are working on fixing this through an open-source project we've just started called Clay Seal.We've started with a simple version of Identity: an open-source way to issue short-lived, verifiable identities to AI agents. We're working on several experimental components, including runtime query-based capability scoping for agents, followed by AML-inspired suspicious behavior detection, to replace the antiquated system of static sandboxes most AI tools run on. These tools will enable you to protect yourself from many classes of attacks and are, based on our testing, performing quite well on public benchmarks (which we'll publish soon when we
Advertisement
Moozonian News
github.com• Jul 13, 2026• 1 min read
Show HN: Containerized AI development with cross-compatibilityI need to study different harnesses CLI, and to find a way to switch from one provider to another.I built a template repository to govern your AI chats with more grip than usual. It leverages PI.dev coding agent and an aggressive isolation done with Docker + VS CodeSo far works on Linux and MacOS, and should also works on WSL2.The project uses a container to run your preferred AI harnesses CLI. The container is optional, but protect your disk from bad things (I noticed rm -rf is always the preferred removal command of Deepseek :) a bit scary)I am slowly extending it, aiming at- reduce token usage - ability to install extra skill via pi.dev - experimenting with variants (like AWS AI-SDLC v1).Please feel free to comment and give me hints.
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
Show HN: Biscotti – on-device meeting transcription for macOShttps://github.com/scosman/BiscottiI got tired of Electron meeting-transcription apps that upload my private audio to a server to do transcription/summary my MacBook could do locally in seconds. So I built Biscotti: a free, local meeting recorder. Calendar integration, voice isolation, speaker ID, AI summaries, native UI — and nothing ever leaves your device.It's completely private: all AI runs locally, all data stored locally, nothing leaves your device, no cloud. It's native macOS (SwiftUI, not Electron), so it's smaller, faster, and more intuitive. And no bot ever joins your call - it uses system audio APIs, so it works with every app.It integrates deeply with your Mac. It watches for meetings via audio APIs and offers to record when one starts, then automatically stops when the meeting ends (cancelable). It reads your calendar to see upcoming meetings, offers to start recording when they begin, and uses that metadata to help identify speakers. Speaker ID combines diarization, calen
Moozonian News
hackney.app• Jul 13, 2026• 1 min read
Show HN: Hackney – Compare Uber, Lyft, Waymo, and Robotaxi PricesI created an app that compares real-time prices and wait times across Uber, Lyft, Waymo, Tesla Robotaxi, Curb, and Empower. It shows you all ride options in one list, then once you’re ready to book, it deeplinks you to the provider’s app with the route pre-filled.Edit: Here's a demo video: https://www.youtube.com/watch?v=VV8PEAjxwQII reverse-engineered ride-hailing mobile apps to understand how they fetch prices from their servers. You sign in to my app with your ride-hailing accounts, and then my app requests live prices from the same APIs that ride-hailing apps use. Importantly, my app is built using an on-device approach: the app on your phone stores authentication tokens locally and sends network requests directly to each ride-hailing company’s servers. This keeps your accounts private. I wrote a blog post showing network requests sent by my app, which you can verify yourself: https://blog.hackney.app/p/how-hackney-worksThis seems like an obvious app. Why doesn’t it already exist?
Moozonian News
bing.com• Jul 13, 2026• 1 min read
The Best Ice Cream ScoopWe independently review everything we recommend. We may make money from the links on our site. Learn more› By Lesley Stockton and Abigail Bailey After a recent round of testing, we’ve added three new ...
Moozonian News
bing.com• Jul 13, 2026• 1 min read
Best Tax Software for 2026We independently evaluate all of our recommendations. If you click on links we provide, we may receive compensation. Lars Peterson joined Investopedia in 2023 as a senior editor of financial product ...
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
SVIEW – 100M Large-Scale Grid & SQLite-free Pivot on an 11yo laptop▶ Live Demo URL : http://124.60.235.167▶ 100M Rows Large-Scale Data Grid Demo : https://youtu.be/B9g5eS67lgI▶ SQLite-free Independent Pivot Engine Demo : https://youtu.be/kogwYZtLBp8▶ Optimized Gantt Chart Infrastructure Demo : https://youtu.be/woAFZVRlaP4▶ Global Business Inquiries Email : iamtheman@naver.com#LargeScaleGrid #PivotEngine #BinaryFilter #InMemoryPivot #ProprietaryTech #ScalpingTrade #GanttChart #VanillaJS #100MillionData #BigData #SVIEWHey HN,I engineered an independent vanilla JavaScript UI framework (SVIEW) that completely bypasses the browser's 6GB sandbox memory limits to render, filter, and pivot 100,000,000 massive enterprise rows smoothly with zero memory leaks.The fun part? The live demo server is hosted on an absolute ancient legacy laptop from 11 years ago: * Intel® Core™ 5700HQ CPU, DDR4 16GB 1600MHzSince SVIEW operates with 100% client-side dominance, the server does zero computational work—it simply acts as a raw MariaDB repository chunking data. The multi-d
Advertisement
Moozonian News
bing.com• Jul 13, 2026• 1 min read
The best On walking shoes, according to expertsFinding the best On walking shoes depends on what your needs are. It’s always best to check with a doctor or podiatrist for their recommendations, especially if you have any foot deformities or pain ...
Moozonian News
news.ycombinator.com• Jul 13, 2026• 1 min read
Show HN: OSS Web Based AI Video Studio (Vivijure)Hello Everyone!So I wanted to introduce everyone to an AGPL-3.0 OSS, free forever, AI Video Studio that I've been working on for the past few months called "Vivijure." Vivijure is a web based modular frontend that allows you to collaborate with AI to plan your videos, create images of your cast members and generate all the images for a full LoRA training set, and render your videos either on your own iron (LTX Video) or rent by the second serverless workers (Wan 2.2). It also has integration with several Cloud i2v providers through the interface and everything gets planned in a standard storyboard.json format. I've integrated Real-ESRGAN for video upscaling, MuseTalk for lip syncing your characters to their spoken lines, audio upscaling for speech (GPU based) and music (CPU based). The really cool thing that I've implemented for the design is it's not wasteful when it comes to your GPU spend, anything that can be done by a CPU only, Vivijure routes the job to one of its CPU worker pods