Skip to content

Instantly share code, notes, and snippets.

View mikaeldui's full-sized avatar
🏢
Working on something

Mikael Dúi Bolinder mikaeldui

🏢
Working on something
View GitHub Profile
@mikaeldui
mikaeldui / Fedora Intel Optane.md
Last active April 23, 2025 00:06 — forked from gabrieljcs/lvm-cache-fedora.md
Fedora LVM Cache for Intel Optane SSD

Fedora LVM Cache for Intel Optane

Did you know that LVM has built-in support for Intel Optane? Neither did I. It's a manual configuration though and it doesn't seem to be easy to do with BTRFS, so I simply went for EXT4.

Why would you want to enable the Optane cache? It supports super low latency no matter how much you use it while the big NVMe SSD is going to get slower the busier it is.

Note: I'm talking about laptop NVMe SSDs with built-in Optane cache. Mine is a Intel® Optane™ Memory H10 32GB + Intel® QLC 3D NAND SSD 512GB, M.2 80mm PCIe 3.0, which came pre-installed in my HP Spectre x360.

To start:

  1. Enter the UEFI and turn on ACHI for the SSD (I don't know if I did it as I forgot my UEFI password)
@mikaeldui
mikaeldui / League In-Game API.json
Created March 15, 2022 18:58 — forked from xadamxk/League In-Game API.json
All available in-game API endpoints as of Feb 1, 2020
{
"basePath": "/",
"consumes": [
"application/json",
"application/vnd.api+json",
"application/x-yaml",
"application/x-msgpack",
"application/octet-stream",
"application/x-www-form-urlencoded",
"multipart/form-data"
@mikaeldui
mikaeldui / rso.md
Created February 25, 2022 17:59 — forked from Henrik-3/rso.md
RSO

Implementing RSO

What information Riot needs to create your RSO client?

  1. Contact Emails
  2. Name of the company/service
    • Will also appear on the RSO Login Page
  3. Logo of the company/service
    • Should scale between 275x275 and 60x60
    • Suggested is an SVG, but PNG will also work
  • Will be displayed on light and dark backgrounds (see examples below)