selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers
selenamarie's comments
selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers
selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers
selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers
selenamarie | 9 years ago | on: Tor at the Heart: Firefox
selenamarie | 11 years ago | on: BBS – Text-Only Online Community
selenamarie | 11 years ago | on: BBS – Text-Only Online Community
selenamarie | 11 years ago | on: BBS – Text-Only Online Community
selenamarie | 12 years ago | on: App Camp For Girls
There's a great quote in http://computinged.wordpress.com/2010/05/11/playing-the-card... about relevance of instruction:
"Students abandon classes that they perceive as being irrelevant to them."
App Camp is obviously relevant and is targeting an age group that is vulnerable to permanently dropping out of math and computer-related education.
selenamarie | 12 years ago | on: Schema liberation with JSON and plv8 (and Postgres)
selenamarie | 13 years ago | on: The People of Postgres: Tom Lane
What I've seen in the Postgres community is a group of developers that takes an aggressive stance against companies "taking advantage" of the developer community. Companies that invest both time and money in development get far more attention for their patches than companies that try to either throw code over the fence, or do "drive by" development projects.
Tom deciding to take this job indicates to me that it is because Salesforce is making a significant investment in open source Postgres.
selenamarie | 13 years ago | on: Tom Lane joins Salesforce.com
selenamarie | 13 years ago | on: GitHub donates private repositories to women learning open source software
My hope is that people see these statements for what they are: disgusting personal attacks.
selenamarie | 13 years ago | on: GitHub donates private repositories to women learning open source software
http://adainitiative.org/2012/09/when-sex-and-porn-are-on-to... (This post predates the BSides incident by 5 months.)
And, about BSides:
http://adainitiative.org/2013/02/keeping-it-on-topic-the-pro...
http://adainitiative.org/2013/03/clarification-on-the-ada-in...
selenamarie | 13 years ago | on: PostgreSQL 9.2.4, 9.1.9, 9.0.13 and 8.4.17 released
And to be fair: http://www.shodanhq.com/search?q=mysql
selenamarie | 13 years ago | on: PostgreSQL packaging on Mac OS X is a mess
selenamarie | 13 years ago | on: PostgreSQL 9.2.4, 9.1.9, 9.0.13 and 8.4.17 released
PostgreSQL major versions are represented by the first two digit groups of the version number, e.g., 8.4. PostgreSQL minor versions are represented by the third group of version digits, e.g., 8.4.2 is the second minor release of 8.4. Minor releases never change the internal storage format and are always compatible with earlier and later minor releases of the same major version number, e.g., 8.4.2 is compatible with 8.4, 8.4.1 and 8.4.6. To update between compatible versions, you simply replace the executables while the server is down and restart the server. The data directory remains unchanged — minor upgrades are that simple.
selenamarie | 13 years ago | on: PostgreSQL 9.2.4, 9.1.9, 9.0.13 and 8.4.17 released
selenamarie | 13 years ago | on: PostgreSQL 9.2.4, 9.1.9, 9.0.13 and 8.4.17 released
selenamarie | 13 years ago | on: Extra security measures for next week's releases
As stated in the announcement and Tom's email to -hackers, the reasons for advanced notifications are as follows:
* People watching for vulnerabilities and contributors are going to notice that we've stopped automatic updates -- it's better for our project to just tell them all why
* Upgrading relational databases is often not trivial -- we want to give our users time to schedule an upgrade rather than just dropping an important update suddenly