Uses

Uses

Ever wanted to know what kind of hardware/software/settings I use? You can find out right here, on my very own /uses page.

Hardware

RainbowFrontier

  • OS: Windows 11 Pro
  • CPU: Intel Core i7-9750H
  • Graphics:
    • Intel UHD Graphics 630 (Integrated)
    • Nvidia GeForce RTX 2080 Max-Q
  • RAM: 32 GB
  • Storage: 2 TB (2x Samsung 970 EVO Plus SSD)
  • Peripherals:
    • Keyboard: NuPhy Air75 (Red 2.0 switches)
    • Mouse: Logitech MX Anywhere 2
    • Headphones: Beyerdynamic MMX 200
    • Microphone: Rode NT-USB

M1 Macbook Pro (work machine)

  • CPU: M1 Pro
  • RAM: 32 GB
  • Storage: 1 TB
  • Peripherals:
    • Keyboard: Moonlander Mark I (Dark Matter color, Kalih Box Brown switches)
    • Mouse: Apple Magic Mouse 2
    • Headphones: Bose Headphones 700

Software

Browser

  • I'm a web developer by trade, so technically I use every browser, but generally my main browser by now is Arc.
  • To block unwanted content while browsing, I use uBlock Origin and uBlacklist. Additionally for YouTube, I use SponsorBlock as well.
  • If I can't contribute improvements to websites, I tend to heavily modify my browsing experience with userstyles and userscripts. For that I use Stylus and Tampermonkey respectively.

Editors / Terminals

  • For more specific projects that require better language tooling, I use JetBrains IDEs like PhpStorm, RubyMine or Rider.
  • As a regular editor for all kinds of files I use Visual Studio Code.
  • My preferred color scheme is Ayu Mirage and my font of choice usually is Fira Code.

Reverse Engineering

  • My go-to decompiler and disassembler is Binary Ninja.
  • For .NET specific schenanigans I use dnSpy.
  • Looking into file formats, I use different variations of Hex Editor plugins for VS Code, 010 Editor or ImHex.
  • I document most of my file format discoveries using Kaitai Struct.