Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am eamsden on github.
  • I am eamsden (https://keybase.io/eamsden) on keybase.
  • I have a public key whose fingerprint is 6FA5 00CE 4194 245E 06F0 01C9 E074 79F9 00EE 0E0B

To claim this, I am signing this object:

Feb 05 20:28:08 edward-confessor .gnome-session-wrapped[2247]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Feb 05 20:28:08 edward-confessor gnome-session[2247]: .gnome-session-wrapped[2247]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
Feb 05 20:28:08 edward-confessor gnome-session[2247]: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Feb 05 20:28:08 edward-confessor gnome-session[2247]: ** (gnome-settings-daemon:2263): WARNING **: AT-SPI: Could not obtain desktop path or name
Feb 05 20:28:08 edward-confessor gnome-session[2247]: ** (gnome-settings-daemon:2263): WARNING **: atk-bridge: GetRegisteredEvents returned message with unknown signature
Feb 05 20:28:08 edward-confessor gnome-session[2247]: ** (gnome-settings-daemon:2263): WARNING **: atk-bridge: get_device_events_reply: unknown signature
Feb 05 20:28:08 edw
[ 59.208]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 59.208]
X.Org X Server 1.16.2.901 (1.16.3 RC 1)

Keybase proof

I hereby claim:

  • I am eamsden on github.
  • I am eamsden (https://keybase.io/eamsden) on keybase.
  • I have a public key whose fingerprint is E42D 2F18 17F5 D3F0 5B10 25A2 BD81 DC0A 4E97 3FE6

To claim this, I am signing this object:

@eamsden
eamsden / Test.idr
Created December 29, 2013 19:59
Simple Idris source for testing things related to metavariables
module Test
fact2 : Nat -> Nat
fact2 Z = S Z
fact2 (S n) = let n' = S n in ?fct
@eamsden
eamsden / gist:5406568
Created April 17, 2013 18:27
Debugging output from accelerate-multidev TestSPMD failure on backend-kit test p2a
ERROR: user error (Pattern match failure in do expression at Data/Array/Accelerate/BackendKit/SPMD.hs:88:3-12)
run test 6 p2a:
Prog {progBinds = [ProgBind tmp_0_shape (TArray 0 (TTuple [])) () (Right (Unit (ETuple [])))], progResults = WithoutShapes [tmp_0_shape], progType = TArray 0 (TTuple []), uniqueCounter = 0, typeEnv = fromList [(tmp_0,TArray 0 TWord)]}