Skip to content

Instantly share code, notes, and snippets.

View xypnox's full-sized avatar
:shipit:
Things and stuff.

xypnox xypnox

:shipit:
Things and stuff.
View GitHub Profile
@xypnox
xypnox / themes.md
Last active February 28, 2024 07:12
Sample themes
@xypnox
xypnox / deep work.md
Created September 4, 2019 18:51
Deep Work - Notes

Deep Work

Cal Newport

These notes are specific to me, I have cherry picked the points that I find most important. Thus, it is an incomplete summary of Deep work. It is however, thorough enough for me. I would suggest reading the book and making your own notes before going through mine.


Deep Work: Professional activities performed in a state of distraction-free concentration that push your cognitive capabilities to their limit. These efforts create new value, improve your skill, and are hard to replicate.

Internet Artifacts

The Hacker's Dictionary

@BEGIN (primarily CMU) with @END, used humorously in writing to indicate a context or to remark on the surrounded text. From the SCRIBE command of the same name. For example: @Begin(Flame)
Predicate logic is the only good programming language. Anyone who would use anything else is an idiot. Also, computers should be tredecimal instead of binary. @End(Flame)

ANGLE BRACKETS (primarily MIT) n. Either of the characters "<" and ">". See BROKET.

AOS (aus (East coast) ay-ahs (West coast)) [based on a PDP-10 increment instruction] v. To increase the amount of something. "Aos the campfire." Usage: considered silly. See SOS.

@xypnox
xypnox / Automation.md
Last active August 4, 2022 07:44
Automation Notes

Automation

We solve something that infuriates us everyday.

Linked In automation

let elems = document.getElementsByClassName('js-discover-person-card__action-btn'), i = 0;
while(i++< elems.length){
	console.log("Yo we hack and stuff");

Keybase proof

I hereby claim:

  • I am xypnox on github.
  • I am xypnox (https://keybase.io/xypnox) on keybase.
  • I have a public key ASAJxN1EdigyMwF7qW4LVNSjpYaIelBk502RLYFnIpdjHQo

To claim this, I am signing this object:

@xypnox
xypnox / ffx_userstyle.css
Created April 12, 2021 14:40
Gmail user style
// out:gmail-dark.css,sourcemap:false,compress:false
/* ==UserStyle==
//TO GET FULL CUSTOMIZATION OF THIS STYLE, PLEASE ADD IT FROM THE GITHUB PAGE AS USERCSS
@name New Gmail Dark Theme Tweaks - Gmail 2018
@namespace Jack Buehner
@homepageURL https://github.com/jackbuehner/gmail-dark-modifications
@supportURL https://github.com/jackbuehner/gmail-dark-modifications/issues/
@updateURL https://raw.githubusercontent.com/jackbuehner/gmail-dark-modifications/master/gmail-dark.less.user.css
@version 2.5.1
@xypnox
xypnox / update.sh
Created March 21, 2021 22:06
update.sh
#!/bin/bash
gstatus=`git status --porcelain | head -n 20`
if [ ${#gstatus} -ne 0 ]
then
git add --all
git commit -m "Auto Commit" -m "$gstatus"
git push
@xypnox
xypnox / compton.conf
Created October 11, 2018 16:58
Compton Configuration file
fading = true; # Fade windows during opacity changes.
inactive-opacity = 0.8;
active-opacity = 0.9;
opacity-rule = [
"99:class_g = 'Firefox'",
"99:class_g = 'eom'"
];
@xypnox
xypnox / HN.md
Last active January 25, 2021 23:24
HN but it is not an eyesore

HN but it is not an eyesore

Use Stylus, copy the CSS, tweak colors etc.