

pre-commit also has a free service for open source GitHub repos too. They’ll even push an autofix commit for you if your tools are configured for it
pre-commit also has a free service for open source GitHub repos too. They’ll even push an autofix commit for you if your tools are configured for it
They would dominate because they make a good product that isn’t more expensive than it has to be. US car companies have discontinued most affordable options to try and force people to only buy larger, higher end vehicles that most people have no use for. Now they’re mad that international companies are willing to sell the products they refuse to.
All you have to do is present credible evidence that these companies are distributing copyrighted works or a direct substitute for those copyrighted works. They have filters to specifically exclude matches though, so it doesn’t really happen.
It’s like stealing from shops except the shops didn’t lose anything. You’re up a stolen widget, but they have just as many as before.
Detecting a hallucination programmatically is the hard part. What is truth? Given an arbitrary sentence, how does one accurately measure the truthfulness of it? What about the edge cases, like a statement that is itself true but misrepresents something? Or what if a statement is correct in a specific context, but generally incorrect?
I’m an AI optimist but I don’t see hallucinations being solved completely as long as LLMs are statistical models of languages, but we’ll probably have a set of heuristics and techniques that can catch 90% of them.
I don’t know any Vietnamese, but I suspect it would be as awkward of an answer as “not no” in English.
I think that the best way to learn programming techniques is to actually do projects and make mistakes. It is one thing to understand a design pattern in theory, and another thing to be able to use that design patterns to solve real problems. Once you get deep enough into a specialty, then look for well-regarded talks and conferences in your niche.
Maybe the search engines should start crawling and indexing discord
So the difference is in the kind of holding space?
That’s about one egg per second
Remove the need to, yes. Remove the ability to? No, and rust doesn’t prevent you from doing that, it just makes you mark it unsafe
so that way if you fuck up and cause a memory error, the root cause can be narrowed down to a tiny fragment of the code base.
Unsafe rust has proven that it can be an effective alternative here, ideal especially when the consumers are also rust.
If it ain’t broken, don’t fix it.
That’s the thing, it is broken and there is a fix desperately needed. C lacks memory safety, which is responsible for many, many security vulnerabilities. And they’re entirely avoidable.
What exactly are the hazards of shared memory and locks? The ownership system and the borrow checker do a pretty good job at enforcing correct usage, and if you are clever you can even guarantee no deadlocks (talk at rustconf 2024 about the fuchsia network stack).
It’s wild how much stuff is manufactured on processes considered obsolete for high end cpu/gpu production
iOS accidentally has this feature if you use apple health to track medications. Whenever the time zone changes, it’ll send the user a notification to ask the user if they want to adjust the schedule for the different time zone or maintain the existing times
I mean, just looking at a store like Best Buy, the snapdragon laptops look really good for their price. If you’re not gaming, they do office and school tasks just as well. And for a lot of people, the thin fanless one that doesn’t get hot and has 30 hours of battery life is really what they want in a device. And they’re used as chromebooks in a lot of cases, where compatibility isn’t really a concern.
The internet was developed by ARPA, then later made available to universities and eventually private connections. Military and public research developed the tech, capitalists figured out how to most efficiently sell junk using the tech.
Actually I think this is a pretty common thing. I know several people who use iPhones and other Apple products specifically to avoid the google alternatives.
Pre-commit hooks can’t be installed automatically and most people won’t even know they exist.