17,124 results for b side · 2.529s

News for “b side”
18 results • 2523 ms server time
Moozonian News
bing.com• Jan 18, 2026• 1 min read
The 9 best hand creams for dry, cracked handsIt's an unfortunate side effect of winter: dry, cracked hands. While you may be able to get away with skipping hand cream in the warmer months, that's just not going to work in winter. Why is this ...
Moozonian News
news.ycombinator.com• Jan 18, 2026• 1 min read
Ask HN: Is replacing an enterprise product with LLMs a realistic strategy?I’m looking for perspectives from people who have actually built or operated long-lived enterprise software.Context (kept intentionally generic):We have a mature, revenue-generating enterprise application that’s been in production for years.Semi-technical leadership (with no engineering background) is aggressively considering spinning up a new product, built using LLM-driven tools (AI code generation, rapid prototyping, etc.), with the belief that:modern AI tooling dramatically reduces build cost, LLMs are going to improve in the futurethe new system is an attempt to replicate most of what an established competitor built over ~10 yearscustomers can optionally migrate over time (old system remains supported)software-only product that aims to replace all of the current application's operational complexity with a goal to make it resellable product.early vibe coded demos created with LLM tools are a good proxy for eventual production readinessThe pitch to ownership is that this can be done
Advertisement
Moozonian News
bing.com• Jan 17, 2026• 1 min read
4 Forgotten B-Sides From the 1990s That Need To Be RememberedRock music in the 1990s borrowed heavily from the 1960s. And the importance of B-sides is one example. Additionally, many focus tracks were released as maxi singles containing two B-sides. These ...
Moozonian News
github.com• Jan 17, 2026• 1 min read
Show HN: Reddit GDPR Export Viewer – Built After Ban, Unban, RebanShow HN: Reddit GDPR Export Viewer – Built After Getting Hacked, Reinstated, Then Banned AgainA few months ago, I posted here about getting my 10-year Reddit account hacked despite 2FA: https://news.ycombinator.com/item?id=45484294The likely culprit: session cookie theft via a malicious browser extension, possibly linked to the ShadyPanda campaign that infected 4.3M browsers.Reddit eventually reinstated my account with zero explanation. Then, exactly one month later, they banned me again – permanently, with no reason given and no appeal process.This drove home a lesson: platforms can and will revoke your access arbitrarily, taking years of contributions with them. So I requested my GDPR data export. What I received was not really usable: raw CSV files with no way to meaningfully browse a decade of comments, posts, and activity.So I built this: https://github.com/guilamu/reddit-gdpr-export-viewerIt's a pure client-side viewer – zero backend, your data never leaves your machine. Open the
Advertisement
Moozonian News
bloghunter.se• Jan 15, 2026• 1 min read
Show HN: BlogHunter – Generate and host SEO blog posts with AIHi HN,I'm the creator of BlogHunter. I built this because I have several side projects that needed SEO traffic, but I kept burning out trying to maintain active blogs for all of them. I wanted a "set it and forget it" solution that handled everything from generation to hosting.What it is: BlogHunter is a platform where you input topics/keywords, and it generates full-length, formatted blog posts using LLMs at scaleIt then hosts these blogs for you (no WordPress/Ghost required).It's definitely not for "thought leadership" pieces that require deep personal insight, but for top-of-funnel SEO content and filling out topic clusters, it's been working really well for me.Would love to hear your feedback on the generated content quality and the platform itself!Link: https://bloghunter.se
Moozonian News
talkmate.online• Jan 15, 2026• 1 min read
Show HN: TalkMate – Someone to Talk To, AnytimeI work alone. I travel constantly:- Bangkok, Dubai, Singapore, Vietnam. I'm a workaholic and honestly pretty confined to myself because there's never enough time. Sometimes I just want to talk through what's on my mind but it's 3 am, or I'm in a new city, or I don't want to bother anyone with half-formed thoughts.So I built TalkMate. It's a voice companion that actually talks back. Open it in your browser, start speaking, and it responds out loud. No signup, no account needed.I used to earlier chat with ChatGPT and Claude in my free time but talking to someone feels different, someone on the other side is listening to you, though virtual but lets forget that for now that there's some virtual someone and imagine that its someone real who is talking to you.For this reason, I built TalkMate. t's a voice companion that actually talks back. Open it in your browser, start speaking, and it responds out loud. No signup, no account needed.It supports 17 languages, doesn't save your conversation
Advertisement
Moozonian News
github.com• Jan 15, 2026• 1 min read
Show HN: I'm building an open-source AI agent runtime using Firecracker microVMsHello Hacker News! I'm Mark. I'm building Moru, an open-source runtime for AI agents that runs each session in an isolated Firecracker microVM. It started as a fork of E2B, and most of the low-level Firecracker runtime is still from upstream.It lets you run agent harnesses like Claude Code or Codex in the cloud, giving each session its own isolated microVM with filesystem and shell access.The repo is: https://github.com/moru-ai/moruEach VM is a snapshot of a Docker build. You define a Dockerfile, CPU, memory limits, and Moru runs the build inside a Firecracker VM, then pauses and saves the exact state: CPU, dirty memory pages, and changed filesystem blocks.When you spawn a new VM, it resumes from that template snapshot. Memory snapshot is lazy-loaded via userfaultfd, which helps sandboxes start within a second.Each VM runs on Firecracker with KVM isolation and a dedicated kernel. Network uses namespaces for isolation and iptables for access control.From outside, you talk to the VM thro