February 12, 2025

Housemarque announces Saros, its Returnal successor

At today’s State of Play event, the “one more thing” closing the show was the reveal of a new game from Housemarque. The new title, Saros, was only shown in a cinematic trailer that revealed little about the gameplay, but did tease details about the story and setting and that the gameplay will build on the studio’s previous title, Returnal. Saros is expected to launch sometime in 2026. The cinematic trailer shows the protagonist, Arjun

Read More »
Software

Code Smell 290 – Refused Bequest | HackerNoon

When you ignore your inheritance, you will have trouble with your parents TL;DR: Subclasses should honor ALL their parent’s contract. Problems 😔 Solutions 😃 Favor composition over inheritance Don’t subclassify for code reuse Rethink hierarchy Extract shared logic Use interfaces Remove dead code Refactorings ⚙️ Refactoring 007 – Extract Class Context 💬 When you create a subclass, it should use or extend the behavior of its parent. If it ignores or overrides most of it,

Read More »
Robotics

Symphony Robotics licenses technology to treat brain tumors

Symphony Robotics’ patent-pending technology combines micro-robotic arms, real-time computer vision, and AI. | Source: Symphony Robotics Symphony Robotics announced Tuesday that it licensed micro-robotic arm technology from Case Western Reserve University (CWRU). Cleveland-based Symphony Robotics licensed CWRU’s novel, MRI-guided, magnetically actuated robotic platform. The technology navigates non-linear trajectories, enabling precise, micro-invasive surgeries with real-time guidance. The company plans to advance the technology that combines micro-robotic arms, real-time computer vision, and state-of-the-art AI. Its initial focus

Read More »
AR/VR

Too many models, too much confusion: OpenAI pledges to simplify its product line

Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More OpenAI plans to “simplify” its model offerings, even as it prepares to ship its last non-reasoning model, GPT-4.5. This is a rare admission from a tech company that its product releases haven’t been differentiated enough for customers. OpenAI CEO Sam Altman took to X to give product roadmap updates and acknowledge that some of the company’s

Read More »

Former Activision CEO on former EA CEO: ‘He was the worst CEO in video games’

Both Activision and Electronic Arts, at least prior to Microsoft’s acquisition of the former, can lay claim to being industry-leading third-party publishers. So it is not shocking that it turns out the two companies have had a bit of a rivalry in the past. This rivalry appears to have gotten personal between former Activision CEO Bobby Kotick and former EA CEO John Riccitiello, as Kotick explained in an episode of the GRIT podcast, a business-focused

Read More »
Software

How DeepSeek’s 9x Lower Price Is Slowing Down Your AI | HackerNoon

I recently conducted an experiment as part of a company project – and I’m excited (and a little frustrated) to share my findings. While I’ve been using OpenAI models for a long time, I decided to test out DeepSeek (which is everywhere these days) to see if its much‑talked‑about low cost really translates into great performance. What I found was a clear trade‑off between cost and latency that every developer should consider. My Experiment: Setup

Read More »

Cypherpunks Write Code: Suelette Dreyfus & Free Speech | HackerNoon

Cypherpunks are privacy activists who advocate for freedom of speech and apply cryptographic tools to protect our data or funds —in the case of those who work with cryptocurrencies and related endeavors. For instance, Satoshi Nakamoto is, of course, a cypherpunk, and also is the WikiLeaks founder, Julian Assange. Closer to the latter, we also have Suelette Dreyfus, who can be called a cypherpunk in her own right. An Australian-American researcher, writer, and academic, Dreyfus

Read More »
Robotics

Vention launches turnkey sanding robot for wood workers

Vention’s Rapid Sanding Solution comes standard with a FANUC cobot arm and is optimized for use with 3M Abrasive Solutions. | Source: Vention Vention launched its first turnkey robot for sanding. The company said it developed the product due to growing demand for robot workcells for sanding applications, especially in cabinet making. Vention’s Rapid Sanding Solution (RSS) comes standard with a FANUC CRX-30iA. This is a collaborative robot (cobot) with advanced safety features for working

Read More »
Robotics

Biohybrid hand gestures with human muscles

A biohybrid hand which can move objects and do a scissor gesture has been built by a team at the University of Tokyo and Waseda University in Japan. The researchers used thin strings of lab-grown muscle tissue bundled into sushilike rolls to give the fingers enough strength to contract. These multiple muscle tissue actuators (MuMuTAs), created by the researchers, are a major development towards building larger biohybrid limbs. While currently limited to the lab environment,

Read More »
AI

Manage Environment Variables with Pydantic | Towards Data Science

Introduction Developers work on applications that are supposed to be deployed on some server in order to allow anyone to use those. Typically in the machine where these apps live, developers set up environment variables that allow the app to run. These variables can be API keys of external services, URL of your database and much more. For local development though, it is really inconvenient to declare these variables on the machine because it is

Read More »