back
user profile
dochtman
8,644karma·837submissions·August 2, 2010
about
Professional Rust maintainer.
https://dirkjan.ochtman.nl/ https://github.com/djc https://xavamedia.nl/
[ my public key: https://keybase.io/djc; my proof: https://keybase.io/djc/sigs/8IkleSSBN9hhCZWqkfDndLYhEEfanUDBVDQdS_hqH9U ]
recent activity (837 total)
comment
See here: https://twitter.com/gregburd/status/274137211706949632
comment
http://www.pygit2.org/ I think there's a bunch of speeding-up hg-git work floating around, notably around Mozilla work. Some of that has been mentioned in the hg-git mailing list…
comment
Ah, yet another awesome thing built on top of Gentoo.
comment
Might want to update your nginx, pretty sure this one is vulnerable. Oh, and your site is down.
comment
I've been trying FastMail for the past two months or so and have been very impressed; it's actually better than GMail in many ways. Most importantly to me, it seems to be quite a bit faster …
comment
Which seafile actually seems to have basic support for.
comment
It's open source, you can easily run your own server.
comment
I've found Fastmail to be really good (although I haven't been able to figure out some of the anti-spam stuff so far).
comment
Cool! I've been thinking about doing a similar thing, since I think NewsBlur's main web UI is still way too noisy (although I'd keep much more of the actual functionality). Was it easy …
comment
Why are you on an old Firefox?
comment
I like to use [Sphinx]( http://sphinx-doc.org/ ), stored in the project repository. It uses reStructuredText (which is more extensible than Markdown) and was written for the Python docu…
comment
Seeing the same unreachable attribute message in Firefox 23.0a2 (current Aurora) on Windows 7.
comment
That doesn't really make sense in this case. Mozilla does get a lot of cash from Google, but Mozilla has a strong enough mission (see the manifesto) to make sure it's not a Google sockpuppet…
comment
That's a (temporary) bug, not a feature: https://github.com/mozilla/browserid/issues/3119 …
comment
It certainly seems unlikely, but I guess it depends on how fast asm.js can get.
comment
I'd much prefer having higher-ppi 24" screens.
comment
This stuff seems like an excellent reason to go back to Firefox.
comment
I found the Feedly Firefox plugin to slow down Firefox a lot, so that wasn't really a good experience. So far, as a FeedDemon on Windows, Reeder on OS X and Reader on Android user, NewsBlur looks like…
comment
NewsBlur is the best of the web-based bunch I've been checking out recently, but it's still... not quite there. For example, this glitch has been around for weeks: http://dirkjan.ochtman.nl/files/new…
comment
Please don't break CTRL + W.
comment
nano
comment
Yeah, WTF. I noticed it this morning on my work computer (Firefox Aurora on Windows 7). Logging in here from Chrome to upvote. Logging in seems to work; I don't get an error. But the session doesn't s…
comment
I'll refer to my IdP implementation in Python again: https://bitbucket.org/djc/persona-totp It's 147 lines of Python (sloccount) and 155 lines of HTML (wc -l). No dependencies, other than the stdlib…
comment
Mozilla is apparently using this in their AMO/Marketplace codebase: http://firefox-marketplace-api.readthedocs.org/en/latest/top... …
comment
That's just the fallback identity provider Mozilla runs. The idea is that your GMail address will authenticate you using whatever GMail uses, so you can use 2-factor authentication. If you have your o…
comment
If you want to run your own Persona Identity Provider (so you can login directly with your own email account and control the authentication from your own domain/site/server instead of having to rememb…
comment
The update nagging has been much reduce since the start of the rapid release cycle, so you should definitely give it a try.
comment
Having worked with assembly a little bit (MIPS, for Coursera's Compilers class -- but it's supposed to be better than x86!) and with LLVM IR a bit more (I'm writing my own compiler for a language that…