HN user

saddist0

237 karma
Posts5
Comments62
View on HN

Honestly, a majority of news media are just AI generated content (echo chambers). I personally feel Dead Internet Theory is true and has arrived already.

It’s a wrong way to look at things. Just because CIA can know your location (if they want to), would you share live location to everyone on the internet?

LLM is a tool, but people still need to know — what where how.

This article highlights many pitfalls but fails to explain "how to practice heroism effectively".

For instance, a team member might notice a recurring pattern and repeatedly save the SLA by addressing it immediately. While this quick fix is heroic, it should also be escalated for a long-term solution. This way, the hero tackles the immediate issue, and the team ensures that such heroism isn't needed in the future, and so on.

Another common mistake I have seen: duplicating tables without the indexes.

This is not how it works, period.

    CREATE TABLE <abcv2> SELECT * FROM <abc> WHERE <>
People do it all the time, either to create a backup table, or deleting data in bulk, etc.

The difference is striking the balance between developer's speed and performance. In case we don't want to reload everything and run from scratch, it's pretty easy to do with python too. But we "chose" to run it always and quick reload, so the requests aren't too slow [and scalable].

Rest of the things you mentioned are pretty same for Python as well.

While I agree and wouldn't use this personally, I do have argument in favor of it.

1) Attack vector reduced to one account which you maintain with healthy hygiene, and hopefully don't use with public systems, etc.

2) You can keep backup 2FA for single account instead of keeping for N accounts.

Yup, agree that attribution might have been more ethical thing to do, even if not required legally.

As far as I understand the author wanted to release it as CC0 after the summer screenings i.e. few months. Due to which the video isn't really available for download on official website.

Anyways, it was a fun read about CC0 after reading your comment. :)

Discord pricing model has been so much cool when compared to these reckless move by Docker.

Imagine the following:

[1] Ultra-bad rate-limiting by default to all public images.

[2] X$/month "boost" to have relaxed rate-limit for yourself & contributing some to the community.

[3] The popular the repository is, the higher rate limit it get.

[4] After Y$/month, Docker just suggest other repositories to "support", so the $$ tickle down the whole ecosystem.

[5] Simple feature which allows you to quickly view public images you are dependent on. And which one you/your organisation should support to.

But hey wait... welcome to the world run by VCs and shitty PM roles. :)

Why does it need to be a fork and not contribution to this repo?

There is no end of feature requests, but polite way is to appreciate what is already done by original authors and fill your requests as GitHub issue.

Disclaimer: not affiliated to them, just find your comment disrespectful.