Skip to content

Instantly share code, notes, and snippets.

View giorgi-o's full-sized avatar
💭
Loading...

Giorgio giorgi-o

💭
Loading...
View GitHub Profile
@giorgi-o
giorgi-o / tunes.bat
Last active December 13, 2022 15:42
Command-line music player with autoplay, using yt-dlp and mpv
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
:: make sure yt-dlp.exe and mpv.exe are either in the same folder as this script, or in PATH
:: volume percentage
SET VOLUME=40
SET /p "INPUT=CD Player activated: "
if "%INPUT%"=="" exit /b 1
@giorgi-o
giorgi-o / Valorant vs 3rd party devs.md
Last active September 3, 2023 21:43
Writeup: Riot Games vs The Valorant third-party dev community

Hi! 👋

I’m Giorgio, and I created and maintain a popular Valorant store checker called SkinPeek. I’d like to write a few paragraphs on the state of Valorant, specifically regarding how they treat the third-party developer community surrounding the game.

I first want to address the elephant in the room. You may have seen this tweet posted by the official Valorant twitter a while back:

image

This was probably the biggest spit in the face from Riot to us passionate community devs, and shows how little this multi-billion company actually cares about its ecosystem nowadays, despite once being best-in-class in terms of supporting third-party devs.

For those wondering, no this does not mean you’ll get banned for using SkinPeek, although I’ll talk more about that later on. But first, I would like to give

@giorgi-o
giorgi-o / discord tic tac toe.js
Last active March 23, 2023 10:49
Discord Tic Tac Toe using Buttons (Components)
/**
* Tic Tac Toe using Discord's new components!
* https://reddit.com/r/discordapp/comments/nn733r
*
* Discord released their "components" feature yesterday,
* and I thought I might as well create something to
* try and learn how to use them, so here we go.
* This version doesn't even check for a winner lol.
*
* NOTE: As of 28/05, THIS WILL NOT WORK on the