

That’s overly broad.
That’s overly broad.
Don’t feed the trolls.
Why is the headline in quotes?
Not even useful IMO, just idiots.
If you’re consciously and intentionally using JavaScript like that, I don’t want to be friends with you.
I’d be interested in how this documenting could be done. If you’re a manufacturer, you’d probably want to keep everything secret - except what’s needed for a patent for example - otherwise the competition might get an idea of the proprietary things you make in house.
I mean I’m all for it, I just don’t see it happening unless under very strict regulations.
I disagree.
While AI might help at systemising and/or summarising already existing information, I wouldn’t rely on it at all for any creative thought. And what’s worse, the more people spare content like this, the more tolerant they’ll become to it, bringing the overall quality down.
People are onto something though - there’s been a noticeable shift from social media just showing you your feed in a chronological manner to it showing you personally tailored content that shuffles on each refresh and aims to hook you into endless doomscrolling. I understand perfectly well what’s an algorithm, but good luck explaining to people that it’s not that specific thing.
Came here to say that. If AI has the leeway to affect things in a negative way, then we’re not focusing on the right things to begin with. If kids are graded sometimes for the amount of (not necessarily coherent and sound) text they’re able to spit out, this is what you get.
Things like this incentivise me to sit down and write an alternative. I just wish I had the time and energy to do so.
I’m not saying “don’t make progress”, I’m saying “try to make progress across the board”.
IMO another example of pushing numbers ahead of what’s actually needed, and benefitting manufacturers way more than the end user. Get this for bragging rights? Sure, you do you. Some server/enterprise niche use case? Maybe. But I’m sure that for 90% of people, including even those with a bit more demanding storage requirements, a PCIe 4 NVMe drive is still plenty in terms of throughput. At the same time SSD prices have been hovering around the same point for the past 3-4-5 years, and there hasn’t been significant development in capacity - 8 TB models are still rare and disproportionately expensive, almost exotic. I personally would be much more excited to see a cool, efficient and reasonably priced 8/16 TB PCIe 4 drive than a pointlessly fast 1/2/4 TB PCIe 5.
Imagine you’re writing a front end and that the backend that will be serving the data is not ready yet, or it’s down for whatever reason, but you know how the data will look like. In that case you can write a test with hardcoded data as if it’s coming from the actual backend, and test several possible cases of the front end logic.
Another example is this: say you have some functionality that’s behind some UI that you have to click through; you make a change, the page refreshes and you have to click a bunch of stuff again - until the next change when the page refreshes again. If you have to do this over and over again, things get inefficient. Instead, you can write a test to make sure the functionality handles the data properly and only then go through the UI to maybe test this or that edge case.
Plenty of other examples, but yeah, depending on what you’re doing, you might not need tests at all.