Skip to content

Instantly share code, notes, and snippets.

View heapwolf's full-sized avatar
🕷️
Vault of the Black Spiders

heapwolf heapwolf

🕷️
Vault of the Black Spiders
View GitHub Profile
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: _brcmf_set_multicast_list: Setting BRCMF_C_SET_PROMISC failed, -12
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbuf_tx_ioctl: Failed to reserve space in commonring
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbuf_tx_ioctl: Failed to reserve space in commonring
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbuf_tx_ioctl: Failed to reserve space in commonring
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: _brcmf_set_multicast_list: Setting mcast_list failed, -12
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbuf_tx_ioctl: Failed to reserve space in commonring
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: _brcmf_set_multicast_list: Setting allmulti failed, -12
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbuf_tx_ioctl: Failed to reserve space in commonring
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: _brcmf_set_multicast_list: Setting BRCMF_C_SET_PROMISC failed, -12
Jun 04 17:39:05 ghost kernel: ieee80211 phy1: brcmf_msgbu
-- Logs begin at Wed 2019-05-22 23:11:34 CEST, end at Tue 2019-06-04 22:57:59 CEST. --
Jun 03 23:24:00 ghost chromium.desktop[1002]: [2945:2945:0603/232400.864178:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
Jun 03 23:28:43 ghost dbus-daemon[963]: [session uid=1000 pid=963] Activating via systemd: service name='org.freedesktop.Tracker1' unit='tracker-store.service' requested by ':1.52' (uid=1000 pid=1259 comm="/usr/lib/tracker-miner-fs ")
Jun 03 23:28:43 ghost systemd[945]: Starting Tracker metadata database store and lookup manager...
Jun 03 23:28:43 ghost dbus-daemon[963]: [session uid=1000 pid=963] Successfully activated service 'org.freedesktop.Tracker1'
Jun 03 23:28:43 ghost systemd[945]: Started Tracker metadata database store and lookup manager.
Jun 03 23:28:43 ghost dbus-daemon[963]: [session uid=1000 pid=963] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.52' (uid=1000 pid=1259 comm="/u

FAST KEYBOARD

gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 11
gsettings set org.gnome.desktop.peripherals.keyboard delay 160
set -g prefix C-a
unbind-key C-b
#
# New splits should start with the same cwd
#
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
#
auto fib = [&](auto&& fib, int n) {
if (n < 3) {
return 1;
}
return fib(fib, n - 1) + fib(fib, n - 2);
};
fib(fib, 45);
hi clear
set background=dark
hi FileDescription ctermfg=238 ctermbg=228
match FileDescription /DESCRIPTION/
hi Normal ctermfg=0 ctermbg=15
hi CursorLine ctermbg=242
hi CursorLineNr ctermfg=242
hi Boolean ctermfg=242
@heapwolf
heapwolf / policy.md
Last active April 12, 2019 15:41
Possible start of a strawman for node security policies

A node security policy is similar in concept to a CSP.

~/policy.json

{
  "sha384-...": { // <- this is the hash of a source (which self describes its hashing algorithm)
    fs: [ // <- this is an "entitlement", it's a whitelist (an array of objects)
      {
 path: "/home/alice/**/*", // &lt;- this is a "resource" (a filesystem path)
class foo extends Tonic {
stylesheet() {
return `
.tonic--foo--show {
display: block;
}
`
}
style () {

Keybase proof

I hereby claim:

  • I am hxoht on github.
  • I am 0x00a (https://keybase.io/0x00a) on keybase.
  • I have a public key ASDHAOZ-pTXOxjizm5N2zWrrZ0zBmS6lqPdyZnaVAzelqgo

To claim this, I am signing this object: