#similarity — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #similarity, aggregated by home.social.
-
A quotation (probably) from Carlyle
I don’t like to talk much with people who always agree with me. It is amusing to coquette with an echo for a little while, but one soon tires of it.
Thomas Carlyle (1795–1881) Scottish essayist and historian
(Attributed)More about this quote: wist.info/carlyle-thomas/22450…
#quote #quotes #quotation #qotd #carlyle #thomascarlyle #agreement #boredom #conversation #dialog #discussion #echo #interaction #similarity #tiresomeness
-
A quotation (probably) from Carlyle
I don’t like to talk much with people who always agree with me. It is amusing to coquette with an echo for a little while, but one soon tires of it.
Thomas Carlyle (1795–1881) Scottish essayist and historian
(Attributed)More about this quote: wist.info/carlyle-thomas/22450…
#quote #quotes #quotation #qotd #carlyle #thomascarlyle #agreement #boredom #conversation #dialog #discussion #echo #interaction #similarity #tiresomeness
-
A quotation (probably) from Carlyle
I don’t like to talk much with people who always agree with me. It is amusing to coquette with an echo for a little while, but one soon tires of it.
Thomas Carlyle (1795–1881) Scottish essayist and historian
(Attributed)More about this quote: wist.info/carlyle-thomas/22450…
#quote #quotes #quotation #qotd #carlyle #thomascarlyle #agreement #boredom #conversation #dialog #discussion #echo #interaction #similarity #tiresomeness
-
A quotation (probably) from Carlyle
I don’t like to talk much with people who always agree with me. It is amusing to coquette with an echo for a little while, but one soon tires of it.
Thomas Carlyle (1795–1881) Scottish essayist and historian
(Attributed)More about this quote: wist.info/carlyle-thomas/22450…
#quote #quotes #quotation #qotd #carlyle #thomascarlyle #agreement #boredom #conversation #dialog #discussion #echo #interaction #similarity #tiresomeness
-
Similarity = cosine(your_GitHub_stars, Karpathy) Client-side
https://puzer.github.io/github_recommender/
#HackerNews #Similarity #Cosine #GitHubStars #Karpathy #ClientSide
-
To manage passwords in #golang, check out the following #gogen packages:
* Generate new #passwords: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/random.
* Check for #similarity with existing passwords: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/stringmetric.
* Compare passwords against #compromised ones (#pwned): https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/passwordpwned.
* Secure password #hashing, #storage, and #verification: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/passwordhash (based on #OWASP Password Storage Cheat advice).See also: #awssecretcache, #encrypt, #jwt, #redact, #randkey.