Morning.dev
My Feed Popular
Login
Hacker News • 2026-08-20 14:15

Show HN: Bisecto – A minimalist game about cutting shapes into 50/50 halves

Comments

0 0
1m read
Hacker News: Front Page • 2026-08-20 14:14

An elliptic curve of rank ≥ 30

Article URL: https://elliptic-rank.icarm.cloud/curve/273 Comments URL: https://news.ycombinator.com/item?id=49374873 Points: 7 # Comments: 1

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

7 Security Checks Before Installing a New Developer Tool

`Installing a new developer tool can save hours of work, improve productivity, and simplify complex tasks. But every new application, extension, package, or utility also introduces another piece of software that you need to trust. A useful tool can still create problems if it comes from an unofficial source, requests unnecessary permissions, has not been maintained for years, or quietly collects ...

0 0
5m read
Hacker News • 2026-08-20 14:12

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP

Comments

0 0
1m read
HackerNoon • 2026-08-20 14:11

Banking Has Spent 20 Years Fighting Alert Noise. Engineering Should Learn From It

Financial crime alerting runs at a 95% false positive rate. Twenty years of failing to fix it taught banking things engineering teams keep rediscovering.

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-08-20 14:11

I built a React Markdown editor kernel. The hardest part wasn't handling changes, but deciding what hadn't changed

I recently put the entire editor kernel behind DOMD on GitHub: https://github.com/do-md/domd/tree/main/.packages/%40do-md/core (Quick license note: the app sources are MIT. The kernel is GPL-3.0 with additional permissions for small entities and common FOSS licenses. The full terms are in the repo.) There's one design choice I'd really like to hear other people's thoughts on. A common way to model...

0 0
2m read
Hacker News: Front Page • 2026-08-20 14:10

Bun 1.4

Article URL: https://bun.com/blog/bun-v1.4 Comments URL: https://news.ycombinator.com/item?id=49374797 Points: 19 # Comments: 2

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

From Python to Go: rewriting a CrewAI workflow in pure stdlib

In the CrewAI Python framework you assemble teams of agents that collaborate via LLMs. It’s a great model when tasks require multiple specialists. But pulling in litellm, langchain, pydantic and friends makes cold starts heavy and deployment a container story. A few months ago I started crewai-go, an idiomatic Go port with zero external dependencies. The whole core package is pure net/http, encod...

0 0
2m read
Hacker News: Front Page • 2026-08-20 14:08

Hacking with Claude on a $27 Smart Watch

Article URL: https://www.mikekasberg.com/blog/2026/08/19/hacking-with-claude-on-a-27-smart-watch.html Comments URL: https://news.ycombinator.com/item?id=49374772 Points: 3 # Comments: 0

0 0
1m read
Hacker News: Front Page • 2026-08-20 14:04

Stwipe Acquires OpenWouter

Article URL: https://stwipe.com/ Comments URL: https://news.ycombinator.com/item?id=49374738 Points: 20 # Comments: 2

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

A Slow Task Runner Is Not a Dead Task Runner

One line in the n8n 2.35.5 release notes carries a useful lesson for every workflow and agent runtime: task runners should not be restarted merely because they are slow. The distinction sounds obvious, but many recovery loops collapse duration and liveness into the same signal. A job crosses a time threshold, the supervisor assumes it is dead, and the worker is restarted. If the original worker w...

0 0
2m read
The Reasoning Ledger: Remembering Decisions, Not Just Data
DEV Community • 2026-08-20 14:03

The Reasoning Ledger: Remembering Decisions, Not Just Data

Part 4 of the Building the AI Memory Stack series After finishing the previous article, I looked at the repository a little differently. The specifications were still there. The Architecture Decision Records were still there. The glossary entries were still there. The project's durable memory had done exactly what it was supposed to do: preserve the knowledge that deserved to survive. But someth...

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

Looking for 100 technical testers: SecondGate (WordPress security & passkeys, no cloud dependency)

We've spent the last few weeks trying to break our own plugin. We fuzzed the WebAuthn decoder with 200,000 adversarial inputs, found a bug where brute-force lockout could silently lock out every legitimate visitor sharing a CDN's IP, and once we went looking, found and fixed six separate places in the codebase making that same mistake. All of it is documented, versioned, and dated: https://secondg...

0 0
2m read
Hacker News • 2026-08-20 14:02

Show HN: A light-weight CLI that keeps your skills and rules in sync

Comments

0 0
1m read
Cascading Style Sheets • 2026-08-20 14:01

Why do most color pickers use HSL, but when I change the color of my accent or cursor on Windows 11, it uses HSV? Also, why are both web-safe and X11 colors discouraged, while CSS/HTML colors are widely used?

submitted by /u/Toon_Ghost_3 [link] [comments]

0 0
1m read
The TechBeat: How BlackBerry Reinvented Itself After Losing the Smartphone War (8/20/2026)
HackerNoon • 2026-08-20 14:00

The TechBeat: How BlackBerry Reinvented Itself After Losing the Smartphone War (8/20/2026)

8/20/2026: Trending stories on Hackernoon today!

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

PostgreSQL Partial Indexes and Expression Indexes: The Query Optimization Your ORM Is Hiding From You

--- title: "PostgreSQL Partial & Expression Indexes: The Query Optimization Your ORM Is Hiding From You" published: true description: "Partial indexes with WHERE clauses and expression indexes on computed values can cut index size by 90% and turn sequential scans into sub-millisecond seeks. Here's how to write them by hand." tags: postgresql, performance, architecture, api canonical_url: http...

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

CDK update - July 2026

Index TL;DR Major Features ⚠️ Comprehensive Template Validation — On by Default ⚠️ Other Action-Required Changes CloudFormation Express Mode in the CLI CDK Language Server Modern TypeScript Project Templates CloudTrail-Enriched Deployment Diagnosis CLI Improvements Service Enhancements Community Highlights AWS CDK Conference Japan 2026 Community Content & Resources How Can You...

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

AppExchange security review: what it checks

What an AppExchange security review preflight actually checks The email arrives looking innocent enough. "Congratulations on submitting to the AppExchange Security Review." Then you open the linked documentation and feel it, that specific flavor of dread reserved for large PDFs with multiple appendices. Every Salesforce ISV has been here. You've built something real. Your customers are...

0 0
7m read
[Gemini API in Action] Adding a "Detailed Research Report" Button to a LINE Bot: Using Google Search Grounding to Turn Summaries
DEV Community • 2026-08-20 14:00

[Gemini API in Action] Adding a "Detailed Research Report" Button to a LINE Bot: Using Google Search Grounding to Turn Summaries

Background My LINE Bot has always had a summary feature: you drop a URL in, it crawls the content, generates a summary, and attaches a social media post draft along with a button to save it as a bookmark. This feature has been around since 2024, but it has always only solved the "what is this about" problem. I often find myself wanting to know three other things: What is the backgrou...

0 0
12m read
Previous Next

Showing page 238 of 2362

Previous 238 Next