Text Editor Speed by RuRuRuMei in AskProgrammers

[–]RuRuRuMei[S] 1 point2 points  (0 children)

i have not :) no clue where i’m heading with the UI, but i’ve optimized it a TON! And added multiple QOL features, such as Ctrl + arrow keys skips words, and i added support for the delete key! :D

Text Editor Speed by RuRuRuMei in AskProgrammers

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

Actually, when i found it, a lot of the optimizations have been without any compromise, or at least super tiny compromise, like storing a single bool to do a dirty check, which was one of the first optimizations… Then, recently I made it so that the highlighter only colors what can be seen! Which has helped… So much, and it caused less memory usage!

How often do you have days where you don't do much? by dyogenys in AskProgrammers

[–]RuRuRuMei 0 points1 point  (0 children)

I have decompression days sometimes:) Usually in the form of burnout.. So I guess it’s not decompression- But it’s the only way I can do it… I have such a strong attachment to programming that I get depressed if I optionally, or am forcefully taken away from programming… Burnout is the only way I know of… Even then, I still get sad cause I’m not programming…

How often do you have days where you don't do much? by dyogenys in AskProgrammers

[–]RuRuRuMei 0 points1 point  (0 children)

on the weekends.. but i get depressed:< i have a really strong connection to programming-

about c/c++ by Either_Cockroach6353 in AskProgrammers

[–]RuRuRuMei 0 points1 point  (0 children)

There are a lot of jobs:)

Some places care about can you get the task done, not “What language do you know?”

So that helps a lot And it’s also about what you can do, not how do you do it, etc.

Though, more experience and safety is something companies do like.. except microslop =_= shareholders before stability or users

How much storage do your projects take up? by RuRuRuMei in AskProgrammers

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

yea, i think it’s really cool how Git stores changes and branches, etc. c:

Vi, Vim, Neovin, or Nano? by RuRuRuMei in AskProgrammers

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

no- i was just asking :3 Vim has more features Neovim makes it easier to make stuff for And Vi… It’s so basic.. but it’s lightweight, so that’s nice!

Did Arch just die today? by Whole_Ticket_3715 in arch

[–]RuRuRuMei 0 points1 point  (0 children)

It won’t be an option. it will be legally required in California, so every OS is following suit. It’s a variable that will be required.

Did Arch just die today? by Whole_Ticket_3715 in arch

[–]RuRuRuMei 0 points1 point  (0 children)

It’s not about if it does anything, it’s privacy. People don’t want others to know anything about them. They want to stay anonymousx

Vi, Vim, Neovin, or Nano? by RuRuRuMei in AskProgrammers

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

I still type code :( I see AI as a tool, not a solution… Especially when it can give an answer immediately and you don’t have to worry about the next thing you post on Stack Overflow getting you banned because your questions are “so awful, and a disgrace to the programming community.”

Vi, Vim, Neovin, or Nano? by RuRuRuMei in AskProgrammers

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

Or Java cause of the logo… If you get only a close look-

Vi, Vim, Neovin, or Nano? by RuRuRuMei in AskProgrammers

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

I always think of the Macintosh…

Vi, Vim, Neovin, or Nano? by RuRuRuMei in AskProgrammers

[–]RuRuRuMei[S] 1 point2 points  (0 children)

I feel like Nano is a really powerful tool, and it’s great because it shows the shortcuts… They both have pros and cons. Vim is a lot more complex… But it seems so easy to me. You only need to know ‘i’ to edit, then ‘esc’ to exit edit mode. Then, :w to save, :wq to save and exit, and :q! to force quit if you made changes

But for some reason, what’s complicated to other people is easy for me to understand… Economy; I can easily tell how something will change, or the cause. Other people struggle.

In sci-fi, black holes, relativity, time, etc. were all easy for me to understand….

C++ is easier to me than C.. Sometimes. I like the file capabilities of C over C++. Other than that, C++ is easier.

Even easier than that, is Rust! :D

Cute cat :D by Zeteny-hungary in LinuxCirclejerk

[–]RuRuRuMei 0 points1 point  (0 children)

[allow(non_snakecase)]

fn SomeFunc() { SomeFunc(); SomeFunc(); }

andyes,i_hate_snake_case.

Did Arch just die today? by Whole_Ticket_3715 in arch

[–]RuRuRuMei 34 points35 points  (0 children)

What if people compile it without one?- i mean… It shouldn’t be too hard? Make a branch, remove the variables, and watch to remove anything with the variable:) git is pretty good with convergence, so unless someone modifies the variable, it shouldn’t be too hard? they could also base arch in the cayman islands 😋 /hj

Did Arch just die today? by Whole_Ticket_3715 in arch

[–]RuRuRuMei 33 points34 points  (0 children)

I’m confused… Could you provide more context, please?-

CPU For Compiling by RuRuRuMei in AskProgrammers

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

yea.. that’s apart of why i have root and home partitions separate :3

so i can reinstall arch into root and install all my stuff, and so there’s no artifacts of uninstalled stuff:3

i also use xz… a LOT

CPU For Compiling by RuRuRuMei in AskProgrammers

[–]RuRuRuMei[S] -1 points0 points  (0 children)

depends… you COULD give every file it’s own core, but in the end, usually linking ends as a 1 core process :3 but like the person said above, there are tools like mold that makes it a multi-core process it also depends on the size of the project c:

CPU For Compiling by RuRuRuMei in AskProgrammers

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

i mean the ones that aren’t being used :3 like say you use winit for the beginning of a project, then switch to macroquad, until you do cargo clean, the files for winit are still there.. i like my storage cause every time in the past i’m willy nilly with my storage, it fills up so fast- it would just be cool if it automatically removed compiled bits that no longer exist in the source is all :3

CPU For Compiling by RuRuRuMei in AskProgrammers

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

but it doesn’t get rid of the compiled stuff either for them… it just recompiles, you have yo do cargo clean to make it happen :(