The year is 2026 and I’m seeing too many websites that require “Reader” mode when visiting with a phone, because not only is the text tiny, it is also dark grey on black (or some other low contrast bullshit).
Readability > Style.
The year is 2026 and I’m seeing too many websites that require “Reader” mode when visiting with a phone, because not only is the text tiny, it is also dark grey on black (or some other low contrast bullshit).
Readability > Style.
#Development #Techniques
Making RSS more human readable · “Owning a website means owning the little connective pieces too.” https://ilo.im/16d5se
_____
#Readability #RSS #XML #WebFeeds #Content #Websites #Blogs #IndieWeb #SmallWeb #Eleventy
Consider this:
If your website doesn't render sensibly in a #textmode #browser (emacs-eww, lynx, links2, w3m, chawan, just to name a few), or if javascript is disabled in a graphical browser, then it probably also doesn't work for people who need screen readers. If you're not testing with text-mode browsers and screen readers, guess who's the asshole (hint: it's not the visitor.)
Web standards matter.
https://www.w3.org/WAI/standards-guidelines/
RE: https://mastodon.social/@daringfireball/116620143025989832
Best keyboard ever.
#design #typography #readability #interface #keyboard #aekii
Title: P2: Keeping software alive. [2025-08-18 Mon]
inheritance 🤔? Should we prefer functional paradigms
and bottom-up design?
This is the amazing post that should be reposted everywhere.
█ #dailyreport #code #programming #goodcode #codequality #codereview #readability #amazingcode #greatnews
Title: P1: Keeping software alive. [2025-08-18 Mon]
- Favor composition over inheritance, build functionality
by combining smaller parts rather than deep hierarchies.
- Use interfaces and dependency injection for easy
testing, replacement, and reuse.
- Follow best practices (SOLID, DRY, KISS) to ensure
clarity and reduce redundancy.
What you think about doing more composition over #dailyreport #code #programming #goodcode #codequality #codereview #readability #amazingcode #greatnews
Title: P0: Keeping software alive. [2025-08-18 Mon]
In the AI era, code ages quickly. :( To keep software
flexible for future 🏄 improvement, I think, we should:
Divide & Encapsulate
- Modularize code into independent, single-responsibility
modules.
- Define clear abstractions and interfaces to minimize
interdependence.
Design for Flexibility #dailyreport #code #programming #goodcode #codequality #codereview #readability #amazingcode #greatnews
Aesthetics: goto or not
https://piefed.blahaj.zone/c/c_lang/p/766186/aesthetics-goto-or-not
When life gives you lemons, write better error messages
https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f
#HackerNews #errorhandling #userexperience #uxdesign #softwaredevelopment #readability