Skip to content

Instantly share code, notes, and snippets.

Hello Geekfeminism,
I would like to write a guest-post about some plausible dynamics of the near future of men and women in the work place vis a vis technology. On the one hand a lot of the tech world still seems to be dominated by fairly young white males (of which I am one myself), on the other hand women are outnumbering men now in college enrollment and completion and middle management rolls. So are we headed for a time where in many (or even most) workplaces a woman is probably the boss, but a man is probably the IT person who reports to her? Is there an argument (and I ponder this with tremendous reservation) that this would actually be a pretty logical arrangement? Can men learn to accept that this may increasingly be the arrangement in their professional lives?
I am an aspiring Sci Fi author and blogger, examples of my writing can be found at my website: jordanthomassmith.com
$ ghc-pkg list containers
WARNING: there are broken packages. Run 'ghc-pkg check' for more details.
/usr/local/Cellar/ghc/7.6.3/lib/ghc-7.6.3/package.conf.d:
{containers-0.5.0.0}
/Users/tchevalier/.ghc/x86_64-darwin-7.6.3/package.conf.d:
containers-0.5.4.0
$ sudo ghc-pkg unregister --package-db=/usr/local/Cellar/ghc/7.6.3/lib/ghc-7.6.3/package.conf.d containers
We strongly encourage submissions from people in communities that are
underrepresented in functional programming, including but not limited
to women; people of color; people in gender, sexual and romantic
minorities; people with disabilities; people residing in Asia, Africa,
or Latin America; and people who have never presented at a conference
before. We recognize that inclusion is an important part of our mission
to promote functional programming. So that CUFP can be a safe
environment in which participants openly exchange ideas, we abide by
the SIGPLAN Conference Anti-Harassment Policy
( http://www.sigplan.org/Resources/Policies/Anti-harassment ).
"We learn to tolerate, like a low flame on the fire or like a low fever in the body, a 'reasonable temperature-level of admitted cynicism.' We learn to feel that it is not intolerable to 'be' self-compromised if one is open and amusing in discussion of that matter; or, again, that cynicism, charmingly admitted-to and interestingly described, in some sense cancels itself out. It is not corrupt to 'be' corrupt so long as a person is perceptive and articulate concerning his corruption. At this point, as we know, the word itself becomes a distant and quite bearable designation, one scarcely having to do with our own being any longer, but a label identified rather with some interesting character of our late-at-night imagination.
Few people end up totally cold and icelike and removed from their own feelings of self-accusation, but it is a type we strive for and it is a model to which we often gruesomely aspire. It is this, that we should strive with all our hearts to find such desert regions, that appears to me most
Invited Talk
Don’t Make the Wrong Mistakes:
Programming as Debugging
Paul Graham
pg@paulgraham.com
Abstract
Sometimes it’s worth doing things badly in order to do them fast. When is this the right plan? Are
some kinds of mistakes worse than others? Could the right infrastructure make trial and error
programming more effective? How will it play out in the future?
Bio
@catamorphism
catamorphism / gist:db21762a1574c3d98103
Created November 7, 2014 23:10
What is gender? Trans-affirming, non-essentialist analyses
http://sugarandslugs.wordpress.com/2011/01/09/false-dichotomies/
http://takesupspace.wordpress.com/2010/02/05/combatting-combatting-ignorance-part-1-whose-ignorancewhos-ignorant/
http://takesupspace.wordpress.com/2010/02/06/combatting-combatting-ignorance-part-2-how-could-you-have-known-%E2%80%93you-already-did/
http://takesupspace.wordpress.com/2010/02/24/combatting-combatting-ignorance-part-3-of-4-cis-denial-self-knowledge-and-sexist-epistemology/
http://quinnae.com/2011/01/27/raiders-of-the-lost-etiology/
\documentclass{article}[12pt]
\usepackage{mathptmx}
\usepackage{newtxmath}
\begin{document}
{\fontsize{128}{60}\selectfont $\uplambda$}
\end{document}
@catamorphism
catamorphism / change that triggers weird compilation error
Created March 17, 2011 18:42
change that triggers weird compilation error
diff --git a/src/boot/driver/main.ml b/src/boot/driver/main.ml
index ddcbc9a..5a5c7ce 100644
--- a/src/boot/driver/main.ml
+++ b/src/boot/driver/main.ml
@@ -35,7 +35,7 @@ let (sess:Session.sess) =
*)
Session.sess_targ = targ;
Session.sess_log_lex = false;
- Session.sess_log_parse = false;
+ Session.sess_log_parse = true;
@catamorphism
catamorphism / map
Created March 23, 2011 00:11
triggers "error: Found non-type binding for list[U]"
fn map[T, U](&list[T] ls, fn(&T t) -> U f) -> list[U] {
fn p(&T t, &list[U] u) -> &list[U] {
ret cons[U](f(t), u);
}
ret list.foldl[T, U](ls, nil, p);
}
@catamorphism
catamorphism / gist:893683
Created March 30, 2011 01:11
"make" error
compile: stage0/rustc
Fatal error: exception Not_found
Raised at file "hashtbl.ml", line 101, characters 27-36
Called from file "./src/boot/me/typestate.ml", line 471, characters 21-54
Called from file "array.ml", line 117, characters 31-48
Called from file "./src/boot/me/typestate.ml", line 494, characters 4-30
Called from file "./src/boot/me/typestate.ml", line 681, characters 12-63
Called from file "./src/boot/me/walk.ml", line 142, characters 4-9
Called from file "array.ml", line 117, characters 31-48
Called from file "./src/boot/me/walk.ml", line 143, characters 4-15