smpl

joined 1 year ago
[–] [email protected] 17 points 2 days ago (13 children)

You could try out Linux Mint¹, they're Ubuntu based and disable Snap by default².

  1. https://linuxmint.com
  2. https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html
[–] [email protected] 1 points 1 week ago (1 children)

It seems that we focus our interest in two different parts of the problem.

Finding the most optimal way to classify which images are best compressed in bulk is an interesting problem in itself. In this particular problem the person asking it had already picked out similar images by hand and they can be identified by their timestamp for optimizing a comparison of similarity. What I wanted to find out was how well the similar images can be compressed with various methods and codecs with minimal loss of quality. My goal was not to use it as a method to classify the images. It was simply to examine how well the compression stage would work with various methods.

[–] [email protected] 15 points 1 week ago

It's a pillar of democracy to protect the autonomy of the people.

[–] [email protected] 5 points 1 week ago

It is a human right..

[–] [email protected] 2 points 1 week ago (3 children)

Wait.. this is exactly the problem a video codec solves. Scoot and give me some sample data!

[–] [email protected] 1 points 1 week ago (5 children)

I was not talking about classification. What I was talking about was a simple probe at how well a collage of similar images compares in compressed size to the images individually. The hypothesis is that a compression codec would compress images with similar colordistribution in a spritesheet better than if it encode each image individually. I don't know, the savings might be neglible, but I'd assume that there was something to gain at least for some compression codecs. I doubt doing deduplication post compression has much to gain.

I think you're overthinking the classification task. These images are very similar and I think comparing the color distribution would be adequate. It would of course be interesting to compare the different methods :)

[–] [email protected] 2 points 1 week ago (7 children)

The first thing I would do writing such a paper would be to test current compression algorithms by create a collage of the similar images and see how that compares to the size of the indiviual images.

[–] [email protected] 4 points 3 weeks ago (1 children)

dom.push.enabled = false

[–] [email protected] 5 points 3 weeks ago (1 children)

What are your expectations for the software? I assume it's not enough to use a group chat and tell people where you are, but from the description you've given that would be my suggestion.

[–] [email protected] 5 points 3 weeks ago

I think that B is a problem for everyones eyes :)

[–] [email protected] 4 points 3 weeks ago

I have this in code I'm writing right now...

#ifdef DEBUG
    #define DEBUG_PRINT(...) printf(__VA_ARGS__)
#else
    #define DEBUG_PRINT(...)
#endif

It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.

[–] [email protected] 9 points 3 weeks ago (4 children)

Tests? What tests?

view more: next ›