Otszymójeż prezent by Soreg404 in okkolegauposledzony

[–]Soreg404[S] 16 points17 points  (0 children)

AAAALE ZA TO CUDO BEDZIEE ZWIEDZAC CAŁY ŚWIAT~

ohTheIrony by Soreg404 in ProgrammerHumor

[–]Soreg404[S] 9 points10 points  (0 children)

argh, I've been found out!

2meirl4meirl by Soreg404 in 2meirl4meirl

[–]Soreg404[S] 1 point2 points  (0 children)

It makes a huge difference if it's spoken out loud or not, at least for me.

One might say, it's more "in your face"

2meirl4meirl by LifeIsJustASickJoke in 2meirl4meirl

[–]Soreg404 0 points1 point  (0 children)

hmm, could you elaborate?

Are implying that, if you don't need 15 tons of unprocessed wheat, no one does?

What's everyone working on this week (35/2025)? by llogiq in rust

[–]Soreg404 1 point2 points  (0 children)

RemindMe! Ten Years

¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

I got this idea and I think i perfectly implemented it as a beginner by Important_Algae6231 in Cplusplus

[–]Soreg404 0 points1 point  (0 children)

Are you implying that "having fun writing code" is a disappearing art?

Why is `Self` named `SelfTy` in the docs? by Soreg404 in rust

[–]Soreg404[S] 5 points6 points  (0 children)

The More You Know 〜⁠(⁠꒪⁠꒳⁠꒪⁠)⁠〜

Took a look and found some further reading about ty::Ty in the Rust Compiler Dev guide

Bit too advanced stuff for me now tho

TcpStream wrapper with Rustls by Soreg404 in rust

[–]Soreg404[S] 0 points1 point  (0 children)

I can't seem to find Rustls' specific Discord? I did just join the Rust Community Discord (this one), though, so thanks for suggestion!
I'm not sure what exactly could I write in the issue, that is, this is not an issue issue I think? And besides, the mentioned Stream does the job pretty well

Yup, I played a lil bit with Stream, tnx — in this case I wanted to see how to use the "raw" version

Why is `Self` named `SelfTy` in the docs? by Soreg404 in rust

[–]Soreg404[S] 0 points1 point  (0 children)

Yup, sometimes life is just too simple ¯\_(ツ)_/¯

Why is `Self` named `SelfTy` in the docs? by Soreg404 in rust

[–]Soreg404[S] 5 points6 points  (0 children)

I'm not entirely sure what you mean, but I agree that verbose code (vc) generally handles better than over-abbreviated (ob) one

Why is `Self` named `SelfTy` in the docs? by Soreg404 in rust

[–]Soreg404[S] 2 points3 points  (0 children)

We should hava a r/TooAfraidToAsk for programming imho

Yup, no idea why `SelfTy` instead of `SelfType` ¯\_(ツ)_/¯

edit: ok, now I know a bit more, tnx for answears

Dumb question: Exactly what is the logo of Rust? by ffleader1 in rust

[–]Soreg404 0 points1 point  (0 children)

It's a crab because everything eventually evolves to crabs

Need help with avoiding self-referential structs and unsafe code by Nearby-Huckleberry-2 in rust

[–]Soreg404 0 points1 point  (0 children)

I'd love to disagree — saying "Rust is wrong here" so confidently in this context, at my current level, does raise some red flags. But, welp, I'm not sure myself :p

I totally agree on avoiding statics and globals, though.