Live data from Hacker News

Viewing profile — quruquru

quruquru

HN member
Joined
Sun, Dec 04, 2022, 6:11 PM UTC
HN karma
19
Public activity
4 items

About quruquru

No profile information was provided.

Recent public activity

  1. comment
    Comment #49299800

    Many years ago, I used to make informational websites for small, local businesses and they all wanted the cookie banner "just to be safe", even after explaining they didn't need it…

  2. story
    Show HN: Charm – A Toy Assembler for ARMv7

    Hello HN, I wrote a tiny assembler and I thought that some of you might find it neat. Charm is an assembler for the ARMv7 ISA (the old 32 bit one). It implements around 20 instruct…

  3. comment
    Comment #42636531

    Agree, and I'll add 3 other really useful QEMU features for osdev: 1) Record & Replay: Record an execution and replay it back. You can even attach GDB while replaying, and go back …

  4. comment
    Comment #41776412

    Neat! I also did something very similar when I discovered PeanutGB( https://github.com/deltabeard/Peanut-GB ) for an university project. I used an STM32F401 (the "blackpill" board)…