I got this sense as well, particularly from the section about assertions. Most of the use cases they describe (e.g checking function arguments and return values) are much better handled by an expressive type system than…
Does it matter? I’d rather use a 90% accurate tool than an 80% accurate one that I can subject to retribution.
On the other hand, I’ve found the integration in Confluence quite helpful, particularly for making sense of acronyms.
> TiVo has stopped selling Edge DVR hardware products,” the company said in an AI-based message. What does this actually mean? An AI-authored press release? A customer support bot message?
It’s even in the standard library now: https://doc.rust-lang.org/std/cell/struct.OnceCell.html
You can use pgrep to avoid this.
For the `-j` issue specifically, exporting `MAKEFLAGS=-j8` should work.
> There is a well settled practice in computing that you just don't plagiarize code. Even a small snippet. I think way many developers use StackOverflow suggests otherwise.
“Man” is probably being interpreted as the Isle of Man. https://en.m.wikipedia.org/wiki/Isle_of_Man
Looks like only the code is Apache, not the weights: > the code in this repo is Apache 2 now added, the model weights are the same as the Llama license as they are a derivative work.…
Looks really interesting. I like the approach of writing pure functions that return descriptions of IO tasks to perform. A couple of questions: 1. Why async? 2. Why couple to anyhow instead of using an associated error…
From the sound of it, a whole bunch of them.
What would HP bring to this hypothetical merger?
I think this is exactly the intended use case for Ninja. It’s discussed in this recently posted article. https://news.ycombinator.com/item?id=42268310
> and it’s ultimately done to show that OpenAI is making an effort to mitigate the risks that regulators claim it creates. I’d go one step further — the subtext is that only Open AI is willing to do this, and that LLMs…
I think IAM would be a lot easier to interact with from a dev perspective if the error messages were more clear. I suspect that they are sometimes intentionally vague (or misleading) as a kind of…
> Gleam's labelled arguments are AFAIK a unique feature. This lets you have named function argument appear differently to the caller than they do internally. The caller may way to refer by verb ("multiply_by") and the…
It’s accessible via the Wayback Machine, fortunately.
I find that kind of surprising; the lack of “customer service voice” is one of the main reasons I prefer the Mistral models over Open AI’s, even if the latter are somewhat better at complex/specific tasks.
The fact that, at the time of writing, all of the comments on this post are about the Oxford comma rather than the actual thesis of the article goes a long way to proving its point.
Greyed-out buttons are similarly terrible UX. Far too often, it’s impossible to figure out why a button is un-clickable.
I’m partial to the Python port of parsec. (https://pythonhosted.org/parsec/)
I got this sense as well, particularly from the section about assertions. Most of the use cases they describe (e.g checking function arguments and return values) are much better handled by an expressive type system than…
Does it matter? I’d rather use a 90% accurate tool than an 80% accurate one that I can subject to retribution.
On the other hand, I’ve found the integration in Confluence quite helpful, particularly for making sense of acronyms.
> TiVo has stopped selling Edge DVR hardware products,” the company said in an AI-based message. What does this actually mean? An AI-authored press release? A customer support bot message?
It’s even in the standard library now: https://doc.rust-lang.org/std/cell/struct.OnceCell.html
You can use pgrep to avoid this.
For the `-j` issue specifically, exporting `MAKEFLAGS=-j8` should work.
> There is a well settled practice in computing that you just don't plagiarize code. Even a small snippet. I think way many developers use StackOverflow suggests otherwise.
“Man” is probably being interpreted as the Isle of Man. https://en.m.wikipedia.org/wiki/Isle_of_Man
Looks like only the code is Apache, not the weights: > the code in this repo is Apache 2 now added, the model weights are the same as the Llama license as they are a derivative work.…
Looks really interesting. I like the approach of writing pure functions that return descriptions of IO tasks to perform. A couple of questions: 1. Why async? 2. Why couple to anyhow instead of using an associated error…
From the sound of it, a whole bunch of them.
What would HP bring to this hypothetical merger?
I think this is exactly the intended use case for Ninja. It’s discussed in this recently posted article. https://news.ycombinator.com/item?id=42268310
> and it’s ultimately done to show that OpenAI is making an effort to mitigate the risks that regulators claim it creates. I’d go one step further — the subtext is that only Open AI is willing to do this, and that LLMs…
I think IAM would be a lot easier to interact with from a dev perspective if the error messages were more clear. I suspect that they are sometimes intentionally vague (or misleading) as a kind of…
> Gleam's labelled arguments are AFAIK a unique feature. This lets you have named function argument appear differently to the caller than they do internally. The caller may way to refer by verb ("multiply_by") and the…
It’s accessible via the Wayback Machine, fortunately.
I find that kind of surprising; the lack of “customer service voice” is one of the main reasons I prefer the Mistral models over Open AI’s, even if the latter are somewhat better at complex/specific tasks.
The fact that, at the time of writing, all of the comments on this post are about the Oxford comma rather than the actual thesis of the article goes a long way to proving its point.
Greyed-out buttons are similarly terrible UX. Far too often, it’s impossible to figure out why a button is un-clickable.
I’m partial to the Python port of parsec. (https://pythonhosted.org/parsec/)