Morning.dev
My Feed Popular
Login
DEV Community • 2026-08-15 21:18

Turning your Obsidian notes into a queryable database with Dataview

If you take notes in Obsidian, you've probably hit the same wall: search finds text, but it can't answer "show me every snippet I've tagged regex" or "what debugging notes do I still have open?" That's what the Dataview plugin is for — it treats your notes' frontmatter (and inline fields) as rows in a database and lets you query them with a SQL-like syntax, right inside a note. The setup...

0 0
2m read
Lobsters • 2026-08-15 21:18

Zig Day Seattle, WA

Comments

0 0
1m read
Lobsters • 2026-08-15 21:18

Zig Day Seattle, WA #3

Comments

0 0
1m read
DEV Community • 2026-08-15 21:18

PHP FFI on Apple Silicon: your ioctl call is lying to you

I spent an evening building pseudo-terminal support for PHP and lost an hour of it to a bug that reports success. If you use FFI and ioctl anywhere near production, and your CI only runs on Linux, this one is worth ten minutes of your time. The setup PHP can already open a pseudo-terminal. proc_open() accepts ['pty'] descriptors, and on macOS you get a real /dev/ttysNNN back. What you...

0 0
6m read
DEV Community • 2026-08-15 21:18

Why Edge AI Frameworks Are Too Heavy for Real Microcontrollers (and How to Fix It with Lean C++)

By Kim Mansfield Embedded Firmware Engineer & AI Consultant Modern "cloud-to-edge" AI platforms promise one-click deployments to microcontrollers. But if you have spent decades writing assembly and low-level C drivers, you know the reality: most embedded AI toolchains are too heavy. When deploying machine learning models to space- and power-constrained hardware like the new Raspberry Pi Pic...

0 0
2m read
newest submissions : multi • 2026-08-15 21:16

Semantic Regression at Scale

Semantic regression (or bugs) is when the application still works according to its tests and traditional monitoring, but its observable behavior has changed. For example, imagine a library/API that historically returns different error codes for different failure paths: condition A → EINVAL condition B → ENOENT condition C → EBUSY A change causes condition A and B to now return the same error code...

0 0
1m read
DEV Community • 2026-08-15 21:16

🚀 Introducing SysPeek v2.0.0 - A Modern System Information Viewer for Windows, macOS, and Linux (New Release!)

Introducing SysPeek v2.0.0: A Modern Cross-Platform System Monitor Built with Electron & React A complete architectural rewrite featuring Electron 43, React 19, TypeScript, Vite, automatic updates, live monitoring, and a secure Electron architecture. Introduction I'm excited to announce the release of SysPeek v2.0.0. While previous versions focused on providing an ...

0 0
5m read
Hacker News: Front Page • 2026-08-15 21:14

Abdominal fat predicts heart disease risk better than BMI

Article URL: https://www.acc.org/about-acc/press-releases/2026/08/11/14/59/abdominal-fat-predicts-heart-disease-risk-better-than-bmi Comments URL: https://news.ycombinator.com/item?id=49314403 Points: 11 # Comments: 1

0 0
1m read
Research shows that the entire website of Reddit has become more negative over time. Moreover, the longer a given community exists, the more negative it becomes — and the longer a comment thread continues, the more negative the thread becomes
newest submissions : multi • 2026-08-15 21:12

Research shows that the entire website of Reddit has become more negative over time. Moreover, the longer a given community exists, the more negative it becomes — and the longer a comment thread continues, the more negative the thread becomes

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

0 0
1m read
DEV Community • 2026-08-15 21:12

⚡ViteDash 2.2: I halved my dashboard bundle, right after doubling it

I maintain ViteDash, a free admin dashboard template built with React 19, Vite 8, and Ant Design 6. It has a clean sidebar I am genuinely proud of, twenty something pages, and a light and dark mode that runs entirely through Ant Design's theme algorithm rather than a pile of CSS overrides. It also shipped a single 1.6 MB JavaScript file and had a dependency it never declared. Version 2.2 is out....

0 0
10m read
DEV Community • 2026-08-15 21:11

Who's really winning open models in 2026? It's not who you think

HuggingFace just published their biannual State of Open Models report covering January to August 2026. The headline numbers are big — 2.96 million public model repos, 1 million datasets, 1.44 million Spaces. But the interesting findings are in what the data reveals about how power in open AI has shifted. What actually changed Chinese labs own frontier scale. In almost every month of ...

0 0
3m read
Japan Weighs New Russia Sanctions After Putin’s First Visit to Disputed Kuril Islands
newest submissions : multi • 2026-08-15 21:09

Japan Weighs New Russia Sanctions After Putin’s First Visit to Disputed Kuril Islands

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

0 0
1m read
Hacker News: Front Page • 2026-08-15 21:07

Cornell: Pro Palestine Students Targeted by ICE: Come Back to US or Lose Funding

Article URL: https://theintercept.com/2026/08/14/cornell-pro-palestine-student-targeting-ice/ Comments URL: https://news.ycombinator.com/item?id=49314341 Points: 6 # Comments: 0

0 0
1m read
Micron Clay Project is 4 months ahead of schedule, first concrete already poured
newest submissions : multi • 2026-08-15 21:06

Micron Clay Project is 4 months ahead of schedule, first concrete already poured

submitted by /u/CompetitiveLake3358 to r/hardware [link] [comments]

0 0
1m read
DEV Community • 2026-08-15 21:06

🍬 Candy Logger v2.1.0 - The Correctness Release

Candy Logger v2.1.0 is now available. This release focuses on making Candy Logger correct, secure, reliable, and production-ready. Version 2.1.0 improves serialization, security, console interception, persistence, UI behavior, accessibility, mobile support, and the underlying architecture. It also introduces a cleaner core API that allows Candy Logger to be used without rendering the UI. GitHu...

0 0
8m read
HackerNoon • 2026-08-15 21:02

How Mailing Lists Break DMARC, and Why ARC Only Partly Fixes It

Why mailing lists break DMARC, what ARC (RFC 8617) actually does about it, why it only helps where the receiver trusts the sealer, and why From-munging is the reliable fix.

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

Adding Speech Therapy to a Live Directory: The Read-Path Allowlist Pattern at Special Needs Care Network

Adding a category to a live directory is not one change. It is a schema change, a seeding job, an admin intake change, a routing change, and a sitemap change, and they cannot all ship in the same commit without a bad week. The technique that makes this tractable is boring and worth writing down: put a single allowlist on the public read path and treat it as the feature switch for the entire rollo...

0 0
3m read
Newest questions tagged javascript - Stack Overflow • 2026-08-15 20:56

How to programmatically create a file and write content using VS Code Extension API in TypeScript?

I am building a VS Code extension that automatically generates workspace files. I want to create a new file at a specific path inside the user's open workspace and insert generated text content into it. I tried using Node's fs.writeFileSync, but it doesn't always refresh the VS Code Explorer UI immediately. I want to use the native VS Code API (vscode.workspace.fs). Here is my current approach: im...

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

Playwright + Cucumber Code Review Checklist: A Senior QA Guide to Reliable CI Test Suites

Building an enterprise test automation framework is one thing; keeping it reliable, maintainable, and fast in CI over time is another. To prevent test rot, flakiness, and architectural drift, code reviews need to evaluate more than just standard syntax. They must enforce design boundaries, state isolation, and robust synchronization strategies. Here is the complete Code Review Checklist we use f...

0 0
6m read
Hacker News: Front Page • 2026-08-15 20:54

Cultivating a state of mind where new ideas are born

Article URL: https://www.henrikkarlsson.xyz/p/good-ideas Comments URL: https://news.ycombinator.com/item?id=49314235 Points: 3 # Comments: 0

0 0
1m read
Previous Next

Showing page 115 of 2059

Previous 115 Next