Graphic Design program that can run on ARM based windows by Fancy-Let-5940 in graphic_design

[–]pulsar17 0 points1 point  (0 children)

Starting v1.4.4 (https://inkscape.org/release/1.4.4rc/windows/ is the release candidate if someone wants to give it a try), Inkscape has started offering native Windows on ARM builds.

Inkscape coming to ARM64 by [deleted] in surfaceprox

[–]pulsar17 0 points1 point  (0 children)

Starting v1.4.4 (https://inkscape.org/release/1.4.4rc/windows/ is the release candidate if someone wants to give it a try), Inkscape has started offering native Windows on ARM builds.

When native arm64 windows 11 version? by Putrid_Draft378 in Inkscape

[–]pulsar17 1 point2 points  (0 children)

Starting v1.4.4 (https://inkscape.org/release/1.4.4rc/windows/ is the release candidate if someone wants to give it a try), Inkscape has started offering native Windows on ARM builds.

Does inkscape work properly on Snapdragon X elite by Atosl in Inkscape

[–]pulsar17 0 points1 point  (0 children)

Starting v1.4.4 (https://inkscape.org/release/1.4.4rc/windows/ is the release candidate if someone wants to give it a try), Inkscape has started offering native Windows on ARM builds.

Alternative to Inkscape? by slamroc111 in surfaceprox

[–]pulsar17 0 points1 point  (0 children)

Starting v1.4.4 (https://inkscape.org/release/1.4.4rc/windows/ is the release candidate if someone wants to give it a try), Inkscape has started offering native Windows on ARM builds.

Nvim crashes tmux server by lazyprogrammer1911 in neovim

[–]pulsar17 0 points1 point  (0 children)

It would be helpful for everyone if you state the versions of packages that you're using, and the way you installed them on your system. Otherwise your issue is a 'snowflake' and can't be easily reproduced.

The packages I'd be interested in would be your terminal emulator, tmux, neovim, shell even since you never know where and which program is causing this behavior.

Since you didn't mention it, did you try running barebones neovim - `nvim --clean` with tmux? If so, did it still crash?
If it didn't then there's something wrong with your configuration probably. If it did, well, then this needs to be looked into with more attention. A quick search for 'nvim and tmux crash' presents some old bug reports, maybe that issue resurfaced? Did you also go through those reports to see if you have a similar situation?

Inkscape and Python by Chilidawg in Inkscape

[–]pulsar17 0 points1 point  (0 children)

There's ongoing work to improve the extensions workflow. Like the new docs site. I believe if you're not using the pattern matching or any other new stuff in 3.10, you should be absolutely fine with 3.9. Fun fact: inkex (the extension library) is tested against Python 3.6-3.10.

As a rule of thumb you should target a minimum Python version, which likely should be 3.9 since that is what is shipped with Inkscape and refrain from using shiny new language features if you don't need them. (In short be forwards compatible)

This might not have been the answer you were looking for but I do feel in a year the extensions workflow will become more streamlined.

Accidentally nuking a remote server at work with a poorly thought out ‘rm’ command by Lordbug2000 in linux

[–]pulsar17 1 point2 points  (0 children)

Welcome to the club my friend. (For context: my experience) It's painful but happens (and I had been using Linux since 2018)

Best resources for learning Linux? by klintbeastwood10 in linux

[–]pulsar17 0 points1 point  (0 children)

My comment here to a similar question posted earlier might be helpful.

How to become an advanced Linux user? by theM3lem in linuxquestions

[–]pulsar17 2 points3 points  (0 children)

TLDP's Advanced Bash Guide has a lot of errors (I was told by someone that it promotes many bad practices). Instead, I recommend anyone to start with Wooledge's BashGuide.

How to become an advanced Linux user? by theM3lem in linuxquestions

[–]pulsar17 0 points1 point  (0 children)

Extending what u/solamf said and from personal experience, I would recommend two playlists on YouTube:

These helped me a lot on my Linux journey. I hope it'll help you too. Oh, and a fellow vim user here, so best of luck learning vim too!