Anxiety resources

Comments

Here are some useful resources for dealing with anxiety; some of these work better than others. Feel free to try different things out, or suggesting other things in the comments!

Read more…

AMAB-to-neutrois GRS

Comments

While nearly anyone who has heard of anything regarding transgender issues has heard of the more “traditional” GRS for AMAB people (used to construct a neovagina and labia from existing penile/scrotal tissues), this procedure does not cover the bases for every AMAB person. In particular, a growing number of non-binary-identified people — in particular, ones with a neutrois identity — are much more interested in simply eschewing their external genitalia entirely.

Although controversial, there are now a few surgeons who will, under the right circumstances, provide this sort of surgery. In January of 2017 I had this procedure done with Dr. Peter Davis in Palo Alto.

Disclaimer

This is a thing that I did because it was right for me, and I knew very well that it was what I needed. I am providing this information as a helpful resource for those who need it. There isn’t any one right way to be trans or nonbinary, and what’s right for me isn’t necessarily right for anyone else.

Updates

2020-04-16: I have added some frequently-asked questions to the FAQ section. Please check that before posting a comment! Thanks.

2020-12-12: Updated the surgeon list.

2021-05-26: Added some updates regarding post-operative care.

2022-09-01: Added some notes on pronouns, cleaned up some awkward phrasing, and updated some stuff regarding my long-term healing.

2022-09-09: Added some information about AFAB-to-neutrois (aka FtN) practitioners.

2023-01-09: As noted in the comments, there’s some pretty big news: WPATH 8 recently released, and this comes with a whole bunch of new guidelines for these surgeries! Hopefully this article will soon be a relic of the past, and general information is much more freely available to all who want it. Thanks to reader WheelyCurious for bringing this to my attention!

Read more…

Keyboard.io Model 01

Comments
keyboardio-setup.jpg

A few people have asked me to write up a review of my Keyboard.io Model 01 now that I’ve had it for a little while. Here are my thoughts.

First, some backstory. I have used computers my whole life, and ever since the age of 19 I’ve had quite a bit of trouble with chronic wrist pain. This has only gotten worse over the past 20 years. I have tried all sorts of keyboards, from various mechanical keyboards such as from Filco (affiliate link), to ergonomist-recommended split keyboards such as the Kinesis Freestyle (affiliate link), all the way to incredibly exotic weird-as-heck things like the Datahand and ErgoDox. All of them had pluses and minuses, but ultimately none of them really let me escape the orbit of horrible wrist pain; almost universally, their design flaws would end up ultimately making it worse than it was before and I’d end up going back to a more-traditional Filco 10keyless (affiliate link).

Read more…

Watermarking hotlinked images

Comments

What’s hotlinking?

“Hotlinking” is where you link to an image stored on someone else’s site without making your own local copy. It’s done a lot by people posting to forums, weblogs, or to social networking sites such as MySpace.

The usual solution to this problem is to redirect them to another (often tasteless) image indicating one’s dissatisfaction with the act of hotlinking. This is a pretty good disincentive from using other peoples' bandwidth; however, I care more about people maintaining attribution, and standard hotlink-prevention stuff simply just causes people to upload a copy of the image to another site and then keep on not attributing it; in this case it’s even worse because if someone were to look at the image’s URL, they don’t see anything regarding where the image originally came from.

One solution is to make a simple image proxy script which adds a watermark to an image, and also logs the hotlinked image.

Read more…

The World’s Cheapest iPod/iPhone Stand

Comments

A post on a minimal iPhone/iPad stand reminded me that I never shared my secret to making an excellent and cheap iPod/iPhone holder. (This should also be compatible with most Android devices; however, Windows Phone users are on their own.)

Read more…

Base-10 File Sizes

Comments

So, Mac OS X 10.6 (Snow Leopard) will be using base-10 file sizes. There has been a lot of nerd outcry over this, but frankly, I think it’s about freaking time.

There is absolutely no reason to use base-2 file sizes. Yes, computers deal with things in terms of base 2, but nobody else does. When you look at a file that is 104768926 bytes big, you think, “oh, 105 megabytes,” not “100 megabytes.” As files get bigger and bigger, the disparity between MB and MiB gets worse and worse.

Read more…

How to fix an iPod reboot loop

Comments

The classic (pre-Touch) iPods from Apple are pretty good portable jukeboxes, but they have a critical flaw in how they handle certain database problems; rather than try to fix the error, they just reboot immediately, getting stuck in a boot loop. I have seen this happen on several generation of iPod, including the 5G, the 6G/Classic, and several revisions of the iPod Nano.

There are a number of things that can cause this problem, such as the COMM (comment) field exceeding the iTunes hard limit of 254 characters, or due to invalid UTF-8 byte sequences in ID3 tags (which are pretty common in the wild since ID3’s encoding standard is a bit ad-hoc and nobody can even agree on what it’s supposed to be).

Sometimes you can find the culprit by exporting your iTunes library as XML and then running an XML validator on it – this will find the most egregious encoding issues – but often you simply have to search through your library to find the files which are causing your iPod to reboot constantly. Here is a simple procedure for that.

Read more…

Filling gaps in line art

Comments

Every digital artist knows the pain; you’re trying to do a quick flood-fill into some line art and then suddenly you’re playing everyone’s favorite game, “spot the pixel gap.” Well, as fun as this activity is, there is a shortcut you can use to fill the gaps so that you can get along with making your art! This approach works in most current graphics applications which support layers and selection modification operations; I use it in Photoshop.

Read more…

Monitor calibration

Comments

How to calibrate your monitor to the sRGB color space (more or less) without any special tools.

Note: This article was written way back in 2003, and things have changed quite a lot. The calibration charts are still useful for roughly calibrating TVs and projectors and the like, but there are better approaches to monitor calibration these days, and most decent monitors come pre-calibrated from the factory.

Also, these images only work correctly if they are displayed at a 1:1 pixel scale. Many combinations of newer monitors/operating systems/etc. — notably “high-DPI” or “Retina” displays — end up resampling images to display at a different pixel scale. This is fine for displaying most images, but these images will not work correctly when resampled. If you want to use these images for calibrating a display, please make sure they are displayed at 100% scale and that your monitor is set to a 1:1 pixel scale!

Nowadays my preferred method for calibrating a monitor is with a ColorMunki Smile (affiliate link). For a software-only approach on macOS you can try SuperCal, which is much more comprehensive than the built-in display calibrator.

Read more…