🐝 NukeTheBees 🐝
About
  • Asm
  • Blender
  • Blogging
  • Cpp
  • Gaming
  • Misc
  • Opinion
  • Programming
  • Reaper
  • Software
  • System_verilog
  • Unreal
  • Windows
  • Reverse Dependency Ordering for C++ Includes
    May 14, 2026
    Tags: software, cpp
  • UE5: Understanding Slate widget construction and writing factory functions
    April 26, 2026
    Tags: software, cpp, unreal
  • Fixing disabled iPhone 17 Pro roaming in the UK on Three Ireland
    April 22, 2026
    Tags: misc
  • Fixing the paralysis warp softlock bug in Oblivion Remastered
    April 11, 2026
    Tags: misc, gaming
  • Blender: Fixing meshes disappearing when zooming out
    April 02, 2026
    Tags: software, blender
  • Orientating Blender sockets for exporting to Unreal Engine
    April 01, 2026
    Tags: software, blender, unreal
  • Blender: Creating a minimal Python add-on
    February 15, 2026
    Tags: software, blender
  • Printing class data members using C++26 reflection
    January 31, 2026
    Tags: software, cpp
  • UE5: Creating an editor dropdown menu
    January 31, 2026
    Tags: software, cpp, unreal
  • UE5: Ticking actors in the editor
    January 19, 2026
    Tags: software, cpp, unreal
  • UE5: Using the ThisClass typedef for more concise code
    January 11, 2026
    Tags: software, cpp, unreal
  • Configure existing GitHub Pages environment on Ubuntu 24.04 and WSL
    December 31, 2025
    Tags: blogging
  • UE5: Fix file loading errors when building from source
    October 19, 2025
    Tags: software, cpp, unreal
  • UE5: Fix missing assets after Git LFS migration
    October 19, 2025
    Tags: software, cpp, unreal
  • UE5 Niagara Data Channels: Preventing Particle Culling Away from Origin
    October 15, 2025
    Tags: software, cpp, unreal
  • Unreal Engine 5 Simplified Mass Entity Query API Quickstart
    October 13, 2025
    Tags: software, cpp, unreal
  • Setting up multiple character cameras in Unreal Engine 5
    September 20, 2025
    Tags: software, cpp, unreal
  • Changing Unreal 5's logging verbosity
    September 18, 2025
    Tags: software, cpp, unreal
  • Enum to string in Unreal 5
    September 18, 2025
    Tags: software, cpp, unreal
  • Disabling Firefox's Accessibility Services to improve performance
    September 10, 2025
    Tags: software
  • [C++] "Hello World" in the Reaper DAW
    August 02, 2025
    Tags: programming, cpp, reaper
  • Updating a vcpkg port in a custom registry
    July 20, 2025
    Tags: programming, cpp
  • Fixing Command & Conquer 3 / Kane's Wrath crash to desktop on Windows 11 Pro N
    June 30, 2025
    Tags: misc, gaming
  • Replacing generic systems with Metalanguages
    June 11, 2025
    Tags: programming, opinion
  • On small changes
    May 28, 2025
    Tags: programming, opinion
  • Hello World! in Windows x64 asm
    May 13, 2025
    Tags: asm, windows
  • Sending commands from Visual Studio 2022 to gdb in WSL 2
    May 08, 2025
    Tags: cpp
  • [C++] Saving class members as local variables can reduce memory accesses
    April 24, 2025
    Tags: cpp, asm
  • [C++] Moving small strings can invalidate data pointers
    April 22, 2025
    Tags: cpp, asm
  • [C++] Using arena allocators to improve parser performance
    April 14, 2025
    Tags: cpp
  • [C++] Passing functions as template arguments
    April 07, 2025
    Tags: cpp, asm
  • [C++] Using std::bit_cast to convert byte arrays to values and back again
    April 07, 2025
    Tags: cpp, asm
  • [C++] Analysing optimised x64 assembly for a summing loop function
    April 06, 2025
    Tags: cpp, asm
  • [C++] std::string_view generates worse assembly than pointer + size on Windows
    April 05, 2025
    Tags: cpp, asm
  • [SystemVerilog] How to create an assertion property for an asynchronous reset when using clocking blocks?
    April 04, 2025
    Tags: system_verilog
  • [C++] Why won't MSVC generate assembly listings for my library in release mode?
    April 04, 2025
    Tags: cpp, asm
  • [C++] Assembly Differences with deducing this
    April 03, 2025
    Tags: asm, cpp
  • [C++] Nano-optimisation 2: Scanner string function
    April 02, 2025
    Tags: asm, cpp
  • [C++] Nano-optimisation 1: Scanner peek function
    April 02, 2025
    Tags: asm, cpp
  • [C++] Simple functions in x64 assembly
    April 01, 2025
    Tags: asm
  • [SystemVerilog] Verifying interface types within a module
    March 31, 2025
    Tags: system_verilog