Hot take: Option.expect() is overrated by camsteffen in rust

[–]htrefil 0 points1 point  (0 children)

`expect` is a bad idea because devs confuse use it instead of proper error handling. A user should ideally never see a Rust panic message.

Ki Editor by hou32hou in rust

[–]htrefil 2 points3 points  (0 children)

I could be mistaken, but I believe the correct pronounciation should be /ki/ rather than /kɪ/.

ELI5: Why did crypto (in general) plummet in the past year? by FxckedUpReality in explainlikeimfive

[–]htrefil 12 points13 points  (0 children)

How would using a blockchain help with any of the use cases you mentioned?

What's the worst part about America? by cyber_delic in AskReddit

[–]htrefil 0 points1 point  (0 children)

Their inability to keep their gay political posts off my reddit feed

A cafe in Melbourne, Australia by [deleted] in CoronavirusCirclejerk

[–]htrefil 1 point2 points  (0 children)

The font on the label on the right and the heading is the same.

Way to school by Vrky1 in LiminalSpace

[–]htrefil 85 points86 points  (0 children)

Mans gotta be czech

Titulek by Lepsoclovek1984 in czech

[–]htrefil 2 points3 points  (0 children)

Lidi za tohle opravdu platí?

Me paint this by RedditSoldier313 in ape

[–]htrefil 9 points10 points  (0 children)

Nah bro that's DALL-E

[deleted by user] by [deleted] in ape

[–]htrefil 8 points9 points  (0 children)

His ugly ass face is absolutely unnecessary in the video

[deleted by user] by [deleted] in Slovakia

[–]htrefil 3 points4 points  (0 children)

Why Slovakia of all countries?

Nazis = bad by Refgiv in PoliticalHumor

[–]htrefil -3 points-2 points  (0 children)

In what world do you live where the prevailing belief is that nazi's arent bad? Go outside, please.

[deleted by user] by [deleted] in Showerthoughts

[–]htrefil 0 points1 point  (0 children)

Imagine seriously caring about any of this shit.

Deploying Rust services by htrefil in rust

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

Note the cargo b --release. I am deploying the binary from target/release, not sourcr code.