18,140 results for our

news.ycombinator.com
Ask HN: What is next after your launch doesn't go as planned?https://news.ycombinator.com/item?id=49298326Nobody talks about the week after a launch that lands flat.You refresh the analytics. A few hundred visitors, a handful of signups, and then nothing. And the questions start. Was it the timing? The wording on the landing page? The video? Or is it the product, the one you spent months building and thought you had validated?That last one is the one that actually hurts, because it makes you rethink every decision you were confident about a week ago.I think the answer is to go back to the data and find the leak. Whether people arrived, whether they understood it, whether they tried it, whether they came back. Each of those failing means something completely different and most of us collapse them into "the launch failed."But I've only done this a couple of times and I'd rather learn from people who have done it more. If you've had a launch go nowhere: what did you actually change, and how did you work out which part was broken? Did anyone here find that the problem was genuinely the product
Aug 14, 2026 1:21 PM
theverge.com
How to take better photos of your petshttps://www.theverge.com/tech/970021/how-to-take-better-pet-photosMeet Noodle and Loaf, aka Carb Cats. | Image: The Verge, Getty Images Like the pets of any self-respecting millennial, my cats have their own Instagram account. Noodle and Loaf - aka Carb Cats - aren't exactly celebrities. But they are used to having their photos taken a lot. Between their Instagram account, my regular need to test smartphone cameras, and the fact that they are two adorable idio...
Aug 14, 2026 12:23 PM
remarc.app
Show HN: Remarc – comment on anything on your screen and send it to your agenthttps://remarc.app/Like any side project, Remarc had its innocent beginnings in my own problem — there was no good way to provide contextual feedback to AI agents on their own output.Social media may make building with AI seem like this: ask for the thing, blindly approve the plan, get the thing. Post “omg claude just one-shotted blah”. Profit.But if you’ve ever worked on a real product, you know nothing good is ever one-shotted. Every PRD, design, and build goes through dozens of feedback loops and iterations. That’s how you get from something that works to something actually good.There are a plethora of tools for collaborating with humans, but surprisingly little for collaborating with AI. Chat just wasn’t cutting it for the kind of contextual feedback I wanted to give my agents.This thing in the implementation plan? Change it to that. What did you mean here? See this button? Here’s a screenshot, I circled it — it’s missing a hover state. This sentence in the 3rd paragraph? Rephrase it.If you’re an opi
Aug 13, 2026 3:39 PM
bing.com
26 Amazon Fall Fashion Finds Worth Your Money, According to Editorshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8a41dd573044a89e97449e2dccdafa&url=https%3A%2F%2Fwww.elle.com%2Ffashion%2Fshopping%2Fa73403002%2Famazon-fall-fashion-2026%2F&c=1856950838429813592&mkt=en-usIt’s hardly controversial to say that fall is the best time of year for fashion. Between luxe textures like suede and cashmere, inspiration fresh off the runways, and the fact that it’s finally cool ...
Aug 13, 2026 1:37 PM
stackdome.com
Show HN: Stackdome – An open source self-hostable Railway alternative on K8shttps://stackdome.comHello Hacker News, this is Ashish.We started building Stackdome in 2024 as a hobby project. The idea was to package the tooling in the CNCF/cloud-native ecosystem into an opinionated platform, so that developers can get a well engineered platform without learning Kubernetes YAMLology or a dozen other projects from the CNCF landscape.Railway and Render did this well for their hosted products. I wanted to bring that level of polish and DX to something you can self-host. Stackdome uses Kubernetes underneath, but it's completely transparent to users. (I have some ideas for an expert mode that exposes more of the bells and whistles.)My day job involves working with cloud native technologies, and it made me appreciate how much is already solved by Kubernetes and the tooling around it. If you are already running Kubernetes, Stackdome is something you can adopt incrementally. (I have some ideas around adopting already-running workloads.)Features:- First class support for multi-service applicat
Aug 13, 2026 12:43 PM
news.ycombinator.com
A ship fired a distress flare as fireworks. A ship went: This is our Christmashttps://news.ycombinator.com/item?id=49282940I'm a navigation officer on commercial ships, seven years at sea. Two things here that might interest you.First, promotion in the merchant service runs almost entirely on competency. Self-marketing, like a perfect CV, barely helps. Competency, like taking action during man overboard, mattered far more.Second: on Christmas night, a ship fired a rocket parachute flare. Hundreds of ships saw it. That's a distress signal. Every vessel that sees one is obligated to report it. The radio played Christmas carols instead.—11pm. I was standing watch when I heard footsteps behind the curtains. A tall, broad-shouldered silhouette came out. Captain T. The sea was empty, and he had come up simply to look at it.He told me about a competition with his dear friend who, alongside him, took to the sea. Same age, but his friend was the academy's honor student, Captain T. second by 0.02 CGPA. Graduating, they each bet $10,000 on who would first reach Captaincy.His friend became an oil tanker Captain at 29,
Aug 13, 2026 7:55 AM
github.com
Show HN: Tmux-agent-switcher: see which Claude/Codex agents need your attentionhttps://github.com/Ymirke/tmux-agent-switcherSince the start of this year I've coded pretty much exclusively by running multiple AI agents in parallel.Having tried a bunch of tools for managing them, I kept coming back to tmux. This is becaues I want to run them on a separate machine as I like being able to close my laptop, or even have long running tasks continue even if I board a flight without WiFi.So I built tmux-agent-switcher, a tmux plugin that gives me a better overview of all of them without replacing tmux as the core tech for managing processes on the server.Ctrl+n opens a sidebar showing windows across all sessions. The sidebar shows the agent's state as icons. After selecting an Idle session it also checkmarks it, so you get indicator if you've seen it or not. It also has Vim and "number-based" navigation styles.I didn't want to make a wrapper that would own how agents are launched, so I still run claude or codex normally. The plugin passively looks at tmux metadata, and visible terminal output to infer the agent stat
Aug 12, 2026 8:53 PM