Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
# export your data on desktop from settings -> advanced -> export telegram data
# update the userid below to yours
# run this in the same directory as your result.json
# based off adryd325's discord-scatter-plot.py;
# which was based off lunasorcery's twitter-scatter-plot.py
from datetime import datetime, timedelta, timezone
import dateutil.parser
@brunneis
brunneis / fix-eth-hang.md
Last active August 7, 2026 11:12
Proxmox | Fix "e1000e Detected Hardware Unit Hang"
Proxmox Virtual Environment 6.1-3 / Debian 10 (buster)
Kernel 5.3.10-1-pve
Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V (rev 05)
Ethernet driver: e1000e 3.2.6-k
Ethernet firmware: 0.1-4

The solution I've found was to create a oneshot service which disables segmentation offloading.