putting-the-you-in-cpu VS hackclub

Compare putting-the-you-in-cpu vs hackclub 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)

hackclub

🌎 Hack Club is a worldwide community of high school hackers. We make things. We help one another. We have fun. (by hackclub)
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 hackclub
9 41
4,621 2,357
1.4% 0.3%
7.9 6.0
2 months ago 13 days ago
MDX JavaScript
MIT License GNU General Public License v3.0 or later
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

hackclub

Posts with mentions or reviews of hackclub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • iMessage Explained
    2 projects | news.ycombinator.com | 5 Dec 2023
    OMG I love this. Go get em! Also, this is perfect material for Hack Club. You should join! https://hackclub.com/
  • Show HN: I'm 17 and wrote this guide on how CPUs run programs
    5 projects | news.ycombinator.com | 9 Aug 2023
    Hi! I'm Lexi, I wrote this article/mini-book. There's a classic question of "what happens when you load a website?", but I've always been more interested in "what happens when you run a program?". About 3 months ago, I was really annoyed at myself for not knowing how to answer that question so I decided to teach myself.

    I taught myself everything else I know in programming, so this should be easy, right? NOPE! Apparently everything online about how operating systems and CPUs work is terrible. There are, like, no resources. Everything sucks. So while I was teaching myself I realized, hey, I should make a really good resource myself. So I started taking notes on what I was learning, and ended up with a 60-page Google Doc. And then I started writing.

    And while I was writing, it turned out that most of the stuff in that giant doc was wrong. And I had to do more research. And I iterated and iterated and iterated and the internet resources continued to be terrible so I needed to make the article better. Then I realized it needed diagrams and drawings, but I didn't know how to do art, so I just pulled out Figma and started experimenting. I had a Wacom tablet lying around that I won at some hackathon, so I used that to draw some things.

    Now, about 3 months later, I have something I'm really proud of! I'm happy to finally share the final version of Putting the "You" in CPU. I built this as part of Hack Club (https://hackclub.com), which is a community of other high schoolers who love computers.

    It was cool seeing some (accidental) reception on HN a couple weeks ago while this was still a WIP, I really appreciated the feedback I got. I took some time to substantially clean it up and I'm finally happy to share with the world myself.

    The website is a static HTML/CSS project, I wrote everything from scratch (I'm especially proud of the navigation components).

    I hope you enjoy and learn something!

  • A Home for High School Hackers – Hack Club
    1 project | news.ycombinator.com | 5 Aug 2023
  • Putting the “You” in CPU
    1 project | news.ycombinator.com | 22 Jul 2023
    Hi! I'm the person who made this thing!

    Some backstory on me: I'm 17 and left high school a year ago to work full-time at Hack Club (https://hackclub.com/). I've been programming for as long as I can remember, and started homeschooling about 6 years ago to focus more on that (and my other interests).

    Since I'm entirely self-taught, I haven't taken any college systems classes — and while I had picked up a lot, I wasn't happy with my answer to "what happens when you run a thing." So I let myself spend a shit ton of time actually learning as much as possible. What I found was that:

    1. Operating systems and hardware are really fun to learn about!

  • Free nonprofit status for relief efforts
    1 project | /r/vermont | 11 Jul 2023
    In the face of the recent devastating floods in Vermont, Hack Club, a Vermont-based nonprofit, is offering free use of Hack Club Bank for any flood relief efforts in Vermont, New York State, and New Hampshire.
  • Join Hands with Hack Club Bank for Vermont Flood Relief
    1 project | /r/vermont | 11 Jul 2023
    Facing recent floods, Hack Club is offering free use of Hack Club Bank for relief efforts in VT, NY, and NH. Collect tax-deductible donations easily through various platforms, including GoFundMe. Manage funds collaboratively on our easy-to-use online platform, and issue physical or virtual cards for your charitable expenses. As Vermonters, we’re eager to assist fellow Vermonters. Start within 24 hours by emailing [[email protected]](mailto:[email protected]) or filling out the form on https://hackclub.com/bank.
  • Got both my kids areas and builds all set. Bonus picture of my setup.
    1 project | /r/pcmasterrace | 27 Jun 2023
    Something like https://hackclub.com/
  • Does your team manage your own money?
    1 project | /r/FTC | 25 May 2023
    FIRST alumni and founder of Hack Club here.
  • Hack Club: A Home for High School Hackers
    1 project | news.ycombinator.com | 20 Apr 2023
  • Ask HN: Free Email Hosting for Nonprofits?
    1 project | news.ycombinator.com | 23 Feb 2023
    Hack Club is a nonprofit network of hackathons, student-led coding clubs, and open source projects. Our website is https://hackclub.com and our GitHub is https://github.com/hackclub.

    We have been receiving free email hosting from Google Workspace and providing it to the Hack Club network, but we recently hit the domain limit (600 domains) on Google Workspace for Nonprofits. Each domain is typically a hackathon or a chapter at a high school.

    Does anyone have any recommendations for email hosts that we could look into? As a mostly volunteer-driven nonprofit, we can't afford pay per-user pricing as there are thousands and thousands of accounts.

What are some alternatives?

When comparing putting-the-you-in-cpu and hackclub 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)

canarytokens - Canarytokens helps track activity and actions on your network.

x86doc - HTML representation of the Intel x86 instructions documentation.

tailscale - The easiest, most secure way to use WireGuard and 2FA.

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

nexe - 🎉 create a single executable out of your node.js apps

mtr - Official repository for mtr, a network diagnostic tool

BetterMeet - An open community platform

resemble-enhance - AI powered speech denoising and enhancement

Gravitational Teleport - The easiest, and most secure way to access and protect all of your infrastructure.

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

design-system - Hack Club's (old) design system