

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.
Reddit already heavily censors anything pro-Palestinian.
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.
We’ve been here for a few years, but we’re grateful to have new people!
Maybe the search engines should start crawling and indexing discord
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).
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.
Organizations aren’t just paying for access to applications, they’re also paying for cloud storage, email hosting, calendar tools, training, and all of the infrastructure to support that. Typically when you price out the cost of expanding the in-house IT department and the cost of acquiring and maintaining the infrastructure required to replicate the various cloud services, it ends up being break even at best. Qualified people who can set up and maintain infrastructure are quite expensive, especially when having to maintain high uptime/availability, 24/7 incident response, and compliance with various regulations, like those to protect students’ privacy.
I don’t think iPhones are a relevant metric in OLED adoption, they’ve been using them since 2017.
Pre-commit hooks can’t be installed automatically and most people won’t even know they exist.