

The headline makes it seem like the lawyer’s statement caused the dismissals. But they were just reflecting on how many dismissals they’ve had.
Seer of the tapes! Knower of the episodes!


The headline makes it seem like the lawyer’s statement caused the dismissals. But they were just reflecting on how many dismissals they’ve had.


A .tar archive is basically only the files cat’ed together, with a header and index added, right?
Tar does not include an index. It’s just the headers and data cat’ed together. You have to read from the beginning of the archive until you find the file you want. This is exacerbated if the archive is also gzipped, since you have to decompress all the files leading up to the one you want, as opposed to skipping over them as you could do in an uncompressed tar archive.
So why is there no archive format that just cat’es the compressed files together?
That’s essentially what a zip archive does. Each file is compressed separately and cat’ed together with uncompressed headers in between. Also zip archives do have an index which is what allows for random access and easy changes. The downside is that the compression ratio of a zip archive can be worse than a tar.gz archive.


What a weird headline. The court issued a preliminary injunction preventing enforcement of the state law pending resolution of the lawsuit. That’s not unusual in lawsuits that allege a law is unconstitutional.
Huh. Never heard of this brand before in my life. A little research leads me to believe that the popularity claim (“one in four US households”) is really just an old unsubstantiated quote from a company vice president. Further research tells me that this company isn’t even in the top 20 milk producing companies in the USA.
No milk shortage is looming.