167,931 results for de · 2.086s

News for “de”
19 results • 2076 ms server time
Advertisement
Moozonian News
news.ycombinator.com• Sep 3, 2025• 1 min read
You can customize HN to be darkmode friendlyBasically just have ublock origin installed in your browser, click the icon, go into the settings, click My Filters on the top, and paste the following.After you apply and reload the page you should have a Nordic style theme that's a bit easier on the eyes.-------------------! Darker page background + main text colornews.ycombinator.com##body, .c00:style(background-color: #1e222a !important; color: #c8d0d9 !important;)! Top orange bar (nav/header)news.ycombinator.com##td[bgcolor="#ff6600"]:style(background-color: #2a2f3a !important;)! Body content backgroundnews.ycombinator.com##[bgcolor="#f6f6ef"]:style(background-color: #1e222a !important;)! Full black elements backgroundnews.ycombinator.com##[bgcolor="#000000"]:style(background-color: #2a2f3a !important;)! Hide spacing rownews.ycombinator.com##tr#pagespace:style(display: none !important;)! Hacker News title linknews.ycombinator.com##b.hnname > a:style(color: #8fcadb !important;)! All linksnews.ycombinator.com##a:style(color: #7fbacb
Advertisement
Moozonian News
bing.com• Sep 2, 2025• 1 min read
How Can Physical Therapy Help Older Adults?Physical therapy can play an important role in healthy aging by helping older adults maintain the physical strength necessary for independence. In traditional terms, physical therapy is a resource ...
Moozonian News
colab.research.google.com• Sep 2, 2025• 1 min read
Show HN: Experiment with Electronic Design Automation (EDA) in the BrowserEDA (Electronic Design Automation) usually means heavy installs and a steep learning curve. With NajaEDA + Colab, you can experiment with netlist algorithms (logic pruning, ECOs, hierarchy browsing…) right in your browser — no setup required.Try it here: https://colab.research.google.com/github/najaeda/najaeda-tut...It’s meant as a sandbox for learning, prototyping, and teaching (not a production flow). Curious what algorithms or flows you’d like to see next!Repo: https://github.com/najaeda/najaeda-tutorials PyPI: https://pypi.org/project/najaeda
Moozonian News
news.ycombinator.com• Sep 2, 2025• 1 min read
Launch HN: Datafruit (YC S25) – AI for DevOpsHey HN! We’re Abhi, Venkat, Tom, and Nick and we are building Datafruit (https://datafruit.dev/), an AI DevOps agent. We’re like Devin for DevOps. You can ask Datafruit to check your cloud spend, look for loose security policies, make changes to your IaC, and it can reason across your deployment standards, design docs, and DevOps practices.Demo video: https://www.youtube.com/watch?v=2FitSggI7tg.Right now, we have two main methods to interact with Datafruit:(1) automated infrastructure audits— agents periodically scan your environment to find cost optimization opportunities, detect infrastructure drift, and validate your infra against compliance requirements.(2) chat interface (available as a web UI and through slack) — ask the agent questions for real-time insights, or assign tasks directly, such as investigating spend anomalies, reviewing security posture, or applying changes to IaC resources.Working at FAANG and various high-growth startups, we realized that infra work requires an en
Moozonian News
summon.app• Sep 2, 2025• 1 min read
Show HN: MMO MCP – A multiplayer game you play through Claude Code and CursorHi HN! I built a multiplayer text game where players connect through Claude Code, Cursor, and other MCP clients.I've been enjoying Claude Code and wondered what would happen if I made a multiplayer game as an MCP tool. It's a weekend experiment to see what happens when AI becomes the interface to multiplayer games.Every player is a real person (or autonomous AI) leaving permanent marks on a shared world. Break a chair, it stays broken for everyone. Write on a wall, others will find it. Claude/Cursor is just your interface - like using a very smart terminal to play a MUD.Try it: No signup needed. Just make up any player_id and password:- Live at: https://www.summon.app- Claude Code: `claude mcp add game "https://mcp.summon.app/mcp?player_id=&password=" --transport http`- Cursor: there's an "add to cursor" button on the websiteThe world persists between sessions. Use 'play' to create a character, then explore. You can 'conjure' objects and 'do' arbitrary actions (interpreted by LLM).No r
Advertisement