Live data from Hacker News

Bullshit Has Dominated the Tech Industry

medium.com

101–109 of 109 posts

Re: Bullshit Has Dominated the Tech Industry

#101
post #87

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.

To me that just shows that microsoft doesn't really care, right?

Re: Bullshit Has Dominated the Tech Industry

#102

Earlier 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.

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

#103
post #52
post #19

Earlier 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.

The problem is the bar for quality has fallen through the floor and it has nothing to do with the amount of time it takes to develop something. If anything, it's likely to be of lesser quality the longer you wait because more web developers will have infused their shitty code by then.

Re: Bullshit Has Dominated the Tech Industry

#104

Of 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?

[deleted]

Re: Bullshit Has Dominated the Tech Industry

#105
post #13

Well, 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…

Fixed pie fallacy of wealth strikes again. Amazing how common this view of x% people holding 'the wealth' is. Nothing similar existed before Jeff Bezos, Bill Gates, Mark Zuckerberg and the 2 Steves built their offerings; they got massively rich thanks to people worldwide choosing to pay them for their products & services (or voluntarily shunning the open internet with multiple anonymous fora like this one for Facebook's walled privacy screwing garden).

Re: Bullshit Has Dominated the Tech Industry

#106

Earlier 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 .

Contributed it back how? On CDPR's Github? This isn't an open source project.

Re: Bullshit Has Dominated the Tech Industry

#107

Of 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…

Ah yes, communism. This time we will surely get it right because of our arrogance and hubris combined with total cluelessness about human nature and how spectacularly communism and its sibling socialism failed everywhere they were tried (And no, Scandinavian countries aren't 'socialist' just because of running a welfare program that happens to be funded by much heavier taxes on all their citizens than Americans could imagine)

Re: Bullshit Has Dominated the Tech Industry

#108
post #92
post #67

Earlier 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.

There's a difference between "having bugs that we didn't catch" and "lets not look since our users will find them".

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
post #48

"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…

> 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

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.

Post reply on HN