Morning.dev
My Feed Popular
Login
DEV Community • 2026-08-17 16:20

QUASAR: How Saliency-Weighted Reconstruction Closes the Loss Floor Gap in LLM Quantization-Aware Training

QUASAR: How Saliency-Weighted Reconstruction Closes the Loss Floor Gap in LLM Quantization-Aware Training Quantization is one of the most practical tools in the LLM deployment toolkit. Shrinking a model from 16-bit to 4-bit or even 2-bit precision can cut memory requirements by 4–8×, making it possible to run large models on consumer hardware, edge devices, or cost-constrained cloud ins...

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

Overview of the RTOS Kernel Project

In previous tutorial, I've gave you the theoretical background about ARM Cortex-M3/4 processors. In here, I will explain the RTOS kernel project structure. You can access and inspect the kernel implementation from here. The project gives the end-to-end development environment for STM32F446RE with the builtin kernel. I've built a statically allocated and fully preemptive kernel. For now, it's ju...

0 0
2m read
Lobsters • 2026-08-17 16:13

A Preview of DuckDB v2.0

Comments

0 0
1m read
CSS Wizardry • 2026-08-17 16:11

When Safari’s ‘Ignore Cache’ Ignored Cache-Control

Safari Technology Preview 250 fixed a subtle Web Inspector bug that overwrote page-authored Cache-Control request headers when the resource cache was disabled.

0 0
1m read
Hacker News: Front Page • 2026-08-17 16:11

Judge sets framework for Nine PBS to retrieve archival data

Article URL: https://current.org/2026/08/judge-sets-framework-for-nine-pbs-to-retrieve-archival-data/ Comments URL: https://news.ycombinator.com/item?id=49333344 Points: 11 # Comments: 0

0 0
1m read
DEV Community • 2026-08-17 16:07

The Ecology of Engineering Teams

Over the past several weeks, I've introduced five engineering archetypes that I've encountered throughout my career: The Gardener The Mason The Blacksmith The Bear Killer The Chef If you've read the series from the beginning, you may have noticed something. I never intended these articles to become a personality framework. They're certainly not a hiring rubric, and they aren't meant to suggest...

0 0
7m read
DEV Community • 2026-08-17 16:05

Copilot Autofix Introduced a Critical CI/CD Bug at Snowflake. Here's How to Harden GitHub Actions

On June 23, an autonomous AI security tool walked into Snowflake's internal Jira. It did not brute-force a login or find a leaked password. The door was left open five days earlier by a commit "co-authored by Copilot Autofix powered by AI," and the only key anyone needed was the ability to open a GitHub issue with a carefully written title. Wiz Research published the full write-up on August 17 (R...

0 0
8m read
The HackerNoon Newsletter: How Much Predictive Signal Is Hidden in a Chess Opening? (8/17/2026)
HackerNoon • 2026-08-17 16:05

The HackerNoon Newsletter: How Much Predictive Signal Is Hidden in a Chess Opening? (8/17/2026)

8/17/2026: Top 5 stories on the HackerNoon homepage!

0 0
1m read
Hacker News • 2026-08-17 16:04

Show HN: Classifier and browser extension to detect rule violating HN comments

Comments

0 0
1m read
DEV Community • 2026-08-17 16:01

Understanding Async Programming

Async programming, short for asynchronous programming, is one of those concepts that might sound intimidating at first but becomes surprisingly intuitive once you understand the problem it is trying to solve. And that problem is mostly waiting. Modern applications spend a lot of time waiting for things to happen. They wait for APIs to respond, databases to return queries, files to be read or wri...

0 0
5m read
DEV Community • 2026-08-17 16:01

Understanding Async Programming

Async programming, short for asynchronous programming, is one of those concepts that might sound intimidating at first but becomes surprisingly intuitive once you understand the problem it is trying to solve. And that problem is mostly waiting. Modern applications spend a lot of time waiting for things to happen. They wait for APIs to respond, databases to return queries, files to be read or wri...

0 0
5m read
DEV Community • 2026-08-17 16:01

Cutting Cloud Costs with a Few Habits

The Silent Budget Killer Cloud bills creep up. You start with a small instance, a managed database, and a bucket. A year later, you're paying for resources you forgot existed. The worst part? Most of that waste is avoidable with a few simple habits. I've been there. After a particularly painful invoice, I made a checklist of practices that now keep my cloud spending in check. Here's wh...

0 0
4m read
How canvases make agentic workflows visible, steerable, and cost-efficient
The GitHub Blog • 2026-08-17 16:00

How canvases make agentic workflows visible, steerable, and cost-efficient

Chat is great for intent, but agent work gets lost in the scroll. Here is how I use canvases with my agentic workflows—and why your workflow also deserves a canvas. The post How canvases make agentic workflows visible, steerable, and cost-efficient appeared first on The GitHub Blog.

0 0
1m read
Hacker News • 2026-08-17 15:56

Show HN: UL-SMF – Open-source linear-complexity ~300x KV-cache compression

Comments

0 0
1m read
DEV Community • 2026-08-17 15:50

Authentication done right: JWT, sessions, and OAuth explained — Like a Marvel superhero assembling the team

The Quest Begins (The "Why") I still remember the first time I tried to add login to a side‑project. I’d read a tutorial that said “just store a token in localStorage and you’re good,” slapped together a few fetch calls, and called it a day. A week later I got an email from a user: “Hey, I can’t log out, and someone else seems to be using my account.” My heart sank. I realized I’d bolte...

0 0
8m read
Hacker News: Front Page • 2026-08-17 15:49

Universal Health Coverage Could Save $1T and 114,000 Lives a Year, Yale Study

Article URL: https://ysph.yale.edu/news-article/universal-health-coverage-could-save-one-trillion-dollars-and-114000-lives-every-year/ Comments URL: https://news.ycombinator.com/item?id=49332981 Points: 87 # Comments: 53

0 0
1m read
DEV Community • 2026-08-17 15:40

The Status Quo of AI in Software Development (2026)

Artificial Intelligence in 2026: From Companion to Infrastructure Artificial Intelligence has moved from being a futuristic concept to an everyday companion in software development. In 2026, the landscape is defined by rapid innovation, fierce competition, and unresolved challenges around governance, sustainability, and labor. Developers today are navigating both unprecedented opportuni...

0 0
3m read
Programming for Cybersecurity: What You Actually Need to Know
DEV Community • 2026-08-17 15:36

Programming for Cybersecurity: What You Actually Need to Know

When I first got interested in cybersecurity, I thought it was all about tools. Nmap, Metasploit, Wireshark, Burp Suite. I downloaded them all, watched tutorials, and felt like a hacker. But the first time I tried to customize a scan or parse a weird log file, I hit a wall. I didn't know how to code. And in cybersecurity, that's like trying to be a chef without knowing how to use a knife. This a...

0 0
15m read
Hacker News: Front Page • 2026-08-17 15:36

Launch HN: Speko (YC S26) – OpenRouter for Voice AI

Hi HN! I'm Bek, founder of Speko, a platform that finds an optimal combination of speech-to-text, LLM, and text-to-speech models, given your constraints, among all our public benchmarked options, and tells you why.Demo: https://youtu.be/no2LY2gRh-cTypical production voice agent is an ensemble of three models: STT, an LLM, and TTS.Each of those layers offers a dozen credible vendors, and each month...

0 0
3m read
Hacker News: Front Page • 2026-08-17 15:36

Launch HN: Speko (YC S26) – OpenRouter for Voice AI

Hi HN! I'm Bek, founder of Speko, a platform that finds an optimal combination of speech-to-text, LLM, and text-to-speech models, given your constraints, among all our public benchmarked options, and tells you why.Demo: https://youtu.be/no2LY2gRh-c Link: https://speko.ai/?utm_source=hnTypical production voice agent is an ensemble of three models: STT, an LLM, and TTS.Each of those layers offers a ...

0 0
3m read
Previous Next

Showing page 167 of 2175

Previous 167 Next