HN user

bobmaxup

517 karma
Posts3
Comments304
View on HN

this is being widely misinterpreted

It sounds like Ubisoft wants their streaming and subscription services to grow, but reality doesn't line up with their vision.

They are purchasing long term streaming rights from other companies like Activision Blizzard.

"Ubisoft recently announced the completion of the transaction with Activision Blizzard giving Ubisoft the perpetual cloud streaming rights for Call of Duty and all other existing Activision Blizzard Console and PC titles as well as those releasing over the next 15 years. These rights will further strengthen Ubisoft’s content offering through its subscription service Ubisoft+ as well as allowing Ubisoft to license them to third parties."

It seems they are betting on a speculative market. They assume people will treat owning games like owning DVDs in the past.

From what is said in the article, it sounds like they are probably worried about losing a lot of money on this bet.

They reported a net loss of nearly half a billion euros last year.

In my opinion, all of these things exist because CSS is confusing to people, not because anything is inherently better. This is especially true with modern build tools. CSS modules and Atomic CSS seem like a regression to me, but not all needs are the same.

This planet has a lot of time left in it for humans to do things. One human missing an opportunity doesn't lead to the statistical outcome that that opportunity wont be fulfilled in the future. An individual is not that important to humanity as a whole progressing. Live your life.

Not many people can understand a very large code base without taking notes, using an IDE, or similar tooling.

Not a dig at nice IDEs, just code that requires one to navigate and understand

A nice IDE helps you reason about code, no matter what the underlying architecture is. That is why there is a market for them.

Maybe it boils down to how well you are able to navigate a code base.

With a full-featured language specific IDE, it is very easy to navigate through even complicated spaghetti. It makes debugging call traces simple, with a GUI.

However, many other file viewers and editors make this much more complicated, and it can be frustrating to follow code that is making heavy use of modularization.

If you are grepping your way through a deeply modular code base it can quickly become difficult to keep track of anything.

One long, yet simple function has less cognitive overhead than spreading the function across multiple classes or functions or call hierarchies

Not if you are encapsulating and naming effectively...

Why read 100 lines when you can read 20 and find concerns in one routine you are concerned with?

Function calls can be expensive. However, optimization can come whenever you need it, and if what you need is one call vs 5, it is trivial to move that code back into a single routine.

I am a felon working in IT. My pay is much less than others working in the industry, but I am grateful for the opportunity to work for an employer rather than scrounging for work behind a LLC or something.

There are a lot of small companies out there that don't do background checks, and some slightly larger companies who will overlook your past.