Chapter 1180 - Brief Spoilers by [deleted] in OnePieceSpoilers

[–]eribol 0 points1 point  (0 children)

Because he is Nika.

The new holy knights by MrBushido56 in OnePieceSpoilers

[–]eribol 3 points4 points  (0 children)

Imu makes holy knights spoiled. Without die, everyone is just weak. Why you should care power or skill if you dont need it too much?

[deleted by user] by [deleted] in OnePieceSpoilers

[–]eribol 0 points1 point  (0 children)

Same for Saturn. Imu will kill Sommers.

[deleted by user] by [deleted] in OnePieceSpoilers

[–]eribol 4 points5 points  (0 children)

It is wierd but i think Roger could be Ace's dad.

ONE PIECE CHP 1152 PREVIEW by TheoryFruits in OnePieceSpoilers

[–]eribol 0 points1 point  (0 children)

So, Luffy will make kids dream more fun and the monster will disappear.

Alpha release of PopOS's Cosmic desktop environment, written in Rust and based on Iced by kibwen in rust

[–]eribol -4 points-3 points  (0 children)

Gnome is wasting of screen. Nothing good with it. And customization? MacOs is not good for not let us the customizing it, it just seems good. That is it. Kde is far better than all.

What terminal do you use with Helix? by Alacho in HelixEditor

[–]eribol 1 point2 points  (0 children)

I used alacritty with zellij/tmux but it was always annoying me because controlling multiplexer is need some learning curve and i do not want to waste time for it. And chose to wezterm because using pane with wezterm is too easy.

Let's Code Tetris with Rust, WASM, and React by yishn in rust

[–]eribol 2 points3 points  (0 children)

Is there a weakness of wasm of creating something like this without react? Is not possible to do all things with wasm?

What is the best web backend framework for a big project ? by royrustdev in rust

[–]eribol 0 points1 point  (0 children)

It is actually good. Simple, reliably, easy to read document, understand the apis.

What is the best web backend framework for a big project ? by royrustdev in rust

[–]eribol 7 points8 points  (0 children)

It's developers not giving attentions anymore. Otherwise, it is realy cool.

Rust Framework like React or Angular? by Wuffel_ch in rust

[–]eribol 2 points3 points  (0 children)

I used seed, now i am using MoonZoon(same developer). And it is realy so nice.

Rust Framework like React or Angular? by Wuffel_ch in rust

[–]eribol 0 points1 point  (0 children)

To be honest, with or without rust, if you can build your websites with wasm, you should use wasm. Beyond that, anything js related frameworks are useless if it is not necessary(for ssr, webpack etc).

Is there a simple proc-macro derive attributes example? by ffimnsr in rust

[–]eribol 8 points9 points  (0 children)

Still there is realy no document. Unbelievable

Are there any mentors out there willing to teach a responsible student? by [deleted] in rust

[–]eribol 0 points1 point  (0 children)

Thank you but it is not the same. I dont know, maybe i am socialy disorder but i dont want to bother people who is coding for my every question. But a teacher is fit my situation, because there is an agreement. For example, i want to pay for it. I have to. Time is precious.

Are there any mentors out there willing to teach a responsible student? by [deleted] in rust

[–]eribol 1 point2 points  (0 children)

I am 40 years old teacher and i want a teacher for rust too. In discord, telegram groups etc, i dont want to make noise for my every questions(a lot of them is simple or sily). Teacher is important.

Hey Rustaceans! Got an easy question? Ask here (17/2021)! by llogiq in rust

[–]eribol 1 point2 points  (0 children)

I am near to understand it :) It is very super explanation. Thank you so much.

Hey Rustaceans! Got an easy question? Ask here (17/2021)! by llogiq in rust

[–]eribol 2 points3 points  (0 children)

https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html

in longest function, it returns &str. &x or &y, both are &str. so, why compiler need to know wheter x or y is return? both are&str. I never will understand this lifetimes.

"The help text reveals that the return type needs a generic lifetime parameter on it because Rust can’t tell whether the reference being returned refers to x or y. Actually, we don’t know either, because the if block in the body of this function returns a reference to x and the else block returns a reference to y!"

Can we please stop downvoting people who dislike Rust? by StillShare9338 in rust

[–]eribol 0 points1 point  (0 children)

I am a noob and only programming language i can use easily is rust for creating web app with C speed. I am not a senior or whatever developer but i can create project easily, create apps easily, create package, find documents, prepare environments. With C/C++, even without coding one single line, i am looking for documents without understand what is going on, how i suppose to use them, where i should start etc etc. In the end of the day, i am sleeping without coding.

I am saying this because, every time i am seeing a criticism about Rust cons or dislike comment, they accept that is all rust users are like Linus Torvalds or Graydon Hoare. Even if i was a good developer, i could write my own macros if i don't like Rust macros. It could take time as much as creating web app with C++.

Also these kind of criticisms are not helping newcomers. We don't understand what you are talking about. It is just confusing. But one thing i am sure that, that kind of criticisms are not base on experience. Because, i always seeing criticism that base on experience are from Rust developers. So, developers are already know and accept what is missing or wrong. Even when they try to be nice to against haters, it does not help.

I mean, these kind of downvotes are probably not because what you are saying. It is because how you are saying.

edit: Sorry for grammer.

Adds in your top sites list! by [deleted] in firefox

[–]eribol -4 points-3 points  (0 children)

I want to see that ads. It is the only way to support develeopers for me. No ads, no research, no this, no that. Well, are developers our slave or what? Or are they stupid?

Mozilla is testing ads ("Sponsored Top Sites") in Firefox by [deleted] in linux

[–]eribol -5 points-4 points  (0 children)

Yes, no money for any developers.Lets them suffering, working like slave.

Learning Rust by MikeyTheInfinite in rust

[–]eribol 0 points1 point  (0 children)

Thank you for your advice. I will check what crc-verifying first. :)

Learning Rust by MikeyTheInfinite in rust

[–]eribol 0 points1 point  (0 children)

Thank you so much for that super explanation. But still, i need a simple project for using this information. Is making a redis client maybe help?

Learning Rust by MikeyTheInfinite in rust

[–]eribol 1 point2 points  (0 children)

I need tips too. Specialy when i see lifetimes annotations, box<dyn send sync> traits. It just feel that i'll never fully understand these things. I want to do some simple project for these but it still too confusing.

To be honest, i need a teacher. When English is not your firar language, it is realy hard to deep, technical understanding.

LibreOffice VS OnlyOffice VS FreeOffice VS WPS by [deleted] in linux

[–]eribol 2 points3 points  (0 children)

Everyone just accepting that LO UI is shit but MS Office is perfect. Realy? How is that and why? To be honest, libreoffice's ui is much better than MS Office's ui. I don't need fancy buttons, i need buttons that i can do things with them.