diff --git a/src/content/links.jsonc b/src/content/links.jsonc index c4c0bd4..6d941c4 100644 --- a/src/content/links.jsonc +++ b/src/content/links.jsonc @@ -408,6 +408,37 @@ "read": "2025-05-10", "author": "Soatok", }, + { + "title": "First Rule of Usability? Don't Listen to Users", + "url": "https://www.nngroup.com/articles/first-rule-of-usability-dont-listen-to-users/", + "tags": ["article", "ux", "user testing"], + "description": "Users don't give reliable or useful statements about how they experience a user interface. To get the best UX you need to pay attention to what users do.", + "read": "2025-05-13", + "author": "Jakob Nielsen", + }, + { + "title": "A Beg­inner’s Guide to Finding User Needs", + "url": "https://jdittrich.github.io/userNeedResearchBook/", + "tags": ["resource", "ux", "user testing"], + "description": "A guide on conducting user research for UX researchers, UX designers, and product mangers.", + "author": "Jan Dittrich", + }, + { + "title": "Dropdowns: Design Guidelines", + "url": "https://www.nngroup.com/articles/drop-down-menus/", + "tags": ["article", "ux", "dropdown"], + "description": "Pitfalls, usability problems, and when to use dropdown menus", + "read": "2025-05-13", + "author": "Angie Li", + }, + { + "title": "What good is partial understanding?", + "url": "https://sdr-podcast.com/episodes/partial-understanding/", + "tags": ["podcast", "serialisation", "self-describing formats", "schemas"], + "description": "Having formats that describe their own shape have benefits and costs. One of the points brought up is that self-describing format become key-value stores, and after parsing them you end up with a dataset that you have query in order to get the data you want out of the message. These queries can fails which adds another layer of complexity.", + "read": "2025-06-28", + "author": "SDRP Team", + }, { "title": "", "url": "", @@ -515,6 +546,15 @@ "Soatok": { "urls": ["https://soatok.blog/"], }, + "Jan Dittrich": { + "urls": ["https://github.com/jdittrich"], + }, + "Angie Li": { + "urls": [], + }, + "SDRP Team": { + "urls": ["https://sdr-podcast.com/about/"], + }, "": { "urls": [""], },