Viewing profile — LinuXY
LinuXY
HN member- Joined
- Wed, May 18, 2011, 8:46 PM UTC
- HN karma
- 34
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About LinuXY
Recent public activity
-
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.
-
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…
-
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…
- story
-
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.
- story
-
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…
- comment
- story
-
comment
Comment #26535370
In before someone ports this to Rust.
-
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!
-
comment
Comment #21107364
const std::string unusable = "unsuitable";
-
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…
-
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…
-
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/
-
comment
Comment #14797237
https://windirstat.net/
-
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…
-
comment
Comment #10616977
Apparently you've never experienced repeated netsplits under DDoS.
-
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…
-
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…
-
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…
-
comment
Comment #7653496
Welcome. Never had any issues with their gear.
-
comment
Comment #7653362
http://www.unixsurplus.com/
-
comment
Comment #6978732
Debian testing (Jessie is really top notch.)
-
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…