Live data from Hacker News

Viewing profile — LinuXY

LinuXY

HN member
Joined
Wed, May 18, 2011, 8:46 PM UTC
HN karma
34
Public activity
25 items

About LinuXY

[ my public key: https://keybase.io/linuxy; my proof: https://keybase.io/linuxy/sigs/ewbmuqWMKBNoa3uPlaswTsstu5qggpFa-scGgQZHdYg ]

Recent public activity

  1. comment
    Comment #43976789

    Zettlekasten with git and https://github.com/foambubble/foam - if I'm mobile I use WorkingCopy to paste links into an inbox file that I organize later.

  2. comment
    Comment #33904571

    IMO Zig right now is fairly buggy. And the rate of bug introduction has been greater than the fixing of said bugs over the past few years. (Not a knock on the project.) Move fast a…

  3. comment
    Comment #31453792

    I have fond memories of learning Pike and Roxen as a kid by perusing the Stellar Crisis source code (released, 1993!) I think there's still some servers around today. https://strat…

  4. story
  5. comment
    Comment #30844199

    SRE. Learning to build the automation that makes changing the kernel a change to a config file (Ansible/Salt/Nix/etc.) and pushing a button.

  6. story
  7. comment
    Comment #27237680

    The NanoPi R4S has a RTL8169 controller with MSI-X capabilities. Post irqbalance setup I verified it's properly distributing IRQs. I'm using mine as a transparent bridge and networ…

  8. comment
  9. story
  10. comment
    Comment #26535370

    In before someone ports this to Rust.

  11. comment
    Comment #23168793

    Any chance we can get a scalable network backend to go along with the render enhancements? Fan-out workers on actors and a KCP implementation would great!

  12. comment
    Comment #21107364

    const std::string unusable = "unsuitable";

  13. comment
    Comment #20104564

    For more inspiration I'd check out the Quake engine source. It's quite the masterpiece. There's also been some modernization over the years by LordHavoc of the DarkPlaces engine ht…

  14. comment
    Comment #19977852

    I've never quite understood the allure of wanting to reinvent the wheel by creating a "distribution." There was one time where the Linux kernel did not support enough abstraction o…

  15. comment
    Comment #15458311

    Minus CP/CMS and OpenVZ, here's an article on the concepts and tech Docker is built on. https://www.kentik.com/the-evolution-of-docker/

  16. comment
    Comment #14797237

    https://windirstat.net/

  17. comment
    Comment #11120850

    Have you considered running individual containers with supervisord? It's init system agnostic, and works pretty great. Here's a pastebin to get you started. http://pastebin.com/4a9…

  18. comment
    Comment #10616977

    Apparently you've never experienced repeated netsplits under DDoS.

  19. comment
    Comment #9728220

    Right- Though the point of the post was to dispel the fallacy that the Linux kernel can only handle 50k pp/s per core. Using RDMA effectively bypasses the kernel. He's also testing…

  20. comment
    Comment #9360331

    While I agree that systemd does not play nicely with syslog, you quickly realize that journald can be exported as JSON, filtered, described as time ranges, chunked and easily impor…

  21. comment
    Comment #8013321

    There are a lot of parallels in serving hundreds of thousands of small HTTP requests a second and HFT. This, and the ability to instrument the onboard FPGA to mitigate against DDoS…

  22. comment
    Comment #7653496

    Welcome. Never had any issues with their gear.

  23. comment
    Comment #7653362

    http://www.unixsurplus.com/

  24. comment
    Comment #6978732

    Debian testing (Jessie is really top notch.)

  25. comment
    Comment #6085870

    We chose SolarFlare+Onload over Intel with pf_ring+DNA or DPDK mainly because of the fully featured TCP stack. While it may make sense for us to develop our own in the future, it d…