Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Linux

Greg Kroah-Hartman Reveals His New Favorite Linux Distro (www.tfir.io) 97

Top Linux kernel developer Greg Kroah-Hartman gave a new 30-minute interview with TFIR during the Open Source Summit, 2019. He discusses security in the post-Spectre world, remembers when Microsoft joined the Linux distros mailing list, and acknowledges good-naturedly that he and Richard Stallman "approach things from a different standpoint".

An anonymous reader writes: In the interview Kroah-Hartman talks about downsides of living in the Hague. "My son's school actually mandates that they all have MacBooks. So he has a MacBook, my wife has a MacBook, and that's about it." But of course, Kroah-Hartman himself is always using Linux.

So what distro does he use? "I don't use openSUSE any more, I use Arch. And my build system I think is actually running Fedora. I have a number of virtual machines still running Gentoo, Dubya, and Fedora to do some testing on some userspace tools. But yeah, all my laptops and everything is switched over to Arch these days... I have a Chromebook that I play around with, and you can run Linux applications, and you can of course SSH into anything..."

Why Arch? "At the moment it had something that I needed. I don't remember what it was, the latest development version, what not -- and I've known a number of the Arch developers over the years. Their idea of a constantly rolling, forward-moving system is the way to go... It's neutral, it's community-based, it has everything I need. It works really really well. I've actually converted my cloud instances that I have all to Arch... It's nice." And in addition, "Their Wiki is amazing. The documentation -- it's like one of the best resources out there these days... If you look up any userspace program and how to configure it and use it. Actually, the systemd Arch Wiki pages are one of the most amazing resources out there...

"One of the main policies of Arch, or philosophies, is you stay as close to the upstream as possible. And as a developer, I want that... They're really good in feedback to the community. Because I want that testing -- I want to make sure that things are fixed. And if it is broken, I learn about it quickly and I fix it and push the stuff out. So that's actually a really good feedback loop. And that's some of the reasons I need it."

This discussion has been archived. No new comments can be posted.

Greg Kroah-Hartman Reveals His New Favorite Linux Distro

Comments Filter:
  • I notice some articles are headed with a rad banner, but then after a bit it changed to the normal green.

    • Sometimes they are red when they are new. I think it's related to the code for the subscriber system (back when Slashdot had a subscriber system. Btw, can Slashdot get a Patreon? Then maybe it can afford to hire someone to fix the Unicode support).
      • Then maybe it can afford to hire someone to fix the Unicode support).

        Slashdot does not lack Unicode support because no one ever bothered to implement it.

        Unicode is unsupported because it causes more problems than it solves.

        For one thing, it would likely lead to Slashdot being banned in China, since it would allow uncontrolled communication directly in Hanzi. Reddit and Quora are discussion sites that allow Unicode and are both banned in China.

        • by piojo ( 995934 )

          It's ironic that we are permitted in China due to disallowing Chinese. But yes, it makes sense.

        • Take unicode input, and discard any character outside of ISO-8869 1-15. Make sure preview shows this clearly.

      • by Revek ( 133289 )

        Cowboy Neal is still working on the Unicode support. Its not like he quit or anything.

    • by AHuxley ( 892839 )
      To ensure more people get "the systemd Arch Wiki pages are one of the most amazing resources out there" part.
  • Keep it a secret! (Score:4, Insightful)

    by phantomfive ( 622387 ) on Sunday September 01, 2019 @08:36PM (#59147722) Journal

    .. It's neutral, it's community-based, it has everything I need. It works really really well.

    If it becomes popular, it will become ruined.

    • Re: (Score:3, Insightful)

      it will become ruined.

      systemd...

      say no more, say no more...

      • Re:Keep it a secret! (Score:5, Interesting)

        by r_naked ( 150044 ) on Monday September 02, 2019 @08:47AM (#59148678) Homepage

        it will become ruined.

        systemd...

        say no more, say no more...

        If you look at my post history, I had (and still do to some degree) hate systemd.

        However, I have been running distros (Gentoo, Artix, Void) that use elogind and eudev -- which just takes systemd-logind and systemd-udevd and makes them stand-alone (thank you Gentoo!).

        So I figured I would see how much of systemd is actually needed. Turns out, you can disable almost all of it, and what you are left with is:

        systemd (init)
        sytemd-logind (session management)
        systemd-udevd (device enumeration)

        The systemd init system is actually quite nice. My beef with systemd as a WHOLE was the fact that they were (are) trying to suck in so many other systems that have very little (if anything) to do with init.

        So, right now I am running Arch. With that said, if at some point in the future I am forced to start using things like systemd-resolvd or systemd-journald, I will find an alternative. I am aware that Artix is a fork of Arch that uses runit, or OpenRC .. and that is actually what I was running.

        • by bobby ( 109046 ) on Monday September 02, 2019 @10:51AM (#59148936)

          For me it's somewhere between troubling and sad that more and more distros are falling into the systemd hole. I wish I understood the thinking.

          I admire your efforts to remove it, but why not just go with a systemd-less distro? I'll run CentOS 6.X until it's EOL, and I'm mostly looking at Alpine for the next server OS. I've run it on a home system for at least a couple of years and it's been rock solid. Xen is and option and is integrated well, if you need that sort of thing. Might be a bit of work to make it be a great desktop, but that's a lesser priority for me now.

          • by r_naked ( 150044 )

            For me it's somewhere between troubling and sad that more and more distros are falling into the systemd hole. I wish I understood the thinking.

            I admire your efforts to remove it, but why not just go with a systemd-less distro? I'll run CentOS 6.X until it's EOL, and I'm mostly looking at Alpine for the next server OS. I've run it on a home system for at least a couple of years and it's been rock solid. Xen is and option and is integrated well, if you need that sort of thing. Might be a bit of work to make it be a great desktop, but that's a lesser priority for me now.

            I guess I should have specified that I run Arch on my laptop. For servers, I only run Devuan because there is ZERO reason to have parallel daemons starting. It is a server after all -- I give crap nothing about boot time, and *I WANT* to be in control of what starts when.

            However, on my laptop, I want to "just work" with as little effort as possible. Now some people would say: "Use Ubuntu", well, at the same time I also want at least a smidgin of control.

            • by bobby ( 109046 )

              Great answer, thanks. I've never run systemd, and largely due to dumb luck. I don't like what I read about it- it's just too far from *nix philosophy.

              In some of my Linux installs, I add an & to the end of init script commands. If there are sequential execution dependencies, I don't do it, or I make sure it's done in a seamless way. If it was much of an issue, it would be easy to check for completion of one process before starting another.

              I don't find boot time to be a problem in general.

              I'm a big fa

              • by r_naked ( 150044 )

                Great answer, thanks. I've never run systemd, and largely due to dumb luck. I don't like what I read about it- it's just too far from *nix philosophy.

                In some of my Linux installs, I add an & to the end of init script commands. If there are sequential execution dependencies, I don't do it, or I make sure it's done in a seamless way. If it was much of an issue, it would be easy to check for completion of one process before starting another.

                I don't find boot time to be a problem in general.

                I'm a big fan of booting from a hibernate image.

                I'm a Slackware guy from SLS days, but recently got into Alpine and will likely deploy it for some servers. Love the OpenRC init system.

                If systemd works for you, that's a win for you.

                Please don't think that I think systemd is any better than OpenRC, runit, S6 (or any other alternative) -- it is a matter of not wanting to port init scripts, but even moreso, not wanting to port software that relies on libsystemd. Yes, libelogind makes it much easier, but I just don't have time anymore to fight it when it comes to my workstation. Yes, there are some very good distros out there that have done a lot of work on this front. As I stated, I use Devuan for any servers that I build (or CentOS 6 so

          • I wish I understood the thinking.

            I can explain this for you if you'd like. Or at least I can link [youtube.com] to an explanation.

        • by Greyfox ( 87712 )
          Systemd seems like it tries to be too smart about a bunch of stuff (like detached processes after the user logs out) and so on my server deploys with the company-mandated systemd Linux, I often find myself wondering if any specific problem originates with my code or with some systemd behavior that I'm not familiar with. For all that the old init system was bare-bones, it was at least predictable. And I really need predictable when I'm trying to do a solid system deploy with the expectation that all my proce
  • by XArtur0 ( 5079833 ) on Sunday September 01, 2019 @08:36PM (#59147726)

    Arch is the best (for my use-case), but I do hope all the "n00bs" stay on *buntu.

    The last thing I want to see is the dumbification of the system to make it "easy" for new users.
    >Their Wiki is amazing. The documentation -- it's like one of the best resources out there these days
    Could not agree more! If you are a new user, RTFW before asking.

    • I do hope all the "n00bs" stay on *buntu.

      In case of invasion, move to Gentoo (with real init). Nothing is too easy there!

      • by ebvwfbw ( 864834 )

        ahh, the old init system. Used to love it. Just like C. Just like Perl. Just like points ignition. ... etc.

        Moved on to better things.

        Don't keep up and the world will leave you behind.

        • Don't keep up and the world will leave you behind.

          They are going to nose into the ground like a cheap airliner. I'm betting on the tortoise...

          And "better" has yet to be proven. If it actually were better, adaption would be universal. As it is, it's more like a business decision than a technical one.

          I'm on Slackware, they're still doing their best to keep it real.

          • by ebvwfbw ( 864834 )

            If it actually were better, adaption would be universal. As it is, it's more like a business decision than a technical one.

            What I can tell you is I work with the industry across all kinds of lines. Nobody wants to use init any more. It's all systemd. Faster boots, it just has a lot more advantages. It's powerful if you get into it.

            I'll also admit - it sucks as far as having to learn their new convoluted way to do things. Definitely not KISS. Thanks the Solaris folks for that abomination. That was their bright idea.

            The only resistance I still see are people that don't want to learn the new way... and I'm one of them. Honeymoon p

            • Well, since they want to make it into an operating system, it won't be complete until it has a window manager... /s

        • by dddux ( 3656447 )
          "Don't keep up and the world will leave you behind." Do you mean that Firefox, VLC, LibreOffice, and GIMP will suddenly stop working if I don't jump on the systemd ship? I highly doubt it. ;) I say move on with times, but watch where you step, carefully. It's a mine-field.
    • And some people are sick of having to build their distro, they just want something that works and does what they need. If you want Linux desktops to stick around, it needs new people, and nowadays people just want to use the tool, not build it or fix what doesn't work because of the latest dream a developer had the night before and rolled into an automated build pipeline.
      • by jimbo ( 1370 )

        Indeed, I have work to do. I’ll use any Linux flavour and UI environment put in front of me, as long as it’s quick to get going I really don’t care. I started with HP UX with TWM or FVWM, so I can work with almost anything but I have no time for tinkering!

      • If you want Linux desktops to stick around, it needs new people,

        Linux will stick around alright. With the attitude, although possibly unintentional, of the author whining about "dumbification", Linux will stick around as that weird uncle people will tolerate only because he shows up for Thanksgiving dinner.

        The attitude that somehow making it easier for the average person to pick up a Linux distro and be able to use it with minimal, if any, configuration is tantamount to neutering is exactly why Linux, asi

    • by jimbo ( 1370 )

      Indeed, I’m a dumb Ubuntu user, have been using Linux since Slackware came out on 3.5” disks and I still need documentation some times, Arch Wiki is my go to.

      • by ebvwfbw ( 864834 )

        Do you use the stock ubuntu desktop or something else? I keep trying ubuntu from time to time, just isn't for me the way it is.

    • Arch is the best (for my use-case), but I do hope all the "n00bs" stay on *buntu.

      The last thing I want to see is the dumbification of the system to make it "easy" for new users

      I agree 'dumbification for new users' is never a good thing, but I disagree with the notion that not dumbed down necessarily has to mean unfriendly to new users. The latter is a notion which unfortunately is still somewhat symptomatic for a large part of the Linux community which isn't content with just using Linux and getting the best from it, but somehow needs Linux as a means of social distinction, an elitist mark.

    • The last thing I want to see is the dumbification of the system to make it "easy" for new users.

      I too want my system to be as complicated as possible. If I don't need to hex edit a binary to get around a spelling mistake in a config file then it's too damn easy.

      Seriously though this attitude is one of the problems with the open source world. "easy" and "dumb" are not antonyms. A system can most definitely be easy and n00b friendly, while at the same time offer all the complex configuration options demanded of a power user and even those of the masochist if need be.

    • Comment removed based on user account deletion
    • I use Debian and I frequently turn to the Arch wiki when I have a question. The docs and the format really are excellent.
    • Though a long term Debian user I was very pleased when I tried the Arch Installer disk. It is so a complete and working shell environment and it is so handy in case of rescue. Even if I mainly run Debian I keep an Arch Installer disk as a rescue disk. I think the Debian Installer is too dumbed down. Even in expert mode the shell is a lousy busybox sub-shell. And it is useless in case of troubles. Want to restore your /boot partition? Not possible. Want to access a md0 RAID disk ? Nope. Troubleshoot network

    • by zenbi ( 3530707 )
      Although I've never used their distro, I've used their excellent wiki pages often. Using a 4k monitor, their HiDPI [archlinux.org] page is especially invaluable - regardless of which distro you happen to use.
  • TL;DNR: "At the moment it had something that I needed. I don't remember what it was, the latest development version, what not -- and I've known a number of the Arch developers over the years. "
  • Pick your target (Score:5, Informative)

    by markdavis ( 642305 ) on Sunday September 01, 2019 @08:44PM (#59147754)

    >"One of the main policies of Arch, or philosophies, is you stay as close to the upstream as possible. And as a developer, I want that.."

    Indeed. For that type of user, Arch is probably great. Rolling release can be useful for many home users, too. For business users- no way, absolutely not, horrible idea. Stability matters far, far more for those users. Production can come to a grinding halt with one "latest is greatest" update. And endless training and retesting is not something many have time for. I tend to use something like Centos/RHEL for machines that need to be stable (like at work), and a traditional release model (like most distros) at home as a balance between too slow of change (long term release) and too rapid of change (rolling).

    it is nice to have choice!

    • Stability matters far, far more for those users.

      That depends on the definition of stability. My experience is that if something is broken in a Long Term Support version, the only guarantee you have is that it stays broken for the whole support period. It is nice that working things keep working, but it comes with a downside.

      • That depends. As someone who runs LTS myself I have found intolerable bugs which have resulted in getting individual packages from a different repo.

        On the flipside Arch was one of the early adopters of systemd back when it still had very large problems and it often resulted in unbootable systems after an update.

      • >"That depends on the definition of stability. My experience is that if something is broken in a Long Term Support version, the only guarantee you have is that it stays broken for the whole support period. It is nice that working things keep working, but it comes with a downside."

        That hasn't been my experience at all. In RHEL/CentOS, for example, they are very careful in accepting any change that might break something, and if they do, it is fixed quickly. Now, there are cases where something newer you

  • Stupid School (Score:5, Insightful)

    by youngone ( 975102 ) on Sunday September 01, 2019 @09:00PM (#59147798)

    "My son's school actually mandates that they all have MacBooks. So he has a MacBook...

    Yeah, well my son's school mandated they all a hve iPads, and about 50% of the parents told the school to get fucked.
    Including, on one memorable occasion literally, and to the principal's face too.
    Schools don't get to mandate anything, unless the parents let them.

    • by drnb ( 2434720 )

      "My son's school actually mandates that they all have MacBooks. So he has a MacBook...

      Yeah, well my son's school mandated they all a hve iPads, and about 50% of the parents told the school to get fucked. Including, on one memorable occasion literally, and to the principal's face too. Schools don't get to mandate anything, unless the parents let them.

      Or the school pays for them. Or they were a corporate donation. Or the school charges tuition and bundles the computer/device costs into that tuition. Or you applied to the school and if you don't comply with their policies they will cut you loose and give your "seat" to someone else.

    • Schools don't get to mandate anything

      Indeed they don't. However it's also not the school's fault if little Timmy can't pass the exam for not being able to read the textbook he didn't have, or use the calculator he didn't buy.

      Sorry precious, but schools mandate a shitload of things regardless of what parents say.

  • I am expecting Ubuntu running under Windows Subsystem for Linux. 4.5/5.0 rating on the Windows App Store based on 250+ reviews. :-)
  • by drnb ( 2434720 ) on Sunday September 01, 2019 @09:58PM (#59147900)

    In the interview Kroah-Hartman talks about downsides of living in the Hague. "My son's school actually mandates that they all have MacBooks. So he has a MacBook, my wife has a MacBook, and that's about it." But of course, Kroah-Hartman himself is always using Linux.

    There is very little FOSS software that require Linux, most can run on an *nix including Macs.

    Unless you are working on the Linux kernel or Linux drivers you don't "need" Linux. Mac users also have a Unix based system, a BSD console and the ability to run pretty much any FOSS application or utility that is used under Linux. His wife and kids can run the same office suite of productivity apps, same email clients, same web browsers, same graphics and modeling software, same scientific apps, same engineering apps, same console based user land tools (OK, AT&T vs BSD syntax quirks), etc. In other words Mac users can be in the same ecosystem as the Linux user IFF they want to, they too have a Unix based computer.

    • well yeah, Mac OSX has userspace and C libraries derived from FreeBSD.

      but try to make your Mac run MATE or Cinnamon or other desktop under OSX. In the past people might say "but the Mac's desktop is more polished".... well I have mac at work, and it isn't more polished. The thing is always opening the wrong folder to save files to, some apps I use never stay in the doc but get pushed aside at times for OSX's own crap, OSX is too fucking stupid to use "file" command to identify text files and some other co

      • by drnb ( 2434720 )

        ... but try to make your Mac run MATE or Cinnamon or other desktop under OSX ...

        That's mostly pointless, most people find the macOS UI superior to any of the Linux desktops. Including many "Linux devs".

        In the past people might say "but the Mac's desktop is more polished".... well I have mac at work, and it isn't more polished.

        Your opinion is a minority one, even among Linux users.

        The thing is always opening the wrong folder to save files to, ...

        Might be app specific. I've seen it start with the Documents folder and with the last folder saved to. Try the same FOSS app, say Libre Office.

        ... some apps I use never stay in the doc but get pushed aside at times for OSX's own crap,

        Part of the doc is static and user defined, the rest of the doc is most recently used. I've never seen what you describe in the static part. And removing Apple stuff is not a problem.

        ... OSX is too fucking stupid to use "file" command to identify text files and some other common files...

        Huh?

        $

        • I also share his opinion. Just saying. And I work with a Debian MATE system and a MacBook Pro running 10.4.16 simultaneously (using synergy, all day long, every day). The MATE side is more robust. I spend far more time working solving issues on the OS X side.<anecdote>

          • I did the lysdexic thing and transposed digits. OS X version is 10.14.6. (For reference, the Debian system is running on a Dell Precision 7730, and handily outperforming the MBP is basically every department except weight and lack of a luxury markup.)

        • by nagora ( 177841 )

          ... but try to make your Mac run MATE or Cinnamon or other desktop under OSX ...

          That's mostly pointless, most people find the macOS UI superior to any of the Linux desktops. Including many "Linux devs".

          Well, most people are wrong then. The Mac UI has sucked for twenty years and more now. It's hateful.

        • I'm talking about the writers of the GUI being too stupid to use "file" when text files with alternate extensions are opened there. For that matter, even images with standard extensions aren't properly opened, because the GUi is stupid.

          Not a question of "being accustomed", my employer has been providing Macbook for 8 years, on my 3rd one.

          Not a minority opinion, everyone I know who works on both says MacOSX GUI is circling the drain and just added bad design on worse

          • by drnb ( 2434720 )

            I'm talking about the writers of the GUI being too stupid to use "file" when text files with alternate extensions are opened there. For that matter, even images with standard extensions aren't properly opened, because the GUi is stupid. Not a question of "being accustomed", my employer has been providing Macbook for 8 years, on my 3rd one.

            With 8 years of experience you seem surprisingly ill-informed. Lets create a text file with an alternate extension.

            $ vi foo.bar
            $ cat foo.bar
            This is a test
            $ open foo.bar
            No application knows how to open foo.bar.

            Now I open the folder and click on the icon in the GUI. I am presented with a dialog box saying "There is no application set to open the document "foo.bar"". One of my options is a button labeled "Choose Application". I click on this button in the GUI. I select the "TextEdit" application. Tex

            • You are the one with the problem.

              A text file might have no extension. Or it might have extension that usually is assoicated another application. The GUi should use "file" to see the file type, not open dialogs that might be pointless wastes fo time.

              I see you are qualified to be a MacOSX GUI developer. Which is to say, dumber than a sack of wet shit. You shill and have mindless fan-boi-ism

              • by drnb ( 2434720 )

                You are the one with the problem. A text file might have no extension.

                You are proving my hypotheses (1) You are Ill-informed despite eight years of experience and (2) You are merely complaining about what you are used to (well in theory, below we see you actually don't know how Linux works either). First (1), you are ill informed regarding files without extensions. Lets create a text file:

                $ vi foo.txt
                $ cat foo.txt
                Some text
                $ file foo.txt
                foo.txt: ASCII text

                Now lets remove the extension:

                $ mv foo.txt foo
                $ file foo
                foo: ASCII text
                $ open foo

                TextEdit opens the file

    • Okay, If everything is the same, why pay premium then?!

    • by dremon ( 735466 )
      Not everyone can tolerate macOS GUI. I find it totally unusable from the ergonomical point of view. Mac keyboard is a piece of shit. No USB ports. Extremely scratchy finishing. No user-replaceable parts. Very expensive.
      • by drnb ( 2434720 )

        Not everyone can tolerate macOS GUI. I find it totally unusable from the ergonomical point of view.

        Many of such complaint are merely it works differently than the last thing I had. Not wrong, just different, so people complain. Put a windows person on a Mac and for the first week they will say the Mac did something the wrong way and Windows did it the correct way. Put a Mac person on a PC and you will have the opposite, the Mac was correct and Windows did it the wrong way. Same for Win Linux and Mac Linux. People are falsely equating different with wrong. They are just annoyed their muscle memory will

        • Irrelevant except that it's the one affixed to the machine and not swappable for one that works decently?

          • by drnb ( 2434720 )

            Irrelevant except that it's the one affixed to the machine and not swappable for one that works decently?

            That is a laptop problem and not Apple specific. Not all Macs are laptops, Apple makes desktops too and the keyboard options are the same as the PC desktop side. Plus when at a desk (home/your office) it is common to find someone using an external keyboard on a laptop because they are almost always superior to internal laptop keyboards, again, this is also not specific to Apple.

            • And yet, the OP was clearly talking about laptops, as they specified no user serviceable parts.

              So why pay a huge premium for a builtin (terrible) keyboard that can't be swapped--when you can buy from another manufacturer who builds in a decent keyboard?

              • by drnb ( 2434720 )

                And yet, the OP was clearly talking about laptops, as they specified no user serviceable parts.

                Wrong. User serviceability was just one complaint in a list of complaints, a list that was not laptop specific.

              • by drnb ( 2434720 )

                So why pay a huge premium for a builtin (terrible) keyboard that can't be swapped--when you can buy from another manufacturer who builds in a decent keyboard?

                Most built-in laptops keyboards are subpar, PC or Mac, that is why in laptop as desktop replacement scenarios often included external monitors, keyboard and mice. Most built-in laptop keyboard are not replaceable by a different and superior keyboard. User serviceable usually means you can replace the defective part with a replacement part of the exact same make and model, not upgrade to something better.

        • by mvdwege ( 243851 )

          Any USB keyboard or mouse will work with the Mac.

          "You're holding it wrong!"

          Sigh. Fanbois.

          • Comment removed based on user account deletion
            • Because "No user-replaceable parts." should've given you the hint that the poster was talking about Mac laptops, not desktop systems.

              The keyboard in a laptop is an integral part of it. I'd be surprised if most laptop users were using external keyboards primarily.

              • by drnb ( 2434720 )

                Because "No user-replaceable parts." should've given you the hint that the poster was talking about Mac laptops, not desktop systems.

                There was a list of complaints, that was merely one of many. The complaints/conversation was not limited to laptops.

                The keyboard in a laptop is an integral part of it. I'd be surprised if most laptop users were using external keyboards primarily.

                Laptops, PC and Mac, are increasingly used as desktop replacements. They spend much time on the desk and external monitors, keyboards and mice make them convenient substitutes for a desktop. Adding the option to go mobile, even if its just to take it to a meeting in the building. Pretty much any laptop, PC or Mac, is subpar to use for extended periods of time when limited to the internal monit

            • by mvdwege ( 243851 )

              Holy shifting goalposts Batman!

              We were talking about hardware. And people do complain about the shitty keyboards that come with PCs. It's just that with the unholy margins Apple gets on their hardware, people are rightly complaining that a luxury item with shitty hardware is a bit of a weird combination.

          • by drnb ( 2434720 )

            Any USB keyboard or mouse will work with the Mac.

            "You're holding it wrong!" Sigh. Fanbois.

            Nope, its you are holding the wrong thing. And its equally true for both PC and Mac vendor supplied hardware. Vendor supplied keyboards and mice tend to suck.

        • by dremon ( 735466 )
          > Irrelevant. Any USB keyboard or mouse will work with the Mac. Exactly, I have to carry a separate keyboard, mouse, non-glossy screen so I can actually see something in the sunlight and a bunch of dongles together with my new shiny Mac.
          • by drnb ( 2434720 )

            > Irrelevant. Any USB keyboard or mouse will work with the Mac. Exactly, I have to carry a separate keyboard, mouse, non-glossy screen so I can actually see something in the sunlight and a bunch of dongles together with my new shiny Mac.

            Same for you new shiny PC laptop. Those are all problems on the other side of the OS fence too. Laptop keyboards tend to suck regardless of the vendor. That is why when people are at their desktops there is a tendency to have a full sized monitor, an external keyboard and a mouse. In other words the laptop being used as a desktop replacement, and the built in keyboard only used when mobile. Again, PC or Mac, same story.

      • My MacBook Pro is 9?years old without a scratch. And i schlep it around every day.

        • by dremon ( 735466 )
          I had macbook pro which was scratched to shit by sleeve buttons, watch band, USB keys and other small items left in the bag. The one from 2008 had a slot-style DVD drive with a thin metal front bar which could be accidentally bent in or down by a finger. Then there was a known issue with NVidia card which Apple refused to fix for free (although they said they would). However at least it had a decent keyboard (not like the modern flat shit with so many keys removed) and ports. And magsafe. That was great.
          • by drnb ( 2434720 )

            I had macbook pro which was scratched to shit by sleeve buttons, watch band, USB keys and other small items left in the bag.

            Surprisingly my Dell and HP laptops had similar flaws. :-)

            And magsafe. That was great

            Especially at school, trip wire hell.

  • hahaha systemd (Score:2, Insightful)

    by iggymanz ( 596061 )

    so the top kernel develops needs good docs because the init system is absurdly complicated and in general has bad docs

    meanwhile, I don't need docs for my BSD servers init system at all, nice and sane and self-documenting

  • But I have no idea who he is. In any case, is there a reason I should care which distro is preferred by a “top Linux kernel developer”?

    • is there a reason I should care which distro is preferred by a “top Linux kernel developer”?

      Because he uses a lot of them.

  • Does anyone else find that in Arch, non-critical features such as graphical wifi menus and bluetooth are impossible to configure, even on a linux-friendly laptop? It's been my experience that most things work well and are easy to set up, but some of the more mobile features are a pain.

    To give a fair comparison, my ethernet totally stopped working on Windows and reinstallation seems like the only guaranteed fix. I have also not compared Arch to Ubuntu on that computer.

    • by beerbear ( 1289124 ) on Monday September 02, 2019 @05:19AM (#59148402)
      I "switched" from arch to manjaro due to issues like this. It's still arch, but already configured for desktop usage.
    • by dremon ( 735466 )
      Watching my former colleague (and a huge Arch lover) struggling to make second monitor work for a tech presentation in front of 20 people waiting for it was pathetic. I have nothing against Arch if constant fixing, tweaking, administering, updating and praying that next update won't break anything is the way to spend your precious time instead of doing actual work.
      • by piojo ( 995934 )

        I would probably not use Arch at work. As the summary implies, Arch is for being able to install the newest version of any application, not for having the most stable working base.

        Watching my former colleague (and a huge Arch lover) struggling to make second monitor work for a tech presentation in front of 20 people waiting for it was pathetic.

        I'm not sure we always make fair comparisons. Windows problems may not be salient because it's the default system setup, but I've lost days of work time due to Windows bugs or quirks. I've had my share of trouble with Linux but certainly did not lose the same amount of time due to "X isn't working and I need to try 10 things to fi

  • If security is your concern then run OpenBSD you silly twat.
    • by ebvwfbw ( 864834 )

      Run Linux you silly twat. BSD doesn't have mandatory access controls (selinux) and is way behind Linux. I remember years ago we had this discussion about how "secure" bsd is and then someone ported over all the old Linux security hacks to BSD. Yea, it's not more secure. You need to admit your error. If BSD hadn't been ported to the mac for FREE it wouldn't even be an OS any more.

  • I have a number of virtual machines still running Gentoo, Dubya, and Fedora

    I've never heard of Dubya Linux and a cursory Google Search did not enlighten me...

    • by WallyL ( 4154209 )

      Ditto. I was intrigued, and while my interest is waning, I too, want to know what the article meant by "Dubya." Maybe it's "WLinux [thomasmaurer.ch]," because in English "Dubya" can be slang for the letter W ("double-U").

    • Just "Debian", is my guess. It's large, popular, has been around for long so it's logical he would use it.
      Also, just try and imagine any Eastern-European person pronouncing "Debian"..

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...