OffByOneError

joined 1 year ago
[–] [email protected] 10 points 11 months ago* (last edited 11 months ago) (3 children)

svelte front end, golang backend, postgres for database. But it depends on the needs of the project. Choose technology because it's the right fit for the job, not because it's your favorite.

[–] [email protected] 4 points 1 year ago (1 children)

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 element.

https://developer.mozilla.org/en-US/docs/Glossary/Accessibility_tree

[–] [email protected] -3 points 1 year ago (3 children)

Typescript is an abomination. Been writing JS just fine for 30 years without it.

[–] [email protected] 7 points 1 year ago (1 children)

"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.

[–] [email protected] 3 points 1 year ago

Svelte is such a pleasure to work with.

[–] [email protected] 3 points 1 year ago (1 children)

For some, C++ is the language they find most readable

I'm skeptical about that statement! lol.

[–] [email protected] 1 points 1 year ago

what? how does that solve a double spend?

[–] [email protected] -3 points 1 year ago (2 children)

I agreed until the "fuck blockchain" comment in the article. How else would you solve the byzantine generals problem in computer science?

[–] [email protected] 5 points 1 year ago

When NFTs were invented, people imagined them being used for things like titles/deeds. Instant transfer and verifiability would be a huge thing. especially in places that have real estate scams due to the slow/corrupt bureaucracy.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Here's a python script that will do some of that. I think it's mostly focused on syncing subscribed communities.

https://github.com/wescode/lemmy_migrate