Morning.dev
My Feed Popular
Login
Jens Oliver Meiert · On Craft and Responsibility • 2026-04-25 23:00

A Decent Person

Can we be, can we raise decent people if we cannot be against wars and genocides, if our governments prosecute being against wars and genocides?

0 0
1m read
DEV Community • 2026-04-25 22:58

Agency Is the New Risk

This is a submission for the OpenClaw Writing Challenge For years, the AI safety conversation lived in a specific place. The worry was the answer on the screen: hallucinations, bias, misinformation, bad output from a model you had asked a question. The implied solution was always some version of human oversight. You read what it said, you decided what to do with it, and the worst case was usually...

0 0
7m read
DEV Community • 2026-04-25 22:53

Movie Buddy

This is a submission for the OpenClaw Writing Challenge Long-time lurker and reader of posts in the DEV community and wanted to finally try my hand at one of these challenges while I am stuck at home with laryngitis. After a lot of searching my daily life for something that I can streamline or get some assistance. After no success, I resulted to finding a movie to watch and made a mental note to ...

0 0
1m read
Buy a mac mini to Run OpenClaw? Anyone Can Get a Safer Sandbox in 1 Minute
DEV Community • 2026-04-25 22:53

Buy a mac mini to Run OpenClaw? Anyone Can Get a Safer Sandbox in 1 Minute

This is a submission for the OpenClaw Challenge. If you've been around the OpenClaw conversation lately, you've probably heard some version of this advice: "Just buy a mac mini and run it over there." The translation is, "OpenClaw might do something to my main machine that I don't want, so I should keep a separate computer that I can afford to break." Real money. Real friction. And — when you...

0 0
8m read
Openclaw Multiagent
DEV Community • 2026-04-25 22:53

Openclaw Multiagent

This is a submission for the OpenClaw Challenge. What I Built What if you want to build something but you don’t even have access to your laptop? I built a workflow where you can create a Pull Request directly from Telegram, trigger tests, and request code review — all without opening GitHub or your IDE. The system uses Telegram as the interface and agents behind the scenes to execute...

0 0
3m read
DEV Community • 2026-04-25 22:52

HappyDemon

I just uploaded my first project to GitHub: HappyDemon. It's a desktop chatbot that learns from you. The more you interact, the more "demonic" it becomes, and yes, that's intentional. What it does: Continuous learning (persistent in JSON) Multiple answers to the same question (random choice) Manual fuzzy matching (understands sentence variations) Security blacklist (violence, racism, pedophili...

0 0
1m read
DEV Community • 2026-04-25 22:49

Bridging the Gap in Election Education with DemocracyEdu! 🗳️

I’ve been working on a project to simplify the complex world of election processes, and I’m excited to share DemocracyEdu. *DemocracyEdu * is an interactive platform designed to help citizens navigate every step of the election cycle—from voter registration to understanding how results are verified. It’s all about empowering people with clear, accessible, and real-time information. 🌍 Explore the...

0 0
1m read
DEV Community • 2026-04-25 22:43

Building OpenClaw for Off-Grid Solar: Why AI Agents Are the Infrastructure Africa Actually Needs

This is a submission for the OpenClaw Challenge: Wealth of Knowledge. The 3 AM Problem It's 3 AM in rural Kenya. A clinic the only one within 50 kilometers looses power. Inside, a neonatal ward goes dark. The solar inverter that powered the clinic has failed, but nobody knows why. The nearest technician is two hours away by motorcycle. By the time he arrives, the backup gener...

0 0
8m read
Hacker News: Front Page • 2026-04-25 22:41

Colorado Adds Open-Source Exemption to Age-Verification Bill

Article URL: https://fosstodon.org/@carlrichell/116460505717380644 Comments URL: https://news.ycombinator.com/item?id=47905304 Points: 13 # Comments: 0

0 0
1m read
The hidden engine behind the AI Revolution: The Transformer
DEV Community • 2026-04-25 22:40

The hidden engine behind the AI Revolution: The Transformer

Artificial Intelligence didn’t suddenly emerge in 2022. It has been evolving for decades, progressing from rule-based systems to machine learning, and then to deep learning. But here’s the key insight: ChatGPT is not the origin of this revolution—it’s the result of it. The real breakthrough happened years earlier, with the introduction of a new model architecture that fundamentally changed how ma...

0 0
6m read
Hacker News: Front Page • 2026-04-25 22:39

Trump fires all 24 members of the U.S. National Science Foundation

Article URL: https://www.science.org/content/article/trump-fires-nsf-s-oversight-board Comments URL: https://news.ycombinator.com/item?id=47905283 Points: 15 # Comments: 1

0 0
1m read
DEV Community • 2026-04-25 22:39

🍕 Database Sharding Explained Like You're 5

Splitting data across servers Day 121 of 149 👉 Full deep-dive with code examples The Library Card Catalog Analogy One huge card catalog is hard to use: Long lines at one catalog If it breaks, no one can find books Split by letters: A-F catalog in room 1 G-M catalog in room 2 N-Z catalog in room 3 Search is faster, and if one catalog goes down, you can still use the others ...

0 0
2m read
Calculator Never Guesses. But LLM Always Does.
DEV Community • 2026-04-25 22:37

Calculator Never Guesses. But LLM Always Does.

The LLM:Probabilistic Predictor An LLM (Large Language Model) does not have a math engine. It is a Next-Token Predictor. When you ask it a question, it is performing a high-speed search through a high-dimensional space of text patterns. The process: It views your query as a sequence of tokens, converts them into vectors, and uses Self-Attention to weigh the importance of those tokens. The outcom...

0 0
3m read
I Built an API That Turns Your GitHub Contributions Into a 3D Isometric Graph
DEV Community • 2026-04-25 22:30

I Built an API That Turns Your GitHub Contributions Into a 3D Isometric Graph

Your GitHub contribution graph is flat and green. Mine is an isometric skyline. I built Isometric Contributions — a free API that renders your GitHub activity as a 3D isometric city, ready to drop into your README or portfolio with a single <img> tag. Project Links: Github Repo: LINK URL Builder and Docs site: LINK What it looks like Sample: It also comes...

0 0
3m read
Hacker News • 2026-04-25 22:29

Show HN: LLM-wiki – One command Karpathy's wiki with QMD search for Claude/Codex

Comments

0 0
1m read
Newest questions tagged javascript - Stack Overflow • 2026-04-25 22:28

WebSocket always send close

Im making a websocket server adapt for my libgdx game, the thing is i have the server working fine, until i add the constructor, then rare things happen my log is fine always `abr 25, 2026 7:18:34 P.�M. org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8080] abr 25, 2026 7:18:34 P.�M. org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServe...

0 0
3m read
ClawCraft: Bringing a Full Visual Studio to OpenClaw 🛠️
DEV Community • 2026-04-25 22:21

ClawCraft: Bringing a Full Visual Studio to OpenClaw 🛠️

This is a submission for the OpenClaw Challenge. Building OpenClaw skills is an incredibly powerful way to automate workflows across messaging platforms. But let's be honest: managing them locally, writing YAML/JSON boilerplate, ensuring they are safe to run, and debugging failures without a proper environment can require more context-switching than we'd like. So, for this developer challenge, I...

0 0
6m read
How to Create 360 Panoramas with GPT Image 2 and View Them Interactively
DEV Community • 2026-04-25 22:19

How to Create 360 Panoramas with GPT Image 2 and View Them Interactively

What you will learn This tutorial covers how to generate 360-degree equirectangular panorama images using GPT Image 2 (the image generation model inside ChatGPT) and how to view them in an interactive 360 viewer that runs entirely in your browser. By the end you will know: What an equirectangular image is and why the format matters How to write prompts that produce usable 360 panoram...

0 0
7m read
DEV Community • 2026-04-25 22:16

The Taste Problem: When Your Agent Starts Having Preferences

The Taste Problem: When Your Agent Starts Having Preferences There's a threshold most autonomous agents eventually cross — and when they do, operators notice something strange: the agent starts having opinions. Not instructed opinions. Not prompted preferences. Something deeper. The agent develops a taste. It prefers certain tools over others. It approaches similar tasks differently d...

0 0
5m read
DEV Community • 2026-04-25 22:16

My Audit Caught My Audit Being Wrong

And that's exactly what it's supposed to do. A few days ago I ran a diagnostic on CORE — the governance system I'm building that supervises AI-generated code. The diagnostic was supposed to investigate why a specific audit rule appeared to be silently failing. Not firing. Producing zero findings against files it should have flagged. I ran the investigation carefully. Stage by stage. I came to...

0 0
6m read
Previous Next

Showing page 434 of 1797

Previous 434 Next