Ir al contenido principal

The Secret History of Women in Coding

The Secret History of Women in Coding

I'm pretty amazed with this article, it made me notice how women were like experts in those early days of computers, even though on pictures, films and recordings there was always that image of a group of women working on whatever computer they were working on I never really noticed or reacted to the fact that, indeed, most of the teams that really worked with this computers were made of girls, old and young, but to see a man doing this kind of stuff I can't recall to see one.

One of the things that has always been characteristic with men is the ego and superiority, and the damage from this way of thinking hasn't healed to this day even with all this movements and protests (which, from my point of view just get things worse). Even today, there are places were women are considered less capable than men on computing and programming and that's something that must change completely.

I sincerely don't like all the protests for women equality and all that things, not because I consider women lower than men but because I already consider them equal to me, sadly this image that a lot of people have of a wise programming man and not a woman, seems to be far from disappearing.

On my own school I've seen girls with better not only programming skills, but also logical, social and mathematical ones than other males. This girls have managed to overcome what the society expects from a programmer and from a female programmer as well, when I think about that they are only from one school and generation, it makes me smile that this is only one school and that around the world are even more with talented women, women which make the difference on this man-dominated industry, even though the progress seems slow and that even when I die there is not a completely equality or at least no underestimation, I feel glad to know that someday, there will be no more false expectations about women programmers.

Comentarios

Entradas más populares de este blog

The Semicolon Wars, opininon

The Semicolon Wars I'm actually a part of the group that thinks that also real life languages have different properties that makes that not everything can be expressed the same way between two languages, that some have an easiness for expressing one idea but trouble for other, and it's not that they were created focusing on expressing something in particular but considering that the needs that people had a long time ago when languages were created are very different from the ones existing now, I think that some languages managed to adapt to a continuously changing world easily than others thanks to how they were built and how their structures work in general. I know that nowadays, to construct a universal language is impossible, in real life languages and in computer languages, the society and world although unified, has it's pillars built from different material (or in this case, languages), all of which vary in so many ways that it was needed to develop some new lang...

Hey! Listen!!! It's a me Marco

Hello buddies! I´m Marco Antonio Ríos Gutiérrez (the shy guy with freckles) and I have 21 years old. What I mostly like up to this point on my university career is networking and as you may be guessing I plan to work at Cisco Systems, although there's still plenty of courses and thing to learn at school so I hope that on this class I'll find another interest for my further professional development (maybe programming will be again, an option). Actually from this course I expect to regain my strength (if it can be called like that) in programming since, right now, I don't feel confident with my overall level and skills, that't my main goal/expectation for the course. What I most like to do (like most ISC students) is gaming, love The Legend of Zelda and Pokémon since I have memory; recently I received an Xbox One and also began to do some PC gaming with what my little laptop can support :( so I divide my time among those 3 platforms. I really like movie...

Rich Hickey on Clojure

Rich Hickey on Clojure Clojure and his ability to easily communicate with Java makes it the perfect contender for best language, being able to simply call Java code con Clojure code and looking that they work without trouble at start is something that is rarely seen but that when it does appear, is like when God decides to touch you with all his greatness. Programmers and enterprises have noticed this, that's why Clojure is one of the most well-paid languages on USA. Inheriting from LISP the investigation-oriented theme makes a language that cannot be managed by anyone but when mastered, it really shows its true potential, sadly this isn't enough for making LISP, Clojure or the functional programming in general a popular thing, although Clojure with its JVM implementation and macros seeks to fight the problems that stopped LISP from getting mainstream. Thanks to functions that Clojure has, it makes it way easier and direct to solve problems and to actually combine or to...