Morning.dev
My Feed Popular
Login
newest submissions : multi • 2026-04-06 17:15

PDF of the current POSIX standard

I searched for the PDF of the POSIX standard and it was 600$ in IEEE Xplore. I decided to put every page together in a PDF so everybody can access it. ToC is not available at the moment, hopefully will fix. submitted by /u/CodeEleven0 to r/programming [link] [comments]

0 0
1m read
LinkedIn Faces Spying Allegations Over Browser Extension Scanning
newest submissions : multi • 2026-04-06 17:15

LinkedIn Faces Spying Allegations Over Browser Extension Scanning

submitted by /u/Silly-avocatoe to r/technology [link] [comments]

0 0
1m read
Tested: The Geely Galaxy M9 Proves Chinese Cars Could Be Seriously Competitive in America
newest submissions : multi • 2026-04-06 17:15

Tested: The Geely Galaxy M9 Proves Chinese Cars Could Be Seriously Competitive in America

submitted by /u/TripleShotPls to r/technology [link] [comments]

0 0
1m read
newest submissions : multi • 2026-04-06 17:13

JAVA - cannot find symbol line 55: sendActionBar

package me.vanish; import net.md_5.bungee.api.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; public class VanishCommand implements CommandExecutor { private final VanishPlugin plugin; private static final String PREFIX = "&8• &bᴠᴀɴɪsʜ &8» "; public VanishCommand...

0 0
1m read
A comprehensive guide to Publishing And Embedding Power BI Reports on Website with iFrames.
DEV Community • 2026-04-06 17:11

A comprehensive guide to Publishing And Embedding Power BI Reports on Website with iFrames.

What exactly is Microsoft Power BI? In simple and understandable terms, it refers to business analytic tool by Microsoft that helps you visualize data, create reports and share insights. Key components Power BI Desktop – Build reports on your computer. Power BI Mobile – View reports on phones/tablets. Power BI Service – Cloud platform for sharing and collaboration. Why Use Power...

0 0
7m read
DEV Community • 2026-04-06 17:10

Timeout Patterns in Java 21: Full Failure vs Partial Results

Note This article uses the Java 21 preview structured concurrency API (StructuredTaskScope, JEP 453). API shape changed in later previews. See Part 9 for Java 21 -> Java 25 migration guidance. Compile and run with --enable-preview. Originally published on engnotes.dev: Timeout Patterns in Java 21 This is a shortened version with the same core code and takeaways. Timeout handling gets over...

0 0
3m read
Top 7 Featured DEV Posts of the Week
DEV Community • 2026-04-06 17:09

Top 7 Featured DEV Posts of the Week

Welcome to this week's Top 7, where the DEV editorial team handpicks their favorite posts from the previous week (Saturday-Friday). Congrats to all the authors that made it onto the list 👏 CodePen TV secrets Pure CSS art using squircles and 3D lighting ...

0 0
4m read
The Developer’s Guide to JWT Storage
DEV Community • 2026-04-06 17:07

The Developer’s Guide to JWT Storage

JSON Web Tokens (JWTs) are compact, self-contained tokens used to securely transmit information between parties while maintaining data integrity. Many authorization providers use JWTs to provide a tamper-proof way of identifying an authenticated user in an application and checking what they're authorized to do. Unfortunately, securely storing JWTs is often overlooked, which can expose some seriou...

0 0
17m read
Why I Open-Sourced My Hardened *arr Stack (and What Most Compose Files Get Wrong)
DEV Community • 2026-04-06 17:04

Why I Open-Sourced My Hardened *arr Stack (and What Most Compose Files Get Wrong)

My name is Przemek and I have a problem with commercial streaming services. It started when I saw a proper 4K Blu-ray remux on my OLED TV. The bandwidth was 60 Mbps, zero compression artifacts, no banding in the blacks. I wasn’t aware what I was missing. Most streaming services push maybe 15 Mbps for their "4K." It's not even close. So like any tech obsessed person, I went down the self-hosted me...

0 0
6m read
I built an open source social media tool for agencies with FastAPI + React + Supabase — here's how
DEV Community • 2026-04-06 17:03

I built an open source social media tool for agencies with FastAPI + React + Supabase — here's how

Hello everyone 👋 I'm Jorge, a developer from Spain, and over the past few months I built Orkly — an open source social media management tool built specifically for agencies and community managers. Here's why I built it, how it works, and the tech behind it. The problem If you've ever managed social media for more than one client, you know the pain. You're juggling different brand voice...

0 0
4m read
comiCSS #245: -webkit-box-reflect
Cascading Style Sheets • 2026-04-06 17:02

comiCSS #245: -webkit-box-reflect

I coded this silly pun with HTML and CSS using -webkit-box-reflect to generate the reflection. Source: https://comicss.art/comics/245/ submitted by /u/alvaromontoro [link] [comments]

0 0
1m read
AI “做梦”将成趋势?揭秘 OpenClaw 全新 Dreaming 记忆机制
DEV Community • 2026-04-06 17:02

AI “做梦”将成趋势?揭秘 OpenClaw 全新 Dreaming 记忆机制

 原为链接:OpenClaw 全新记忆机制 :Dreaming (梦境) 3月31日,Claude 源码疑似泄露事件在技术圈引发轩然大波,其独创的“记忆做梦”机制让人窥见了 AI 进化的新路径。短短几天后的 4月5日,知名开源 AI 智能体项目 OpenClaw 迅速发布了 v2026.04.05 版本更新,重磅推出了高度相似的自动化记忆增强功能——Dreaming(梦境)。 这套系统的上线,标志着大语言模型(LLM)的记忆管理正式告别了粗放的“文件堆砌”时代,迈入借鉴人类生物学睡眠机制的“智能整合”新纪元。 1.核心痛点:“金鱼记忆”必将淘汰 在理解 Dreaming 系统之前,我们需要先认清传统大模型记忆机制的致命缺陷。 1.1 成本高昂的“伪记忆”(上下文陷阱) 假象:大模型本质是“无状态”的(只有七秒记忆)。它能接话,仅...

0 0
1m read
Rules of war must be respected in words and action, ICRC president says
newest submissions : multi • 2026-04-06 17:02

Rules of war must be respected in words and action, ICRC president says

submitted by /u/Raj_Valiant3011 to r/worldnews [link] [comments]

0 0
1m read
DEV Community • 2026-04-06 17:01

Types of Functions in JavaScript with example and it's Importance.

JavaScript functions are one of the most powerful features of the language. Over time, different types of functions were introduced to solve specific problems and improve code quality, readability, and flexibility. So here are the major types of JavaScript functions, their importance, and how they evolved step by step. 1. Function Declaration: Function declarations are the most bas...

0 0
3m read
India's Reliance buys Venezuelan oil directly from PDVSA, document and data show
newest submissions : multi • 2026-04-06 17:01

India's Reliance buys Venezuelan oil directly from PDVSA, document and data show

submitted by /u/Uchiha_Madara_Nipple to r/worldnews [link] [comments]

0 0
1m read
CodePen • 2026-04-06 17:01

Chris’ Corner: Design

Perfectionist? So how can you tell when your perfectionist traits, which in many ways have aided your creative prowess, have gone too far? If you’re prone to obsession, especially when it comes to work, there’s always a way to justify why it’s worth the agony. But, as Siqi, renald and Pablo attest, getting bogged down […]

0 0
1m read
DEV Community • 2026-04-06 17:00

Grow the Verifier, Not the Prompt: Run Production with 10 Golden Cases

The moment you put an AI agent into a real workflow, two realities show up fast: Models and prompts wobble (updates, infra, tools, inputs) Most failures are “missing grounds,” not “rule violations.” In the previous posts, we fixed the division of labor: LLM generates a proposal (a plan) Verifier deterministically returns ACCEPT / REJECT / DEGRADE, and may normalize the plan Executor ru...

0 0
10m read
Scaling Postgres Connections With PgBouncer
DEV Community • 2026-04-06 16:59

Scaling Postgres Connections With PgBouncer

By Ben Dicken The Postgres process-per-connection architecture has an elegant simplicity, but hinders performance when tons of clients need to connect simultaneously. The near-universal choice for solving this problem is PgBouncer. Though there are upcoming systems like Neki which will solve this problem in a more robust way, PgBouncer has proven itself an excellent connection pooler for Postgre...

0 0
10m read
DEV Community • 2026-04-06 16:55

I Built a Full Digital Marketplace from Scratch with Laravel 12 — Here's How It Compares to Envato, Gumroad & Lemon Squeezy

I Built a Full Digital Marketplace from Scratch with Laravel 12 There's a moment every developer knows well — you're paying 30–50% commission to a marketplace platform, watching your earnings get sliced before they even hit your wallet, and you think: "I could build this." So I did. This is the story of Codorra — a fully functional digital goods marketplace built with Laravel 12, Ine...

0 0
8m read
My Experience with Solana
DEV Community • 2026-04-06 16:51

My Experience with Solana

Intro I’ll start with an update on my current work. Last November, I began working with JB Music Therapy to build a music wellness application. We recently completed a large user testing phase with over 250 participants, including music therapy students. Now, we’re migrating the web application to Flutter in preparation for releasing it on the Google Play Store and Apple App Store. ...

0 0
4m read
Previous Next

Showing page 95 of 510

Previous 95 Next