cam_i_am

joined 2 years ago
[–] cam_i_am@lemmy.world 5 points 1 week ago (2 children)

Protein is protein right? I'm sure any half decent chef could figure out how to make insects tasty with a little trial and error.

[–] cam_i_am@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (2 children)

Well the problem is that "bug" is not a scientific term right? Or even if it is, colloquially I think it could easily refer to either insects specifically or arthropods more generally.

Certainly a lot of people refer to spiders as bugs despite them not being insects.

[–] cam_i_am@lemmy.world 46 points 1 week ago

There is probably little practical help you can give, but don't underestimate the importance and impact of social and emotional support.

When someone is in such a shitty situation, just knowing that there are people who care makes a huge difference. So just be a good friend. Listen and empathise when they need to talk about shit. Give them a laugh when they need cheering up or distraction from the bullshit.

[–] cam_i_am@lemmy.world 110 points 3 weeks ago (5 children)

I'll never forget dialling into a work meeting with the corporate infosec team who we needed some guidance from.

Their rep shows up and it's a fem-presenting person with pink cat-ear headphones.

I'm like oh fuck they sent the big guns, this is exactly who we needed to talk to. And I was right, we got exactly what we needed.

[–] cam_i_am@lemmy.world 0 points 2 months ago (1 children)

There's more to it than that. Firstly, at a theoretical level you dealing with the concepts of entropy and information density. A given file has a certain level of information in it. Compressing it is sort of like distilling the file down to its purest form. Once you reached that point, there's nothing left to "boil away" without losing information.

Secondly, from a more practical point of view, compression algorithms are designed to work nicely with "normal" real world data. For example as a programmer you might notice that your data often contains repeated digits. So say you have this data: "11188885555555". That's easy to compress by describing the runs. There are three 1s, four 8s, and seven 5s. So we can compress it to this: "314875". This is called "Run Length Encoding" and it just compressed our data by more than half!

But look what happens if we try to apply the same compression to our already compressed data. There are no repeated digits, there's just one 3, then one 1, and so on: "131114181715". It doubled the size of our data, almost back to the original size.

This is a contrived example but it illustrates the point. If you apply an algorithm to data that it wasn't designed for, it will perform badly.

[–] cam_i_am@lemmy.world 1 points 5 months ago* (last edited 5 months ago)

And last just as long.

The engineering department at my uni had a tensile strength testing machine which says "Made in the GDR" on it, a country that hasn't existed for 40+ years.

[–] cam_i_am@lemmy.world 1 points 1 year ago

Definitely, I don't really like Ubuntu that much even though it's my go-to. What I like is Xfce. Whether I get it via xubuntu or something else I don't really care.