<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>necessary and sufficient</title>
	<link>http://shortbus.org/bloggin</link>
	<description>internet is so computer</description>
	<lastBuildDate>Tue, 08 Dec 2009 19:44:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>disabling anti-aliased fonts in netbeans on osx</title>
		<description><![CDATA[it&#8217;s harder than you might think, and i haven&#8217;t found a perfect solution, but i&#8217;m pretty close.
in eclipse, likely because of swt&#8217;s use of jni to use os-native forms, you can simply set an application-specific anti-aliasing threshold for the application:
defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 20
and this more or less works (thanks to tim for pointing this [...]]]></description>
		<link>http://shortbus.org/bloggin/2009/12/08/disabling-anti-aliased-fonts-in-netbeans-on-osx/</link>
			</item>
	<item>
		<title>enable screen sharing remotely in osx</title>
		<description><![CDATA[I forget how to do this all the time, so I&#8217;m sticking the command here.
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app\
/Contents/Resources/kickstart -activate -configure -access -on -users admin \
-privs -all -restart -agent -menu
will enable screen sharing for all admin users. More specific options are available from the kickstart command&#8217;s -help option.
]]></description>
		<link>http://shortbus.org/bloggin/2009/08/26/enable-screen-sharing-remotely-in-osx/</link>
			</item>
	<item>
		<title>people pooping all over san francisco</title>
		<description><![CDATA[nyc is gross, but at least its bums have a little class.]]></description>
		<link>http://shortbus.org/bloggin/2009/08/26/sf-street-pooping/</link>
			</item>
	<item>
		<title>one-window safari</title>
		<description><![CDATA[There is a way to force Safari to live with one window only- Apple has, true to form, hidden this functionality away in hidden preferences. Run the following in Terminal:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
..and Safari will no longer create new windows unless you ask it to. (via eNik)
]]></description>
		<link>http://shortbus.org/bloggin/2009/07/13/one-window-safari/</link>
			</item>
	<item>
		<title>Apple&#8217;s X11 Keymap and virt-manager</title>
		<description><![CDATA[Apple&#8217;s default X11 key mapping causes trouble when using virt-manager on the local X server. For reasons unknown to me, Apple maps the option/alt key to Mode_switch, meaning that when virt-manager grabs the cursor, it&#8217;ll never let go, as there&#8217;s no way of sending Ctrl+Alt to it- apparently it works explicitly off of keysyms instead [...]]]></description>
		<link>http://shortbus.org/bloggin/2009/06/01/apples-x11-keymap-and-virt-manager/</link>
			</item>
	<item>
		<title>Auto-starting Xen/xVM domains in OpenSolaris</title>
		<description><![CDATA[Normally, when using Red Hat&#8217;s tools (which like everyone else Sun has ripped off wholesale) this is exposed in virt-manager and virsh, but the versions that Sun has brought over from Redhat lag quite a bit behind upstream, so you have to dig in below the convenience tools. Shut down your guest, then use xm [...]]]></description>
		<link>http://shortbus.org/bloggin/2009/05/19/auto-starting-xenxvm-domains-in-opensolaris/</link>
			</item>
	<item>
		<title>making a manifest for SMF</title>
		<description><![CDATA[Sun is an incredibly frustrating company. A number of the new features introduced in Solaris 10 are very excellent, but I find all the Solaris userland a huge shitpile compared to my familiar GNU tools. Furthermore, the documentation for the aforementioned excellent features is pretty lacking at times, meaning a lazy dude like me gets [...]]]></description>
		<link>http://shortbus.org/bloggin/2008/10/22/making-a-manifest-for-smf/</link>
			</item>
	<item>
		<title>how to un-shoot your foot</title>
		<description><![CDATA[Recently I shot myself in the foot pretty bad. We have a ~12TB data array that was set up as a raw LVM2 device- no partition table. There were some issues with one of the cluster members, so I went to rescue boot to attempt to correct it. Redhat&#8217;s rescue boot, in the name of [...]]]></description>
		<link>http://shortbus.org/bloggin/2008/09/29/dm-mapper-how-to-un-shoot-your-foot/</link>
			</item>
	<item>
		<title>apple&#8217;s dirty little python secret</title>
		<description><![CDATA[From man python on OS X 10.5 (and probably before):
INTERACTIVE INPUT EDITING AND HISTORY SUBSTITUTION
       The Python inteterpreter supports editing of the current input line and
       history substitution, similar to facilities found in the Korn shell and
       [...]]]></description>
		<link>http://shortbus.org/bloggin/2008/07/29/apples-dirty-little-python-secret/</link>
			</item>
</channel>
</rss>
