Skip to content

Instantly share code, notes, and snippets.

View ELLIOTTCABLE's full-sized avatar
🐫

ELLIOTTCABLE

🐫
View GitHub Profile
@ELLIOTTCABLE
ELLIOTTCABLE / gist:096063a5e7eeadd8b82d
Created August 28, 2015 22:01
guise I sent an e-mail
To cover some of my previous work in Ruby, here's a couple old projects:
- Speck, Spark, and Slack are very simple; but they're also some of the cleanest, most
approachable code I'd written up until then. I'm still fairly proud of them, even if they're not
tricky or sophisticated (well, except a couple lines of Slack.):
<http://ell.io/tt$Speck> <http://ell.io/tt$Slack> <http://ell.io/tt$Spark>
- In a similar vein (‘simple, but hopefully evident of my desire for clean, communicative code’),
two more small libraries / tools: <http://ell.io/tt$Nfoiled> and <http://ell.io/tt$git-blog>
@ELLIOTTCABLE
ELLIOTTCABLE / ToggleExtraWhitespace.vim
Last active August 29, 2015 14:26
Some VimScript to *toggle* the hilighting of unwanted trailing whitespace.
" This toggles the hilighting of trailing-whitespace.
fun! ToggleExtraWhitespace()
if exists('b:ews') && b:ews == 1
"echom "Disabling trailing-whitespace hilighting in" bufnr('%') "..."
let b:ews=0
call HighlightExtraWhitespace()
"echom "-- Removing ExtraWhitespace augroup"
au! ExtraWhitespace
┌───────────────────────────────────────────────────────────────────┐
│ a Thing │
│ ▰▰▰▰▰▰▰ │
│ .custodians ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ┼─ ── ── ── ── LiabilityFamily
│ ┕ A set of *currently* responsible Executions (via Liabilities.) │
│ │ [ LiabilityFamily, ]
│ .delegators ╱supers╱ ── ── ── ── ── ── ── ── ── ── ── ── ── ── ── ┼─ ── ─[ LiabilityFamily, ... ]
│ ┕ Inverted list of any *previously*-responsible parties who put │
│ their responsibility on-offer, also via LiabilityFamilies. (The │
│ first element may be the same as the current custodian(s).) │
@ELLIOTTCABLE
ELLIOTTCABLE / 1.template.html
Last active August 29, 2015 14:25
Tumblr template for log.paws.mu
<html>
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<link rel="stylesheet" type="text/css"
href= "http://static.tumblr.com/xxqfjcb/UhBnrqih4/template.css">
<style type="text/css" media="screen">
{CustomCSS}
</style>
@ELLIOTTCABLE
ELLIOTTCABLE / private.xml
Created July 18, 2015 04:21
Karabiner's “Change left command key to left control key (only in Terminal)”, improved with exclusions for common OS X global hotkeys.
<?xml version="1.0"?>
<root>
<modifierdef>PHYSICAL_COMMAND_L</modifierdef>
<item>
<name>Change left command key to left control key (only in Terminal)</name>
<appendix>+ Retain command-space (Spotlight)</appendix>
<appendix>+ Retain command-tab (app-switch)</appendix>
<appendix>+ Retain command-` (window-switch)</appendix>
Process: Tweetbot [28584]
Path: /Applications/Tweetbot.app/Contents/MacOS/Tweetbot
Identifier: com.tapbots.TweetbotMac
Version: 2.0.2 (20200)
App Item ID: 557168941
App External ID: 812709022
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Tweetbot [28584]
User ID: 501
> DFHACK_LOG_MEM_RANGES=1 /opt/homebrew-cask/Caskroom/dwarf-fortress/0.40.24/df_osx/dfhack
dfhack: attempting to hook in
Loading bindings from data/init/interface.txt
New window size: 640x300
Font size: 8x12
Resizing grid to 80x25
Resizing font to 8x12
Resetting textures
@ELLIOTTCABLE
ELLIOTTCABLE / 1.CLI-output
Last active August 29, 2015 14:23
DFhack crash report (part one)
> /opt/homebrew-cask/Caskroom/dwarf-fortress/0.40.24/df_osx/dfhack
dfhack: attempting to hook in
Loading bindings from data/init/interface.txt
New window size: 640x300
Font size: 8x12
Resizing grid to 80x25
Resizing font to 8x12
Resetting textures

Written as a response to: opal/opal#941


I want to put some effort into separating what I see as two different things, here.

Btw, half of this discussion wouldn't happen without the very harsh and personal answer @meh wrote when closing the issue. That answer express exactly what are his opinions about (the lack of) tech diversity. If this doesn't prove how individuals opinions are pervasive in OSS culture (not only tech), I don't know what does.

The issue was on the issue tracker of Opal, and the issue wasn't related to Opal, it was related to differing opinions of @CoralineAda and @elia, on words said outside of Opal.

[root@alarmpi ~]# lsmod
Module Size Used by
8192cu 501357 0
[root@alarmpi ~]# dmesg | grep 8192cu
[ 12.124459] usbcore: registered new interface driver rtl8192cu
[root@alarmpi ~]# lsusb
Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter