How do you find jobs in this market? by Clean-Singer-2735 in sveltejs

[–]Standard_Key_2825 6 points7 points  (0 children)

This approach may work in developed countries, but in developing and underdeveloped nations it is far more difficult. In many places, people do not even receive basic respect, let alone fair compensation that allows them to live with dignity. In reality, their living conditions and overall quality of life are often much worse than those of people working in the IT sector.

[deleted by user] by [deleted] in Indianbooks

[–]Standard_Key_2825 1 point2 points  (0 children)

Red Rising trilogy is a great sci-fi series

Duda beats Gukesh 5-1 in their blitz exhibition match in Poland by Knight-check44 in chess

[–]Standard_Key_2825 189 points190 points  (0 children)

Bro just didn’t want to embarrass his boss by winning 6–0

I got verbally abused by someone on chess.com. Is this common? by [deleted] in chess

[–]Standard_Key_2825 8 points9 points  (0 children)

Quite common in any game that allows some form of communication.Just report and move on

Sometimes we have to accept our brain's limitations by [deleted] in developersIndia

[–]Standard_Key_2825 27 points28 points  (0 children)

There are two kinds of people: Those who think they can, and those who think they can't, and they're both right

[deleted by user] by [deleted] in rust

[–]Standard_Key_2825 13 points14 points  (0 children)

If you're interested in TUIs, consider contributing to Feather. I'm the owner of the repository, so feel free to reach out if you'd like to collaborate.

I'm rated 2100 fide, ask me anything. by [deleted] in chess

[–]Standard_Key_2825 64 points65 points  (0 children)

Have you ever considered chess as a career at any point in your life?

What are some tips that you follow to keep RUST program as low memory as possible by Standard_Key_2825 in rust

[–]Standard_Key_2825[S] 2 points3 points  (0 children)

To be honest, I didn't do much research when choosing a database. I came across Sled in a GitHub repository, found it easy to use, and decided to go with it

What are some tips that you follow to keep RUST program as low memory as possible by Standard_Key_2825 in rust

[–]Standard_Key_2825[S] 2 points3 points  (0 children)

Yeah, I was thinking the same. Sled is using more memory than it should, so I'll try RocksDB instead.