kahnclusions

joined 1 year ago
MODERATOR OF
[–] [email protected] 3 points 9 months ago

The worst is when you're not expecting it and get ambushed with a whiteboard...

[–] [email protected] 3 points 11 months ago (2 children)

The main issue I've come across experimenting with Rust UI frameworks is that none of them seem to have a decent multiline / rich text field story. Iced and the like are nice for simple apps but if you need to e.g. input Markdown and render it nicely all in one field you're out in the wilderness.

[–] [email protected] 8 points 1 year ago

Alright, time to update my team's linters and formatters...

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

Yup, I've already been really frustrated by this... Google's search results are so useless, full of advertisements, blogspam, astroturfing, etc, the only way to read about genuine reviews and experiences about stuff is to add " reddit" to the end of my search queries.

[–] [email protected] 2 points 1 year ago

I wouldn't say "martial law", but if they're gearing up for their IPO then I wouldn't be surprised if they take "harsh" measures to kick out uncooperative mods and force subs to reopen.

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

Cool, done and done

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

In addition to the others mentioned, I highly recommend trying out AstroNvim! It's got a great set of defaults, based on lazy.nvim, and it's easy to modify and extend.

I also do recommend taking the time to write your own config from scratch... even if you end up scrapping it just to use one of the pre-made configs, it's worth it to learn how vim works. And you'll quickly discover you have a new hobby in life... configuring your text editor.

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

I never went through it "end to end". I think it's important to cover the essentials up to ownership, lifetimes, generics, etc, but most of the topics after chapter 10 you can pick and choose as you come across them in real life. The most important is to just start any kind of project and see what questions you come across as you build.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (3 children)

as a Rust and Neovim enthusiast I'm happy to help with c/rust and c/neovim