Morning.dev
My Feed Popular
Login
I solved a 5 year old bug
DEV Community • 2026-07-30 22:48

I solved a 5 year old bug

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. Introduction Let me start by saying I am an Open-source contributor at Mozilla, I am trying to get better as a software engineer. I will be using the words Site or Tile interchangeably, they mean the same thing. Bug Report The title of the bug report was "Cannot remove amazon.com from top sit...

0 0
7m read
DEV Community • 2026-07-30 22:46

CamBridge: giving the iOS Simulator a real, moving camera image

The problem Neither the iOS Simulator nor the Android Emulator has real camera hardware. If you're building anything that touches AVCaptureSession — a QR scanner, a document capture flow, an AR feature — you end up with one of two workflows: Test exclusively on a physical device, every time, for every camera-touching change Stare at a blank/simulated camera feed in the Simulator and h...

0 0
2m read
newest submissions : multi • 2026-07-30 22:46

The Mystery on DuckLake: A Time-Travelling Whodunit Story

submitted by /u/pdoherty926 to r/programming [link] [comments]

0 0
1m read
Global warming's fingerprints all over fires in Spain, France, studies show
newest submissions : multi • 2026-07-30 22:45

Global warming's fingerprints all over fires in Spain, France, studies show

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

0 0
1m read
Cascading Style Sheets • 2026-07-30 22:40

How to control widths of <ul>s to keep them off the background images?

In this other file I used 46 <br>s because I couldn't figure out how to otherwise control the lengths of my <li>s to keep them off my background pictures. What might I add to a <section style= to control the width of the <ul> there, that actually works? I'm OK with adding a manual %, as these are background images, not foreground images, so I don't expect I could even have the...

0 0
1m read
DEV Community • 2026-07-30 22:37

The Reliability Roadmap: A 90-Day Plan for New SRE Teams

New SRE team at your company? Here's a 90-day plan I've used twice. It works because it balances 'show immediate value' with 'build for the long term.' Days 1-14: Observe Resist the urge to change things. Watch the current system, read existing post-mortems, shadow on-call, talk to engineers about their pain. Output: a list of the top 5 reliability problems ranked by 'engineering time...

0 0
2m read
Israeli officials: Hamas has accepted full Gaza disarmament
newest submissions : multi • 2026-07-30 22:37

Israeli officials: Hamas has accepted full Gaza disarmament

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

0 0
1m read
U.S. sees progress toward deal to disarm Hamas, rebuild Gaza
newest submissions : multi • 2026-07-30 22:36

U.S. sees progress toward deal to disarm Hamas, rebuild Gaza

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

0 0
1m read
DEV Community • 2026-07-30 22:35

What Gmail's built-in read receipts actually give you, and what they do not

What Gmail's built-in read receipts actually give you, and what they do not If you have ever searched for how to tell whether someone read your email, you have probably landed on a page that answers a different question. Most of them mention Gmail's native feature in two sentences, then spend the rest of the article selling you an extension. So here is the feature itself, in full, with...

0 0
5m read
Hacker News: Front Page • 2026-07-30 22:33

I flagged two research papers for fake authors and both were accepted as orals

Article URL: https://geospatialml.com/posts/reviewing-ai-slop/ Comments URL: https://news.ycombinator.com/item?id=49116721 Points: 13 # Comments: 0

0 0
1m read
newest submissions : multi • 2026-07-30 22:29

PDF editor that’s no DL and free

I’m trying to edit the dates on a PDF and keep the same font as the rest of the text. I tried Adobe Acrobat but it asked for my card to download all of the edits i made.I don’t do this ever it’s just a one time thing, so i’m not paying $25. Sejda Isn’t helping because it’s not letting me isolate specific text. Any free online recommendations? Any community adobe acrobat accounts out there 😭🙏? &#...

0 0
1m read
DEV Community • 2026-07-30 22:17

Solon File Upload: UploadedFile Over MultipartFile

File upload sounds boring until you've spent an afternoon debugging MultipartException: Failed to parse multipart servlet request in production. In Spring Boot, file upload involves MultipartFile, MultipartAutoConfiguration, spring.servlet.multipart.* properties, and a silent assumption that you're running on a servlet container. It works, but it carries a lot of hidden machinery. Solon takes a ...

0 0
5m read
DEV Community • 2026-07-30 22:13

Building a C++ HTTP Server from Scratch (Part 1): Setting Up TCP Sockets

Introduction In this series I will be going through how to build an HTTP Server from scratch in C++ using POSIX APIs, and actually have it serve a web page which has CRUD operations to your browser - also it would be capable of serving more than one client at the same time! Note: I am using C++ 17. And I will be dividing this whole project into multiple parts (maybe 4-5 blogs for now)....

0 0
10m read
DEV Community • 2026-07-30 22:11

Summer Log #4

کم‌کم دارم برمی‌گردم به همون ذهنیتی که همیشه باید می‌بوده استمرار و نیت خوب آخرش جواب می‌ده خیلی چیزا ارزش این همه درگیری ذهنی رو ندارن برای ناامید شدن زیادی جوونم زمین خوردن طبیعیه زخم خوردن طبیعیه اشتباه کردن طبیعیه اشتباه رو تکرار کردن هم طبیعیه ولی موندن همون‌جا انتخاب خودمونه بالاخره بی‌خاصیت که نیستیم دوست داریم پیشرفت کنیم بیشتر بدونیم کارهای مهم و جالب انجام بدیم مفید باشیم به درد بخو...

0 0
1m read
DEV Community • 2026-07-30 22:08

How to Connect Claude Code to Your CMS with MCP

Claude Code is fluent in your repository and blind to your content. It can refactor the component that renders your blog, but ask it to publish the post that component displays and it has nowhere to look. The Model Context Protocol (MCP) closes that gap. It gives Claude Code a set of tools it can call against your CMS directly, so reading and writing content happens in the same conversation as the...

0 0
10m read
DEV Community • 2026-07-30 22:08

I ran my Solidity scanner on 6 top-audited DeFi protocols. Every 'critical' was a false positive — here's why.

Most Solidity scanners are high-recall, low-precision. They flag 40 things, 38 are noise, and after the third report you stop reading them — so the one real bug ships. Precision, not recall, is what makes a security tool actually get used. I've been building OpenClaw, a heuristic Solidity scanner with the opposite bar: silence on sound code. To pressure-test it, I pointed it at six codebases that...

0 0
4m read
DEV Community • 2026-07-30 22:08

About Manab Protim Hazarika

Manab Protim Hazarika didn't take the usual route into software. Growing up in Titabor, a small town in the Jorhat district of Assam, he completed his Higher Secondary in Science before enrolling in an ITI (Industrial Training Institute) program in the Electrician trade. It was a hands-on, practical path with nothing to do with code. Yet, at sixteen in 2017, he began teaching himself programming ...

0 0
3m read
DEV Community • 2026-07-30 22:07

Optimizing API Latency in C# .NET Applications

API latency plays a crucial role in performance and user experience. High latency frustrates users, reduces scalability, and increases infrastructure costs. This guide dives deep into causes, measurement, and optimization strategies for C# .NET APIs. 1. Understanding API Latency API latency is the total time from a client sending a request to receiving a response — covering network ...

0 0
3m read
DEV Community • 2026-07-30 22:00

From Software Engineer to AI Engineer - Part 1: A whole new world

You are a software engineer. Your craft honed through years of careful practice. Then suddenly, there are these chatbots and agents. Overnight, your colleagues got a new title on LinkedIn: "AI engineer". Some are already SENIOR AI engineers. You're curious about this new world, and might want to catch up and become part of it yourself. If this is you, then join me on this tour through the concept...

0 0
10m read
Angular was built for codebases where no one person could review every change, and agent-generated code is that same problem arriving faster.

So if you're going to let a machine write most of it, write it somewhere that argues back. That's the case for An
DEV Community • 2026-07-30 21:53

Angular was built for codebases where no one person could review every change, and agent-generated code is that same problem arriving faster. So if you're going to let a machine write most of it, write it somewhere that argues back. That's the case for An

Choosing Angular in the Age of Agents Brandon Roberts Brandon Roberts ...

0 0
1m read
Previous Next

Showing page 302 of 1662

Previous 302 Next