Skip to content

Instantly share code, notes, and snippets.

View MicaelJarniac's full-sized avatar
💻

Micael Jarniac MicaelJarniac

💻
  • Micael Jarniac
  • 22:34 (UTC -03:00)
View GitHub Profile
@MicaelJarniac
MicaelJarniac / Xorg.0.log
Last active December 27, 2021 00:24
DualSense makes mouse stop working
[ 660.416] (II) config/udev: Adding input device Wireless Controller Motion Sensors (/dev/input/js1)
[ 660.416] (II) No input driver specified, ignoring this device.
[ 660.416] (II) This device may have been added with another device file.
[ 660.420] (II) config/udev: Adding input device Wireless Controller Touchpad (/dev/input/mouse2)
[ 660.420] (**) Wireless Controller Touchpad: Applying InputClass "touchpad"
[ 660.420] (II) Using input driver 'libinput' for 'Wireless Controller Touchpad'
[ 660.420] (**) Wireless Controller Touchpad: always reports core events
[ 660.420] (**) Option "Device" "/dev/input/mouse2"
[ 660.420] (**) Option "_source" "server/udev"
[ 660.476] (II) mouse2 - not using input device '/dev/input/mouse2'.
@MicaelJarniac
MicaelJarniac / terrariadowngrade.md
Last active July 27, 2023 16:21
Terraria Downgrade 101

How_to_manually_downgrade_Terraria_because_Steam_doesnt_care_about_making_it_simple.mp4

Update - there's an easier way!

Now there's a tool for doing exactly this, with a nice interface and all: TerrariaDepotDownloader Screenshot

The old guide is still here, if you want to do it manually. But I'd suggest taking a look at that tool first.

Preface

@MicaelJarniac
MicaelJarniac / youtubedl.md
Last active October 31, 2020 01:50
youtube-dl Forks and Mirrors
@MicaelJarniac
MicaelJarniac / DiscordLogging.py
Created August 13, 2020 15:53
Discord Logging Handler
import logging
from discord_webhook import DiscordWebhook, DiscordEmbed
import config
class DiscordHandler(logging.Handler):
"""
Custom handler to send logs to Discord