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
Here's a crazy simple way to implement Persona authentication for your Apache-deployed apps/sites: https://github.com/mozilla/mod_authnz_persona (I know Apache may not …
comment
Have a look at mine: https://bitbucket.org/djc/persona-totp It's less than 150 LOC of Python code (plus some HTML templates and a few basic tests).…
comment
All the software for running a server is open source, I think, so in that sense it should be possible. Whether there will still be enough prefs such that you can get Firefox to sync against a differen…
comment
See my answer here for some answers to your question: https://news.ycombinator.com/item?id=7169969
comment
This isn't really accurate. The problem with Firefox's current/old sync model is recovery. I.e., users think they're getting their stuff (history, passwords, etc) backed up, but wh…
comment
It's an alpha release, an MVP. Of course it's not going to be perfect on this type of stuff.
comment
I was wondering about the NDK here. How much of what the SDK provides is also provided by the NDK? Could you do UI stuff by building a Python extension around the NDK? (Probably not, since it would…
comment
Looks like it's currently slightly overwhelmed.
comment
It would sure be nice if there was a specific person/contact for each open position, or even any email address you can contact, on the site.
comment
Yes, thank you!
comment
There should be a link here to a piece/rant from last year (or at least it made the rounds then, on here as well, I think), I think, where someone passionately, and quite convincingly, defended d…
comment
Only solves a subset of the email problem, IIUC.
comment
Seconded. My experience: Taking this course was an great way to learn more about compilers and fill a hole in my CS curriculum. Professor Alex Aiken is a great instructor and covers a good amount of m…
comment
They appear to be talking about this thing: https://silentcircle.com/web/scimp-protocol/ I thought we didn't want to use the NIST curves (like ECC-384?) anymore... seem…
comment
Did you consider/play with Lilypond at all?
comment
We had the Humanscale Freedom at the office, and they were kind of crappy. Not much back support (at least for me, 6'2), and they break all the time ...
comment
I'll just leave these here: http://www.python.org/dev/peps/pep-0428/ http://www.python.org/dev/peps/pep-0431/ …
comment
If you like Impress.js, Hovercraft might be of interest. https://github.com/regebro/hovercraft
comment
I emailed them to recommend Persona. Would get rid of the separate email verification step, too.
comment
I'm pretty sure Brian currently works for Mozilla.
comment
If you want to run your own IdP, look at this thing: https://bitbucket.org/djc/persona-totp Also, the reason the server is busy is because Tin Can currently needs a forked versio…