All posts by Seecoding Technologies

About Seecoding Technologies

Seecoding Technologies provides all kind of digital services from Kadi, India. We are providing best digital services like Web Development, WordPress Web Development, PHP Web Development, Custom Coded Site, HTML/CSS, Responsive Web Designing, Graphics Design, Web Hosting & Domain name, Optimization & SEO, Graphics Design, Data Scrapping and much more.

05Jun/25

Artificial Intelligence: What is the Gorilla Problem?

Professor Stuart Russell used the term “The Gorilla Problem” in his book, “Human Compatible” (Penguin, 2019), to describe how a super intelligent artificial intelligence (AI) could be a threat to humanity. Russell poses the problem “of whether humans can maintain their supremacy and autonomy in a world that includes machines with substantially greater intelligence“. At […]
29May/25
Good Bye Linux Format

Good Bye Linux Format

Issue 329, available now (May 2025) in the UK, is the final issue of Linux Format (LXF). The magazine lasted for 25 years and that is an amazing achievement in the modern age of websites delivering information and answers 24/7 – but before “always on connectivity” and broadband speeds it was a little different. It’s […]
22May/25

Mocking (Python)

When I write code I like to include tests. Tests help me to reduce the risk of code breaking changes and give me the reassurance that what I have coded does what I need it to do. I’m currently writing a backend (Django/Python) that serves some APIs and a frontend (Flask/Python) to consume those APIs, […]