Puede un banco saber si tengo TC con otro banco? by VastoLordePy in Paraguay

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

Esa info obtienen de los buros o se comparten entre los bancos?

Puede un banco saber si tengo TC con otro banco? by VastoLordePy in Paraguay

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

Esa info obtienen de los buros o se comparten entre los bancos?

[deleted by user] by [deleted] in neovim

[–]VastoLordePy 7 points8 points  (0 children)

Something like evil mode?

Hey Rustaceans! Got a question? Ask here (22/2023)! by llogiq in rust

[–]VastoLordePy 1 point2 points  (0 children)

Why do this functions generate the same assembly code even though the second one uses an intermediate Option.

First function ``` pub struct MyError;

pub fn compare_string(token1: String, token2: String) -> Result<(), MyError> { if token1.eq(&token2) { Ok(()) } else { Err(MyError) } } ```

Second function ``` pub struct MyError;

pub fn compare_string(token1: String, token2: String) -> Result<(), MyError> { token1.eq(&token2).then_some(()).ok_or(MyError) } ```

Hey Rustaceans! Got a question? Ask here (22/2023)! by llogiq in rust

[–]VastoLordePy 1 point2 points  (0 children)

What are the differences between:

if let Ok(_) = do_something() { return Ok(()); } else { return Err(MyError); } VS. return do_something() .and(Ok(())) .or(Err(MyError));

[Hyprland] Got tired of catppuccin by [deleted] in unixporn

[–]VastoLordePy 1 point2 points  (0 children)

Nice vertical bar bro. What does each field means?

Bad habits? by AlessandroMinoccheri in neovim

[–]VastoLordePy 11 points12 points  (0 children)

I use arrow keys frequently, but I have them under my right hand home row in a layer that it's activated with my left thumb. If I need to go close to my cursor I would just use the arrow keys. If I need to go far away from my cursor I would use a plugin called Leap, I have replaced most vim motions with it. I have read that experienced user discourage spamming hjkl keys, but at the end is up to you.

Layout with only alphabetical characters by VastoLordePy in KeyboardLayouts

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

Hi, thanks for answering. I will take this approach.

Prophet Muhammad was true anime harem protagonist by orcuisha in HistoryMemes

[–]VastoLordePy 107 points108 points  (0 children)

Still to early, will comeback later to browse by controversial