• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle


  • I use powershell for work as I need the m365 modules for work and its very flexible with decent module availability to plug in all sorts.

    However it absolutely sucks for large data handling, anything over 10k rows is just horrendous, I typically work with a few million rows. You can make it work with using .Net to process it within your script but its something to be aware of. Being able to extend with .Net can be extremely useful.


  • I switched from Pop OS tiling that I had retro bolted onto stock ubuntu to Sway, massive step up and more importantly I get to keep my Ubuntu/Wayland base.

    As with most add on WMs I had a bit of a learning curve sorting out the extra bits and pieces that just come stock as part of Ubuntus Gnome implementation such as a launcher (I use dmenu), a menu bar (swaybar for me), and even a lock screen (swayidle). Even doing things like wallpaper needed more effort.


  • I use powershell by default on windows and I prefer it for scripting any day of the week vs. shell scripts. It’s not the fastest but you can always plug in .net to your scripts to dramatically improve performance. Sure, I could write the script in rust or whatever to make it even faster, but that’s way more work than I need for the lifespan of the script.