Shine Get

  • 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle









  • I’m with you. I have a lot of friends with Aspergers and other ASDs (one of the joys of a life in tech - lots of interesting and intelligent friends). Stallman’s post following his return to the board of FSF and his unnecessary public comments and debate around Epstein, his guests, and child abuse strongly reminded me of some of the troubles my ASD friends have gotten themselves into by not quite groking social cues, “reading the room”, or knowing which topics and situations welcome debate and which ones don’t or will likely get emotional responses from other participants rather than rational.


  • I think El Reg stated it well at the end of their article. Stallman may be a divisive figure, especially in recent years, however no one deserves to go through an illness that scary and difficult to fight, even with modern medicine on their side.

    removed cancer.

    Although Stallman is a controversial and polarizing figure, he is widely acknowledged as a pioneer. Without his efforts to formalize and promote Free Software, there would be no Open Source world today. There have been multiple expressions of concern across the internet, and many people wishing him the best.



  • fartsparkles@sh.itjust.works
    cake
    toLinux@lemmy.mlmodern unix
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    You’re absolutely right. Fish isn’t really for scripting but is great for purely interactive use.

    Nushell however offers a totally different approach to “scripting” and I can achieve far more in a nushell one-liner than I ever could in a POSIX shell as it’s far more comparable to Python Pandas than a shell.

    For instance I can plot a line chart of file modifications over time directly in the shell with a single line of nushell. It’s mind blowing.




  • fartsparkles@sh.itjust.works
    cake
    toLinux@lemmy.mlmodern unix
    link
    fedilink
    arrow-up
    5
    ·
    9 months ago

    It’s incredible, isn’t it? I’m already working on plugins for a variety of tasks so I can fire things off for malware analysis, push tables to data stores, and more. It’s such an obvious evolution of POSIX, I’m surprised it’s not already a standard across all shells.





  • This is such a great idea, I never knew I wanted this either (and now I do).

    Would be a great bit of feedback for the Arch devs, or even a pull request.

    One way to identify libs could be looking at the package contents list since libs would write predominantly to /usr/lib and /usr/include (ignore writes to /usr/share) and probably no writes to /usr/bin. Not perfect but could give you a vague idea how to differentiate between bins and libs.