Readit News logoReadit News
yas_hmaheshwari commented on Sam Altman responds to Anthropic's "Ads are coming to AI. But not to Claude" ads   twitter.com/sama/status/2... · Posted by u/PieUser
yalogin · a month ago
Anthropic’s strategy is weird, they may not be inserting ads today but I am sure this is where they will end up if they get enough volume of users. So saying “not to Claude” is putting them in the same plane as google’s “do no evil”. They will walk it back sooner or later.
yas_hmaheshwari · a month ago
'Not to Claude' is a great slogan for 2026; let's see if it survives 2028
yas_hmaheshwari commented on Writing your own BEAM   martin.janiczek.cz/2025/1... · Posted by u/cbzbc
DrewADesign · 4 months ago
I like to think the B stands for BEAM.
yas_hmaheshwari · 4 months ago
Same here! I also don't want "the facts to come in the way of a good story", and want to believe B is BEAM.
yas_hmaheshwari commented on The next chapter of the Microsoft–OpenAI partnership   openai.com/index/next-cha... · Posted by u/meetpateltech
healsdata · 4 months ago
I'm not savvy on investment terms, but most of these bullet points seem like a loss for Microsoft.

What's the value in investing in a smaller company and then giving up things produced off that investment when the company grows?

yas_hmaheshwari · 4 months ago
I was thinking exactly the same. Maybe someone who understands these terms and deal better shine light on why would Microsoft agree to this
yas_hmaheshwari commented on Never write your own date parsing library   zachleat.com/web/adventur... · Posted by u/ulrischa
deepsun · 8 months ago
Nothing came close in quality to Joda-time from Java (later adopted with small fixes as "java.time" built-in). Why not using js-joda port?
yas_hmaheshwari · 8 months ago
I never knew that js-joda existed. I love Joda library.

Its surprising that date / time parsing is screwed in multiple languages

yas_hmaheshwari commented on Generate impressive-looking terminal output, look busy when stakeholders walk by   github.com/giacomo-b/rust... · Posted by u/riidom
yas_hmaheshwari · a year ago
Another way to look at it: Maybe this is the way to prevent those layoffs hitting you :-)
yas_hmaheshwari commented on JSON has become today's machine-readable output format on Unix   utcc.utoronto.ca/~cks/spa... · Posted by u/ingve
orphea · a year ago
I will pick JSON over YAML every single time. Not because JSON is so good, it's just YAML is so much more cancerous.
yas_hmaheshwari · a year ago
Can you explain why is Yaml cancerous (Genuine question)

I have always preferred (even without thinking) to use configuration files as Yaml and kept Json for interprocess communication

yas_hmaheshwari commented on Undergraduate shows that searches within hash tables can be much faster   quantamagazine.org/underg... · Posted by u/Jhsto
ziofill · a year ago
"it is well known that a vital ingredient of success is not knowing that what you are attempting can’t be done." — Terry Pratchett (equal rites)
yas_hmaheshwari · a year ago
The fool didn't knew it was impossible. So he did it

( I don't know who said it, but if forced, I will say Albert Einstein or Mark Twain :-) )

yas_hmaheshwari commented on An experiment of adding recommendation engine to your app using pgvector search   silk.us/blog/vector-searc... · Posted by u/tanelpoder
yas_hmaheshwari · a year ago
Wow! Thank you for sharing this. I am bookmarking this article for future use! ( Truth be told, I did not fully understand everything but hopefully future me would )

Reminds of that article about Postgres for everything: https://github.com/Olshansk/postgres_for_everything

yas_hmaheshwari commented on SQLook – A free online SQLite database manager with a Windows 2000 interface   sqlook.com... · Posted by u/gringow
debarshri · a year ago
Looks like it is enterprise ready interface.
yas_hmaheshwari · a year ago
Haha, true

Finally, an interface that matches our enterprise COBOL codebase, perfect for Y2K-compliant enterprises of 1999 :-)

yas_hmaheshwari commented on 7 Databases in 7 Weeks for 2025   matt.blwt.io/post/7-datab... · Posted by u/yarapavan
pradeepchhetri · a year ago
To my knowledge, both Postgres and MySQL has their own strengths and weaknesses. Example: mvcc implementation, data replication, connection pooling and difficulty of upgrades were the major weaknesses of Postgres which are much improved over time. Similarly mysql query optimizer is consider lesser developed than that of Postgres's.

Overall I think Postgres adoption and integrations and thus community is much more wider than MySQL which gives it major advantage over MySQL. Also looking at the number of database-as-a-service companies of Postgres vs those of MySQL we can immediately acknowledges that Postgres is much widely adopted.

yas_hmaheshwari · a year ago
There was an article from Uber on why they shifted from Postgres to Mysql: https://www.uber.com/en-IN/blog/postgres-to-mysql-migration/

I don't know how much of that article points are still valid.

The other part in favor of mysql (in my opinion) are that there are lots of companies that use mysql in production - so the access patterns, and its quirks are very well defined Companies like Square, YouTube, Meta, Pinterest, now Uber all use mysql. From blind, Stripe was also thinking of moving all its fleet from Mongo to mysql

Perception wise, it looks like companies needing internet scale data are using mysql

u/yas_hmaheshwari

KarmaCake day118March 15, 2020View Original