--- layout: category title: Fixes category: Fixes permalink: /categories/fixes/ ---

Fixes

2 posts

Fixing 'pfx is not owned by you' Error for Red Dead Redemption 2 on Ubuntu

A step-by-step guide to resolving the 'pfx is not owned by you' error when running Red Dead Redemption 2 on Ubuntu from an NTFS drive, focusing on Wine prefix ownership and NTFS permissions.

Fix for WhatsApp PDF Warning: ‘This Document Might Be Harmful for Your Device’

If WhatsApp shows 'This document might be harmful for your device' when you send a PDF made on Overleaf, here's why I switched to a local LaTeX setup—and how you can too.

--- layout: category title: Technical category: Technical permalink: /categories/technical/ ---

Technical

1 post

What Python’s [[]] * 10 Really Does: A CPython Deep Dive

A deep dive into Python's list creation mechanics: explore how multiplication creates shared references while list comprehensions create independent objects by examining the actual CPython implementation code.