12,053 results for Round · 2.731s

News for “Round”
17 results • 2728 ms server time
Moozonian News
bigfootsbc.ca• Jul 21, 2026• 1 min read
Show HN: An interactive game of British ColumbiaI recently drove through the beautiful lands of British Columbia. I've called this place home for a better part of 20 years, and I realized that I know very little outside the little bubble that I live in.So I created this interactive map/game where you play as the Sasquatch, roaming the land and discovering hidden gems, towns, and other wildlife. You can read up on the town's story, view pictures to get a sense of what they look like, and stuff like that.I wanted to put this out there for those who are curious about our lovely province and enjoy roaming around.I am a software developer, but this app is vibe-coded. I do believe that this kind of usage of AI is fantastic--to better understand the world around us through immersive simulation.Let me know what you guys think!
Moozonian News
machinations.tpk.gg• Jul 21, 2026• 1 min read
Show HN: Machinations – a multiplayer strategy game where LLM is the game masterI started by thinking about the game mechanics I actually wanted to see. I come from a long background in diceless tabletop RPGs, and what I loved about them was the GM improvising, making rulings on the spot. When LLMs came along, I saw a chance to build a mechanic that worked like that.But LLMs on their own are bad at it. They regress toward the mean and they try too hard to please the player. Nobody ever really fails. So I built a system (I won't name it, I'm not here to self-promote) around a 3d10 bell curve of outcomes. The dice decide how well an attempt goes, across a whole spread of grades from disastrous to legendary, and the LLM has to narrate whatever the dice say. That forces it to produce results the player won't like, which is where the drama comes from.With that in hand, I could resolve any conflict narratively. Two characters chasing the same goal, one trying to kill or rob the other, whatever. The roll leans the story in one direction or the other. Then I realized I ne
Moozonian News
meltbox.ai• Jul 21, 2026• 1 min read
Show HN: Meltbox – where your agents send you briefsEasy to try even without an account! Would love all feedback.Hey all, I'm building Meltbox as a better human in the loop system. It's a way to centralize all of the decisions you need to make into context-rich briefs in a system built for fast human review.[Why]Something major changed recently. Agents have gotten even better and even faster at building apps / sites / dashboards / etc... and that's changed my development workflow in a major way.I often have my agents build an entire app/dashboard just to make ONE DECISION.It's no longer just building the product. It's building throwaway internal apps on the fly to help me build the product.So I built Meltbox as a home for those things. Some are throwaway briefs while others stick around as custom dashboards.[How it Works]- Go to https://meltbox.ai and an immediate workspace is spun up for you- Copy/paste the invite link to your agent (Claude Code / Codex / etc...)- The agent gets instructions on redeeming its access token and accessing
Moozonian News
github.com• Jul 21, 2026• 1 min read
Show HN: TunD. Make friends' PCs appear on the same VLANHi HN! A few friends and I tried playing the video game Artemis (the fully cooperative Spaceship Bridge Simulator) together over LAN. For some reason, we couldn't all connect to the same network, so we decided to try using some free tool that would let us join the same virtual LAN without too much configuration (me and one other person were the only technical ones, and we had to explain it to other people who deliberately don't feel like learning technical stuff). The problem was that since we had different platforms (some on Windows, some on Mac, some on GNU/Linux), we couldn't find common ground, just wasted time. That's where the bet to try rewriting a virtual LAN generator that did more or less the same things came from (with the due/necessary limitations, but that would fulfill our main purpose), and that's how TunD was born:https://danterolle.github.io/tund/One machine runs as the hub, the others join as clients, and each gets a 10.9.0.x address. It uses UDP, supports basic IPv4
Advertisement
Moozonian News
playanimalis.com• Jul 21, 2026• 1 min read
Show HN: A game to get people out in nature and appreciating wild animalsIt's basically Pokémon GO combined with iNaturalist. So far, thousands of animals have been captured by hundreds players worldwide.The clever innovation I've done is that the game started with an empty database. The game map is procedurally generated based on the map of the real world. In-game locations are real shops and parks around you in your town/city. The further you go into nature, away from towns & cities, the higher level the animals are when you encounter them.Animal assets in-game are generated on the fly the first time a user encounters that species. That includes the full growth chain, caterpillar > chrysalis > butterfly, plus dimorphic sexes, male & female lions look different, and morphs, e.g. worker/soldier/queen ants. You can also even catch your pet and it identifies the breed, so you can play with your real pet in-game.The game is free to play, available on iOS & Android. Let me know what cool species you catch and happy adventuring!
Moozonian News
loopweave.specr.net• Jul 21, 2026• 1 min read
Show HN: Loopweave – Extract seamless loops from audio filesI’m constantly hunting for high‑quality repeating loops to use as ambience in games, videos, and other projects (weather sounds, background atmospheres, etc) so I made this tool that lets you drop in a longer audio file and automatically extract periodic, looping waveforms.I'm a huge fan of video textures (i.e. seamlessly looping videos), but I couldn't find a simple equivalent for quickly creating audio equivalents.It’s not perfect, but it’s already saved me a great deal of time.Open sourcehttps://github.com/scpedicini/loopweave
Moozonian News
montesheet.com• Jul 21, 2026• 1 min read
Show HN: MonteSheet – 100k Monte Carlo runs in ~1.9s in Google SheetsPushing Svelte and Google Apps Script to the limit.Built this Monte Carlo simulation suite that clones the spreadsheet's formula graph (using fast-formula-parser) and runs statistical analysis in sidebar V8. No server round trip or data leaks.What's interesting: uses Vite to bundle the Svelte UI and math into a 1.5Mb Index.html that Sheets sidebar renders. `bun ship` -> refresh sidebar.Also mulberry32 for reproducible sim runs to "work on my machine."The math is open source: https://www.npmjs.com/package/@veenie/riskTry out the addon in GSheets https://workspace.google.com/u/0/marketplace/app/montesheet/...Would love some feedback from the finance heads among you. Load examples and break 'em apart!
Moozonian News
whimpop.com• Jul 21, 2026• 1 min read
Show HN: WhimPop – A macOS menu that pops up under your cursorHold down the right mouse button (or two fingers on a trackpad) and a panel opens at your cursor. Clipboard history, snippets, favorite apps, folders, files, and a timer. A short right-click still shows the normal context menu, so nothing about everyday clicking changes. The panel never takes focus, so pasting lands in the app you were just using.The reason I made this was because I wanted to have a launcher that could be shown where my cursor was without having to reach for the keyboard if I was already using the mouse, and without having to give up any of my existing buttons.Since then I’ve also added keyboard support (so I don’t have to reach for the mouse while having my hands on the keyboard). Being able to change the appearance of the app was important to me so it’s possible to change themes, fonts, number of columns and more.It’s made with C# / .NET 10 with NativeAOT and AppKit. The app is fully native (no Electron or web views) and only around 10 MB on disk.Pressing Space opens
Moozonian News
calyxa.app• Jul 21, 2026• 1 min read
Show HN: Calyxa – Browser Native AI tutor solving the "cheating" problemHi! I'm Darcy, a current high school senior from SoCal.Calyxa is a chrome extension tutor that teaches directly on the student's homework screen with adaptive engine. Here's why I built it:During my past 3 years in high school, I witnessed how classmates around me adopted the AI trend in Edtech. From ChatGPT to Photomath, they now become what are the must-haves to do homework fast. Despite being in a relatively competitive school, probably 95% of my classmates have used AI tools to cheat in some ways, usually either writing their essays for them or giving them answers to the calculus problems they're stuck on.I used AI to "cheat" too. However, whenever I use them to scan my math problem, I tried to read through the solution steps so I can truly understand and prepare for the test. AI is helpful to me for understanding quickly without having to call the math teacher over to my table for every small questions, but almost all my classmates used it as shortcut.This is why I built Calyxa. I
Advertisement
Moozonian News
portraify.app• Jul 21, 2026• 1 min read
Show HN: Turn casual photos into professional headshots with AIA while back I needed an ID photo for something urgent. The only way to get one was to find a photo studio, book a time, and wait around for it to be printed, and just one set cost about $13 (converted from my local currency). With how far AI has come, I felt like this should be easier and cheaper by now.So, I built Portraify. It turns 1–3 casual photos into professional headshots, and also does US passport photos and 1-inch / 2-inch ID photos.The thing I cared most about was likeness. A headshot or an ID photo is only useful if it actually looks like you, otherwise there's no point. So the AI is tuned to reproduce the real you, no beautifying, no de-aging. It also checks your input photos before generating (lighting, sharpness, face visibility), so you don't waste a generation on a photo that was never going to work.I know people care a lot about uploading their face to some random AI tool, so to be clear: input photos are processed in memory and discarded after generation. They're ne
Moozonian News
useekko.app• Jul 21, 2026• 1 min read
Show HN: Ekko – post-quantum E2EE layer for Instagram, WhatsApp, Telegram WebHi everyone,I am a big privacy activist and the amount of privacy concerns in the internet with the discussions around European Chat Control, Meta removing e2ee in Instagram and corporations harvesting personal data for AI training is on the rise. The closed source social media companies keep managing and storing our private keys, allowing them to effectively access all of our personal communications..Many open source alternatives exist, but the problem I kept running into was not a lack of good private messengers. Signal, SimpleX, and other projects already do important workThe problem was getting the people to move.A messenger is only useful when the person you need to reach is there. Asking friends, family, coworkers, or customers to abandon their existing chats is a very high barrier.Ekko takes a different approach. It runs as a browser extension on top of existing messengers. Both people still need Ekko, but they do not need to move their conversation. You can continue using the I
Moozonian News
pouncedomains.com• Jul 21, 2026• 1 min read
Show HN: PounceDomains – Domain discovery and sniping for Namecheap MarketplaceI built PounceDomains to find undervalued domains on the Namecheap Marketplace before others.It scans domain auctions based on your configurations around the clock, AI-scores each candidate against your buying strategy, enriches matches with authority/backlink/demand data.Free plan available. And 14-day free trial of Pro plans.It also includes a sister app PounceDrops which allows you to scan, filter, and analyze domain drop lists including the .app and .dev namespace.Feedback welcome.
Moozonian News
news.ycombinator.com• Jul 20, 2026• 1 min read
Show HN: Follow primary sources, and know firstHello all --Want to share a new project I just launched. (https://pro.forth.news)Forth Pro is a platform to monitor and be alerted to newsworthy primary sources' updates, as soon as they happen.Your success hinges on your ability to react quickly to external events. Speed and reliability are paramount, when you need to get ahead of a story, respond to a new regulation or policy, or prepare for natural disasters.To confidently know first, you need to hear it from the source.Look through news articles covering the top stories; the outlet does not matter. Not just the headlines, but deep in the article, and look for sourcing. A big share of these articles will be based around an update that was pushed to reporters in some form of press release, or posted to certain places online for journalists to constantly check.The problem is that there are too many of these to keep tabs on. Subscribing to email lists, finding and constantly refreshing webpages – including some that may only have a per