Skip to content

Instantly share code, notes, and snippets.

View nuzzyfutts's full-sized avatar

Aimal Wajihuddin nuzzyfutts

  • The D.E. Shaw Group
  • Jersey City, NJ
View GitHub Profile
@nuzzyfutts
nuzzyfutts / keybase.md
Created March 21, 2018 03:21
Keybase verification

Keybase proof

I hereby claim:

  • I am nuzzyfutts on github.
  • I am aimal (https://keybase.io/aimal) on keybase.
  • I have a public key ASAprfdReh2XHxde-QBeCDgywTbdy8_lOk3wJIpZvaSVQwo

To claim this, I am signing this object:

@nuzzyfutts
nuzzyfutts / team_mission.md
Last active May 6, 2019 20:46
My topic notes for cs615 team mission

Black Team

The Black Team focuses on correctness and quality. The team assures that programs and protocols follow their specification, that adequate documentation exists, that systems implement solutions correctly and according to the highest quality standards. Shortcuts are not appreciated, and correctness must be proven, not assumed.

Software Installation Concepts

  • OS’s have many different types of software that they use: kernel, drivers, firmware, compilers, server applications, databases, etc.
    • For the black team, it is important that all the software meets certain qualifications
      • Not given or installed with extraneous permissions (don’t use sudo if you don’t have to)
  • They run in the right space
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>
# README
# 
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
#
# In addition, I recommend the
# [Tomorrow Night theme](https://github.com/chriskempson/tomorrow-theme) and, if
# you're using it on Mac OS X, [iTerm 2](http://www.iterm2.com/) over
# Terminal.app - it has significantly better color fidelity.