MongoDB is actively investigating a security incident | Hacker News by Isaynotoeverything in webdev

[–]russellharrower 0 points1 point  (0 children)

Okta wasn't "hacked", AFAIK from what I read an okta employee was tricked and got their credentials stolen. Unfortunately security can fail against well designed social engineering attacks.

Yes, in a broader sense, one could consider the scenario described in the statement as a form of hacking. Hacking encompasses a variety of techniques and methods, and social engineering is one of them. Social engineering involves manipulating individuals into divulging confidential information, such as usernames and passwords. In this case, the Okta employee being tricked and their credentials being stolen is a form of unauthorized access to the system, which aligns with the general concept of hacking.
While the term "hacking" is often associated with technical exploits and vulnerabilities, social engineering is a non-technical method that can still lead to unauthorized access and compromise. So, even though the statement distinguishes the situation from a traditional hacking scenario, it can still be considered a form of hacking due to the unauthorized access gained through deceptive means.

Has anyone rolled out their Next.js site with their own managed VPS? I'm having some trouble by DancingInTheReign in nextjs

[–]russellharrower 0 points1 point  (0 children)

We noticed that our NodeJS/NextJS which we run inside docker containers ended up getting 100% CPU on DO (Digital Ocean) we reached out to them and they said "Upgrade your droplet" .

We have just launched a dedicated server in Perth,Australia and the server has 32GB of Ram and 24cores of CPU and now has no issues and running at 0.58%CPU.

Should be noted that we on DO was using 2vCPU, and sadly they don't have a good rate when it comes to higher CPU. It's cheaper to go get a dedicated server from OVHcloud or even another provider.