Skip to content

Instantly share code, notes, and snippets.

@jwest75674
jwest75674 / gist:c6bb2ccee5533a994edf1caafd28db65
Created March 11, 2025 14:40
PaperWM - Window Switching Focus Issue - journalctl -e /usr/bin/gnome-shell
Mar 11 08:14:10 hal-alien gnome-shell[2651]: Running GNOME Shell (using mutter 46.2) as a X11 window and compositing manager
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Will monitor session c1
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/ub
@jwest75674
jwest75674 / parse_cc_index.py
Created November 5, 2019 22:33 — forked from snakers4/parse_cc_index.py
Plain common crawl pre-processing
import gc
import gzip
import time
import json
import shutil
import os,sys
import tldextract
import collections
import pandas as pd
from tqdm import tqdm