HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ftk_

no profile record

Submissions

Optimization lessons from a Minecraft structure locator

purplesyringa.moe
64 points·by ftk_·4 tháng trước·11 comments

comments

ftk_
·năm ngoái·discuss
If you have uBlock Origin installed you can enable URL tracking protection filter list or write your own filters `$removeparam=<tracker param>`.
ftk_
·2 năm trước·discuss
There are now third party launchers for proton, such as: https://github.com/Open-Wine-Components/umu-launcher

As well as "game libraries": Lutris, Bottles, Heroic

Personally I use this alias to launch an exe via proton:

  alias proton='SteamGameId="${SteamGameId-1000}" PROTON_USE_WINESYNC=1 STEAM_COMPAT_CLIENT_INSTALL_PATH="$PWD" STEAM_COMPAT_DATA_PATH=$HOME/proton /usr/share/steam/compatibilitytools.d/proton-cachyos/proton waitforexitandrun'
  # cd /gamepath
  # proton Game.exe
ftk_
·2 năm trước·discuss
Not OP but also wrote a similar thing for mpv.

https://github.com/ftk/mpv-confluence/tree/torrserver
ftk_
·3 năm trước·discuss
I implemented downloading of youtube thumbnails for one of these scripts.

https://github.com/marzzzello/mpv_thumbnail_script
ftk_
·3 năm trước·discuss
Here's how I use youtube, usually without opening web frontend at all:

Install mpv and yt-dlp.

Use play-with addon to open youtube or other video links directly in mpv.

Periodically convert youtube subscriptions into OPML using an userscript.

Import OPML into freetube or other RSS reader to check for new videos.

https://addons.mozilla.org/en-US/firefox/addon/play-with/

https://github.com/theborg3of5/Userscripts/tree/master/youtu...