Magesh Ravi
Artist | Techie | Entrepreneur
Since 2009, I have used many Linux distros. I say with certainty that openSUSE is the best in terms of reliability and stability.
GitHub Copilot + VS Code = 🔥
You might find this pyproject.toml configuration handy with ruff.
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = ["E501"]
Tried Ruff recently. Impressive.
Ruff replaces flake8, black and isort. Additionally, has a VS Code extension.
Regardless of how many projects/clients I handle, the first PR I raise with each one feels special – like a new beginning. Is it just me, or do other developers feel the same way?
Find a clinic/hospital in your neighbourhood. If you’re looking elsewhere, choose a hospital that has an appointment system.
Never walk into a first-come, first-served clinic that charges you upfront.
At Mother’s Speciality Hospital, Ambattur. An elderly couple has been waiting for a consultation for almost 90 minutes. The doctor hasn’t turned up yet. The staff have been singing “5 more minutes…”
Feeling bad for them.
Operation ROPE (Removal of Obstructive Parking and Encroachments) is an excellent initiative by the Hyderabad traffic police. I hope the Chennai Traffic Police does something similar.
AI will replace coders.
As an engineer, you make decisions through a series of small choices to solve the given problem that also fits the larger picture.
If you just code, AI will replace you.
CoDevs password-reset form didn't have captcha protection or a honeypot field. Someone triggered 400+ requests over three days using an automated script.
Disabled the password reset functionality temporarily.