Live data from Hacker News

Viewing profile — chr15p

chr15p

HN member
Joined
Sat, Jan 19, 2013, 6:00 PM UTC
HN karma
452
Public activity
92 items

About chr15p

No profile information was provided.

Recent public activity

  1. comment
    Comment #45261047

    google tells me "IBM gross profit for the twelve months ending June 30, 2025 was $36.866B" Its not that someone writes that sort of stuff, its that it people read and think "yeah! …

  2. comment
    Comment #36663782

    > To save everybody's time: this is about straight white men making an OS for them and thus terrible for everybody else. That's not what the talk is about, that's one of the exampl…

  3. comment
    Comment #35356322

    I don't think it is a pissing context between them, they can both happily exist in the same world, it just interesting to see the difference in approach and try and figure out why …

  4. comment
    Comment #35355111

    > Mir, Unity, now Snap. Ubuntu has a track record of wanting to go it alone. This. Also bzr. They seem to want to control their projects completely and so even when they have good …

  5. story
  6. comment
    Comment #35341302

    no. I don't think that was even a thing in the RHEL7 version I last did and the whole exam/course has changed a lot since then. I'm sure there are lots of places that still use vsf…

  7. comment
    Comment #35341257

    The coursebook I got as part of the training course, this was 5+ years ago so we got a physical book. I've no idea what they do these days but there's a list of exam objectives on …

  8. comment
    Comment #35338131

    To me there are a few benefits of doing exams (at least the Red Hat ones that are not cheap, but well respected): 1) it looks good on the resume, which can help you get past the in…

  9. comment
    Comment #35337890

    To be honest if the worst thing you can say about a company is they changed the distribution model of the thing they were giving you for free from point releases to rolling updates…

  10. comment
    Comment #34534114

    But to selectively quote from slightly further down TFA: > Krishna’s strategy has been focused on bolstering the company’s offerings in hybrid cloud — providing services to custome…

  11. comment
    Comment #34533812

    For Oct-Dec 2022 (according to https://www.ibm.com/investor/att/pdf/IBM-4Q22-Earnings-Chart... ) Mainframes: $4.5 billion Consulting: $4.8 billion (even after selling off Kyndral) …

  12. comment
    Comment #33067849

    To make written English you need to take 1 part Old (Anglo-Saxon) German, 1 part old Norse, and 1 part old French, stir together for a couple of centuries, then, just as its going …

  13. comment
    Comment #32067082

    that was a discussion of a previous blog post by the same author (Mathew Garrett). Its on the same subject but this one is much longer and goes into much more detail.

  14. comment
    Comment #32036387

    Its not impossible, but it needs someone to figure out how to monetize desktop linux so they can then put the marketing effort in and pay a few companies to port big name apps such…

  15. comment
    Comment #31822493

    a million nodes running a single application is scale, but a thousand nodes running a thousand applications is also scale, and they are very different beasts. The FAANGs operate th…

  16. comment
    Comment #31807732

    A kernel module doesn't have to match the kernel version, it has to be able to resolve all the symbols (function calls, variables etc) it uses into valid symbols supplied by the ke…

  17. comment
    Comment #31450393

    # CONFIG_SECURITY_LANDLOCK is not set CONFIG_LSM="lockdown,yama,integrity,selinux,bpf" on kernel 5.14.0-70.13.1.el9_0.aarch64 So not on ARM at least

  18. comment
    Comment #31445714

    Ansible and tmux require a lot more knowledge to be effective with than cockpit does, if you have that knowledge great, but if you have fairly low (linux) skilled first line suppor…

  19. comment
    Comment #31178488

    sesearch -A That shows the list of what labels are allowed to do what to which labels, so run ps -Z to get the label of your process and grep the sesearch output for it, and that w…

  20. comment
    Comment #31178276

    sesearch lets you query the rules on a system. sesearch -A will show you every thing that is allowed, and gives you (a lot of) lines like: allow httpd_t httpd_t:dir { getattr ioctl…

  21. comment
    Comment #31178112

    AppArmour assumes everything is allowed unless it is explicitly denied by policy, SELinux assumes everything is banned unless it is allowed by policy. This makes SELinux fundamenta…

  22. comment
    Comment #31128735

    Seconded (thirded? fourthed?) I'd also add the Information Age gallery at the Science Museum in London, which covers from the telegraph to Arm and the modern day, its aimed at a mo…

  23. comment
    Comment #30190507

    Advent Of Computing podcast ( https://adventofcomputing.com/ ) did an episode about this which is worth a listen Its episode 57 or is on youtube at https://www.youtube.com/watch?v=…

  24. comment
    Comment #29211708

    top500.org for June 1994 lists 79 entries for Thinking Machines which is their high water mark, but it looks like most of those are CM-5s with about 20 being CM-2. So assuming some…

  25. comment
    Comment #27972324

    mainframes have hardware designed for very high IO speeds, they have no real advantage in cpu speed, but they can keep it fed with data far better than x86 servers which is what yo…