Skip to content

Instantly share code, notes, and snippets.

@spacepluk
spacepluk / config.plist
Last active January 5, 2020 16:02
config.plist
<?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>ACPI</key>
<dict>
<key>AutoMerge</key>
<true/>
<key>Comment-DisabledAML</key>
<string>Disable other forms of CPU PM due to SSDT/Generate/PluginType=true</string>
{
"EventNamespace": "com.playfab.events.sessions",
"OriginalTimestamp": "2019-11-18T22:47:06.611Z",
"OriginalEventId": null,
"PayloadJSON": "{\"FocusID\":\"f01dfdba-8675-47e9-9d60-3dbe472ac246\",\"FocusState\":true,\"FocusStateDuration\":561.996689,\"EventTimestamp\":\"2019-11-18T22:47:06.611Z\",\"ClientSessionID\":\"84709cb6-cf0d-44de-a8a9-e176c999b7d3\"}",
"WriterEntity": null,
"EntityLineage": {
"NamespaceId": "D2F9933866DEBBCA",
"TitleId": "A1D01",
"MasterPlayerAccountId": "D653A22B7F876F73",
Verifying dependencies for importer@0.1.0
Info: Dependency on atoz@any version already satisfied
Verifying dependencies for atoz@2580.0.0
Info: Dependency on sigv4@>= 1.0.4 already satisfied
Verifying dependencies for sigv4@1.0.4
Info: Dependency on nimcrypto@>= 0.4.0 already satisfied
Verifying dependencies for nimcrypto@0.4.9
Info: Dependency on https://github.com/disruptek/rest.git@>= 1.0.0 already satisfied
Verifying dependencies for rest@1.0.3
Info: Dependency on foreach@>= 1.0.0 already satisfied
@spacepluk
spacepluk / keybindings.json
Created October 21, 2018 11:10
keybindings.json
[
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
},
{
@spacepluk
spacepluk / settings.json
Created October 21, 2018 11:08
vscode settings
{
"workbench.colorTheme": "Monokai Pro",
"workbench.iconTheme": "vscode-great-icons",
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle",
"zenMode.centerLayout": false,
"editor.codeLens": false,
"editor.fontFamily": "'Ubuntu Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",

Clojure Metal Wishlist

  • Seamless interop with C/C++
  • Reasonable Binary sizes (Dead Code Elimination)
  • Memory/CPU Efficient
  • Cache efficient data structures
  • Deterministic performance characteristics (Optional GC)
  • Simple interpreter for restricted platforms (iOS, etc.)
  • REPL and hot code reloading (interpreted and native)

Secret Mojo Recipe

I'm about to share with you the most important piece of knowlege that's been passed down generation to generation through millennia in the Canary Islands: the recipe of Mojo Picón.

This secret sauce is known to have beneficial effects on your health and it instantly improves any food. It doesn't really matter what other food you add to your Mojo, but it is usually combined with "Papas arrugás" because they are cheap and readily available and also have magical properties when prepared

diff --git a/PKGBUILD b/PKGBUILD
index 04f1ab6..d9e6d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,11 @@ package() {
cp -r "Resources"/* "$pkgdir/usr/share/renoise-$pkgver"
install -Dm 755 "renoise" "$pkgdir/usr/bin/renoise3"
- install -Dm 644 "Installer/renoise.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/renoise3.png"
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon16.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/renoise3.png"
../../.build/osx64_clang/bin/examples.app/Contents/MacOS/examplesDebug:
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.5.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 22.0.0)
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.11.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Metal.framework/Versions/A/Metal (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility v
* thread #7, stop reason = EXC_BAD_ACCESS (code=1, address=0x3b0)
* frame #0: 0x00007fff467c3e2d libGL.dylib`glGetString + 15
frame #1: 0x000000010026aba8 examplesDebug`bgfx::gl::getGLString(_name=7936) at renderer_gl.cpp:1045
frame #2: 0x0000000100246993 examplesDebug`bgfx::gl::RendererContextGL::init(this=0x00000001226f1000, _init=0x000070000e5172a8) at renderer_gl.cpp:1804
frame #3: 0x0000000100246859 examplesDebug`bgfx::gl::rendererCreate(_init=0x000070000e5172a8) at renderer_gl.cpp:3983
frame #4: 0x000000010021d090 examplesDebug`bgfx::rendererCreate(_init=0x000070000e5172a8) at bgfx.cpp:2204
frame #5: 0x000000010021d2e2 examplesDebug`bgfx::Context::rendererExecCommands(this=0x0000000120fad040, _cmdbuf=0x0000000122476858) at bgfx.cpp:2255
frame #6: 0x000000010021ca85 examplesDebug`bgfx::Context::renderFrame(this=0x0000000120fad040, _msecs=-1) at bgfx.cpp:1906
frame #7: 0x000000010021c803 examplesDebug`bgfx::Context::swap(this=0x0000000120fad040) at bgfx.cpp:1846
frame #8: