software-design

Tag

Cards List
#software-design

The Programming Ape (Code Hale, 2012) [video]

Hacker News Top · 5d ago Cached

The article explains that software should be designed to match human cognitive systems, particularly the fast intuition and slow attention processes, for better effectiveness and user experience.

0 favorites 0 likes
#software-design

@mattpocockuk: Less "let me write tests to catch the next time that error happens" More "let me make that class of error impossible wi…

X AI KOLs Following · 6d ago Cached

Matt Pocock shares a developer philosophy: rather than writing tests to catch the next occurrence of an error, aim to make that class of error impossible through better design.

0 favorites 0 likes
#software-design

@thoughtworks: If AI writes more code, should we stop designing it for humans? Valentina Servile argues no. Good software design still…

X AI KOLs Timeline · 2026-07-31 Cached

Valentina Servile argues that good software design still matters even as AI writes more code, because the audience for well-designed code now includes AI agents as well as humans.

0 favorites 0 likes
#software-design

The AI Aesthetic

Lobsters Hottest · 2026-07-30 Cached

A blog post exploring emerging UI/UX design idioms associated with AI interfaces, such as sparkle emojis, shimmering text, and tiny icons, and speculating on their lasting impact on software interaction paradigms.

0 favorites 0 likes
#software-design

Introduction to Data-Oriented Design [pdf]

Hacker News Top · 2026-07-26 Cached

This PDF introduces the concept of data-oriented design, a software design approach focused on efficient data layout and processing, particularly in game development.

0 favorites 0 likes
#software-design

AI agents are becoming software users instead of software features

Reddit r/ArtificialInteligence · 2026-07-19

The author observes that AI agents are becoming the primary users of business software, shifting focus from human UIs to agent-accessible APIs and tool schemas.

0 favorites 0 likes
#software-design

Empathy and delight mean nothing when the software is disrespectful

Lobsters Hottest · 2026-07-15 Cached

The article argues that despite tech's focus on empathy and delight, software becomes disrespectful by removing user agency and control, ultimately infantilizing users. It calls for designing with respect rather than pity.

0 favorites 0 likes
#software-design

Slow Software: The Case for High-latency Systems Development

Lobsters Hottest · 2026-07-12 Cached

The article argues that the decoupling of development speed from system importance, accelerated by AI coding, leads to fragile critical systems with wide blast radius failures, and advocates for 'slow software' that enforces careful design.

0 favorites 0 likes
#software-design

Two Ways To Design

Lobsters Hottest · 2026-07-10 Cached

Discussion of two approaches to software design, as documented on the C2 wiki.

0 favorites 0 likes
#software-design

@yacineMTB: Subagents are an antipattern

X AI KOLs Following · 2026-07-04

A tweet argues that subagents are an antipattern in AI/software design.

0 favorites 0 likes
#software-design

Excessive nil pointer checks in Go

Lobsters Hottest · 2026-06-27 Cached

A blog post discussing how excessive nil pointer checks in Go can indicate unclear code and poor error handling practices, advocating for early failure and explicit modeling of unavailable dependencies.

0 favorites 0 likes
#software-design

The Cost YAGNI Was Never About

Lobsters Hottest · 2026-06-27 Cached

Kent Beck clarifies that the YAGNI principle is not about saving coding effort but about avoiding the costs of speculative structure—building code before it's needed. He argues that even correct guesses incur a penalty because they remove the option to build the right structure later.

0 favorites 0 likes
#software-design

How to Write an Effective Software Design Document

Lobsters Hottest · 2026-06-24 Cached

A practical guide to writing effective software design documents, outlining key components and best practices drawn from the author's experience at Google and Microsoft.

0 favorites 0 likes
#software-design

Context Makes Tests Reusable

Lobsters Hottest · 2026-06-24 Cached

The author shares lessons from designing a testing framework in Guile, focusing on how adding context to test definitions makes tests more reusable and improves developer experience.

0 favorites 0 likes
#software-design

Prefer duplication over the wrong abstraction (2016)

Hacker News Top · 2026-06-21 Cached

The article argues that duplication is cheaper than the wrong abstraction, and advises developers to avoid forcing abstractions that later become complicated with conditionals.

0 favorites 0 likes
#software-design

Every Frame Perfect

Lobsters Hottest · 2026-06-13 Cached

A blog post arguing that every UI frame should be visually perfect, with examples of poor animations and transitions.

0 favorites 0 likes
#software-design

Designing Lispy DSLs, part 1: SCSS (2012)

Lobsters Hottest · 2026-06-12 Cached

This article explores the design of Lispy domain-specific languages using SCSS, a Scheme-based CSS preprocessor, as a case study. It discusses how SCSS represents CSS as first-class values and the limitations of its implementation.

0 favorites 0 likes
#software-design

What do you think software looks like when agents become normal users of apps?

Reddit r/AI_Agents · 2026-06-05

The author explores how software design might need to evolve when AI agents become regular users, discussing needs like durable state, collaboration rules, permissions, and audit trails.

0 favorites 0 likes
#software-design

Claude is not your architect. Stop letting it pretend

Hacker News Top · 2026-05-24 Cached

A critical opinion piece argues that AI agents like Claude lack the contextual judgment and ability to say 'no' needed for real software architecture, warning against letting them design systems without human oversight.

0 favorites 0 likes
#software-design

Designing a Custom Query Language for Non-Technical Analysts

Lobsters Hottest · 2026-05-13 Cached

The author details the process of designing a custom query language tailored for non-technical analysts to filter vehicle maintenance data, outlining user needs, data schema, and specific use cases.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback