Morning.dev
My Feed Popular
Login
Hacker News • 2026-03-20 13:35

Show HN: Linux Nvidia GPU V/F Curve Editor for Undervolting/OC

Comments

0 0
1m read
DEV Community • 2026-03-20 13:34

Dejé de vibecodeear y empecé a entregar: Task-Driven Development con AI

Hace un año escribí sobre cómo construí ExamGenius con vibe coding y Claude. La premisa era simple: le dices al AI qué quieres, él genera el código, tú ajustas, y en 20 horas tienes una app completa que normalmente tomaría semanas. Reducción del 85% en tiempo. Código funcional. Todo bien. Un año después, la industria avanzó a pasos agigantados. Los modelos son más capaces, los IDEs integran AI de...

0 0
8m read
Russia Plans to Seize Control of the Oceans and Redivide the World by 2035․ An Investigation
newest submissions : multi • 2026-03-20 13:33

Russia Plans to Seize Control of the Oceans and Redivide the World by 2035․ An Investigation

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

0 0
1m read
Japan's Takaichi emerges buoyed from Trump summit
newest submissions : multi • 2026-03-20 13:33

Japan's Takaichi emerges buoyed from Trump summit

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

0 0
1m read
U.S. says Cuba is prohibited from taking Russian oil as two tankers head to island
newest submissions : multi • 2026-03-20 13:32

U.S. says Cuba is prohibited from taking Russian oil as two tankers head to island

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

0 0
1m read
Hacker News: Front Page • 2026-03-20 13:31

Nvidia's Huang pitches AI tokens on top of salary

Article URL: https://www.cnbc.com/2026/03/20/nvidia-ai-agents-tokens-human-workers-engineer-jobs-unemployment-jensen-huang.html Comments URL: https://news.ycombinator.com/item?id=47454241 Points: 9 # Comments: 8

0 0
1m read
Which endpoints are tested? Answered, instantly
DEV Community • 2026-03-20 13:30

Which endpoints are tested? Answered, instantly

They told us it was impossible. They were wrong. And they kept asking the same anxious question... Which endpoints are tested? A question that usually shows up right when you are trying to enjoy that lunch break where you promised yourself you would not open a laptop. You want this answered now. Instantly. For hundreds of scenarios. So you open Swagger UI. You stare at the endpoints. You map an ...

0 0
7m read
Iran’s military warns ‘parks, recreational areas and tourist destinations’ worldwide won’t be safe
newest submissions : multi • 2026-03-20 13:27

Iran’s military warns ‘parks, recreational areas and tourist destinations’ worldwide won’t be safe

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

0 0
1m read
China calls for end to war in Middle East warning of economic impact
newest submissions : multi • 2026-03-20 13:25

China calls for end to war in Middle East warning of economic impact

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

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-03-20 13:25

React Hook Form docs are a mess - am I missing something here?

Been diving deep into React Hook Form for the past month and I'm genuinely confused about how popular this library is The documentation is riddled with errors and contradictions that make learning it way harder than it should be. Take setValue() for instance - teh docs clearly state it won't create new fields when you target non-existent paths, but that's completely wrong Here's what they claim wo...

0 0
1m read
Hacker News: Front Page • 2026-03-20 13:23

HP realizes that mandatory 15-minute support call wait times isn't good support

Article URL: https://arstechnica.com/gadgets/2025/02/misguided-hp-customer-support-approach-included-forced-15-minute-call-wait-times/ Comments URL: https://news.ycombinator.com/item?id=47454164 Points: 20 # Comments: 2

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

Method Overloading Tasks

Method Overloading Tricky Questions : class Test { void show(int a) { } void show(long a) { } public static void main(String[] args) { Test t = new Test(); t.show(10); } } ANSWER: show(int a) 10 is int → exact match is preferred over widening (int → long) class Test { void show(Integer a) { } void show(int a) { } public static void ...

0 0
3m read
Jihadist violence in Nigeria and DRC rose sharply last year even as global deaths from terror fell
newest submissions : multi • 2026-03-20 13:21

Jihadist violence in Nigeria and DRC rose sharply last year even as global deaths from terror fell

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

0 0
1m read
Venezuelan leader Delcy Rodríguez replaces senior military commanders
newest submissions : multi • 2026-03-20 13:19

Venezuelan leader Delcy Rodríguez replaces senior military commanders

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

0 0
1m read
Accessibility Snapshot Testing in iOS
DEV Community • 2026-03-20 13:19

Accessibility Snapshot Testing in iOS

Snapshot testing is a popular type of regression testing that a lot of development teams are unaware has untapped potential when it comes to accessibility. The AccessibilitySnapshot library offers a way to bring accessibility into your automated regression suite. By treating the accessibility hierarchy as a testable artifact, developers can catch issues early and maintain a consistent, inclusive e...

0 0
3m read
Hacker News: Front Page • 2026-03-20 13:18

Schizophrenia study finds new biomarker, drug candidate to treat symptoms

Article URL: https://news.northwestern.edu/stories/2026/03/schizophrenia-study-finds-new-biomarker-drug-candidate-to-treat-cognitive-symptoms Comments URL: https://news.ycombinator.com/item?id=47454091 Points: 14 # Comments: 0

0 0
1m read
Experienced Devs • 2026-03-20 13:18

Internal library almost forgot everything. A good idea?

my team's principal engineer is obsessed with creating library for everything. we primarily works on java and spring boot and we have. library that wraps restclient with retry and cicuitbreaker functionality. library for exception handling library for AWS client configuration. library for component testing. library for kafka client. and some more.. these library comes with their own dependency ...

0 0
1m read
DEV Community • 2026-03-20 13:18

Why Signature-Based Security Is No Longer Enough To Detect Cyber Attacks And How UEBA Hunts vicious threats.

Liquid syntax error: 'raw' tag was never closed

0 0
1m read
Work from home and slow down on the road: world’s energy watchdog advises emergency measures as oil prices rise
newest submissions : multi • 2026-03-20 13:18

Work from home and slow down on the road: world’s energy watchdog advises emergency measures as oil prices rise

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

0 0
1m read
DEV Community • 2026-03-20 13:14

What Your IP Address Actually Reveals (A Developer's Perspective)

Every HTTP request your application receives carries the sender's IP address. It's in the TCP header before your code even runs. And that single number reveals more than most developers realize -- not just geography, but ISP, connection type, proxy detection, and sometimes the specific organization behind the request. Understanding what an IP address tells you (and what it doesn't) is fundamental ...

0 0
6m read
Previous Next

Showing page 28 of 3145

Previous 28 Next