ls /news · home news
grep -r --recent /news | head -20

News

4062 articles page 27 of 204 0 sources 30 min sync cycle
12:37
2026-05-23
dev.to
cybersecurity · 2m read · neu

Intigriti Challenge 0526 Writeup

This article summarizes a writeup for Intigriti Challenge 0526, a cross-site scripting (XSS) challenge on a community feed website. The author discovered an injection point in the user name field, but a server-side filte…

12:35
2026-05-23
mahl.me
news · 5m read ↑ pos

I Miss Terry Pratchett

The article is a personal reflection on the author's teenage experience reading Terry Pratchett's Discworld novels, particularly in hidden or forbidden places like the back of a classroom. It argues that Pratchett's book…

12:33
2026-05-23
dev.to
cloud-computing · 5m read ↓ neg

Idle Cloud Cost Is the New Egress Cost

The article explains that idle cloud costs have become a more structurally problematic billing surprise than egress fees, as modern cloud environments are now optimized for response-time predictability rather than utiliz…

12:29
2026-05-23
dev.to
developer-tools · 6m read · neu

Quark's Outlines: Python Traceback Objects

Python traceback objects store information about the chain of function calls that led to an error, including the active frame, line number, and last bytecode instruction executed. These objects form a linked list via the…

11:59
2026-05-23
dev.to
developer-tools · 3m read · neu

Go - Struct and Interface

In Go, a **struct** is a custom data type that groups related fields together, allowing programmers to model real-world entities (like a User with name, email, and phone) when built-in types are insufficient. An **interf…

11:59
2026-05-23
dev.to
developer-tools · 4m read · neu

Handling JSON Requests in Go

This article explains how to handle incoming JSON data in a Go server by decoding request bodies into structs using the standard library's `encoding/json` package. It provides a step-by-step tutorial that includes settin…

11:50
2026-05-23
horace.io
machine-learning · 10m read · neu

Making Deep Learning Go Brrrr from First Principles

The article explains that optimizing deep learning performance should be approached by reasoning from first principles—identifying whether a system is bottlenecked by compute, memory bandwidth, or overhead—rather than re…

11:50
2026-05-23
horace.io
machine-learning · 10m read · neu

Making Deep Learning Go Brrrr from First Principles (2022)

The article explains that optimizing deep learning performance should be approached by identifying whether a system is bottlenecked by compute, memory bandwidth, or overhead, rather than relying on ad-hoc tricks. It argu…

← prev page 27 / 204 next →
LIVE [news] indexed:4062 page:27/204 en · ua 2026-05-20 ·