Readit News logoReadit News
szastamasta commented on Scaling PostgreSQL to power 800M ChatGPT users   openai.com/index/scaling-... · Posted by u/mustaphah
szastamasta · 2 months ago
Article has so much fluff and only some very coarse information like (we sharded writes, yay!). Almost no detail just keywords for SEO, or whatever they’re aiming for.

There’s also a lot of repetition. Maybe it was AI generated…?

szastamasta commented on Streaming services are driving viewers back to piracy   theguardian.com/film/2025... · Posted by u/nemoniac
szastamasta · 7 months ago
I think that we cannot separate it from amount of free cash people have. Inflation, layoffs, etc. People simply want to limit their spending on less important things.

It just has to be cheap enough and you have to have enough free time to pay for media. Not something you can do when your utilities and taxes are 100% up from 3 years ago and you’re constantly boarded with layoff news.

szastamasta commented on Proposal: JavaScript Structs   github.com/tc39/proposal-... · Posted by u/Kholin
tantalor · a year ago
High performance applications are already being written that depend on features like shared memory, but because the language has poor support for them then developers have to use ugly workarounds. This proposal solves that with built-in support.

>It should just stay this way

Counterpoint: JS has been evolving significantly, look at ES6 and ES8 in particular if you need help finding examples.

szastamasta · a year ago
I just mean you won’t write a video codec or a 3d renderer in JS. It will never get there. Just leave these things to WebAssembly where needed and leave JS as a slow, dynamic language we use for web apps.
szastamasta commented on Proposal: JavaScript Structs   github.com/tc39/proposal-... · Posted by u/Kholin
rty32 · a year ago
Exactly. Without new features and syntaxes people would still be doing MyClass.prototype.method = function () { } like idiots. Such a meaningless argument for preventing progress.
szastamasta · a year ago
Nobody needs classes nor prototypes in JS. Objects + functions is more than enough. I stopped using these few years ago and miss nothing.
szastamasta commented on Proposal: JavaScript Structs   github.com/tc39/proposal-... · Posted by u/Kholin
szastamasta · a year ago
Please stop. What a nonsense. JS is a dynamic language where everything is a Hashtable. It will never be really fast as your structs won’t be in single cacheline, you won’t be able to calculate field address during compile time by pointer offsets. There’s no simd, no multithreading, no real arrays.

JS is such a simple, dynamic language. It should just stay this way. Please stop bloating it with every feature that’s trendy this year. We already have classes that we didn’t need. We don’t need structs for sure.

szastamasta commented on Sony, Ubisoft scandals lead to California ban on deceptive digital goods sales   arstechnica.com/tech-poli... · Posted by u/BuildWithMason
beretguy · a year ago
What do you mean? What do privacy pop ups have to do with this?
szastamasta · a year ago
It’s just like with cookies. I believe that lawmakers were honest and really wanted for companies to limit amount of tracking in the web. What we did get instead is a lot of „we value your privacy” popups and 5 pages of checkboxes to check if you don’t want to be tracked.

I just think that this will end up the same way. Nothing really changes, but we’ll just get more useless „lawyer talk” in more and more license documents to click on.

szastamasta commented on Sony, Ubisoft scandals lead to California ban on deceptive digital goods sales   arstechnica.com/tech-poli... · Posted by u/BuildWithMason
dgoldstein0 · a year ago
They'll either have to change the text in which case digital good sales will be more honest, or they won't want to change the text and therefore will actually commit to letting us download and keep our own copies without interference. Both sound like wins to me. Just TBD which variant ends up more common.
szastamasta · a year ago
You see, I just don’t think more honest wins us anything. I’ve seen too many „We value your privacy” popups already.
szastamasta commented on Sony, Ubisoft scandals lead to California ban on deceptive digital goods sales   arstechnica.com/tech-poli... · Posted by u/BuildWithMason
szastamasta · a year ago
Maybe I have misunderstood the article, but for me it looks like another „cookies” law.

They are not proposing to force media companies to make sure you have access to your media forever. Or force them to give you a downloadable copy when they remove media from store. They’ll just replace „Buy” button with „Get Access” or whatever and add some lawyer mumbo-jumbo above it.

Looks like a smokescreen to me.

szastamasta commented on Yaak is now open source   yaak.app/blog/now-open-so... · Posted by u/pabs3
jraph · 2 years ago
The wrench analogy doesn't work because when downloading a copy of the software, you don't make the original vanish. A copy costs nothing. There are also costs associated to software maintenance that don't apply to the wrench. Software has its own characteristics.

But I think I get the essence of your remark, and that would be that work needs to be paid. I mostly agree (I agree "enough" to carry on anyway), more on that later.

> Unfortunately most business models around free software are ads and user profiling. Rest is just noise.

That's unfortunate but not an inevitability. You don't need to rely on ads for revenue. It's not because many businesses decided that it's okay to spy on their users and steal their time and attention that you are forced to do the same.

The projects I mentioned don't make money through ads. Other big projects are like that as well. WordPress and Nextcloud for instance both have different business models that don't rely on ads. I work for XWiki SAS, we also don't rely on ads. There are ways. You can even sell "licenses" for open source software. We do that (and it's not open core), although I think you complained more about the gratis aspect than the open source aspect. We also make money with consulting, support and hosting.

> don't pretend that REST client is charity or fight for freedom or something

I don't see what you mean. If I'm to rely on some tool, I want to be able to control it and proprietary software doesn't allow me this. So I won't use a rest client if it's proprietary. And I wish this also for my users.

szastamasta · 2 years ago
Yeah, maybe I've got too old-school thinking. Or maybe just worked on too many failed startups :). But the overall cheapness of our industry is driving me crazy.

I happily use proprietary software - IntelliJ, Sublime, Affinity, MacOS, etc. In my experience if you get software for free, you are the product, or you will be charged x10 more when they finally get their "business model".

szastamasta commented on Yaak is now open source   yaak.app/blog/now-open-so... · Posted by u/pabs3
jraph · 2 years ago
Open source and gratis doesn't make our work look worthless.

First, money ≠ value.

And even when talking about money, look how are valued many open source projects like MariaDB (in the news recently), nginx, WordPress, … - yes, caveat, you mentioned consumer products, those are not all consumer products)

For some of us, it's not about likes or internet points. It's not being cheap. It's about giving the users the rights they deserve. It can be about efficient cooperation (here, it's not about this). It's also becoming a requirement in some contexts and places.

There are business models around open source software. There are other ways to make money with software than to sell proprietary software licenses.

szastamasta · 2 years ago
Of course money != value, but don't pretend that REST client is charity or fight for freedom or something. It's a wrench. And wrench should have its price on the shelf.

Unfortunately most business models around free software are ads and user profiling. Rest is just noise.

u/szastamasta

KarmaCake day538November 27, 2017View Original