Skip to content

Instantly share code, notes, and snippets.

View saphes's full-sized avatar
🚲

Aden LeQuire saphes

🚲
  • Michigan
  • 18:56 (UTC -04:00)
View GitHub Profile
@saphes
saphes / hkg.css
Created April 16, 2023 20:40
discord theme that switches default font for hk grotesk
/* references code from discord-dyslexia to change font
https://github.com/DiscordStyles/discord-dyslexia
*/
@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
::-webkit-input-placeholder, body, button, input, select, textarea {
font-family: 'Hanken Grotesk', sans-serif !important;
}
@saphes
saphes / keybase.md
Created April 8, 2021 00:49
keybase

Keybase proof

I hereby claim:

  • I am saphes on github.
  • I am nokkusuu (https://keybase.io/nokkusuu) on keybase.
  • I have a public key ASCKqI5BFSgrG0R3tRM0uo0_IbRkHgu31C8nuiSoUf2Bwwo

To claim this, I am signing this object:

what

this is a purple theme for soundcloud to go alongside pawelos076232's "quite dark" theme it's not perfect, but most orange things are now purple. some other things are cleaned up as well.
it must be hosted on github rather than userstyles as it imports a font.

how to install

if you're using chrome, install stylish for chrome.
if you're using firefox, install stylish for firefox.
if you're using something else, 😳.

Keybase proof

I hereby claim:

  • I am nokkusuu on github.
  • I am nokkusuu (https://keybase.io/nokkusuu) on keybase.
  • I have a public key whose fingerprint is 1F23 64D8 4CB4 164B 59C5 E511 6677 0D3C 5629 87EE

To claim this, I am signing this object:

@saphes
saphes / free_production_stuff.md
Last active October 9, 2019 15:05
Free stuff that might help with production idk
@saphes
saphes / microphones.md
Last active January 5, 2019 02:28
Some good microphones for a (kinda) cheap price.

Good Microphones under $100

Note: Some of these seem to require an XLR interface. Buy them at your own risk if you're not sure.

Audio-Technica ATR2500-USB [~USD$75-100]:

It's a USB microphone. A bit expensive, but it's really good. I personally own this one and use it on a daily basis. Comes with a stand, but it's not that great. Pop filter is strongly recommended. https://www.amazon.com/Audio-Technica-ATR2500-USB-Cardioid-Condenser-Microphone/dp/B004QJREXM/

Blue Snowball iCE [~USD$40-60]:

Very well known as a cheaper alternative to the Yeti.

/*
FIRST: MAKE SURE YOU HAVE IMAGEMAGICK INSTALLED
In this case, the variable imageBuffer represents a buffer containing image data to be processed.
It seems to work with most image filetypes, but I've had the most luck with PNG and JPEG.
The second parameter of the .in() method, in this case, is '50x50%', which means the source image will be scaled to 50% of its original size.
This can be changed to virtually anything, and you can even remove the % for pixel measurements.
The first parameter of the .toBuffer() method has to do with output format. Not sure what you'd put there for JPEG. It's probably 'JPEG' or 'JPG'.