When I was a kid, my mom would just straight up blend the strawberries either without anything (for dietary reasons) or with twaróg (cottage cheese)
When I was a kid, my mom would just straight up blend the strawberries either without anything (for dietary reasons) or with twaróg (cottage cheese)
I don’t know what the source is, but I remember seeing the “AI” bit first, and then a bit later people started editing it more and more, escalating things. I’d check sites like knowyourmeme if I wasn’t lazy right now.
That’s an interesting point, but one small counterpoint - the artist signature in this case seems to me more like the graffiti, an individual making art trying to get their name out there from behind the corporations.


I’ve got one light in a room that makes a quiet whining noise when on, seemingly only after a minute or so (maybe after it warms up a bit). Thankfully I can just keep it off just fine, but occasionally I’ll turn it on for a bit more brightness, and realise it’s still on a while later by the annoying noise.


I don’t think OOP’s nature makes them necessary, so much so as it enables them and popular programming principles encourage them. I think they’re a good thing, especially if there’s a way around them in case you can’t get the public interface changed and it doesn’t work for you, especially for performance reasons, but that should be done with care.
Funny story, when modding Unity games using external modloaders you’re writing C# code that references the game’s assemblies. And with modding you often need to access something that the developers made private/protected/internal. Now, you can use reflection for that, but a different trick you can use is to publicize the game’s assemblies for referencing in your code, and add an attribute to your assembly that tells the runtime to just… Let you ignore the access checks. And then you can just access everything as public.


If it was a single question, that does sound lame, my other thought was that those “online polling tools” might not be viable because you can’t put internal company communications into them… But if it’s stuff like food choices or something, then that might also not be a problem.
That said, my point still stands - what you describe does sound like what I’m saying. If you make a sheet with a dedicated field to put the answer into, it should be possible to reliably automate pulling out answers from all the files with excel-level knowledge, and without any additional sites or servers, just spreadsheet editing software and email.


Am I getting it correctly that the excel sheet was basically a form to fill in, with fields and labels, but as a spreadsheet? If so, that sounds pretty clever to me - there’re many better ways to do this, but if everybody working there has excel anyways, that’s a fast and easy way to get the data in a unified and automatable format without any extra infrastructure.
I would argue that memorization is important, but what you memorize and how you arrive at that is very personal. Forcing kids to memorize very specific things, and trying to enforce memorization (as opposed to the ability to arrive at the solution) seems like a bad idea to me.
I still don’t have the 10x10 multiplication table memorized, and I took physics in high school and work as a programmer. I have a use for knowing number multiples, and have domain-specific numbers memorized (2^8=8*8=256, 256*256=65536), but what I don’t remember off the top of my head I can figure out from the things I do know, from certain tricks, and from brute force mental math juggling numbers.
And the important thing to me is, I learned what I know not because somebody told me this is how I should do things, but because I picked them up as needed, a mix of memorizing common multiplications and figuring out tricks (like multiples of 9*N for N<11 being the digits N-1 and 10-N)
Oh I would hope not, it’s good practice to not let the person writing the code merge it in, to get a fresh pair of eyes on the code before it goes in.
Though in a way you could say he “fixed a bug” by merging a bugfix written by somebody else, but that feels like a failure of attribution.
I believe they’ve made the point that it’s not chrome’s fault, but the site’s/user’s - images displayed on websites should be webp to benefit from optimizations for displaying images, but download links should be a different format. The error would be either the user downloading the images from the display instead of the download (including from sites that do not offer images for downloading purposes?), or the website not including separate versions for download where relevant.
I’m not necessarily sure if that’s a good take, but that’s my interpretation of what’s being said.


Apertus was developed with due consideration to Swiss data protection laws, Swiss copyright laws, and the transparency obligations under the EU AI Act. Particular attention has been paid to data integrity and ethical standards: the training corpus builds only on data which is publicly available. It is filtered to respect machine-readable opt-out requests from websites, even retroactively, and to remove personal data, and other undesired content before training begins.
We probably won’t get better, but sounds like it’s still being trained on scraped data unless you explicitly opt out, including anything that may be getting mirrored by third parties that don’t opt out. Also, they can remove data from the training material retroactively… But presumably won’t be retraining the model from scratch, which means it will still have that in their weights, and the official weights will still have a potential advantage on models trained later on their training data.
From the license:
SNAI will regularly provide a file with hash values for download which you can apply as an output filter to your use of our Apertus LLM. The file reflects data protection deletion requests which have been addressed to SNAI as the developer of the Apertus LLM. It allows you to remove Personal Data contained in the model output.
Oof, so they’re basically passing on data protection deletion requests to the users and telling them all to respectfully account for them.
They also claim “open data”, but I’m having trouble finding the actual training data, only the “Training data reconstruction scripts”…
They said cheaper than vanilla extract, the synthetic stuff is probably still cheaper. Though there is a possibility, since the materials and production will have a cost…


Ironic that, by upvoting this comment in agreement, I’m doing the opposite of what you advocate for…


Intentionally and knowingly calling a MTF trans person a man is transphobia. Dunno about jail, but I’d be down to have legally enforced punishment for that. To be fair, that should probably cover all cases of (intentionally and knowingly) misgendering people, in a similar fashion to defamation.


I would assume they sent them after the number was drawn, to before the number was drawn, which means the future self doesn’t need their own message to learn the numbers.
No, wiping it over the machine like a cloth won’t make it work better.
Ironically, doesn’t it? If you don’t know where the reader and chip are (sometimes it’s not clear), keeping the card close and moving it all over will eventually hit the spot ;D
They sure do, unless you missed a parenthesis and somebody wants to point that out ;)


Not when taken to such an extreme so as to obfuscate the meaning and behavior of code, and make it difficult to understand how you would arrive at that code.
Sane defaults serve to reduce verbosity without obfuscating meaning, simpler syntax with different ordering and fewer tokens reduce verbosity to make the code easier to read by reducing the amount of text you have to pay attention to to understand what the result is.
I imagine there’s also a distinction to be made between verbosity and redundancy - sometimes extra text might fail to carry information, or carry information that’s already carried elsewhere. I’m not sure where the line should be drawn, because sometimes duplicate information can be helpful, and spacing out information with technically meaningless text has value for readability, but I feel like it’s there.


Our public TV has no midroll ads, only between programs, and I’m so happy I can use a guide and usually find something to watch when eating and get no ads. But I’m also watching the endless reruns of a series I like, so that’s also not difficult to get.
One point on perception - doesn’t the sun appear somewhat yellow because the blue light has a stronger tendency to scatter, meaning that the roughly white light of the sun is less blue, with all the blue color of the sky being taken away from the color of the sun?