Check out my first novel, midnight's simulacra!

Hack on: Difference between revisions

From dankwiki
No edit summary
Line 24: Line 24:
==Things I wish I'd never learned, and very cool things, in a stub-dense pile==
==Things I wish I'd never learned, and very cool things, in a stub-dense pile==
Can you guess which are which (sometimes it changes)?
Can you guess which are which (sometimes it changes)?
* [[X Macros]], [[ISO C99]], [[rpaths]], [[GCC|gcc]] notes, [[GNU Make|gmake]] notes
* [[X Macros]], [[ISO C99]], [[rpaths]], [[GCC|gcc]] notes, [[GNU Make|gmake]] notes.
* [[glibc]], other [[interesting libraries]], [[working with libraries]], some implementing interfaces like [[pthreads]].
* [[glibc]], other [[interesting libraries]], [[working with libraries]], some implementing interfaces like [[pthreads]].
* [[Linux APIs]], [[FreeBSD APIs]], [[ELF]] (which is not, in itself, an API)
* [[Linux APIs]], [[FreeBSD APIs]], [[ELF]] (which is not, in itself, an API).
* The [[cpuid]] instruction, [[SMP on x86]], [[Performance Counters]], [[simulators]]
* The [[cpuid]] instruction, [[SMP on x86]], [[Performance Counters]], [[simulators]].
** Simulators ought not be confused with the [[4000 Linux VT Solutions]]
** Simulators ought not be confused with the [[4000 Linux VT Solutions|4,000 Linux VT Solutions]]!
* Getting into [[ARM]]. Getting into [[ACPI]]. Getting into [[Architecture]].
* Getting into [[ARM]]. Getting into [[ACPI]]. Getting into [[Architecture]].
* [[Lamport's Hash]], [[Lamport's Clock]], [[Skip Lists]], I will put thoughts about [[automata|automata here]], [[Dijkstran Method]]
* [[Lamport's Hash]], [[Lamport's Clock]], [[Skip Lists]], I will put thoughts about [[automata|automata here]], [[Dijkstran Method]].
* [[Flash]] sucks. Need get a handle on [[Compiler Design]] by tomorrow's midterm.
* [[Flash]] sucks. Need get a handle on [[Compiler Design]] by tomorrow's midterm.
* [[Trees]] for smoking and computing. [[Lock-free algorithms|lock- and wait-free]] algorithms. [[Cache-oblivious algorithms]]. [[RCU]]
* [[Trees]] for smoking and computing. [[Lock-free algorithms|lock- and wait-free]] algorithms. [[Cache-oblivious algorithms]]. [[RCU]].
* [[Allocators]] get us that free store, son (usually through a [[DRAM]]-backed VM)
* [[Allocators]] get us that free store, son (usually through a [[DRAM]]-backed VM)!
** Said VM ''might'' implement [[transactional memory]], and ''almost certainly'' works on [[pages]]
** Said VM ''might'' implement [[transactional memory]], and ''almost certainly'' works on [[pages]].
* Via [[Grover's Algorithm]], we might be able to discover the monster at the end of this quantum book.
* Via [[Grover's Algorithm]], we might be able to discover the monster at the end of this quantum book.
* [[Jefferson's Time Wrap]] algorithm, and while we're at it, [[timer wheels]] and even [[x86 timing]].
* [[Jefferson's Time Wrap]] algorithm, and while we're at it, [[timer wheels]] and even [[x86 timing]].
* Writing high-performance, scalable [[Fast UNIX Servers|UNIX system applications]] is a passion of mine.
* Writing high-performance, scalable [[Fast UNIX Servers|UNIX system applications]] is a passion of mine.
* Let's get bipartite, bipartite...with [[bip buffers]]. [[Ling adders]]. [[Blum's axioms]].
* Let's get bipartite, bipartite...with [[bip buffers]].
* [[Ling adders]], [[Blum's axioms]], and [[Rice's Theorem]] are all named after people smarter than me...
** ...as are [[Chaitin's Constant]] and [[Kolmologorv complexity]], though not the [[Speed Prior]].
* [[Questions|Questions?]]
* [[Questions|Questions?]]



Revision as of 00:26, 15 August 2009

This is the home server of Nick Black aka Nick tfm Black aka dankamongmen aka the dankest aka Admiral Diggities, located at 33°77′N, 84°38′W in the heart of Midtown Atlanta, GA. This wiki is primarily for my personal use, but open to public viewing in case anything generally helpful emerges (and to fight the search engine presence of the hated nick black band, who're very much on the enemy list). I make no guarantees concerning correctness, relevance, or timeliness of the information contained herein. I've started this project only recently (February 2008), and while it is growing quickly, most articles are by necessity stub links. If you are stalking me, you'd do better consulting my blog at LiveJournal, or my MySpace / Facebook. Sometimes I edit Wikipedia articles, as well, and I love to review books on GoodReads. I'm pondering a new, strictly technical blog over at Money. Cache. Hoes..

qemfd.net

Projects?

UNIX

Things I wish I'd never learned, and very cool things, in a stub-dense pile

Can you guess which are which (sometimes it changes)?

Networking