36,849 results for end · 2.625s

News for “end”
18 results • 2618 ms server time
Moozonian News
github.com• Jul 30, 2026• 1 min read
Show HN: Play SNES, gba, in your terminal, even in tmuxrom is a ~5k-line C libretro frontend that plays games in the terminal. It renders native pixels with the kitty graphics protocol in Ghostty or kitty, inline! even in tmux!Nine platforms: SNES, NES, GB/GBC, GBA, Genesis, PC Engine, N64, Doom/Heretic/Hexen, Wolfenstein. macOS and Linux, MIT.https://github.com/jhickner/rom
Moozonian News
news.ycombinator.com• Jul 30, 2026• 1 min read
Wrapper Company vs. Recursion CompanyDisclaimer: None of this was written with AIFor anybody who studied computer science, the worst problems were the recursion problems. It would haunt me every night. My dreams would be in recursion. Turtles all the way down, as my professor, Mike Scott, from UT Austin would say. You don't know the start, and you don't know the end. The only way to understand such an algorithm was to notice the patterns. Patterns that refused to reveal themselves. Before every exam, I hoped there would be no recursion. Before every interview, I hoped there would be no recursion.Now, I have to deal with recursion all the time. A.I. and large language models, when used to build applications, are a form of recursion that is self evolving. It is an addition to the OSI layer. The top of stack will be AI: recursion layer on the application layer. Eventually, we will find every stack will be recursing itself.Agents communicating with other applications. Agents getting loose on the networks. Agents building them
Moozonian News
news.ycombinator.com• Jul 30, 2026• 1 min read
What's Working for Adoption and Distribution of AI/SaaS Products in 2026?Building is (supposedly) easy and cheap. Media showcases the AI hits that grow faster than any company in history. YouTube "experts" are touting AI/SaaS tools that grew to $1m ARR within 3 months.But, that's only a small slice of the world. We have been building useful products that drive real results and our customers like...but, without big funding and limited people, we can't seem to rise above the noise to get any traction.So, for those without millions to spend (lose) on customer acquisition...what is working in 2026 to get a few users per day to give new tools a shot?
Moozonian News
apps.apple.com• Jul 30, 2026• 1 min read
Show HN: New App for Meta Display Smart GlassesThe Meta Display glasses very recently opened up their software to third party developers. So I made Keepers!Keepers uses your glasses camera to capture photos or videos every 10 seconds (configurable) and uses AI to judge if those are worth keeping (works in background and locked mode). There are other features like daily recaps, and the fact that these get stored directly onto your phone (something the glasses native camera does not do).iOS App: https://apps.apple.com/us/app/keepers-smart-glasses-camera/i...Android App: https://play.google.com/store/apps/details?id=com.ggaswint.k...Looking for users, feedback, new feature requests. I have already gotten tons of use out of this.Personally i don't like having to press the glasses button for a photo or video. I feel like it's laggy and i often don't catch the moments I want. This app allows me to turn it on, then go play with my daughter and at the end of our fun session I get a ton of photos and highlights of our time. I hope other's w
Moozonian News
bing.com• Jul 30, 2026• 1 min read
The Best Ceiling FansWe independently review everything we recommend. We may make money from the links on our site. Learn more› By Joshua Lyon Joshua Lyon is a writer covering furniture and home decor. He no longer thinks ...
Advertisement
Moozonian News
wrapped.vantezzen.io• Jul 30, 2026• 1 min read
Show HN: State of the Feed – TikTok usage analyzedHey HN, I'm the creator of "Wrapped for TikTok" - like Spotify Wrapped but for TikTok.Users can upload their TikTok data export to get a summary of their time on the platform, and can optionally donate their data to be used by academic research. We now have almost 17k users who donated their data. With "State of the Feed" I wanted to make some of the research happening behind the scenes more visible.The current research focussed on comparing 2024 to 2026 data, which showed some interesting downward-trends: time per video decreased, overall time on TikTok increased, bedtime went later.
Moozonian News
doodlea.day• Jul 30, 2026• 1 min read
Show HN: Doodlea.day – A daily step-by-step marker drawing lessonSeveral weeks ago, I wanted to draw a cowboy hat for a handmade birthday card, so I used ChatGPT to create a drawing tutorial for me. It was impressive how well the image generation was able to break down the end result into a step-by-step lesson, and this led to the idea of creating a daily AI-generated drawing lesson website.Doodlea.day is that. A fresh drawing lesson published most days.I've had some challenges keeping the lessons cumulative. For example, in the first few steps, a character's eyes might be looking to the right, but then in the last three steps the eyes swap to looking to the left. I've been tweaking the prompt and guidance to the point where most lessons are one-shot these days. All of the steps are generated together in a single contact sheet rather than one image at a time. Each panel has a controlled job, like silhouette, contour, features, detail, and finish, and there is a validation process that identifies and rejects broken lesson panels.The project is at a p
Moozonian News
github.com• Jul 30, 2026• 1 min read
Show HN: Open-Cowork – an open-source, model-agnostic computer-use agentHi HN,We built Open Cowork, an MIT-licensed desktop agent that can operate a computer through screenshots, mouse input, and keyboard input.We started working on this after using cowork-style computer agents for longer tasks. The interaction model was useful, but computer use burns through model calls much faster than chat: take a screenshot, decide what to do, perform an action, inspect the result, and repeat.We wanted to separate that agent loop from any one model or subscription.Open Cowork currently works with local models through Ollama and hosted models through providers including OpenAI, Anthropic, Google, xAI, Mistral, and OpenRouter. You can watch the agent’s actions as they happen and interrupt it during a run.The basic loop is:Capture the current screen Send the screenshot and task state to the model Parse the proposed action Execute the mouse or keyboard action Capture the resulting state Continue until completion, interruption, or a safety conditionTwo annoyingly common fai
Moozonian News
bing.com• Jul 30, 2026• 1 min read
Phillip BoykinHow many Broadway shows has Phillip Boykin been in? Phillip Boykin has appeared on Broadway in 6 shows. How many West End shows has Phillip Boykin been in? Phillip Boykin has appeared on London's West ...
Advertisement
Moozonian News
github.com• Jul 30, 2026• 1 min read
Show HN: Tuneloop – a local CLI for analyzing coding agent session transcriptsHey HN,I think session transcripts written by coding agents like Claude Code and Codex are very interesting because they offer a detailed window into how work gets shipped. You can see the sequence of decisions that resulted in the final PR, what the agent got wrong, tools used etc. So I built a cli that analyzes these sessions and provides a local dashboard that shows what each session shipped (PRs, features), how much each PR cost, and recommendations for more effective usage.Concretely, it enriches each session with:- Outcome links: merged PRs, features shipped, files changed- Granular cost attribution to outcomes- Task complexity- Agent autonomy- Work type- Key decisions- Tool error categoriesand across sessions, identifies:- Agent rework / re-steer themes- Patterns of deviations from best practicesCombined with the data already in the transcript like model, agent harness and repo, this data lets you answer questions like:- How much of my AI spend went into PR #2, or feature X?- Ar
Moozonian News
drugboatstrike.com• Jul 30, 2026• 1 min read
Show HN: Drug Boat, StrikeIt's been nearly a year since the Trump administration launched what we think is the single most impactful opioid policy initiative ever attempted in the decades-long crisis: blowing up boats in the Caribbean to end the fentanyl crisis.By the administration's own very accurate math, this operation has saved 1,650,000 American lives and only cost ~$2.7 billion. Add that to the 119 to 258 million lives saved from fentanyl during Trump 2.0's first 100 days in office, and this is by far the best drug policy we've ever seen.To celebrate this smashing achievement, we spent the last few months developing a new website and game.In Drug Boat, Strike!™the war on drugs is back, except this time, it's run by true patriots. Join pilots Pete, DJT, JD, & Little Marco as they work to protect America from fentanyl by blowing up boats that might be transporting cocaine.Rated M for Mature#Why is being posted on HN? 1. I check HN every day with the Harmonic app and I learn a lot from y'all. 2. We used Cla
Moozonian News
news.ycombinator.com• Jul 30, 2026• 1 min read
Show HN: Touchgrass, non-addictive social network, Fediverse and bsky-compatibleHi guysI'm trying to build a very opinionated social network interface, on top of the existing Fediverse and ATProto protocols, meaning people who are already on Mastodon, Bluesky, Pixelfed, etc. can just link their accounts; but the interface is fully based on non-addictive patterns.It started because I was way too addicted to social media myself and found myself scrolling Reels for hours on end. So I had to delete Facebook and Instagram. But I do want to be able to follow the life of the people that are important to me. I researched "the perfect product" for me and found two avenues: the protocols and the niche networks.The protocols (ActivityPub/Fediverse & ATProto/Atmosphere) are very useful because they break silo's, but the interfaces currently built on them are not what I was looking for. They mimic Twitter and Instagram, while I was more interested in a true friend-focused, less content-focused interface. More classic Facebook, basically. Some niche apps were good too, but they
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
Advertisement
Moozonian News
bing.com• Jul 30, 2026• 1 min read
Best Crypto Exchanges and Apps for August 2026We independently evaluate all of our recommendations. If you click on links we provide, we may receive compensation. Alex is a banker-turned-bitcoiner who ditched the bond trading desk for working ...