17,124 results for b side · 2.732s

News for “b side”
20 results • 2722 ms server time
Moozonian News
news.ycombinator.com• Jan 15, 2026• 1 min read
Forza Horizon 6 Just Slipped Through the Cracks and Everyone NoticedSome leaks come out of nowhere, posted on obscure forums, full of shaky claims and zero consequences. Others hit in the most unexpected way possible and instantly change the conversation. The Forza Horizon 6 leak clearly belongs to the second group.This was not an anonymous insider whispering on social media. It was not a misplaced document or a blurry photo. It was Forza Horizon 5 itself, a live, active game, briefly displaying promotional material for the next entry in the series. When that happens, it stops being easy to dismiss things as noise.And that is exactly why Forza Horizon 6 suddenly became one of the most talked-about games of 2026 without a single official announcement.When the current game gives away the next one The story starts in a strangely simple way. A player reports seeing an in-game pop-up while playing Forza Horizon 5. The message was not vague or teasing. It directly referenced Forza Horizon 6, complete with a release date and Premium Edition details.According
Moozonian News
news.ycombinator.com• Jan 15, 2026• 1 min read
Ask HN: How to overcome the limit of roles in LLM'sOur use case is not uncommon, we are developing tools so that people can install LLM's on their e-commerces.But there are some interesting challenges that I feel can't be solved unless inference providers allow us to include the concept additional entities in a conversation.As far as I know the three most basic ones shared alongside all providers are:- System- Assistant- UserThat's fine and it allows for simple conversational-based approaches (ChatGPT, Claude, Gemini, etc). However in our use case we allow our customers (not the final user who is talking with the AI) to configure the AI in different ways (personality, RAG, etc), which poses a problem.If we inject those customer settings in the System prompt then that's a risk because there might be conflicting prompts with our internal rules. So the easiest option is to "clean" the customer prompts before injecting them, but that feels hacky and just adds one more level of indirection. Cleaning the prompt and injecting it with common p
Advertisement
Moozonian News
opinora.com• Jan 14, 2026• 1 min read
Show HN: A discussion-first community for opinionsHi, I built a small experiment around discussions and opinions. Instead of a global feed, everything is organized into topic-based channels, so conversations stay contextual and don’t disappear over time.There’s no content yet — I’m sharing this at an early stage and looking for participants. The idea is to make disagreement readable, letting different viewpoints live side by side without optimizing for engagement or timelines.Thanks to anyone who takes a look or shares their thoughts.
Moozonian News
algomommy.com• Jan 14, 2026• 1 min read
Show HN: AlgoMommy – Organize video clips by talking while recording (macOS)If you record videos regularly and end up with a messy clips folder, I built a macOS app to help.AlgoMommy organizes raw video files into an existing folder hierarchy based on short spoken instructions you say inside the recording (e.g. “Hey Cleo, this is wedding B-roll - tag it green” or “Hey Cleo, this is a New York sunrise”). After recording, drop the clips into AlgoMommy; it listens for the instructions you said during recording and copies the files to the appropriate sub-folder.Download (DMG):- https://download.algomommy.com/app/macos/public/AlgoMommy-1....- 492 MB - most of this is WhisperKit, signed & notarized- sha256: de354d073467aece719433f170f1886c5ab781835e4caccc4054827ee3320ee5Demo video (48s):- Youtube: https://www.youtube.com/watch?v=Ucj-D9yOKBc- Raw MP4: https://download.algomommy.com/public/AlgoMommy.mp4Try it now:1) Install the DMG and log in with this shared demo account: user: hn@algomommy.com pass: hnpass2026 2) Choose a target root folder (you currently need to pr
Advertisement
Moozonian News
logicart.ai• Jan 14, 2026• 1 min read
Show HN: LogiCart – Agentic shopping using Generative UI (A2UI pattern)Hey HN, I’m the solo builder behind LogiCart.I recently refactored my frontend to use a Generative UI pattern (inspired by Google's new A2UI framework) because I realized a static chat interface fails for complex shopping intents.The Problem: A user buying a single item needs a completely different UX than a user planning a complex project. A standard "list of cards" doesn't work for both.The Solution: I built an Intent-to-UI engine where the LLM decides the interface structure based on the query.How the Logic Works:Intent Classification: The LLM first classifies the prompt into one of three modes.Dynamic Rendering: It returns a JSON schema that my custom React renderer maps to specific components:Single Item Intent (e.g., "Best Gaming Monitor"): Triggers a Comparison View. It renders a "Best Match" card with detailed specs alongside 3 alternatives for quick comparison.Bundle Intent (e.g., "Build an AMD Gaming PC"): Triggers a Grouped View. It clusters products by category (CPU, GPU, R
Advertisement