Readit News logoReadit News
cush commented on Counter-Strike: A billion-dollar game built in a dorm room   nytimes.com/2025/08/18/ar... · Posted by u/asnyder
cush · 8 days ago
It's just a platform to allow children to gamble at this point
cush commented on Offline.kids – Screen-free activities for kids   offline.kids/... · Posted by u/ascorbic
IshKebab · 22 days ago
You made me doubt myself so I looked it up:

> expressing contempt or disapproval.

Exactly what I thought. "Screen-free" is clearly implying disapproval of screen time. What do you think pejorative means?

cush · 22 days ago
> "Screen-free" is clearly implying disapproval of screen time.

This is entirely an assumption on your part. Just because parents are looking for screen-free activities doesn't mean they're anti-screen. They're two totally different things. Most parents want to balance screen time with screen-free time. This doesn't imply anything. When you see a gluten-free option on a menu, do you feel so attacked? While some people may be so gluten-free that they impose their preachy anti-bread beliefs on others, most folks don't and are either looking to avoid wheat or have an allergy.

cush commented on Offline.kids – Screen-free activities for kids   offline.kids/... · Posted by u/ascorbic
IshKebab · 22 days ago
On the linked page:

> Discover simple, screen-free activities

The implication that screens are bad is obvious to normal people.

The evidence is less clear: https://www.bbc.co.uk/news/articles/c9d0l40v551o

cush · 22 days ago
I don't think pejorative means what you think it means
cush commented on Offline.kids – Screen-free activities for kids   offline.kids/... · Posted by u/ascorbic
topheroo · 22 days ago
I wonder how much of the site was AI-generated. The images definitely are (kids with different numbers of fingers from each other in the same picture lol).
cush · 22 days ago
I feel while developers continue to spend their time and energy gatekeeping how people build things, AI is going to continue to enable those people to build what they want. You'd be surprised how little people care about how a product was built and just want it to do the things they need it to do.

The MySpace era internet where anyone can create a page is back and I'm here for it

cush commented on Offline.kids – Screen-free activities for kids   offline.kids/... · Posted by u/ascorbic
wintermutestwin · 22 days ago
Can we please stop using “screens” as a pejorative?

There are plenty of examples where a screen provides a better and more enriching/edifying experience than dead trees, etc

cush · 22 days ago
Where do you see "screens" used in the pejorative?
cush commented on A CarFax for Used PCs; Hewlett Packard wants to give old laptops new life   spectrum.ieee.org/carmax-... · Posted by u/rubenbe
cush · 2 months ago
Just imagine for a moment what this would look like in reality...

"I was going to take your original offer of $220 for this here used HP laptop, but after looking at the high number of writes to the SSD on PCFax, I can't do better than $180."

What a bizarre initiative. CarFax was started in the 80's to combat odometer fraud. Cars need CarFax because they're expensive and have thousands of moving parts

cush commented on Sony DTC-700 audio DAT player/recorder   kevinboone.me/dtc-700.htm... · Posted by u/naves
larvaetron · 2 months ago
> ... VHS players rapidly became throw-away items – eventually nobody really cared if they only lasted a year or two.

I don't know if I'm losing my marbles, but I don't ever recall a time growing up when my family (or anyone else I knew) were buying a new VCR every year or two.

cush · 2 months ago
It's all survivorship bias. Of course the top-of-the-line built-like-a-tank tech from 50 years ago still works. It doesn't mean the good enough tech from 50 years ago didn't last 20+ years
cush commented on Model Once, Represent Everywhere: UDA (Unified Data Architecture) at Netflix   netflixtechblog.com/uda-u... · Posted by u/Bogdanp
cletus · 2 months ago
I realize scale makes everything more difficult but at the end of the day, Netflix is encoding and serving several thousand videos via a CDN. It can't be this hard. There are a few statements in this that gave me pause.

The core problem seems to be development in isolation. Put another way: microservices. This post hints at microservices having complete autonomy over their data storage and developing their own GraphQL models. The first is normal for microservices (but an indictment at the same time). The second is... weird.

The whole point of GraphQL is to create a unified view of something, not to have 23 different versions of "Movie". Attributes are optional. Pull what you need. Common subsets of data can be organized in fragments. If you're not doing that, why are you using GraphQL?

So I worked at Facebook and may be a bit biased here because I encountered a couple of ex-Netflix engineers in my time who basically wanted to throw away FB's internal infrastructure and reinvent Netflix microservices.

Anyway, at FB there a Video GraphQL object. There aren't 23 or 7 or even 2.

Data storage for most things was via write-through in-memory graph database called TAO that persisted things to sharded MySQL servers. On top of this, you'd use EntQL to add a bunch of behavior to TAO like permissions, privacy policies, observers and such. And again, there was one Video entity. There were offline data pipelines that would generally process logging data (ie outside TAO).

Maybe someone more experienced with microservices can speak to this: does UDA make sense? Is it solving an actual problem? Or just a self-created problem?

cush · 2 months ago
>at the end of the day, Netflix is encoding and serving several thousand videos via a CDN. It can't be this hard

Yeah maybe 10 years ago, but today Netflix is one of the top production companies on the planet. In the article, they even point to how this addresses their issues in content engineering

https://netflixtechblog.com/netflix-studio-engineering-overv...

https://netflixtechblog.com/globalizing-productions-with-net...

cush commented on Model Once, Represent Everywhere: UDA (Unified Data Architecture) at Netflix   netflixtechblog.com/uda-u... · Posted by u/Bogdanp
jawns · 2 months ago
For all the benefits, there is a large problem with this approach that often goes unacknowledged. It is fundamentally a business problem, rather than a technical problem, but it has impact on development speed, so it's secondarily a technical problem.

The business contract with a consolidated data definition is that everyone in the business, no matter which domain, can rely on it. But think about the red tape that introduces. Whenever you need to define or update a data definition, now you don't have to think just about your own use case, but about all of the potential use cases throughout the organization, and you likely need to get sign-off from a wide variety of stakeholders, because any change, however small, is by definition an org-wide change.

It's the data form of the classic big-org problem, "Why does it take two months to change the color of a button?"

Granted, in most cases, having data definitions duplicated, with the potential for drift, is going to be the more insidious problem. But sometimes you just want to get a small, isolated change out the door without having to go through several levels of cross-domain approval committees.

cush · 2 months ago
> It is fundamentally a business problem, rather than a technical problem, but it has impact on development speed, so it's secondarily a technical problem.

It doesn't read from the article that they are denying that it's a business problem. The models they're defining seem to span all roles, engineering being only one.

cush commented on LLMs are cheap   snellman.net/blog/archive... · Posted by u/Bogdanp
chipsrafferty · 3 months ago
It's not unheard of for people to spend $13,000 on a pure silver frying pan. Is it common? No.
cush · 2 months ago
Like say 10% of people or more

u/cush

KarmaCake day1813May 6, 2019View Original