Saturday, March 26, 2022

New top story on Hacker News: How to build a faster file transfer protocol

How to build a faster file transfer protocol
42 by mcharawi | 27 comments on Hacker News.


In a Fiery Speech Rallying Allies, Biden Denounces Putin and Seemingly Calls for His Ouster


By BY MICHAEL D. SHEAR, DAVID E. SANGER AND MICHAEL LEVENSON from NYT World https://ift.tt/EYtNvQG
via IFTTT

New top story on Hacker News: Show HN: Terminal-Rendered ASCII Shaders

Show HN: Terminal-Rendered ASCII Shaders
9 by teaearlgraycold | 0 comments on Hacker News.


The Making of Vladimir Putin


By BY ROGER COHEN from NYT World https://ift.tt/C2yc6Rd
via IFTTT

New top story on Hacker News: Show HN: Wachy – A UI for eBPF-based performance debugging

Show HN: Wachy – A UI for eBPF-based performance debugging
11 by vivek-jain | 0 comments on Hacker News.
eBPF is an amazing technology that allows safely running user-supplied functions at pretty much arbitrary probe points in a kernel/user space context. Much has been written about how amazing this feature is for kernel observability. But as someone who writes user space code, what I find even more amazing is the support for tracing arbitrary user space programs, with no code changes and low overhead. However, doing in-depth analysis can get complicated and time-consuming. My goal with wachy was to make this debugging significantly easier/faster to use, by displaying traces in a TUI next to the source code and allowing for interactive drilldown analysis. If you get a chance, check out the start of the demo video since (AFAIK) it's quite unique and gives a much clearer idea than I can provide with just text.