71,454 results for all · 2.508s

News for “all”
18 results • 2505 ms server time
Moozonian News
bing.com• 6d ago• 1 min read
Is Motion Sickness Preventable?A. Historically associated with sailors reacting to the pitch, roll and yaw of ships, motion sickness now affects people in cars, trains, planes and even in space. To continue reading, log in or ...
Advertisement
Moozonian News
news.ycombinator.com• 6d ago• 1 min read
Ask HN: Anyone set up ways to easily obtain and read transcripts from Ted, YT?I really absorb text a great deal better than listening to audio or watching video. I've heard others say the same and attribute to ADHD, so perhaps that's the case for me.TED very often has a transcript on their page, but it involves some clicking and then some copy-pasting, and the text result is often broken mid-clause after about 10-15 characters.I'm wondering if there's any useful userscripts, userstyles, or other methods that handle this. (I think TED often sues people who try to make transcripts easily available on a separate site. I may be mistaken, and TED, please don't sue me, it's just a general feeling.)The same request would apply to YouTube and/or other popular video sites, but I run into this issue most often with TED.My thanks in advance to anyone who can help me on this!
Advertisement
Moozonian News
bing.com• 6d ago• 1 min read
Can you use wool pellets to keep snails away?Some gardeners recommend using wool pellets to keep snails from eating their plants, but we wanted to see if the method was really as effective as it seems.
Moozonian News
news.ycombinator.com• 6d ago• 1 min read
Why can AI generate Super Mario but not a wedge ramp for my robot vacuum?I've been puzzled by something: AI generation can produce an elaborate figurine, a cartoon character, even a convincing Super Mario — yet it can't reliably make a simple wedge ramp so my robot vacuum can climb a step. For context: I bought a Bambu P2S but can't model. I tried the "describe it and get a model" AIs — the output is unusable, you can't adjust it, it's never quite what I meant. I tried having an agent write Python to build geometry directly — it tops out at simple primitives. What finally worked: geometric decomposition. I break a complex part into ordered, grouped steps, describe each as a small spec, and let an agent execute them in Blender (via blender-mcp). That process turned out to abstract into a small engine — the key insight being it converts the 3D spatial reasoning LLMs are bad at, into the structured code they're good at. I wrote it up here: https://github.com/zhuchaokn/spec-3d-model My questions: - Why is "functional part" generation so much weaker than "figuri
Moozonian News
ctrltool.wtf• 6d ago• 1 min read
Show HN: CtrlTool – 132 free online tools for developers and everyday tasksHey HN,I built CtrlTool because I kept needing small tools for random things and didn't want to install something or sign up for another website.It currently has 132 tools for things like JSON, JWT, Base64, URLs, text, hashes, PDFs, SEO, converters, generators, and other everyday stuff.The main thing I tried to focus on is making the tools fast and simple. For tools where it makes sense, everything runs locally in the browser so the data doesn't need to be uploaded to a server.It's still very new, so I'm mostly looking for feedback on the UX, which tools are actually useful, and what you think is missing.https://ctrltool.wtfWould appreciate any feedback.
Advertisement
Moozonian News
news.ycombinator.com• 6d ago• 1 min read
Show HN: Hands-Rust MCP/CLI that sees the Windows desktop and clicks real ChromeI built Hands because I wanted a coding agent to use this Windows PC and a real Chrome profile the way I do: look at the screen, move the real mouse, type, click , without turning Chrome into an automation browser.It is a Rust MCP/CLI. A harness (Grok, Codex, Claude Code, OpenCode, etc.) calls tools like observe, click, type, scroll. Observe is a screenshot path plus a small element list (UIA + optional Chrome DOM ids). Click is OS SendInput on a Bézier path, not a Chrome DevTools click.There is no Playwright, no Puppeteer, no remote debugging port. Daily Chrome is launched with no extra flags, or attached if it’s already open. Sites that key on CDP/automation flags mostly don’t see that. They can still see injected input (LLMHF_INJECTED).A tiny unpacked Chrome extension can fuse page structure (chr: ids, listing cards) so the model isn’t guessing from pixels. Sideload is manual. Fusion dies if the service worker goes inactive; reload the card.What it is good for: personal research on