- Johnbot parentAs far as I know, even HDDs were pretty resilient to magnets when in their enclosures. I once took a large magnet meant for holding together concrete forms, one strong enough that it stuck to a ferrous surface it could probably support my weight, and stuck it to a hard drive for a full year to see if it'd break. The drive, as well as all of the data on it, were fine.
- This is giving me flashbacks to RPG II - https://en.m.wikipedia.org/wiki/IBM_RPG_II
- The quoted optimization in the post isn't about German strings though, but the C++ style short string optimization (the post references an article describing the difference). A few of the referenced crates do this optimization so the blog is still right to point out that it's completely possible, I just wish it was clearer what optimization they felt was being claimed to be impossible.
- I think two things are at play here.
1. Students will frequently just try things until it works, move code around, etc., leading to very messy code. 2. Graders often do not look at individual assignments unless there is a reason to do so, often relying on automated test suites. And when they do look, I'd bet their first reaction is something like "I don't know why they're repeating themselves like this, but my rubric only penalizes them for 5 points here..."
- An example of a Mossad generated file would be the source file plus a bunch of dead code. The dead code consists of lines from the original file repeated in random locations (plus, if you are using an "entropy file", random lines of code that were successful mutations from previous generations of Mossad).
As it turns out, a lot of student code can look this way anyway. Something crazy like 70% of authentic student code can have dead code in assignment submissions.
- I tried:
For the roman emperor prompt, Bard produced:
17 white men
2 white women
1 black man
1 black woman
For your prompt, Bard produced:
21 black men*
Interestingly, for the Roman Emperor prompt, Bard never refused to produce an image, though once instead of an image it only produced alt-text for two images, and once it only produced a single image, while for the African Oba prompt, three times it insisted it could not produce an image of that, once it explained that it is incapable of producing images, and once it produced only a single image rather than a pair.
*After typing most of this reply, I went to run more to see if it would ever behave differently, and on the 22nd image it produced an image of a black woman.
- Does anyone have historic data on this to tell whether it is common to front-load layoffs at the start of the year? It looks like January of last year had the fewest layoffs, which surprises me. I would have expected having many layoffs towards the start of the year with new budgets would be more common.
- 4 points
- That is certainly an interesting problem, one I first saw in a Hackaday post from a few years ago [1]. Personally, I've always wondered how any aliens would interpret the Arecibo message - if they could even decode it, that is.