Morning.dev
My Feed Popular
Login
easy-live2d v0.4.0: A Milestone Release for Live2D on the Web
DEV Community • 2026-04-04 15:21

easy-live2d v0.4.0: A Milestone Release for Live2D on the Web

easy-live2d v0.4.0: A Milestone Release for Live2D on the Web After months of work, easy-live2d v0.4.0 is finally here. This is a milestone release for the project. The goal of this update was clear from the beginning: strengthen the core capabilities, support more model formats, and refactor the overall architecture. In short, while keeping the external API largely unchanged, the inte...

0 0
4m read
/r/ReactJS - The Front Page of React • 2026-04-04 15:20

Help with working with openAI's api for image generation

How do I properly send the request for my code on sending the request to chatgpt? <button onClick={() => { const APIBody = { model: "gpt-image-1", input: "Create a full-body studio fashion photograph of the person in this image. White background, professional lighting, high detail.", images: [ personalPhotoBase64, fashionPhotoBase64 ] }; const fetchImage = async () =>...

0 0
1m read
DEV Community • 2026-04-04 15:19

I built a database in France because the Cloud Act makes EU data sovereignty impossible

In January 2025, the US administration fired three members of the Privacy and Civil Liberties Oversight Board (PCLOB), the independent agency responsible for overseeing US mass surveillance. The European Commission had cited this board 31 times in its adequacy decision for EU-US data transfers. Without a quorum, PCLOB can no longer function. That same month, an executive order launched a review o...

0 0
12m read
Hacker News • 2026-04-04 15:18

Show HN: sllm – Split a GPU node with other developers, unlimited tokens

Comments

0 0
1m read
DEV Community • 2026-04-04 15:18

I Built a Reddit-Style Community for Stock Market Traders While Job Hunting — Here's What I Learned

Six months ago, I was deep in a job search — sending applications, doing LeetCode, going through interview loops — and during all that downtime, I was also obsessively reading about the stock market. I'm not a finance bro. I'm a developer. But I got really into trading communities online and noticed something frustrating: every platform for stock market discussion was either too noisy (Twitter/X)...

0 0
3m read
DEV Community • 2026-04-04 15:17

We Run Claude Code on 10+ Branches Daily, So We Built a Workstation to Keep Up

At our company we use Claude Code heavily - often running agents on 10+ branches in parallel across multiple projects. At some point we realized we were spending more time managing terminal tabs and browser windows than actually reviewing what the agents produced. The real pain was simple: you lose track. Which agent just finished? Which one is waiting for your permission? Which one asked you som...

0 0
1m read
Hacker News: Front Page • 2026-04-04 15:14

When legal sports betting surges, so do Americans' financial problems

Article URL: https://www.npr.org/2026/04/04/nx-s1-5773354/legal-sports-betting-research-credit-bankruptcy Comments URL: https://news.ycombinator.com/item?id=47639727 Points: 8 # Comments: 0

0 0
1m read
DEV Community • 2026-04-04 15:11

Building a Google OAuth CLI in Rust with PKCE (and surviving the borrow checker)

Building a Google OAuth CLI in Rust with PKCE TL;DR: I built a tiny CLI that opens a Google login in your browser, receives the OAuth callback, exchanges the code using PKCE, and prints basic public profile info (email, name, picture). It took me about 5 hours in Rust, mainly because of ownership, String vs &str, and lifetime wrangling—but the result is a clean, secure local flow th...

0 0
3m read
DEV Community • 2026-04-04 15:10

AI Search Competitive Analysis: 3 Citations Your Competitors Are Winning (And How to Capture Them)

AI Search Competitive Analysis: 3 Citations Your Competitors Are Winning (And How to Capture Them) Your competitors are appearing in Perplexity answers, ChatGPT Search responses, and Google's AI Overviews while your content remains invisible. This isn't random—AI engines systematically select sources based on authority signals, content structure, and freshness patterns that traditional ...

0 0
6m read
DEV Community • 2026-04-04 15:02

We Moved a Production System from Azure VMs to Bare Metal Kubernetes in 3 Months

This wasn’t one of those long, overplanned migrations that drag on for years. It took us about three months from start to finish, and most of that time was spent being careful rather than building something complicated. The system we inherited was running on Azure with multiple VMs, a self-managed MySQL instance, and a load balancer in front. It had all the symptoms of something that had grown wi...

0 0
4m read
Morocco's E-Invoicing Revolution: What Every Business Needs to Know Before 2026
DEV Community • 2026-04-04 14:59

Morocco's E-Invoicing Revolution: What Every Business Needs to Know Before 2026

By Badreddine AIT EL KHADIR ERP & Data Solutions Engineer - Sage X3 Technical Consultant Morocco's e-invoicing reform is not a distant horizon. The infrastructure is being built now, the pilot phase has already run, and the 2026 deadline is approaching fast. For businesses operating in Morocco, this is not a compliance checkbox — it is a fundamental transformation of how transactions work. ...

0 0
10m read
DEV Community • 2026-04-04 14:56

We audited LoCoMo: 6.4% of the answer key is wrong and the judge accepts up to 63% of intentionally

Projects are still submitting new scores on LoCoMo as of March 2026. We audited it and found 6.4% of the answer key is wrong, and the LLM judge accepts up to 63% of intentionally wrong answers. LongMemEval-S is often raised as an alternative, but each question's corpus fits entirely in modern context windows, making it more of a context window test than a memory test. Here's what we found. ...

0 0
5m read
50 Hours Building a Next.js Boilerplate So You Can Ship in 30 Minutes!
DEV Community • 2026-04-04 14:55

50 Hours Building a Next.js Boilerplate So You Can Ship in 30 Minutes!

Next.js Boilerplate: The Ultimate SaaS Starter Kit Looking for the best Next.js Boilerplate to launch your next project? You've found it. This production-ready starter kit is designed to help you go from idea to deployment in record time. Table of Contents The Problem That Kept Me Up at Night Why This Next.js Boilerplate is Different Key Features of Nextjs-Elite-Boilerplate...

0 0
7m read
Hacker News: Front Page • 2026-04-04 14:53

Show HN: TurboQuant-WASM – Google's vector quantization in the browser

Article URL: https://github.com/teamchong/turboquant-wasm Comments URL: https://news.ycombinator.com/item?id=47639567 Points: 5 # Comments: 0

0 0
1m read
oh-my-claudecode is a Game Changer: Experiencing Local AI Swarm Orchestration
DEV Community • 2026-04-04 14:50

oh-my-claudecode is a Game Changer: Experiencing Local AI Swarm Orchestration

While the official Claude Code CLI has been making waves recently, I stumbled upon a tool that pushes its potential to the absolute limit: oh-my-claudecode (OMC). More than just a coding assistant, OMC operates on the concept of local swarm orchestration for AI agents. It’s been featured in various articles and repos, but after spinning it up locally, I can confidently say this is a paradigm shif...

0 0
5m read
DEV Community • 2026-04-04 14:49

[SC] Sendable y Tipos-por-valor

Preguntas ¿Qué son los value types en Swift y cómo se diferencian de los reference types? Una instancia de un "value-type" mantiene una única copia de sus datos. Cuando se asigna a una variable o se pasa a una función, se crea una copia. Por otro lado, una sola instancia de un "reference-type" puede ser referenciada por varios punteros. Al asignarse a una variable o pasarse ...

0 0
8m read
Hacker News: Front Page • 2026-04-04 14:48

Author of "Careless People" banned from saying anything negative about Meta

Article URL: https://www.thetimes.com/uk/technology-uk/article/sarah-wynn-williams-careless-people-meta-nrffdfpmf Comments URL: https://news.ycombinator.com/item?id=47639524 Points: 21 # Comments: 1

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-04-04 14:47

Chart library that actually feels “native” in a PWA?

Hey devs, I’m building a PWA and most chart libraries I’ve tried feel… very “web-ish” (heavy, laggy, or just not matching native UI vibes). I’m looking for something: lightweight (fast load on mobile) smooth animations / interactions looks clean + modern (not dashboard-y) ideally React-friendly I’ve tried Chart.js but it still feels a bit generic. Anyone using a chart lib that actually feels clo...

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

How I Built a Desktop Trading Journal with Electron, React, and SQLite

Last week I shipped a desktop app called Aurafy. It's a trading journal for futures traders that runs entirely locally. No cloud, no accounts, no subscription. I wanted to share the technical decisions behind it because I think the "local first" approach is underrated for tools that handle sensitive financial data. The Stack The app is built as a monorepo with three pieces: Server: Ex...

0 0
3m read
DEV Community • 2026-04-04 14:36

How I built a browser-based AI watermark remover with Next.js and Canvas API

The Problem AI tools like Gemini and Doubao add watermarks to generated images. Removing them usually requires desktop software or paid services. I wanted something instant, free, and private. ## The Solution CleanMark — 4 tools, all running client-side in the browser. Gemini Watermark Remover (auto-detect & remove) Doubao Watermark Remover (auto-detect & remove) Manual Er...

0 0
1m read
Previous Next

Showing page 19 of 310

Previous 19 Next