Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Linus Torvalds, the legend 🔥

Linus Torvalds, the legend 🔥

Scheduled Pinned Locked Moved Uncategorized
linux
31 Posts 19 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • chemoelectric@masto.aiC chemoelectric@masto.ai

    @jschwart @jbc @itsfoss Or at least one’s reaction should not be to blow one’s top at the people who want to submit PowerPC code. It should be to APOLOGIZE TO THEM for having allowed x86/x86-64 thinking to overpower the coding and allow in pervasive bugs.

    jschwart@mas.toJ This user is from outside of this forum
    jschwart@mas.toJ This user is from outside of this forum
    jschwart@mas.to
    wrote last edited by
    #18

    @chemoelectric @jbc @itsfoss I see, I would say that the popularity of Linux does speak for it, but indeed I'm not technical enough to judge such aspects. I think from the perspective of Torvalds, at this point hardware design and support should tailor Linux instead of the other way around. This is different from how it used to be and where nowadays other kernels might become more interesting.

    Given the recent HURD improvements, possibly it will become an interesting contender down the line.

    chemoelectric@masto.aiC 1 Reply Last reply
    0
    • jschwart@mas.toJ jschwart@mas.to

      @chemoelectric @jbc @itsfoss I see, I would say that the popularity of Linux does speak for it, but indeed I'm not technical enough to judge such aspects. I think from the perspective of Torvalds, at this point hardware design and support should tailor Linux instead of the other way around. This is different from how it used to be and where nowadays other kernels might become more interesting.

      Given the recent HURD improvements, possibly it will become an interesting contender down the line.

      chemoelectric@masto.aiC This user is from outside of this forum
      chemoelectric@masto.aiC This user is from outside of this forum
      chemoelectric@masto.ai
      wrote last edited by
      #19

      @jschwart Torvalds is one of the people who has driven women out of the field.

      I do not believe in popularity as a determiner of merit. Linux sucks and should not determine hardware. It is x86-centric precisely because its code quality sucks.

      So also Rust sucks and people should not waste time on it. They should instead upgrade their code to C23. If they actually cared about code security they would have switched to Ada long ago. They are switching to Rust only because it is a fad.

      chemoelectric@masto.aiC 1 Reply Last reply
      0
      • chemoelectric@masto.aiC chemoelectric@masto.ai

        @jschwart Torvalds is one of the people who has driven women out of the field.

        I do not believe in popularity as a determiner of merit. Linux sucks and should not determine hardware. It is x86-centric precisely because its code quality sucks.

        So also Rust sucks and people should not waste time on it. They should instead upgrade their code to C23. If they actually cared about code security they would have switched to Ada long ago. They are switching to Rust only because it is a fad.

        chemoelectric@masto.aiC This user is from outside of this forum
        chemoelectric@masto.aiC This user is from outside of this forum
        chemoelectric@masto.ai
        wrote last edited by
        #20

        @jschwart Anyway, these folk want to support PowerPC as a legacy system, not as a competitor with AMD64. PowerPC is a 32-bit CPU, after all. I used to program for it on AIX and Solaris. It is big-endian and requires strict alignment. It is a RISC design and is very fast. To program for it is educational.

        People who learn only on Intel/AMD architectures are being cheated. They don’t even learn how to program well on THOSE architectures. It is ADVANTAGEOUS to adhere to alignment rules on them.

        jschwart@mas.toJ 1 Reply Last reply
        0
        • chemoelectric@masto.aiC chemoelectric@masto.ai

          @jschwart Anyway, these folk want to support PowerPC as a legacy system, not as a competitor with AMD64. PowerPC is a 32-bit CPU, after all. I used to program for it on AIX and Solaris. It is big-endian and requires strict alignment. It is a RISC design and is very fast. To program for it is educational.

          People who learn only on Intel/AMD architectures are being cheated. They don’t even learn how to program well on THOSE architectures. It is ADVANTAGEOUS to adhere to alignment rules on them.

          jschwart@mas.toJ This user is from outside of this forum
          jschwart@mas.toJ This user is from outside of this forum
          jschwart@mas.to
          wrote last edited by
          #21

          @chemoelectric how do you see ARM in that light? Regarding Solaris/SPARC I do have an old Ultra 5 here. Would you suggest I look at learning it's assembly language? (That would be for one future day though, I'm afraid not soon...)

          You seem to have a lot of experience and it's interesting to see both our family names like that 🙂

          chemoelectric@masto.aiC 1 Reply Last reply
          0
          • jschwart@mas.toJ jschwart@mas.to

            @chemoelectric how do you see ARM in that light? Regarding Solaris/SPARC I do have an old Ultra 5 here. Would you suggest I look at learning it's assembly language? (That would be for one future day though, I'm afraid not soon...)

            You seem to have a lot of experience and it's interesting to see both our family names like that 🙂

            chemoelectric@masto.aiC This user is from outside of this forum
            chemoelectric@masto.aiC This user is from outside of this forum
            chemoelectric@masto.ai
            wrote last edited by
            #22

            @jschwart I don’t know ARM nor PowerPC nor SPARC. (Maybe I am wrong about what was on that Sun. But the AIX box was a PowerPC and it was easily our fastest machine.) I don’t know the assembly languages.

            The only assembly language I ever knew WELL was Z80/8080. I could do 8086 decently at one time, too.

            20-something years ago I worked in porting AS/400 Command Language code (which tied together RPG programs) to POSIX machines. The data had to be binary compatible across architectures...

            chemoelectric@masto.aiC 1 Reply Last reply
            0
            • chemoelectric@masto.aiC chemoelectric@masto.ai

              @jschwart I don’t know ARM nor PowerPC nor SPARC. (Maybe I am wrong about what was on that Sun. But the AIX box was a PowerPC and it was easily our fastest machine.) I don’t know the assembly languages.

              The only assembly language I ever knew WELL was Z80/8080. I could do 8086 decently at one time, too.

              20-something years ago I worked in porting AS/400 Command Language code (which tied together RPG programs) to POSIX machines. The data had to be binary compatible across architectures...

              chemoelectric@masto.aiC This user is from outside of this forum
              chemoelectric@masto.aiC This user is from outside of this forum
              chemoelectric@masto.ai
              wrote last edited by
              #23

              @jschwart I do not remember whether we stored the data big endian or little endian. Probably big endian, because I think HP was the ‘Ur-Host’ and it was big endian. Windows and (after I ported to it) GNU/Linux on x86 were probably our only little endian platforms.

              But even then the alignment rules were different. Once I found a bug and had to stick some extra padding in a struct and tell people that on a certain architecture the old files were binary incompatible.

              chemoelectric@masto.aiC 1 Reply Last reply
              0
              • chemoelectric@masto.aiC chemoelectric@masto.ai

                @jschwart I do not remember whether we stored the data big endian or little endian. Probably big endian, because I think HP was the ‘Ur-Host’ and it was big endian. Windows and (after I ported to it) GNU/Linux on x86 were probably our only little endian platforms.

                But even then the alignment rules were different. Once I found a bug and had to stick some extra padding in a struct and tell people that on a certain architecture the old files were binary incompatible.

                chemoelectric@masto.aiC This user is from outside of this forum
                chemoelectric@masto.aiC This user is from outside of this forum
                chemoelectric@masto.ai
                wrote last edited by
                #24

                @jschwart I have been disabled for over 20 years now but have written things like hash function packages and made sure they followed alignment rules and endianness. Though I can test only on AMD64.

                As for my family name, my great grandfather was that rare thing, a Jewish baseball player, LOL: https://www.rollbamaroll.com/2018/8/4/17648800/the-curious-case-of-schwartz-alabama-crimson-tide-mystery-1906-baseball-coach

                chemoelectric@masto.aiC 1 Reply Last reply
                0
                • itsfoss@mastodon.socialI itsfoss@mastodon.social

                  Linus Torvalds, the legend 🔥

                  #linux

                  rugsunshine@mastodon.ieR This user is from outside of this forum
                  rugsunshine@mastodon.ieR This user is from outside of this forum
                  rugsunshine@mastodon.ie
                  wrote last edited by
                  #25

                  @itsfoss "to put it in terms you'd understand, vibe coding is a lot like when you give your wife gonorrhea..."

                  1 Reply Last reply
                  0
                  • chemoelectric@masto.aiC chemoelectric@masto.ai

                    @jschwart I have been disabled for over 20 years now but have written things like hash function packages and made sure they followed alignment rules and endianness. Though I can test only on AMD64.

                    As for my family name, my great grandfather was that rare thing, a Jewish baseball player, LOL: https://www.rollbamaroll.com/2018/8/4/17648800/the-curious-case-of-schwartz-alabama-crimson-tide-mystery-1906-baseball-coach

                    chemoelectric@masto.aiC This user is from outside of this forum
                    chemoelectric@masto.aiC This user is from outside of this forum
                    chemoelectric@masto.ai
                    wrote last edited by
                    #26

                    @jschwart But on my father’s maternal side I go instead to people like minor figures of the Revolutionary War.

                    My mother’s side is New York City and straight out of Seinfeld, however.

                    chemoelectric@masto.aiC 1 Reply Last reply
                    0
                    • chemoelectric@masto.aiC chemoelectric@masto.ai

                      @jschwart But on my father’s maternal side I go instead to people like minor figures of the Revolutionary War.

                      My mother’s side is New York City and straight out of Seinfeld, however.

                      chemoelectric@masto.aiC This user is from outside of this forum
                      chemoelectric@masto.aiC This user is from outside of this forum
                      chemoelectric@masto.ai
                      wrote last edited by
                      #27

                      @jschwart Yeah, I don’t know about the assembly languages.

                      I run into people who apparently have CS degrees but do not know what in high level languages you have to be aware of endianness and alignment. That these usually are not abstracted out. Certainly they are not in C, which is barely a high level language.

                      I myself have but 2 credit hours in CS, for the engineering Fortran course that I didn’t really need and where the county college cheated and just stuck us on a Unix PDP-11 with Ratfor

                      1 Reply Last reply
                      0
                      • jakob@mastodon.chaosfield.atJ jakob@mastodon.chaosfield.at

                        @itsfoss Somewhat ironic that the screenshot has telltale signs of being genai...
                        Mind to provide link the source as should be the norm for good journalism?

                        navi@catcatnya.comN This user is from outside of this forum
                        navi@catcatnya.comN This user is from outside of this forum
                        navi@catcatnya.com
                        wrote last edited by
                        #28

                        @jakob @itsfoss nevermind that, linus doesn't fucking use twitter

                        1 Reply Last reply
                        0
                        • itsfoss@mastodon.socialI itsfoss@mastodon.social

                          Linus Torvalds, the legend 🔥

                          #linux

                          softspeak@defcon.socialS This user is from outside of this forum
                          softspeak@defcon.socialS This user is from outside of this forum
                          softspeak@defcon.social
                          wrote last edited by
                          #29

                          @itsfoss

                          Linus talks to a pedophile!
                          Who got STDs from a young girl
                          then shutdown Epstein's XBox account

                          I wish this was a joke, but it's real.

                          1 Reply Last reply
                          0
                          • itsfoss@mastodon.socialI itsfoss@mastodon.social

                            Linus Torvalds, the legend 🔥

                            #linux

                            mast0d0nphan@beige.partyM This user is from outside of this forum
                            mast0d0nphan@beige.partyM This user is from outside of this forum
                            mast0d0nphan@beige.party
                            wrote last edited by
                            #30

                            @itsfoss Torvalds is very brave for standing next to a pedophile.

                            1 Reply Last reply
                            0
                            • itsfoss@mastodon.socialI itsfoss@mastodon.social

                              Linus Torvalds, the legend 🔥

                              #linux

                              aho@mastodon.socialA This user is from outside of this forum
                              aho@mastodon.socialA This user is from outside of this forum
                              aho@mastodon.social
                              wrote last edited by
                              #31

                              @itsfoss @torvalds did Bill admit defeat in the OS wars? 😜

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups