User:BenjaminHare

From Wikipedia, the free encyclopedia

User committed identity[edit]

This hashed value can be used to confirm my ownership in case this Wikipedia account has been compromised. I can provide the string used to generate this hash and you use it to generate the same hash value. See Template:Committed_identity.

Committed identity: SHA-512 is c5c580e852057823f392e9093c0fac82aa12f2d26849b95d5eecc0b9ac68190dbc4cab57dec60c7606063370301c6f2d26d173baacdf4948242c1ffa0b1ece74 SHA-512 commitment to this user's real-life identity.

To generate the hash:

$ echo <secret-string> | sha512sum

Sandbox[edit]

Room to play. [citation needed]

When to create an article? When it's notable. The topic should be worthy of notice – meaning that it has received significant coverage in reliable sources that are independent of the subject.

Learning Wikitext[edit]

Citations and references[edit]

Christopher Claremont is an amazing comic book writer. [1] The reference tag is useful for two reasons; first, it's necessary to create a better document. Second, it's very easy to use. Simply put the reference into the document and let the PFM of MediaWiki handle the rest. No need to waste time with numbering or formatting of your references.

Markup examples[edit]

This entire line is in italics. This entire line is in bold text, which is more annoying than the previous line. 'Stand back; italics and bold. Crom have mercy upon our souls.' Mitra preserve us! Underlined text. Look, small text. Amazingly useless. Great, big text as well. Why? Finally, something useful. Interesting, subscript. Even better, superscript.

Help document about formatting.

Variables[edit]

Wikipedia supports variables.

2024 04 April 16 16 Tuesday 15:01 BenjaminHare Wikipedia

Tables are keen[edit]

Never forget that tables are amazing. Essential tabular information at Wikipedia Table help page.

Windows debug symbols[edit]

For a long time I've been bothered by not being able to look at threads and thread stacks because I do not have the Windows kernel symbols installed. Every time I try to get them installed I either don't have the necessary time or don't fully understand the process. Thus, I'm creating this documentation when I do have the time in hopes that I'll be able to leverage it in the future.

  1. Set up a VM
  2. Gather all of the necessary software
  3. Install Windows SDK
    1. Run sdksetup.exe → install any pre-requisites if prompted to do so → a restart will probably be required.
    2. Re-run sdksetup.exe
      • Choose Download the Windows Software Development Kit for installation a separate computer because this will save you time next time you need to install it
      • Select only Debugging Tools for Windows
    3. Run the newly downloaded sdksetup.exe; note that the next time you can just start by running this → Ignore the warning about .NET Framework 4.5 missing → Install (note the only option available is Debugging Tools for Windows.)
      • sdksetup.exe /features + /q /norestart /ceip on
  4. Download system symbols for debugging[2]
    1. Set the _NT_SYMBOL_PATH variable
      • Set _NT_SYMBOL_PATH = symsrv*symsrv.dll*N:\INSTALLS\Applications\Microsoft\sdk\symbols*http://msdl.microsoft.com/download/symbols
    2. Run WinDbg → File → Symbol File path →
      SRV*N:\INSTALLS\Applications\Microsoft\sdk\symbols*http://msdl.microsoft.com/download/symbols
    3. Manually download the symbols. Note that this command is the same regardless of x86 or x64 architecture, though the location of the symchk executable is different. This command uses the _NT_SYMBOL_PATH variable, so be sure it's set first.
      • symchk /r %WINDIR%\system32 /s SRV*N:\INSTALLS\Applications\Microsoft\sdk\symbols*http://msdl.microsoft.com/download/symbols
  5. Run Process Explorer and confirm that symbols are working correctly

Advanced Query Syntax AQS[edit]

  • type:mp3 NOT folder:music → Finds all files of type MP3 but excludes and folder names containing the word music
  • type:mp3 NOT folder:music date:<this year → Greater-than "this year"

See the AQS documentation (and specifically the comments) for a vitriolic example of useful feedback.

Useful WP links[edit]

Gems of wikipedia[edit]

Every once in a while I stumble across an example of why Wikipedia is great.

  • Toledo War → a bloodless land dispute between Michigan and Ohio
  • Gaahl → a man whose real life reads like fiction
  • Works by Aristotle → Possibly the single most useful page I've ever seen on Wikipedia.

References[edit]

  1. ^ Some reference text citing this.
  2. ^ http://support.microsoft.com/kb/311503?wa=wsignin1.0