Live data from Hacker News

Viewing profile — language

language

HN member
Joined
Sat, Jan 02, 2016, 9:38 PM UTC
HN karma
75
Public activity
36 items

About language

No profile information was provided.

Recent public activity

  1. comment
    Comment #16067714

    iirc I think that the BPF JIT is disabled by default? Your kernel might be compiled with `CONFIG_BPF_JIT`, but I think the sysctl knob (`bpf_jit_enable`) is set to 0 by default. Al…

  2. comment
    Comment #16067295

    Text and patch start here: https://lkml.org/lkml/2018/1/3/780 Also, see Linus' response here: https://lkml.org/lkml/2018/1/3/797

  3. comment
    Comment #15493587

    Seems healthy leaving it to the user.

  4. comment
    Comment #15461143

    Thanks for the clarification, although I recall messing with eBPF and kprobes before - pretty sure you can dereference pointers? editx2: Oh, guess seccomp doesn't use eBPF yet? Sup…

  5. comment
    Comment #15458383

    I was under the impression that seccomp was a bit more flexible (via ptrace() and BPF fanciness) - although I guess you'd need other co-operating processes in userspace? I've only …

  6. comment
    Comment #15455375

    How so? I understand they're different, but I thought there was some overlap. Don't LSMs work by hooking syscalls anyway?

  7. comment
    Comment #15454173

    > Update: they just managed to get this done with stretch, released 4 months ago! That's only like 7 years late for a crucial actual security feature) Dunno, taking @revelation's w…

  8. comment
    Comment #15454028

    There's some kind of bind here between "putting burden on end-users" and "putting burden on application developers." Either you (a) ship $LSM with some defaults that are necessaril…

  9. comment
    Comment #15453824

    Huh, didn't know that Debian was missing ASLR. Any idea about the reasoning there?

  10. comment
    Comment #15347774

    I can't tell. If you remember they became a platinum member of the Linux Foundation last year too.

  11. comment
    Comment #15333805

    Ah, this is neat! Would be nice to have a script for this that you could just point at a local copy of the source tree too!

  12. comment
    Comment #15325743

    Love Graphviz, been using it for some time now. It's kind of painful rendering large graphs. Does anyone know the particular reason why `dot` and friends only seem to take advantag…

  13. comment
    Comment #15312147

    I've only dealt with this on Intel chipset HDMI - if I'm remembering correctly there's some part of the snd_hda_intel kernel modules you can blacklist in order to disable this.

  14. comment
    Comment #15299961

    It applies to Macs. I think AMT is just one particular application/feature of ME. ME is a piece of hardware on Intel chipsets.

  15. comment
    Comment #15294378

    Is difference (the distinction in question) something intrinsic to the world, or something imposed upon the world?

  16. comment
    Comment #15293889

    >The problem of looking at human consciousness is similar to someone that knows little about computer processors pulling apart an I7 and trying to figure meaningful things about wh…

  17. comment
    Comment #15290654

    > .. that perhaps 'our ability to think about the issue is constrained by our language' and '[consciousness] workings being inaccessible to introspection' are the same thing. I lik…

  18. comment
    Comment #15290432

    > But our consciousness goes beyond simple self-awareness: having a theory of mind is a step beyond (and is realizing that others have a theory of mind a step beyond that?) That [a…

  19. comment
    Comment #15284699

    Blade Runner means so much to me. I'm very glad that this is a thing, although, like with all sequels and re-interpretations of experiences that are near-and-dear to me, I'm strugg…

  20. comment
    Comment #15234005

    I think DirtyCOW (CVE-2016-5195) had been dormant in the kernel for a long time. If I remember correctly the PoC demonstrated writing on root-owned files. Might be relevant. https:…

  21. comment
    Comment #15233563

    If by class of bugs you mean "munging the stack," yes - but the difference is in the effect on integrity of the total system. In monolithic kernels, if an attacker can monopolize o…

  22. comment
    Comment #14791375

    "Machine learning models have no access to such experiences and thus cannot "understand" their inputs in any human-relatable way" It may be that distinctions like the one you're de…

  23. comment
    Comment #14753110

    However, as we are all now beginning to discover, the employment of ‘feedback loops’ are creating one of the most mind-boggling new capabilities for automation. This is not hyperbo…

  24. comment
    Comment #14739851

    > one could imagine a boot loader that loads the main unikernel at a random address, sets up page tables with NX, and then makes a one-way transition to ring 3 True - I suppose I'm…

  25. comment
    Comment #14738956

    Just like an operating-system executes processes, a VMM executes unikernels. An operating system is responsible for randomizing the layout of processes in memory. Shouldn't the act…