Morning.dev
My Feed Popular
Login
Netanyahu says Iran decimated as Tehran warns of 'zero restraint' in energy attacks
newest submissions : multi • 2026-03-19 22:36

Netanyahu says Iran decimated as Tehran warns of 'zero restraint' in energy attacks

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

0 0
1m read
Vue.js - The progressive Javascript framework • 2026-03-19 22:34

I've build (and I am) Polish 🇵🇱 - An AI-powered UI refiner based on Vue

https://reddit.com/link/1ryeqhy/video/llkc6yjbw2qg1/player Most websites look terrible. So I built Polish✦🇵🇱 - a free open-source Chrome extension that lets you restyle any website in real-time using AI. Think “Pimp My Ride”… but for the web. You can: - force dark mode on any site - fix bad contrast and spacing - completely redesign a page with a simple prompt It works by doing real-time DOM m...

0 0
1m read
newest submissions : multi • 2026-03-19 22:33

Netanyahu: 'You can't make a revolution from the air, there are ground options'

submitted by /u/succesful_deception to r/news [link] [comments]

0 0
1m read
Hacker News: Front Page • 2026-03-19 22:33

Minecraft Source Code Is Interesting

Article URL: https://www.karanjanthe.me/posts/minecraft-source/ Comments URL: https://news.ycombinator.com/item?id=47447317 Points: 8 # Comments: 2

0 0
1m read
Internet trolls can't hide anymore — new study shows AI can now identify anonymous users
newest submissions : multi • 2026-03-19 22:32

Internet trolls can't hide anymore — new study shows AI can now identify anonymous users

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

0 0
1m read
newest submissions : multi • 2026-03-19 22:32

Argentina: Employment plummets in 2025 as economy rises due to more informal work

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

0 0
1m read
Blog | Heroku • 2026-03-19 22:31

Heroku March 2026 Update

We’ve transitioned to a Sustaining Engineering model to better serve the customers who rely on us every day. Our mission is simple: to provide the most stable, secure, and reliable environment for your apps and data. We will continue releasing features and functionality that align with our Sustaining Engineering goals and provide a more robust and efficient platform to our customers. Today we are ...

0 0
1m read
DEV Community • 2026-03-19 22:30

15 Must-Read Books For Management Professionals to Elevate Your Leadership

15 Must-Read Books For Management Professionals Leadership is not a destination; it is a lifelong journey of learning, unlearning, and relearning. For management professionals navigating the complexities of modern corporate environments, the right books serve as essential compasses. Whether you are managing your first team or steering a global organization, the wisdom contained in class...

0 0
4m read
Blog | Heroku • 2026-03-19 22:29

Modernizing the Command Line: Heroku CLI v11

Heroku CLI v11 is now available. This release represents the most significant architectural overhaul in years, completing our migration to ECMAScript Modules (ESM) and oclif v4. This modernization brings faster performance, a new semantic color system, and aligns the CLI with modern JavaScript standards. While v11 introduces breaking changes to legacy namespaces, the benefits are […] The pos...

0 0
1m read
The three silent killers in edge AI deployment, and how to catch them before they catch you.
DEV Community • 2026-03-19 22:29

The three silent killers in edge AI deployment, and how to catch them before they catch you.

You've done everything right. You trained the model. You quantized it down to INT8. You ran it through your benchmark suite on your dev machine — latency looks great, memory usage looks fine. You're confident. Then you flash it to the Raspberry Pi CM4. SSH in. Run inference. RuntimeError: Failed to allocate memory for output tensors. Requested: 412MB. Available: 380MB. Sound familiar? ...

0 0
8m read
Intel Reportedly Readies a 10% Price Hike for Consumer CPUs
newest submissions : multi • 2026-03-19 22:29

Intel Reportedly Readies a 10% Price Hike for Consumer CPUs

submitted by /u/-protonsandneutrons- to r/hardware [link] [comments]

0 0
1m read
Blog | Heroku • 2026-03-19 22:28

Bigger Slugs and Greater Build Timeout Flexibility

Modern applications, especially those leveraging AI and data-heavy libraries, need more room to breathe. To support these evolving stacks and reduce developer friction, we’ve increased the default maximum compressed slug size from 500MB to 1GB. Understanding app slugs and deployment App slugs are the container build artifacts produced by Heroku Buildpacks and run in dynos. […] The post Bigge...

0 0
1m read
Experienced Devs • 2026-03-19 22:26

YC should be publicly beaten up for the damage they done

They officially lost the plot and they are straight up poisoning the tech scene. They used to be about finding the next big thing that actually worked but now they are just a factory for overpriced GPT wrappers. It is pathetic to see them fund some random kid who spent two hours on a prompt and call it financial superintelligence. They are basically teaching a whole generation of founders that lyi...

0 0
1m read
Jeff Bezos in Talks to Raise $100 Billion for AI Manufacturing Fund
newest submissions : multi • 2026-03-19 22:26

Jeff Bezos in Talks to Raise $100 Billion for AI Manufacturing Fund

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

0 0
1m read
AI Vocab 101
DEV Community • 2026-03-19 22:25

AI Vocab 101

I've been having a lot of conversations with non-tech people recently about AI. What I keep running into is the same pattern: smart, curious people who are genuinely trying to understand what's happening, but who don't have the vocabulary to name what they don't know. And when you can't name it, you can't ask the right question, which means you stay stuck at the surface. The car wash test is a pe...

0 0
7m read
U.S. tech execs smuggled Nvidia chips to China, prosecutors say
newest submissions : multi • 2026-03-19 22:24

U.S. tech execs smuggled Nvidia chips to China, prosecutors say

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

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-03-19 22:23

Fullstack App first of its kind

My brilliant AI agent help me come up with this because I’m tired of not understanding my puppies!! Please check it out if you have time or want to!🫡😂🤣🙏🏾 submitted by /u/Popular-Sandwich-755 [link] [comments]

0 0
1m read
Another State Wants to Make It Harder for Teens to Get a Driver's License
newest submissions : multi • 2026-03-19 22:21

Another State Wants to Make It Harder for Teens to Get a Driver's License

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

0 0
1m read
DEV Community • 2026-03-19 22:19

Scaffolded Test-First Prompting: Get Correct Code From the First Run

If you use AI to help with coding, the most common failure mode is not that the model is lazy. It is that the target is fuzzy. You ask for a fix, the assistant guesses what “correct” means, and you get something that looks plausible but is slightly off: wrong edge case, wrong file, wrong abstraction, wrong dependency, or the right idea implemented far too broadly. A simple way to reduce that fai...

0 0
6m read
Experienced Devs • 2026-03-19 22:19

Are you concerned about losing your critical thinking skills?

Since Opus thinking came out last year I've started to notice that I'm increasingly defaulting to asking AI. Often this is before I even think up my own solution. I know I'm being lazy, but I'm finding it difficult to motivate myself to not use AI and sometimes I feel my critical thinking and problem solving ability is declining. Is anyone else feeling like this? What are you doing to stop it? I f...

0 0
1m read
Previous Next

Showing page 18 of 3097

Previous 18 Next