OffByOneError
@OffByOneError@programming.dev
- Comment on What is your favorite software stack for full-stack web development? 1 year ago:
svelte front end, golang backend, postgres for database.
- Comment on Markdown everywhere 1 year ago:
Looks kind of simple to me at first glance…
There are four properties in an accessibility tree object:
name
How can we refer to this thing? For instance, a link with the text “Read more” will have “Read more” as its name (find more on how names are computed in the Accessible Name and Description Computation spec).
description
How do we describe this thing, if we want to provide more description beyond the name? The description of a table could explain what kind of information the table contains.
role
What kind of thing is it? For example, is it a button, a nav bar, or a list of items?
state
Does it have a state? Examples include checked or unchecked checkbox states and collapsed or expanded states for the <summary> element.
- Comment on Which side are you? Javascript or Typescript 1 year ago:
Typescript is an abomination. Been writing JS just fine for 30 years without it.
- Comment on Is it really a breaking change if a method changes output after an update? 1 year ago:
“if someone relies on this and uses it the wrong way”
The wrong way for you might be the perfect solution for someone else. Once things are being used, you have no idea how people will use them, and they will likely use them in ways you didn’t anticipate.
- Comment on What software stack would you have chosen for Lemmy? 1 year ago:
Svelte is such a pleasure to work with.
- Comment on Why should I use rust (as a Go enthusiast)? 1 year ago:
For some, C++ is the language they find most readable
I’m skeptical about that statement! lol.