Skip to content

Instantly share code, notes, and snippets.

View fokx's full-sized avatar

fokx

View GitHub Profile
https://lemmy.bolha.one/
https://o.opnxng.com/
# single instance mode #
https://old.lemmings.world/
https://old.kerala.party/
https://oldlemmy.justin.rs/
https://old.ttrpg.network/
https://old.lemmyonline.com/
@shawwn
shawwn / llama_sizes.txt
Created March 5, 2023 18:07
The size of each file distributed with LLaMA, for reference. See https://github.com/shawwn/llama-dl
./tokenizer_checklist.chk 50
./tokenizer.model 499723
./7B/checklist.chk 100
./7B/consolidated.00.pth 13476939516
./7B/params.json 101
./13B/checklist.chk 154
./13B/consolidated.00.pth 13016334699
./13B/consolidated.01.pth 13016334699
./13B/params.json 101
./30B/checklist.chk 262
@probonopd
probonopd / Wayland.md
Last active May 21, 2024 08:47
Think twice about Wayland. It breaks everything!

Think twice before abandoning Xorg. Wayland breaks everything!

Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.

Wayland proponents make it seem like Wayland is "the successor" of Xorg, when in fact it is not. It is merely an incompatible alternative, and not even one that has (nor wants to have) feature parity (missing features). And unlike X11 (the X Window System), Wayland protocol designers actively avoid the concept of "windows" (making up incompr

@ctjhoa
ctjhoa / gist:127244335a1dc13100214f6076c8480e
Created September 23, 2020 23:00
Install percona without password archlinux

Install percona on archlinux without root password

Install packages

$ pacman -S percona-server-clients percona-server

Start mysql & connect