Skip to content

Instantly share code, notes, and snippets.

View hillna's full-sized avatar

Nick Hill hillna

  • Openly
  • Philadelphia, PA
View GitHub Profile
@davidrios
davidrios / factorio-science-blueprints.md
Last active July 24, 2022 19:59
Factorio science pack blueprints

Factorio science pack blueprints

These are compact blueprints to produce 36/m of each science pack (excluding space packs).

36/m of each of the first six science packs is aproximately what a single iron ore mine of aprox. 6m is capable of sustaining.

Automation (red):

preview

@ndarwincorn
ndarwincorn / Developer_Guide.md
Last active April 4, 2022 18:22
Generalized Developer Guide

Software Development: An Overview

Adapted from Jake's writings specific to the MedInsight development team. This is a living document, pull requests are welcome.

The goal of this document is to describe:

  • A general philosophy
  • Advice for being a good software developer
  • Skills that you should have after approximately a year of full-time developer work, depending on field/responsibilities

Communication

@bitjockey42
bitjockey42 / mopidy.md
Created April 20, 2014 16:39
An installation and setup guide for mopidy on Arch Linux.

Mopidy on Arch Linux

mopidy

Installation

Install from the AUR.

@jboner
jboner / latency.txt
Last active July 17, 2024 03:12
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD
@yevgenko
yevgenko / .Xdefaults
Created August 24, 2011 02:58
URxvt settings with solarized theme
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight