I'm finding this privacy breaching decision by @OpenTable baffling: "To build on the credibility of our review program, starting May 22, 2024, OpenTable will begin displaying diner first names and profile photos on all diner reviews. This update will also apply to past reviews"
@simonw
-
M4 Mac Desktops to Support 512GB Unified Memory
By
–
Wow, might be worth waiting for the M4 then: https://
macrumors.com/2024/04/11/m4-
ai-chips-late-2024/
… "M4 versions of the Mac desktops could support as much as 512GB Unified Memory, which would be a marked jump over the current 192GB limit." -
HashiCorp Accused of Copying MPL-2.0 Licensed Code
By
–
"The code in question can be clearly shown to have been copied from older code under the MPL-2.0 license. HashiCorp seems to have copied the same code itself when they implemented their version of this feature." Pretty convincing summary right there.
-
Fixing GPT Session Issues With Code Interpreter Workarounds
By
–
I've run into that one too – you can fix it by starting a new session and prompting differently, or if it's really uncooperative you can run a GPT with code interpreter disabled
-
New Mistral Model Release Expected Rather Than Medium or Large
By
–
They haven't said as far as I know, my guess is a new model rather than it being mistral-medium or mistral-large
-
Token Generation Requires Full Model Matrices in Memory
By
–
Not for running models, you need the whole thing in memory because every token that's generated includes calculations run against against the entire collection of matrices
-
llamafile: Running LLMs Locally Without Docker
By
–
llamafile is pretty much that but without the Docker dependency
-
Documentation Quality Determines Breaking Change Definition
By
–
I think this depends on how good your documentation is If you have thorough document then a big fix is when you fix an issue where the software didn't do what the docs said it would do If your docs are weak or non-existent then there's no such thing as a breaking change
-
Mistral AI model not yet available on their API platform
By
–
Personally I'd like to pay @MistralAI to run their new model, but it looks like they haven't added it to their API yet