Morning.dev
My Feed Popular
Login
Ghidra internals: Where are my logs ?
DEV Community • 2026-08-09 22:20

Ghidra internals: Where are my logs ?

Ghidra uses the Apache Log4j logging library to store a lot of execution messages. Finding these logs can be quite tricky, especially if you launch Ghidra from a shell (using ghidraRun) because no output is displayed in the terminal. Usually, the first instinct is to look for a .ghidra directory directly in your HOME folder. In our case, that will fail. Under Linux, Ghidra follows the XDG Base ...

0 0
3m read
DEV Community • 2026-08-09 22:14

Self-hosting a lite agent backend on one TPU: Gemma 4 E2B + vLLM on a v5e-1

Self-hosting a lite agent backend on one TPU chip A single Google Cloud TPU v5e chip — 16 GB of HBM, about $0.58/hour on spot — will serve google/gemma-4-E2B-it under vLLM at 1,496 output tokens/sec aggregate, with 8.02 ms per-token latency at single stream and native tool-calling. That is enough to back a fleet of 8–16 concurrent "lite" agents for roughly $0.107 per million output toke...

0 0
26m read
Lobsters • 2026-08-09 22:14

I got an email about resistance

Comments

0 0
1m read
DEV Community • 2026-08-09 22:12

A directory told me exactly what my followed link is worth: ten upvotes

I submitted my product to a lot of directories over the past few weeks. Then I measured what those listings actually gave me, and the answer was worse than the page count suggested: twenty four listings across twenty one domains, and five links a search engine would follow. I assumed the other sixteen were nofollow out of habit, or caution, or because that is what platforms do now. Then one of th...

0 0
5m read
New in Frame.io: Full-Screen Search, Comparison Viewer & of see a llskir I’llppppppp988099 More
Vue.js - The progressive Javascript framework • 2026-08-09 22:11

New in Frame.io: Full-Screen Search, Comparison Viewer & of see a llskir I’llppppppp988099 More

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

0 0
1m read
DEV Community • 2026-08-09 22:09

How Claude's rate limits actually work — and how I track them in real time

I was two hours into a debugging session with Claude when it just stopped. No warning. No countdown. No indication I was close. Just a message telling me I'd reached my usage limit. Two hours of context — gone. I had to start over. That was the moment I started actually trying to understand how Claude's rate limits work. What I found surprised me, and I haven't seen it explained clearly anywher...

0 0
5m read
Lobsters • 2026-08-09 22:07

SQLite with a Fine-Toothed Comb (2016)

Comments

0 0
1m read
DEV Community • 2026-08-09 22:06

Building privacy-first browser tools: QR, image metadata, and PDF editing without uploads

I have been expanding UsefulAtlas into a browser-local toolbox instead of adding hundreds of tiny utility pages. The latest work includes: QR Studio Static QR generation URL, text, Wi-Fi, vCard, email and SMS Local image and camera decoding Destination inspection before opening PNG/SVG export Image Toolbox Resize / convert EXIF and metadata inspection GPS detection Local metadata/privacy clea...

0 0
1m read
Hacker News: Front Page • 2026-08-09 22:00

To Recruit Teachers, School Districts Are Building Homes

Article URL: https://www.nytimes.com/2026/07/28/business/affordable-housing-schools-teachers.html Comments URL: https://news.ycombinator.com/item?id=49236541 Points: 10 # Comments: 0

0 0
1m read
DEV Community • 2026-08-09 21:59

A broken heading hierarchy is an architecture problem, not a markup one

On a recent BigCommerce remediation, an audit flagged the heading hierarchy. Levels skipped and jumped across the page, so the structure a screen-reader user navigates by didn't hold together. The checklist fix is obvious. Open each template, retag the headings, close the finding. But the levels weren't the bug. They were the symptom. Each heading was hardcoded into its own template. A section ...

0 0
2m read
DEV Community • 2026-08-09 21:57

Designing tools an LLM won't misuse

Originally published on Loop & Retry — field notes on building LLM agents that survive production. Most agent bugs I've chased weren't in the model. They were in the tools — specifically, in the gap between what a tool's schema implied it wanted and what it actually did with what it got. The model is a caller that reads your parameter names and descriptions, forms a plausible theory of how th...

0 0
9m read
DEV Community • 2026-08-09 21:56

Debugging a failed agent run costs more than the run itself

Originally published on Loop & Retry — field notes on building LLM agents that survive production. Here is the intuition to kill: a failed run is cheap because you can just run it again. A deterministic system earns you that assumption — the bug is sitting there, reproducible on demand, and debugging is a bounded search through code you control. An agent is not that system. When a run fails, ...

0 0
7m read
Product Hunt — The best new products, every day • 2026-08-09 21:55

SecondBrain Note by GenSpark

A MagSafe AI Recorder That Acts for You Discussion | Link

0 0
1m read
HackerNoon • 2026-08-09 21:54

Freshist Earns a 58.28 Proof of Usefulness Score by Building a Subscription-Free, Native macOS Cleaner

Freshist earned a 58.28 Proof of Usefulness score for its 3.7 MB native macOS cleaner built around safe cleanup, privacy, and one-time pricing.

0 0
1m read
DEV Community • 2026-08-09 21:54

Your AI Agent Changed Its Config. Can You Roll It Back Safely?

A configuration change can be more dangerous than a code deploy when an AI agent can send messages, edit repositories, spend money, or operate a browser. The usual rollback advice is simple: keep the old file and copy it back. That is not enough for an agent. A configuration revision can change tool permissions, model routing, retry behavior, queue limits, browser profiles, or approval rules whil...

0 0
5m read
Hacker News: Front Page • 2026-08-09 21:52

AI assistant hacks gym website in first known Australian autonomous cyber attack

Article URL: https://www.abc.net.au/news/2026-08-10/ai-assistant-hacks-gym-website-aus-cyber-attack/107007986 Comments URL: https://news.ycombinator.com/item?id=49236439 Points: 13 # Comments: 1

0 0
1m read
DEV Community • 2026-08-09 21:51

Four ICPC Habits That Survived Production, and Two I Had to Unlearn

Every few months the same argument comes back around: does competitive programming make you a better engineer, or does it just make you good at competitive programming? People who did it defend it. People who did not point out, correctly, that nobody has ever shipped a segment tree to production. I have been on both sides of that line, so here is my honest accounting. In 2021 my team won the ACM...

0 0
7m read
DEV Community • 2026-08-09 21:50

Pattern Recognition: The Matrix Mindset for Top Coders

The Quest Begins (The "Why") I was staring at a pull request that felt like a boss level in a retro arcade game—except there were no extra lives. The code was a massive if/else if/else chain that decided how to handle different JSON payloads coming from a third‑party API. Each branch did almost the same thing: validate a few fields, map them to our internal model, then call a service. T...

0 0
5m read
DEV Community • 2026-08-09 21:48

How to stop a Claude Code agent writing outside a directory

When you're sitting in front of an agent, "don't touch anything outside src/" is enforced by you noticing. Unattended, it has to be enforced by something that runs whether or not anyone is watching. Claude Code gives you two mechanisms for that, and they are not interchangeable. One is declarative and can't express what you probably want. The other can, but is structurally blind to a whole catego...

0 0
7m read
newest submissions : multi • 2026-08-09 21:39

Programs to change the look of file explorer?

Are there any customization software that just put on a skin on the file explorer? submitted by /u/Some-Relative5079 to r/software [link] [comments]

0 0
1m read
Previous Next

Showing page 544 of 2254

Previous 544 Next