putting-the-you-in-cpu VS mtr

Compare putting-the-you-in-cpu vs mtr and see what are their differences.

putting-the-you-in-cpu

A technical explainer by @kognise of how your computer runs programs, from start to finish. (by hackclub)

mtr

Official repository for mtr, a network diagnostic tool (by traviscross)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
putting-the-you-in-cpu mtr
9 22
4,621 2,541
1.4% -
7.9 6.3
2 months ago 2 months ago
MDX C
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

putting-the-you-in-cpu

Posts with mentions or reviews of putting-the-you-in-cpu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Tech I am learning in 2024
    1 project | dev.to | 12 Apr 2024
    Thanks to cpu.land , I grew an uncanny interest in how cpu works and got me deep into operating systems from there, it’s fascinating to see the deep down of your computer to the levels of registers and ALUs(arithmetic logical units). Nand2tetris and OSTEP is the greatest resource for starting with operating systems.
  • Ask HN: Who is hiring? (February 2024)
    18 projects | news.ycombinator.com | 1 Feb 2024
    OrbStack | Founding Engineer | US/Europe REMOTE | Full-time | https://orbstack.dev

    OrbStack is making Docker containers & development environments delightful. Our app replaces Docker Desktop and makes containers faster, lighter, and easier to work with. It's the tool of choice for PlanetScale, Replicate, and other hot companies.

    Containers should be a joy to use, not something you have to put up with. Let's build the future of dev envs.

    As a founding engineer, you'll mainly work on breaking high-level ideas down into tough systems problems, solving them, and taking ownership of projects. If https://cpu.land and https://docs.orbstack.dev/architecture excite you, you'll be right in place.

    Email: jobs orbstack dev

  • Show HN: How did YOUR computer reach my server?
    2 projects | news.ycombinator.com | 5 Dec 2023
    Hi! I'm Lexi. I'm 17, and one of the things I'm interested in is gaining a deeper understanding of how computers work and showing that in new ways. A few months ago I published https://cpu.land (discussion: https://news.ycombinator.com/item?id=37062422).

    After cpu.land, I felt a lot of pressure to make another Big Giant Thing but didn't really have anything compelling. So I just hacked away on personal projects and, through some coincidental learning on how the Internet works, ended up hacking together a traceroute program that could live stream to a website from scratch!

    I realized I had never seen this sort of thing on the web before, and it was actually a kind of cool and novel way of visualizing the structure of the Internet, so I polished it up and built a pretty site around it. In the process, I learned some really interesting things about how BGP and the structure of The Internet, so I melted the traceroute tool with an article sharing that knowledge.

    I'm still hacking on this and I'm sure my code will manage to break somehow, so please let me know if you have any suggestions! :)

    (Side note: why Rust? I don’t think programming language choice matters that much, but I wanted to quickly write a very dependable low-level program, and I really like Rust’s error handling primitives.

  • Websites must Know #1
    2 projects | dev.to | 10 Sep 2023
    https://cpu.land/
  • Steve Jobs: Fast boot times saves lives
    1 project | news.ycombinator.com | 21 Aug 2023
  • I wrote this guide to how CPUs execute programs
    1 project | /r/programming | 11 Aug 2023
  • I'm 17 and wrote this guide on how CPUs run programs
    1 project | /r/hackernews | 11 Aug 2023
  • Show HN: I'm 17 and wrote this guide on how CPUs run programs
    5 projects | news.ycombinator.com | 9 Aug 2023

mtr

Posts with mentions or reviews of mtr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Trippy 0.9.0 Release
    2 projects | /r/rust | 5 Dec 2023
    As a reminder, Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. You can think of it as a modern, cross platform, Rust based version of tools such as mtr, with a bunch of advanced features and a fancy TUI.
  • Show HN: How did YOUR computer reach my server?
    2 projects | news.ycombinator.com | 5 Dec 2023
    Cool project! Two suggestions, one serious, one frivolous:

    - I wonder if you could get more accurate results by using TCP or UDP instead of ICMP. I think traditional traceroute has an option to use UDP, mtr [1] can use TCP or UDP, and tcptraceroute [2] can use TCP.

    - This would be a perfect fit for some Talking Heads references. "And you may ask yourself, well, how did I get here?" [3]

    [1] https://github.com/traviscross/mtr

    [2] https://linux.die.net/man/1/tcptraceroute

    [3] https://en.wikipedia.org/wiki/Once_in_a_Lifetime_(Talking_He...

  • MTR Traceroute
    1 project | news.ycombinator.com | 21 May 2023
  • Internet goes out every day at 4:15pm
    1 project | /r/OPTIMUM | 12 Mar 2023
    Run mtr, or whatever the Windows equivalent might be, and leave it running shortly before 4:15pm, and see where the traffic stops when the Internet shuts off.
  • What software/tools should every sysadmin have on their desktop?
    28 projects | /r/sysadmin | 31 Oct 2022
    Lot of great stuff here, haven’t seen MTR yet: https://github.com/traviscross/mtr
  • Troubleshooting Issues
    1 project | /r/VOIP | 15 Aug 2022
    Consider using MTR (software) towards the actual end-point of the SIP connection to get a combination of traceroute and ping which will be much more revealing. This will also allow you to quickly identify if the problem is local to your equipment or somewhere along the path. Consider allowing her to join a Google Conference from Teams to determine if it is provider related. Yes, port mirroring and wire shark is the gold standard and will display the "answer" on your screen quickly but it requires skills to know what to analyze, look at and how to interpret the data.
  • ICMP, Ping, and Traceroute – What I Wish I Was Taught
    2 projects | news.ycombinator.com | 28 Jul 2022
  • Tmux over ssh freezes faster then ssh session timeout
    1 project | /r/tmux | 17 May 2022
    Have you tried something like mtr to check for connection issues? I would recommand the view you get when hitting d twice after starting it (with the colored graph for latencies).
  • What's everyone working on this week (17/2022)?
    9 projects | /r/rust | 25 Apr 2022
    Continuing to build trippy; a network diagnostic tool inspired by mtr. There is still a long way to go but it is getting closer to feature parity with mtr.
  • Internet magically gets faster when opening speedtest?
    12 projects | news.ycombinator.com | 17 Apr 2022

What are some alternatives?

When comparing putting-the-you-in-cpu and mtr you can also consider the following projects:

vmlinux-to-elf - A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)

Wireshark - Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

x86doc - HTML representation of the Intel x86 instructions documentation.

iperf - iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool

Optimizing-linux - A simple guide for optimizing linux 🐧 in detail

trippy - A network diagnostic tool

resemble-enhance - AI powered speech denoising and enhancement

mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

coursebook - Open Source Introductory Systems Programming Textbook for the University of Illinois

perf-tools - Performance analysis tools based on Linux perf_events (aka perf) and ftrace

cacule-cpu-scheduler - The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler).

httpstat - curl statistics made simple