Live data from Hacker News

Viewing profile — c0deR3D

c0deR3D

HN member
Joined
Fri, Nov 03, 2017, 6:12 PM UTC
HN karma
67
Public activity
29 items

About c0deR3D

https://github.com/foxhoundsk

Recent public activity

  1. comment
    Comment #45730556

    Had been using this quite some time ago, it is sad that it has only 1-CPU support, preventing some SMP bugs from emerging. Wonder if it's hard to make it SMP, if too many places us…

  2. comment
    Comment #43268132

    Same here.

  3. comment
    Comment #43267105

    When would Apple silicons made natively support for OSes such as Linux? Apple seemlingly reluctant to release detailed technical reference manual for M-series SoCs, which makes run…

  4. comment
    Comment #42990842

    Reminds me of User Mode Linux, which AFAIK, runs only on Linux, maybe *nix.

  5. comment
    Comment #42732759

    Nope, mine runs on a native Linux box featuring Intel i7-1370P and 32GB RAM. Maybe Xilinx has some tuning which makes Yocto become slow at parsing the recipe dependency and the lik…

  6. comment
    Comment #42725320

    Your scenario makes me suspecting that it is Xilinx flavored Yocto causing the problem. I think that removing some unused Xilinx-specific layers/recipes can reduce the prologue and…

  7. story
    Ask HN: Why is Yocto so slow but so popular?

    I was using Scarthgap (released April 2024), which is my first try. I realized the following: 1. Everytime a bb file is changed, it takes minutes to finish, for example, parsing re…

  8. comment
    Comment #42199890

    Got me wondering, how does it works?

  9. story
    Ask HN: Who is using PowerPC in modern computing?

    PowerPC architecture, developed in late 1980s, was known for its performance for non-Intel processors in the 2000s. In real-time aspects, it outperforms Arm in that it provides com…

  10. comment
    Comment #40972678

    Out of curious, does BPF now capable of capturing all the context switch events such as CPU trap? Also, if the overhead is negligible, maybe the author can try to merge this into m…

  11. comment
    Comment #40378661

    In the near future, people can control appliances with purely their own consciousness, and the only prerequisite is that it requires a minimum consiciousness level, which is reacha…

  12. comment
    Comment #39977234

    If this is the case, it's weird then. Why releasing CPU for only a glimpse saves battery?

  13. comment
    Comment #39977215

    Sure, I'd try remove the app from the power efficiency restricted app list, which by default are enforced on all apps.

  14. comment
    Comment #39977193

    Yes, I was using Bluetooth headphones at the moment. I don't have the app name at hand, but I know that the app is also a file manager. So there's probably jitter in my headphones,…

  15. comment
    Comment #39971739

    Nope, mine is a playlist with only 3 local-stored tracks. Yes, I loop these 3 tracks all the time.

  16. story
    Ask HN: Why can't modern smartphones play music smoothly?

    As computing power grows, smartphones should theoretically encounter fewer and fewer stutters. However, at least on the phones I've used, which are iPhone8 Plus and Pixel 7, stutte…

  17. comment
    Comment #39546657

    [flagged]

  18. comment
    Comment #34921491

    Is it then possible that one can "decorate" the elevator music? At least at a interference level. :p

  19. comment
    Comment #33682770

    If I want to porting it to x86_64, except the register width, what else do I mainly need to take care of? Thanks!

  20. story
    Ask HN: Is there any tool for benchmarking responsiveness for Linux?

    System76 recently announced their responsiveness optimizer, System76 Scheduler [0], which basically works as a daemon, adjusting the nice value and the CFS knobs for processes in t…

  21. comment
    Comment #29593991

    I don't think that the vanilla scheduler would get abandoned, instead, it would then acts as a fallback scheduler when customized userspace scheduler crashed or getting an update a…

  22. story
    Ask HN: Why the LKML has only a few comments on sched BPF RFC patch?

    The RFC patch [1] which introduces scheduler BPF into the Linux has been posted to the related mailing list (bpf and linux-kernel) two mounths ago. However, it has since only got a…

  23. comment
    Comment #27084657

    BTW, is there any recommended open source dynamic binary patching tool? Have been using Intel Pin, but fine-grained patches would incur noticeable performance regression permanentl…

  24. comment
    Comment #20375781

    But comes to C/P value, Intel is totally ruined.

  25. comment
    Comment #20368463

    I'm impressed. This should be awared when programming on embedded system.