Morning.dev
My Feed Popular
Login
Hacker News • 2026-08-17 14:25

Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

Comments

0 0
1m read
Hacker News • 2026-08-17 14:24

Show HN: All roads lead home – a Google timeline replacement

Comments

0 0
1m read
Nvidia discloses $21B stake in SpaceX
Biz & IT - Ars Technica • 2026-08-17 14:22

Nvidia discloses $21B stake in SpaceX

Filing comes after Elon Musk announced exclusive arrangement to kit out its data centers.

0 0
1m read
Can Copilot Fix Its Own Security Findings? Testing GitHub Agentic Autofix
DEV Community • 2026-08-17 14:22

Can Copilot Fix Its Own Security Findings? Testing GitHub Agentic Autofix

Can Copilot Fix Its Own Security Findings? Testing GitHub Agentic Autofix GitHub can now assign a code scanning alert directly to Copilot cloud agent. The agent explores the repository, changes code, attempts validation, and opens a draft pull request. That is more ambitious than generating a patch beside one vulnerable line. It is also not the same as proving that a vulnerability is go...

0 0
12m read
DEV Community • 2026-08-17 14:22

Iniciando minha jornada em ADS: Configurando o ambiente com Git, VS Code e GitHub

Fala, pessoal! 👋 Recentemente iniciei minha graduação em Análise e Desenvolvimento de Sistemas (ADS) e decidi documentar cada etapa dessa jornada por aqui. Esta semana concluí a primeira fase prática do meu plano de estudos: a configuração do meu ambiente de desenvolvimento local e a estruturação do meu perfil profissional. O que foi feito nessa etapa: Configuração do VS Code e term...

0 0
1m read
From CPU Legacy Code to GPU Performance: Porting a 500K-Line CFD Solver
Level Up Coding - Medium • 2026-08-17 14:21

From CPU Legacy Code to GPU Performance: Porting a 500K-Line CFD Solver

We recently ported our 500,000-line in-house CFD solver to AMD GPUs. A naive GPU port already achieved a 9.5× speedup. After redesigning the data layout and systematically removing bottlenecks, we reached 37.8× speedup. This article explains the engineering decisions that mattered in this journey.IntroductionPorting a mature production code to GPUs is rarely as simple as replacing a few loops with...

0 0
16m read
Hacker News: Front Page • 2026-08-17 14:21

How to put 170 atoms in an atom

Article URL: https://signoregalilei.com/2026/08/02/how-to-put-170-atoms-in-an-atom/ Comments URL: https://news.ycombinator.com/item?id=49331474 Points: 9 # Comments: 0

0 0
1m read
The UI Engineering Behind "Unsaved Changes, Sure You Wanna Leave?"
Level Up Coding - Medium • 2026-08-17 14:21

The UI Engineering Behind "Unsaved Changes, Sure You Wanna Leave?"

Tracking the change and watching an attempt to leaveContinue reading on Level Up Coding »

0 0
1m read
How to Use AI Without Losing Control of Your Code | Reverse Everything
Level Up Coding - Medium • 2026-08-17 14:21

How to Use AI Without Losing Control of Your Code | Reverse Everything

A practical approach to using AI for prototyping and development without losing understanding, maintainability, or responsibility..Continue reading on Level Up Coding »

0 0
1m read
10 Python Libraries Every Developer Should Learn in 2026
Level Up Coding - Medium • 2026-08-17 14:20

10 Python Libraries Every Developer Should Learn in 2026

When I started learning Python, I made a mistake that I think a lot of developers make.Continue reading on Level Up Coding »

0 0
1m read
Blackbox Exporter + Prometheus + Grafana  Monitor Any Website Like a PRO!
Level Up Coding - Medium • 2026-08-17 14:20

Blackbox Exporter + Prometheus + Grafana Monitor Any Website Like a PRO!

Continue reading on Level Up Coding »

0 0
1m read
What breaks if I delete this file? React tooling can't answer that.
DEV Community • 2026-08-17 14:20

What breaks if I delete this file? React tooling can't answer that.

You want to delete a file. A quick search shows three direct imports. That's easy enough to see. The harder question is what those three files are used by. One may be a layout dependency. Another may be part of navigation. A third may feed a page that doesn't look related at first glance. So the real question isn't "Who imports this file?" It's "What breaks if I remove it?" Most tools don't ...

0 0
10m read
Hacker News • 2026-08-17 14:20

Show HN: I backtested my own stock site's signals and published what failed

Comments

0 0
1m read
Your Nodemailer Template Renders Whatever Your Users Type Into Their Display Name.
Level Up Coding - Medium • 2026-08-17 14:20

Your Nodemailer Template Renders Whatever Your Users Type Into Their Display Name.

One unescaped interpolation in your email template turns into HTML injection in every transactional message you send.Continue reading on Level Up Coding »

0 0
1m read
DEV Community • 2026-08-17 14:20

Why I Built a Browser-Only Tool Platform (and What Broke That Rule)

Every "free online tool" site has the same shape: pick a task — resize an image, merge a PDF, decode a JWT — upload a file, wait, download the result. That upload almost never needs to happen. Browsers have had the APIs to do this work locally for years. The upload step exists because it's the easiest way to build the product, not because the task requires a server. That's the premise behind Tabr...

0 0
4m read
DEV Community • 2026-08-17 14:20

🚀 This Week's Build: Save. Share. Stay Aligned.

New week, new ship. This week our team is taking a dashboard-sharing feature from idea to production — and I wanted to share the plan in case it's useful for anyone else structuring a feature sprint. The goal is simple: let users save a dashboard view and share it with teammates in just a few clicks, with proper permission controls (Viewer / Editor) baked in from day one. Here's how the week bre...

0 0
3m read
DEV Community • 2026-08-17 14:20

Don't Give the Model SQL

I built a web app to answer questions about my own health data, for a reason that is embarrassingly small. I already had a perfectly good way to ask them: a Claude Code skill that queried the database and reasoned over the results. It worked well. It also can't run on Claude iOS, and the moment I actually want to ask "should I be worried about this" is standing in a kitchen at 6am, not sitting at ...

0 0
14m read
DEV Community • 2026-08-17 14:19

Every Number I Didn't Measure Was Wrong

I went to publish something about the database behind my personal health tracker, and fact-checking it took a day. By the end, most of the numbers I had written down to justify that database's design had turned out to be wrong. Not wildly wrong. Wrong in the quiet way, where the conclusion still holds and the reasoning under it has rotted. Every single one had the same cause: I measured something...

0 0
11m read
DEV Community • 2026-08-17 14:19

The Past Keeps Changing

I moved my personal health tracker onto a time-series database this month. It holds 69,000 rows in thirty megabytes. That is not a defensible reason to use one, and I want to be blunt about it before you get there on your own. Nothing I did made anything faster and nothing needed to. What it replaced was smaller still. An 840 KB SQLite file on my laptop, seventeen metrics, about 280 health obser...

0 0
13m read
The Job AI Can’t Apply For
Level Up Coding - Medium • 2026-08-17 14:19

The Job AI Can’t Apply For

There’s a question we engineers keep dancing around instead of answering directly:If AI can write most of the code, why do we still need engineers?The usual answers I’ve received so far, “engineers make decisions” , “humans are creative” and “AI is just a tool” are too vague to mean anything. Let’s take the question seriously instead.Say I hand an AI a well-defined requirement and it produces the ...

0 0
10m read
Previous Next

Showing page 163 of 2167

Previous 163 Next