Bogus5553

joined 2 years ago
[–] Bogus5553@lemm.ee 3 points 3 months ago (3 children)

Great news! Hope it’s not too hard to port this technology to the existing infrastructure.

[–] Bogus5553@lemm.ee 4 points 3 months ago (1 children)

Thanks a lot, and thanks for the great app! It’s a pleasure to run it (:

[–] Bogus5553@lemm.ee 2 points 3 months ago (3 children)

It’s absolutely marvelous, but the little info box about which image type is on display is in many cases covering text.

[–] Bogus5553@lemm.ee 13 points 4 months ago (2 children)

I'll be great. The big question is how long it's left until a stable release

[–] Bogus5553@lemm.ee 4 points 4 months ago

I personally think that C++ can be beautiful. For example: std::filesystem::path overrides the / operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.

[–] Bogus5553@lemm.ee 4 points 4 months ago* (last edited 4 months ago)

void main(){...} is not in the standard, but works on both MSVC and GCC (with warnings). I think it works on both C/C++, but you really shouldn’t use it in production. Just use int main(void){...} , without any return value, which is permitted in the standard, and will return success iirc.

[–] Bogus5553@lemm.ee 1 points 4 months ago* (last edited 4 months ago) (1 children)

Coffee is still pretty cheap though? My coffee usually costs 20¢ a cup.

[–] Bogus5553@lemm.ee 34 points 4 months ago* (last edited 4 months ago) (7 children)

Any void main(){...} enjoyers?

[–] Bogus5553@lemm.ee 2 points 4 months ago (1 children)

I don’t really understand why you’d want to censor the content. If your kids are really young, then they probably shouldn’t see the film to begin with, and if they are in their teens, then they have probably seen worse already.

[–] Bogus5553@lemm.ee 4 points 4 months ago

Drink a cucumber

[–] Bogus5553@lemm.ee 5 points 5 months ago (12 children)

Pretty cool. May I ask tough, what’s the reason for doing this in BASH and not in something like Python?

view more: ‹ prev next ›