6 comments

  • chiply314 2 minutes ago
    Its time to invent something lightweight and good which runtime is so small that it becomes a system default.

    like a microvm with normal language features. Something you can and want to actually attach a debugger onto it. Something independent of architecture too.

    I just hate bash :| Even just using bash and curl and checking if its a website or an error page...

  • _ache_ 15 minutes ago
    I used to do that. Them move to a NodeJS script.

    Because bash is maybe worst than C for this task.

  • bluebarbet 1 hour ago
    This is a good example of a program I would like to use if it was distributed in the standard repo of my OS, rather than totally unvetted on the Microsoft Github page of a random developer.
    • yolkedgeek 40 minutes ago
      What? That's how open source works
      • mikae1 25 minutes ago
        Package management in the distro is also how FOSS works?
      • Getchowned 35 minutes ago
        [dead]
  • hyperionultra 2 hours ago
    Mmm, good ol’ bash. I like it.
    • IshKebab 40 minutes ago
      Awful old Bash. I hate it.

      Seriously I don't know why you'd do this in Bash. Crazy choice.

      • Hendrikto 21 minutes ago
        Some people like to claim that using a pretty esoteric language with lots of weird footguns, lack of basic features and data types, and spawning subprocesses for everything, is somehow keeping it simple.

        I do not understand them.

      • PaulRobinson 15 minutes ago
        Known system dependency that's (almost) always on the system you're on.

        I remember somebody once telling me that they had learned vi because "it was always installed". Well, no, technically, the only editor you can be sure is there is ed. So, you know, learn that. I was surprised that they actually did.

        Bash is syntactically not perfect, I agree. However it's a well known, mature, stable environment. LLMs can write it well if you need them to. If it was perfect, we'd never have had Perl, and as a result we'd never have had Ruby, Python and other scripting languages.

        But I like it's a tool that doesn't require me to go reach for a package manager and some build tools I don't always have on every system.

      • xiaoyu2006 25 minutes ago
        ...for fun!
  • hkt 1 hour ago
    Glorious.

    I used a similar system back in the day, nanoblogger:

    https://nanoblogger.sourceforge.net/

  • kevinten10 1 hour ago
    [dead]