Kathy Sierra | |
---|---|
![]() Sierra speaking at eTech in 2008 | |
Born | June 1957 (age 67) |
Alma mater | Cal Poly San Luis Obispo, UCLA |
Occupation(s) | Programming instructor, game developer |
Kathy Sierra (born 1957) is an American programming instructor, game developer, author, and the curator of Intrinzen [1] [2]
Sierra attended Cal Poly San Luis Obispo with a major in exercise physiology and spent 10 years working in the fitness industry. She changed careers after attending programming classes at UCLA, later returning to teach a course on "new media interactivity" for UCLA Extension. She led the new media team at Mind over Macintosh, a Los Angeles training center that provided training to advertising and entertainment corporations adapting digital technologies in the mid-1990s. She was the lead programmer on the computer games Terratopia , a 1998 children's adventure game released by Virgin Sound & Vision, and All Dogs Go to Heaven, a film-based game released as a free cereal premium by MGM. She also worked as a master trainer for Sun Microsystems, teaching Java instructors how to introduce new Java technologies and developing certification exams. In 1998, she founded the Java programmers' online community JavaRanch. [3]
She is the co-creator of the Head First series of books on technical (primarily computer) topics, along with her partner, Bert Bates. The series, which began with Head First Java in 2003, [4] takes an unorthodox, visually intensive approach to the process of teaching programming. Sierra's books in the series have received three nominations for Product Excellence Jolt Awards, winning in 2005 for Head First Design Patterns, and were recognized on Amazon.com's yearly top 10 list for computer books from 2003 to 2005. [5] In 2005 she coined the phrase "The Kool-Aid Point" to describe the point at which detractors emerge purely due to the popularity of a topic being promoted by others. [6]
Sierra says that her interest in cognitive science was motivated by her epilepsy, a condition for which she takes anti-seizure medication. "My interest in the brain began when I had my first grand mal seizure at the age of four," she wrote on her personal weblog. [7]
After years of being mostly absent from the open internet, in July 2013 she started the site "Serious Pony" including a blog, [8] together with a Twitter account, although as of October 2014 the latter had been deleted due to ongoing harassment. [9]
In 2007, Sierra became the target of online harassment over her support of moderating comments on the internet, which was seen by harassers as infringing on internet freedom. [10] In March 2007, Sierra abruptly canceled her appearance at the O'Reilly ETech conference in San Diego due to threatening blog posts and emails, including death threats. [11] [12] [13] [14] [15] [16] [17] Sierra's harassers posted doctored images of her face next to a noose or being strangled. [11] [18] [19] The harassment increased after the threats were reported in the news. The hacker and self-professed "Internet troll" Andrew Auernheimer, known as weev, told the New York Times that he was responsible for posting false information about Sierra online, along with her address and Social Security number, a form of harassment known as doxing. [12] [19] [20]
Sierra gave up her technology career as a result of the harassment, withdrawing from most public-speaking events and no longer blogging. In her final post, she wrote that she did not want to be involved with the culture of the blogosphere as long as such harassment was accepted. [19] [21] She later wrote, "I had no desire then to find out what comes after doxxing, especially not with a family". [22]
The issue triggered public discussion on the concept of a bloggers' code of conduct. Some bloggers, including Robert Scoble, author of the technology blog Scobleizer, temporarily suspended their blogs in a show of support for Sierra. [11] One of the larger issues Scoble felt was highlighted by the incident was online hostility to women: "It's this culture of attacking women that has especially got to stop," Scoble said "[W]henever I post a video of a female technologist there invariably are snide remarks about body parts and other things that simply wouldn't happen if the interviewee were a man." [11]
Jakarta Server Pages is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP and ASP, but uses the Java programming language.
Apache Struts 1 is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model–view–controller (MVC) architecture. It was originally created by Craig McClanahan and donated to the Apache Foundation in May 2000. Formerly located under the Apache Jakarta Project and known as Jakarta Struts, it became a top-level Apache project in 2005.
In computing, echo
is a command that outputs the strings that are passed to it as arguments. It is a command available in various operating system shells and typically used in shell scripts and batch files to output status text to the screen or a computer file, or as a source part of a pipeline.
In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design due to inflexibility in the creation procedures. Creational design patterns solve this problem by somehow controlling this object creation.
Bruce Eckel is a computer programmer, author, and consultant.
Russell Nelson is an American computer programmer. He was a founding board member of the Open Source Initiative and briefly served as its president in 2005.
Danese Cooper is an American programmer, computer scientist and advocate of open source software.
Kevlin Henney is an English author, presenter, and consultant on software development. He has written on the subject of computer programming and development practice for many magazines and sites, including Better Software, The Register, C/C++ Users Journal, Application Development Advisor, JavaSpektrum, C++ Report, Java Report, EXE, and Overload. He is a member of the IEEE Software Advisory Board. Henney is also coauthor of books on patterns and editor of 97 Things Every Programmer Should Know.
Shelley Powers is an American author, web developer and technology architect. She works with and writes about open source, LAMP technologies and web service development, CSS/XHTML design, web graphics and the use of these technologies in the semantic web.
The Oracle Certification Program certifies candidates on skills and knowledge related to Oracle products and technologies.
Google Web Toolkit, or GWT Web Toolkit, is an open-source set of tools that allows web developers to create and maintain JavaScript front-end applications in Java. It is licensed under Apache License 2.0.
Greg Kroah-Hartman is a major Linux kernel developer. As of April 2013, he is the Linux kernel maintainer for the -stable branch, the staging subsystem, USB, driver core, debugfs, kref, kobject, and the sysfs kernel subsystems, Userspace I/O, and TTY layer. He also created linux-hotplug, the udev project, and the Linux Driver Project. He worked for Novell in the SUSE Labs division and, as of 1 February 2012, works at the Linux Foundation.
Herbert Schildt is an American computing author, programmer and musician. He has written books about various programming languages. He was also a founding member of the progressive rock band Starcastle.
In computing, find
is a command in the command-line interpreters (shells) of a number of operating systems. It is used to search for a specific text string in a file or files. The command sends the specified lines to the standard output device.
In computing, TIME is a command in DEC RT-11, DOS, IBM OS/2, Microsoft Windows and a number of other operating systems that is used to display and set the current system time. It is included in command-line interpreters (shells) such as COMMAND.COM
, cmd.exe
, 4DOS, 4OS2 and 4NT.
Head First is a series of introductory instructional books to many topics, published by O'Reilly Media. It stresses an unorthodox, visually intensive, reader-involving combination of puzzles, jokes, nonstandard design and layout, and an engaging, conversational style to immerse the reader in a given topic.
In computing, start
is a command of the IBM OS/2, Microsoft Windows and ReactOS command-line interpreter cmd.exe to start programs or batch files or to open files or directories using the default program. start
is not available as a standalone program. The underlying Win32 API is ShellExecute
.
Andrew Alan Escher Auernheimer, best known by his pseudonym weev, is an American computer hacker and professional Internet troll. Affiliated with the alt-right, he has been described as a neo-Nazi, white supremacist, and antisemitic conspiracy theorist. He has used many aliases when he has contacted the media, but most sources state that his real first name is Andrew.
Valerie Anita Aurora is an American software engineer and feminist activist. She was the co-founder of the Ada Initiative, a non-profit organization that sought to increase women's participation in the free-culture movement, open-source technology, and open source culture. Aurora is also known within the Linux community for advocating new developments in filesystems in Linux, including ChunkFS and the Union file system. Her birth name was Val Henson, but she changed it shortly before 2009, choosing her middle name after the computer scientist Anita Borg. In 2012, Aurora, and Ada Initiative co-founder Mary Gardiner were named two of the most influential people in computer security by SC Magazine. In 2013, she won the O'Reilly Open Source Award.
In computing, diskcomp
is a command used for comparing the complete contents of a floppy disk to another one.
You may know me from javaranch, the Head First books, or my old blog from a previous life, Creating Passionate Users, which I ended in 2007. This new blog is mostly about the science of badass, with a little UX, learning theory, game design, DSLR video, horses, and code.
I didn't "rage quit", I just walked away. I shut off a big cognitive resource leak. From the beginning of my time tweeting as Seriouspony, that I tweeted I was not likely to stay and that I was looking forward to where we would end up next. I'm not GONE gone. I'm just not on Twitter. But I have to add I'm not surprised to see my leaving Twitter framed as, once again, an example of someone who "just shouldn't be on the internet". Because nothing says "unbalanced" like having the freedom to walk away from a social media network. Because you can. Because you have a choice. Because you have the most beautiful and awesome ponies on the planet.
sierra weev.