Live data from Hacker News

Viewing profile — Soft

Soft

HN member
Joined
Mon, Jul 02, 2012, 5:14 PM UTC
HN karma
34
Public activity
12 items

About Soft

No profile information was provided.

Recent public activity

  1. comment
    Comment #44983405

    In the former the caller does not retain access to T until Fn returns.

  2. story
  3. comment
    Comment #26252687

    Isn't it still the case that net_cls cgroup is not available with cgroups v2?

  4. comment
    Comment #25158021

    This will stop working since kallsyms_lookup_name is no longer exported by recent kernels. See [1]. [1]: https://lwn.net/Articles/813350/

  5. comment
    Comment #21805115

    I don't think there are that many situations where it is actually productive to prevent user from selecting and copying text even if it's just part of the UI. To focus on your exam…

  6. comment
    Comment #20601642

    The problem with seccomp is that it operates at the level of system calls. An application could use seccomp to, for example, restrict what system calls it can invoke. However libra…

  7. comment
    Comment #19690801

    I think it is useful for projects to have a searchable unique names. Also, I think the desktop files for those programs also include a generic name describing program's function th…

  8. comment
    Comment #19663366

    According to OSI [1], it is not open source if it cannot be used freely in commercial context. [1]: https://opensource.org/faq#commercial

  9. comment
    Comment #17041336

    My understanding is that impl Iterator in return position means that there is some single concrete type that implements the Iterator trait that we are simply not going to name. Thi…

  10. comment
    Comment #16407038

    Aside from handling details on how the actual drawing happens, Wayland compositors also dictate how window management is done. Obviosly, there is a lot of room for different design…

  11. comment
    Comment #11085956

    Not that I agree with your point, but cyclomatic complexity checks are actually implemented as a compiler plugin in rust-clippy project[1]. You'll get a compile time warning if you…

  12. comment
    Comment #5243364

    Sure we can secure a certain piece of information if no one has to ever access it. Hard drive in a locked box inside some bunker type of thing. It becomes hard when the information…