this post was submitted on 26 Apr 2024
327 points (93.4% liked)

linuxmemes

20751 readers
441 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
327
Made me chuckle (sh.itjust.works)
submitted 4 months ago* (last edited 4 months ago) by 0x4E4F@sh.itjust.works to c/linuxmemes@lemmy.world
 
you are viewing a single comment's thread
view the rest of the comments
[–] Lightfire228@pawb.social 16 points 4 months ago (3 children)

This one hits scarily close to home

I even use a non-POSIX shell (https://www.nushell.sh/), with my config synced with Syncthing

[–] baseless_discourse@mander.xyz 4 points 4 months ago* (last edited 4 months ago) (1 children)

At some point we all need to move away from insecure bash scripts.

[–] Lightfire228@pawb.social 2 points 4 months ago (1 children)

I personally do most of my heavy scripting in python

[–] baseless_discourse@mander.xyz 2 points 4 months ago* (last edited 4 months ago) (1 children)

Python is great for scripting, but the advantages of nu and powershell are the ease of interacting with system utilities and the availability of common commands like ls etc.

of course, you can always do subprocess.run or os.listdir(), but that is not as simple as scripting in nu or powershell.

[–] Lightfire228@pawb.social 2 points 4 months ago* (last edited 4 months ago)

This is true

Although, i find this isn't as much an issue if you use python's STL as much as you can

Pathlib and shutil are really handy for file manips

But, yea interfacing with external CLI utilities like git is a PITA


Oh there's also xonsh which is just a shell built put of python

[–] 0x4E4F@sh.itjust.works 2 points 4 months ago (1 children)

What was her roleplay fantasy? Asking for a friend.

[–] Lightfire228@pawb.social 3 points 4 months ago (1 children)

I dunno really, something about tech support and no money

I was having a hard time with the fursuit, and she just said "forget it" after the third time i mentioned GNU/Linux

/s

[–] 0x4E4F@sh.itjust.works 1 points 4 months ago

Lol, good one 😂😂😂.

[–] laurelraven@lemmy.blahaj.zone 2 points 4 months ago

That shell reminds me a lot of PowerShell