selenamarie's comments

selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers

We're working on exceptions support, which would allow specific domains to be looked up via DNS instead of DoH. In that case, mirroring a blackhole list to the exceptions support would result in what you want (I mean, if I understand what you're asking).

selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers

For now, we recommend having an enterprise policy for the browser configured. That is the best indication we have that the browser configuration is managed and this kind of issue might occur. We're also open to recommendations from admins on other things that might clue us in that we're in this situation. Finally, we're discussing the possibility of establishing a network standard that signals more strongly that "name shadowing" is occurring... like maybe there's some DNS response that can be configured locally that we can look to proactively and then disable DoH.

selenamarie | 7 years ago | on: DNS-over-HTTPS Policy Requirements for Resolvers

I'm working on our DoH implementation. I'm guessing this is a split-horizon set up with a domain that resolves both internally and externally. If you are willing, we're very interested in these situations and coming up with heuristics to detect and disable DoH proactively. We're also looking into standards changes that could make these configurations more reliably detectable at the application level. I'm selena at mozilla.com.

selenamarie | 9 years ago | on: Tor at the Heart: Firefox

Uplift to us is bringing the patches into mozilla-central pref'd off so that Tor developers can just pref features on, rather than re-merge patches for each major and dot release. We also add tend to add tests.

selenamarie | 12 years ago | on: App Camp For Girls

I know some of the women who have volunteered to teach and they love this program. The kids come away with working software and produce something that they can immediately see the value of.

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 | 13 years ago | on: The People of Postgres: Tom Lane

I'm speaking for myself and what I think, rather than on behalf or Postgres or any company. I assume you are also referring to the possibility of a private fork.

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: GitHub donates private repositories to women learning open source software

If you're interested in TAI's position on discussing sex in technical conferences and how that (in general) impacts women's participation:

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

Yes. http://www.postgresql.org/docs/9.2/static/upgrading.html , second paragraph:

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: Extra security measures for next week's releases

We've now posted a general announcement about the availability of packages on April 4, 2013: http://www.postgresql.org/message-id/CAN1EF+x0dmwMFuJGWuXMiR... and http://www.postgresql.org/about/news/1454/

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

page 1