Earlier quoted context omitted.
Why should here the good guy bend over microsoft lawyers? Use the open source version
Nobody needs to copy the code verbatim anyway. The essential part is the algorithm (or the "approach" to the problem), not some sort of specific C++ wizardry or a huge library. The correct solution can be thrown together in a couple of weekends, it's not something that has to be imported into the Windows Terminal codebase as-is.
Bullshit Has Dominated the Tech Industry
101–109 of 109 posts
Re: Bullshit Has Dominated the Tech Industry
#102Earlier quoted context omitted.
I agree "collapse of global capitalism" would be a stretch. That being said I also think platform mattered a lot. I played on PS4Pro fwiw
Yeah, I think that is true as well. I had just upgraded my PC for the first time in many years and was looking for something to showcase what the hardware could do when I picked it up. All the bugs I encountered were pretty minor.
Re: Bullshit Has Dominated the Tech Industry
#103Earlier 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.
Re: Bullshit Has Dominated the Tech Industry
#104Of all the things we are bringing back from the past, why does communist propaganda have to be one of them? Why do people, smart people! keep making almost the exactly same mistakes? Modern socialists have clearly studied history, but how are they able to interpret it like this?
Re: Bullshit Has Dominated the Tech Industry
#105Well, then maybe the problem is that, from an economic point of view, it is unsustainable to make decent software. However, when we analyze the increase in productivity compared to the increase in wages, we see that, for decades, the former has grown at a much faster pace than the latter. Currently, this gap is almost 50%. Some of this can be explained by employer sponsored healthcare and other benefits for employees…
Technically yes, the working class can become capitalists by just saving their money. Practically, I don’t think I need to explain why that’s a dishonest and rude suggestion, at best. Just because anyone can become a shareholder in a company that squeezes its employees dry for profit doesn’t mean that that company isn’t a weapon in the class war. From Wikipedia: Federal Reserve data indicates that as of Q4 2021, the…
Re: Bullshit Has Dominated the Tech Industry
#106Earlier quoted context omitted.
Yeah, I think that is true as well. I had just upgraded my PC for the first time in many years and was looking for something to showcase what the hardware could do when I picked it up. All the bugs I encountered were pretty minor.
Also, more for future readers, I've heard the PC version has community mods that fix most of the worst bugs! Shame they couldn't have contributed it back to CDPR's main branch .
Re: Bullshit Has Dominated the Tech Industry
#107Of all the things we are bringing back from the past, why does communist propaganda have to be one of them? Why do people, smart people! keep making almost the exactly same mistakes? Modern socialists have clearly studied history, but how are they able to interpret it like this?
What if the only viable futures are communism or collapse? Consider as capitalism grows in complexity the grasp of the invisible hand grows weaker until it loses its grip. Does the world really need a new iPhone every year when people can hardly afford rent? Does making monopoly aspiring app for dog walking (Wag) to enrich a few sophomoric founders or defraud a few more gullible investors really constitute efficient…
Re: Bullshit Has Dominated the Tech Industry
#108Earlier quoted context omitted.
Your customers should not be used as your beta testers or QA department.
Again, this is totally subjective. It can be out of "beta" but still have bugs. But also, in many cases people are happy to have the opportunity to support a product before it is completed. Steam Early Access, etc.
Also, I'm sure they are, which is why lots of companies will provide an optional beta version of their software that people can use. But there's a big difference between having the opportunity to use beta software because you want to try it, and having the opportunity to be forced into running a beta and being QA.
Re: Bullshit Has Dominated the Tech Industry
#109"In 2019, the company released an entirely new version of its terminal for Windows 10, promising a better performance. However, user Casey Muratori was not convinced, claiming that the performance was still far from what could have been done without much effort. To prove his point, Casey developed in just a few days an open source prototype that performed 200 times better than Microsoft's new terminal [32]." "In the…
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…
Even better, cache-oblivious data structures & algorithms avoid the needing for picking/knowing X, and will essentially auto-adjust to near-optimal regardless of the cache size or pressure.