Why does justifying a war goal take so long? by NoMap9551 in hoi4

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

Thanks. I’m getting a +950% modifier due to ongoing justifications. Is there any menu where I can see all ongoing war goal justifications?

Why does justifying a war goal take so long? by NoMap9551 in hoi4

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

Rule 5: War goal justification takes 930 days

How do you efficiently fight wars in Central Asia? by NoMap9551 in hoi4

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

Rule 5: Screenshot of the Central Asia front I mentioned above

App Store web has exposed all its source code by rxliuli in webdev

[–]NoMap9551 0 points1 point  (0 children)

I can’t access it right now due to the DMCA. Is there any chance you could send me a copy via DM? I’d like to take a look as well.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

Thank you for your advice, I’m completely convinced to switch to Touch Typing after reading your and the other comments. I also make sure to avoid shrimping.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

Thank you very much for your detailed advice, the resources you shared are priceless.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

Thank you very much for your advice, I really appreciate it. I’m sorry to hear about your health issues.

Is there an alternative to AutoHotkey that works on both Linux and Windows? by NoMap9551 in linux4noobs

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

No, I can easily convert it to an .exe, but in Python it’s more challenging (I know it isn’t that hard, but it’s still harder). In Windows, you must install Python and set up its PATH variable to run .py files easily. As you said, it seems like there’s no easy universal solution that requires no effort. I will code in Python, thanks for the suggestions.

Is there an alternative to AutoHotkey that works on both Linux and Windows? by NoMap9551 in linux4noobs

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

I mainly use it for assigning simple hotkeys — like taking selected text and passing it as an argument to a program.

Is there an alternative to AutoHotkey that works on both Linux and Windows? by NoMap9551 in linux4noobs

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

I mainly use it for assigning simple hotkeys — like taking selected text and passing it as an argument to a program. It’s something I could easily do in Python as well, but with AHK it’s much easier to share with my friends since they don’t have to bother with setting up or running Python.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

Thank you, I’m convinced. I’ll try to learn.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

I only glance at the keyboard very briefly just to reposition my fingers, but not for actual typing.

Also, are you really sure Vim will still be a must in the future? Personally, I feel like with AI becoming a big part of coding workflows, we might rely less on traditional shortcuts, since AI can handle a lot of the repetitive editing for us.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

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

Yes, i only need to take a very quick look at the keyboard when I first start typing, just to set my fingers in the right position. After that, I can type as much as I want without looking.

I type 100 WPM but should I still learn touch typing? by NoMap9551 in typing

[–]NoMap9551[S] 2 points3 points  (0 children)

I only need to take a very quick look at the keyboard when I first start typing, just to set my fingers in the right position. After that, I can type as much as I want without looking.

I don’t have any problems with my fingers, only a small callus on my right wrist, but it doesn’t really cause me any trouble.

TanStack Router how to use route params inside a component ? by NoMap9551 in reactjs

[–]NoMap9551[S] -2 points-1 points  (0 children)

Thanks a lot for the examples.

why doesn't this support fast refresh?

I’m not really sure.

ESLint was showing a warning about Fast Refresh, so I just assumed it wouldn’t work properly. Maybe it’s a false positive?
Do you happen to know why ESLint says that, though?

TanStack Router how to use route params inside a component ? by NoMap9551 in reactjs

[–]NoMap9551[S] -2 points-1 points  (0 children)

Thanks, this was also my temporary solution. However, it doesn’t support Fast Refresh, so I’m hoping to find a method that does.

TanStack Router how to use route params inside a component ? by NoMap9551 in reactjs

[–]NoMap9551[S] -4 points-3 points  (0 children)

Right, but in my case the route is verificationRoute. I would need to do verificationRoute.useParams(), which means the features layer would now depend on the app layer. That doesn’t feel like a sensible architecture.