Bogus5553

joined 2 years ago
[–] [email protected] 17 points 1 week ago

Finally some good news

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

Yes, and a cp or ls clone isn’t that meaningful to stick GPL to.

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

MIT/GPL is fine for smaller tools.

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

That’s uplifting. They say ”for many”, which makes me think that it’s not the majority case though.

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

That’s true, but there’s usually quite a lot of pain when you’re dying.

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

I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.

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

Numpy is what makes python fast though

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

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

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

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

[–] [email protected] 2 points 3 weeks 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.

[–] [email protected] 4 points 1 month 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.

[–] [email protected] 4 points 1 month ago* (last edited 1 month 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.

 
view more: next ›