smpl

joined 1 year ago
[–] smpl@discuss.tchncs.de 16 points 11 hours ago (11 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
 

Gennem tests med en hud stand-in har en trio af fysikere fra Danmarks Tekniske Universitet rangeret de typer papir, der har størst sandsynlighed for at give paper cut. I en artikel offentliggjort i Physical Review E har Sif Fink Arnbjerg-Nielsen, Matthew Biviano og Kaare Jensen testet skæreevnen og omstændighederne involveret i paper cuts for at sammensætte deres rangliste.

Artikel mm. kan findes her https://github.com/Jensen-Lab/PhysicsOfPaperCuts

[–] smpl@discuss.tchncs.de 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.

[–] smpl@discuss.tchncs.de 15 points 1 week ago

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

[–] smpl@discuss.tchncs.de 5 points 1 week ago

It is a human right..

[–] smpl@discuss.tchncs.de 2 points 1 week ago (3 children)

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

[–] smpl@discuss.tchncs.de 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 :)

[–] smpl@discuss.tchncs.de 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.

[–] smpl@discuss.tchncs.de 1 points 2 weeks ago

Yes and no. Sometimes a NUL terminated string allow you to make the simplest algorithms. Apart from NUL terminated strings I use structs with a buffer pointer and length or one with a start and an end pointer when that makes the implementation simpler. NULL terminated arrays are also often an efficient way to make your algorithms simple. Go for the data representation that allow you to make the simplest algorithms.

[–] smpl@discuss.tchncs.de 4 points 2 weeks ago (1 children)

dom.push.enabled = false

[–] smpl@discuss.tchncs.de 4 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.

[–] smpl@discuss.tchncs.de 5 points 3 weeks ago

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

[–] smpl@discuss.tchncs.de 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.

view more: next ›