davad

joined 2 years ago
[–] davad@lemmy.world 31 points 3 weeks ago (4 children)

Greece is one of the most corrupt countries in Europe. They don’t respect driving laws. They openly throw trash in the streets. They smoke right in front of “Please don’t smoke here” signs.

For pedantry's sake, these aren't examples of corruption. In order for it to be "corruption," there has to be someone in a position of power who is misusing their power.

definition[0] "Corruption is a form of dishonesty or a criminal offense that is undertaken by a person or an organization that is entrusted in a position of authority to acquire illicit benefits or abuse power for one's gain." (wikipedia)).

Some examples of corruption would be:

  • Bribing a public servant to get better service (link)
  • Fraud and money laundering (link
  • Bribing a politician to win state contracts or improve terms of existing contracts (link 1, link 2)
[–] davad@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

(another pet peeve of mine is "rest" APIs that use 200 response codes for everything)

[–] davad@lemmy.world 1 points 11 months ago (2 children)

Yup, also some APIs use GET for everything. It's a pain. And it means that filtering by verb only helps if you're intimately familiar with the API. And even then, only if you keep up with changes as they happen. So really, only if you're developing the API yourself.