Earlier quoted context omitted.
Counterpoint, I click a link to load a feature page on the google cloud console, it takes around 10 seconds if not longer to load on a modern PC. Meanwhile vendor products from early 2000s loaded their web interfaces instantly. And they had more functionality.
Oh my god please stop. “And they had more functionality” lmfao which cloud provider had more functionality in 2000? Which cloud provider existed in 2000? Funny joke though I’m dying over here. Hold up I gotta go install Macromedia, Java, RealPlayer, and enable ActiveX.
Bullshit Has Dominated the Tech Industry
61–70 of 109 posts
Re: Bullshit Has Dominated the Tech Industry
#62Earlier quoted context omitted.
You can, anyone can, write all your programs with the mindset that you are given X amount of memory, and you use it as a cache or buffer like they did back when computers had 64K or whatever. It would solve a lot of what I see as the problems of modern software. For so many years, people have pursued the false vision of a programming environment where resources can be assumed to be infinite. The problem is, no matter…
Javascript, Java, C#, Golang, Python, Ruby: all garbage collected. Aside from C/C++, those are the languages of modern software dev. Yeah you could arena allocate and do some nonstandard techniques like that, but basically you are at the mercy of a garbage collector, and those LOVE to use memory. So... use C++? use Rust? As you point out, malloc and the heap are kinda the same problem as GC. Personally, some "runs on…
It’s not the GC that uses memory, it’s your program. Compare the memory use of Python with that of C++ in these benchmarks:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
Or OCaml and C++ here:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
Re: Bullshit Has Dominated the Tech Industry
#63Earlier quoted context omitted.
Oh my god please stop. “And they had more functionality” lmfao which cloud provider had more functionality in 2000? Which cloud provider existed in 2000? Funny joke though I’m dying over here. Hold up I gotta go install Macromedia, Java, RealPlayer, and enable ActiveX.
Go look at gcp load balancer feature set vs something like an f5 from 20 years ago.
Re: Bullshit Has Dominated the Tech Industry
#64Re: Bullshit Has Dominated the Tech Industry
#65> After the fiasco that was the release of Cyberpunk 2077 — a game estimated to cost more than 300 million dollars, including the performance of actor Keanu Reeves —, many people began to question how far the so-called late stage capitalism can go. Really? Releasing a multi-year software project worked on by many, many people that was buggy but still more or less served its purpose is someone's idea of capitalism tee…
I had to start over from the beginning 3 times due to completely main plot breaking bugs, and this was on 1.4+ versions . Still had a side quest broken. That is not a "more or less" serving it's purpose.
Re: Bullshit Has Dominated the Tech Industry
#66Earlier quoted context omitted.
You can, anyone can, write all your programs with the mindset that you are given X amount of memory, and you use it as a cache or buffer like they did back when computers had 64K or whatever. It would solve a lot of what I see as the problems of modern software. For so many years, people have pursued the false vision of a programming environment where resources can be assumed to be infinite. The problem is, no matter…
Javascript, Java, C#, Golang, Python, Ruby: all garbage collected. Aside from C/C++, those are the languages of modern software dev. Yeah you could arena allocate and do some nonstandard techniques like that, but basically you are at the mercy of a garbage collector, and those LOVE to use memory. So... use C++? use Rust? As you point out, malloc and the heap are kinda the same problem as GC. Personally, some "runs on…
I'm just saying that everything should be written to take what you give it and like it. If you do that, it doesn't matter how much memory there is, or if there is a GC or not - you have none of the problems of unpredictable resource usage.
I don't think (although I haven't been in school over a decade) most people come out of college with an experience of writing small programs to process everything in chunks. It's so...impure. I didn't have the experience of being taught in Scheme or something, but I can imagine.
Re: Bullshit Has Dominated the Tech Industry
#67Earlier quoted context omitted.
> A lot of the projects that person is talking about ended up being pretty good a year after their launch Right. His point was that these things are being released before they're fully baked. That's a problem, and one that is much more common now.
I think there’s a good argument to be made it’s not a problem at all.
Re: Bullshit Has Dominated the Tech Industry
#68Just hilarious to me to lay the blame for 'bad' software at the feet of capitalism when one of the 'purest' capitalist countries, the US, is so dominant in this sector worldwide. Of the 100 largest tech companies, 62 are from the US. Next-highest China has 9. [0] Where's all the great software developed by non-capitalist economies? [0] https://companiesmarketcap.com/tech/largest-tech-companies-b...
Re: Bullshit Has Dominated the Tech Industry
#69Earlier quoted context omitted.
Wasn’t the Apple Maps software pretty much correct on day one but they had a data issue for some areas?
Yep, but that is all capitalism's fault! And we should change over to another economic system where their equivalent didn't even have data issues on day one.
What a shame.
Re: Bullshit Has Dominated the Tech Industry
#70Earlier quoted context omitted.
> A lot of the projects that person is talking about ended up being pretty good a year after their launch Right. His point was that these things are being released before they're fully baked. That's a problem, and one that is much more common now.
I just don't see how this is a big deal, if you have a high bar for quality then don't be an early adopter / buy something on the day it is released. You can always wait and see how something develops, the outcome is no different to you but the company benefits significantly by having feedback from real users for that entire time.