Skip to content

Instantly share code, notes, and snippets.

View Twipped's full-sized avatar
🗯️
Cursing out Typescript

Jocelyn Badgley Twipped

🗯️
Cursing out Typescript
View GitHub Profile
@Twipped
Twipped / Trans-feminine HRT Changes.md
Last active June 3, 2022 15:15
My collective research and experiences with trans-feminine (male to female) hormone therapy

UPDATE: This gist is now deprecated, please visit The Gender Dysphoria Bible for the latest version of this document.

This is a compilation of report medical transition changes, collected from testimonials of trans women from various discussion forums and chat rooms, backed up by my own experiences.

Note that this is a list of possible changes. There is no guarentee that a person on HRT will experience all of these. As always, your milage may vary.

Changes connected to reduction of Testosterone:

  • Reduction in general body odor and change in the smell of ones sweat. Many report gaining a sweet smell.
  • Skin softens and becomes thinner.
@Twipped
Twipped / gist:1982289
Created March 6, 2012 00:00 — forked from anonymous/gist:1982119
jquery trubz
(function() {
var box = $('div.box'),
w = $(window).width() / 2 - box.outerWidth() / 2;
h= $(window).height() / 2 - box.outerHeight() / 2 ;
$('button').css('position', 'absolute').on("click", function() {
box.animate({
'left': w,
'top': h
});
@Twipped
Twipped / widget
Created March 5, 2012 22:56 — forked from anonymous/widget
widget
<?php
include("conn.php");
##include("check.php");
$sql = ("SELECT * FROM inv");
$result = mysql_query($sql);
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />