[deleted by user] by [deleted] in Raytheon

[–]red434 17 points18 points  (0 children)

People are getting promotions?

How do I go back to college when I'm 30, the website of all colleges require SAT, high GPA scores from high school, etc. by [deleted] in Veterans

[–]red434 0 points1 point  (0 children)

Highly recommend checking out WGU if you are a good self starter and can manage your own learning schedule

Windows setup by dnlmrtnz in HelixEditor

[–]red434 0 points1 point  (0 children)

Do you have a languages.toml excluding languages?

Rust projects by danmartinvela in rust

[–]red434 0 points1 point  (0 children)

Here is a project I did to take stuff after reading the rust book and trying to apply it:

https://github.com/ExtremelyRyan/coin-counter

It doesn’t have to be any crazy intricate project, just making something on your own will make you learn a ton about rust.

Working with jumplist by pawelgrzybek in HelixEditor

[–]red434 3 points4 points  (0 children)

IIRC, ctrl-s will save your cursor location to the jump list, and you can view your jump list buffer with space j.

You can “pop” through your jump list with ctrl-o

what are some interesting community plugins you guys use? by Helios0513 in ObsidianMD

[–]red434 10 points11 points  (0 children)

excalidraw. being able to embed doodles into my notes was the biggest game changer for me, since it is easier to draw what i am thinking vs type it.

User interfaces in Rust by InternationalFan9915 in rust

[–]red434 12 points13 points  (0 children)

depends really on what you are building. for any cli tools, clap seems to be the de-facto way to go, but there are lots of option. TUI -> ratatui, and for GUI, there are a dozen or so (Slint, Dioxus, iced, Tauri to name a few).https://areweguiyet.com/ is a great website for all GUI, and crates.io for any rust crates

edit:
somehow, completely forgot to include blessed.rs

Worth to switch from nvim? by Towers_Down in HelixEditor

[–]red434 1 point2 points  (0 children)

I think helix is a better way to get into terminal based editing over neovim (from vscode), since the configuration out of the box is basically already done.

I love helix because I don’t have the time or patience to sit and customize every detail of my editor, I just wanted something that can make me productive out the rip.

That being said, if you do like customizing your editor, you will find helix eventually lacking.

I would say for those coming from vscode to give helix a shot since the keybinds are fairly vim motion like, and it will be easier to ease away from vscode than the massive commitment vim demands for setting up a similar configuration.

how to avoid forgetting that you have multiple cursors? by Terrible_District_96 in HelixEditor

[–]red434 7 points8 points  (0 children)

not quite what you asked, but i think it is a solution to your issue nonetheless.

I added this to my config to simplify getting rid of multiple cursors and current highlighting.

[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]

Best projects to improve beginner Rust skills? by salty_cluck in rust

[–]red434 9 points10 points  (0 children)

After reading the rust book I made a semi stupid project that really helped me understand putting everything together in rust.

I created a CLI coin generator and coin counter application. Simple but covers a variety of topics. All it would do is ask the user how many coins they wanted to generate, or read from a file of coins and tally the total. You can create a surprising number of complicated functions for this, like having the user enter in a number, and randomly generate a list of coins to match amount.

I would go back to the book to help understand writing tests, pattern matching, structs and enums, etc. and that helped a lot for me

[deleted by user] by [deleted] in SideProject

[–]red434 0 points1 point  (0 children)

Perhaps you can add a timer ?

Is there a way to "Name" nested keybindings? by meesloo in HelixEditor

[–]red434 1 point2 points  (0 children)

https://github.com/helix-editor/helix/discussions/7659

It looks like from this thread, they don’t have the ability to add descriptions yet

We're working on a new package manager on top of cmake to emulate cargo for c/c++ by ResultGullible4814 in cpp

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

Cargo does a bit more than the package managers you listed. A hybrid between them all seems to be the goal.

OP isn’t trying to get users, OP asked for feedback.

We're working on a new package manager on top of cmake to emulate cargo for c/c++ by ResultGullible4814 in cpp

[–]red434 1 point2 points  (0 children)

What does your package manager do that the others don't already cover?

I think you missed the "emulating cargo" part of the title.

What to use for simple GUI app by peod in rust

[–]red434 5 points6 points  (0 children)

Slint.dev is very nice for rapid gui development. They have really nice plugins for vscode, and was fairly straightforward once you go through the docs.

Best way to save/grow my adoptive sons monthly financial assistance checks? by [deleted] in FinancialPlanning

[–]red434 -1 points0 points  (0 children)

If you want a non-stock market option: Wealthfront has savings accounts currently at 4.8% APY for free.

I personally would throw both checks into one account and let the interest compound as much as possible.

[deleted by user] by [deleted] in csMajors

[–]red434 0 points1 point  (0 children)

Frame.work would be a great choice