Finally i’m gonna be able to contribute!

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        17
        ·
        4 months ago

        How? You’d need to compile it down to machine code somehow, for the processor to have any clue how to run it. And you’d need some custom library with custom compile instructions, to be able to control memory allocations, memory addresses etc…

        I did a quick search and found two operating systems written in JS, both of which cop out when it comes to the kernel. Did you maybe mix it up with those?

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          13
          ·
          edit-2
          4 months ago

          There’s almost always at least a little ASM sprinkled into any kernel, so that’s not a big deal.

          OTOH, there is the factor of “you know how Chrome takes up 2GB per tab? What if that was a whole OS?”

    • felixwhynot@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      I did use a crypto mining OS that was Linux but with lots of scripts that were written in… PHP! I never thought I’d see it.

  • Varyk@sh.itjust.works
    link
    fedilink
    arrow-up
    26
    arrow-down
    5
    ·
    edit-2
    4 months ago

    Update: thank you for pointing out to me which community this was posted on.

    I’m going to leave this post up as a cautionary tale for people like me who don’t pay enough attention!


    But Linux is cool cuz it’s so fast and it doesn’t break.

    Long as I’ve been using it anyway.

    So now linux is going to be much slower, going to break and be more susceptible to security breaches?

    I’m not a programmer, is the upside supposed to be that with so many more programmers able to work on the kernel, those issues will be able to be fixed by the extra programmers?

    It’s not like there’s anything wrong with Linux right now.

    • Kojichan@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      I’m learning Ruby on Rails. Would you recommend it as a good website framework? Or something else? I’ve already tried Laravel, CakePHP, Vue/Vite, and making my own from scratch .

      • undefined@links.hackliberty.org
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        I do! I am self-taught but now have a great career going in it. My only complaint is that once you start requiring very specific gems, you’ll find a bunch of unmaintained stuff. Ruby was hyped up a lot in the beginning, kind of declined during the Node.js fad but is becoming a lot more stable and continues to show a ton of progress.

        These days if you want to get your foot in the door you can find work upgrading Rails versions as a lot of companies seemed to have released apps a long time ago then lost track of time.

        Realizing most of this sounds pretty negative but it’s a beautiful language that I love working in every day. The language is so flexible/usable that outsiders complain that it can encourage bad habits simply by being so maleable — my recommendation is to really know the difference between plain Ruby and Ruby on Rails.

        • Kojichan@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          4 months ago

          Thanks so much for your insight!

          I’m a self-taught programmer as well. Started with the basics way back when like Atari basic, GWbasic, built into Forth of all things, then C++/C#, PHP, JavaScript, etc., then into frameworks like Node, React, Vite , Laravel, CakePHP and stuff.

          I followed the Ruby online tutorial. It seems a lot like Zoho’s Deluge, but I heard it isn’t as optimized as Rust, so thank you for talking about Rails :) I’m excited to see what I can build!

          Also thanks for the warning about outdated Gems.

          • undefined@links.hackliberty.org
            link
            fedilink
            arrow-up
            1
            ·
            4 months ago

            I get the optimization issue for sure. Crystal is a language that exists but it just hasn’t gained enough popularity; it’s a compiled language that’s very close to Ruby syntax.

            • Kojichan@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              4 months ago

              Then I think I should learn Crystal. ;) I’ll gladly program in a language with the same name as myself. Hahah.

              Thanks again!