I'd be more general and say it needs verification to guide it, and narrowed scope so it doesn't wander off. How those get provided can vary. While I can do what I'm asking it to do, and have so many times that I don't want to anymore, I can't do it as fast as it can. But as someone said, it is stupid really fast. The bottleneck is now me slowing down this intern who thinks fast by stopping it to redirect it when it does bad things. The more pre prompting and context and verification tools I give it the less I have to do that, so the faster it goes. Then I get to solve the parts of the problem I haven't done until its boring.
Also thoughtful code varies from that library that does that thing you need with an api so intuitive you don't even need autocomplete or docs (though it has docs) to the library that is extensible to every possible use case you will never need but missing the obious ones you do or at least makes them horribly unergonomic in the name of that extensibility and purity with regard to some random paradigm that is self evidently the best one.
I suspect they were referring to some of the things git allows for non centralized version control. There are simplifications if you just wanted a centralized system like cvs had.
Bureaucracy in general exhibits that kind of hysteresis. It is like a running average of who has been in charged mixed with a big dose of the culture that people who choose that sort of career create. Ironically, that inertia is considered by political scientists to be a safeguard for democracy.
Actually they do. The law states that not only is it illegal to classify stuff to hide illegal activity, things classified that way are not actually classified. The whistleblower before Manning was very careful about what they leaked, and apparently went through the right chains. He was found guilty of misusing government property and given a slap on the wrist... And blackballed from working anywhere they had reach. But the law itself upheld that what he leaked was not classified.
Is there really likely to be any? The design is very different isn't it? Ghidra with llm plugins is likely at a place a determined person could find out.
Do you really think with that massive amount of open code, some would not be injected in windows kernel (or even .net with mono, or even windows userland with wine)? It is easier to hide it: it is closed source, and they are probably using the same hiding tricks than those used to hide coding AI generated code (usually some level of refactoring to adapt to windows data structures).
Seems like way more effort reading the linux code, copying and adapting it to windows, and actively "hiding" it, than just writing code that fits your situation from the get go.
In my experience, reading and understanding code takes a lot more time than writing from scratch, so I don't really see what windows developers (assuming they are somewhat competent coders, this assumption may not hold after around 2010 or so) would have to gain by coping from linux.
Yep, that's why in many cases it is better to refactor already tested and debugged code.
Additionnally, the size of the code base increases the difficulty to spot 'obviously' refactored code from open source projects. There is a code complexity thresold. Coding AIs could help?
The only protection would be the honnesty of microsoft coders... wait, did I say "honnesty" and "microsoft coders" in the same sentence?
Firefox often groups tabs from the same site into one process. With large numbers of the same tabs open in both, check the total memory for all firefox processes and all firefox processes. You will likely find firefox actually uses less memory than chrome.
The standards used to be there. Chrome decided they made ad blocking too easy and unilaterally changed the standard. Firefox is still on the standard. Chrome is what deviated, and while performance was improved, that was definitely not the motive.
HN is a good website. Ebay is another good example where JavaScript is optional but with good functionality. Marko was mocked, but now Astro is cool because they invented ssr...
reply