Viewing profile — yourcelf
yourcelf
HN member- Joined
- Mon, Nov 15, 2010, 1:36 PM UTC
- HN karma
- 84
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About yourcelf
Recent public activity
-
comment
Comment #39060415
It may be a bit more zoomed out than what you're looking for if you're specifically looking at philosophical treatments of the practice of engineering, but Andrew Feenberg's "Quest…
-
comment
Comment #29207499
`django-environ` makes a fairly simple effort[1] to strip starting/ending quotes off of literals. This will set the value of MY_VAR to the string `foo` (with doublequotes removed) …
-
comment
Comment #29199735
While we started off using `django-environ` to help manage environment-based/12-factor settings, we've moved away from it in favor of django-classy-settings. The biggest knock agai…
-
comment
Comment #22094495
Radio Gaga: A Mixtape for the End of Humanity, by Stefani Bulsara. An off-kilter, hilarious, inventive, and cutting apocalyptic sci fi novel about pop music. Writing style is like …
-
comment
Comment #16872801
A problem we've run into with Radar is that it only kicks in when you attempt to create a charge, and not when you attach a card to a customer. This means that if your business mod…
-
comment
Comment #13706426
Status in Ubuntu: https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2...
- story
-
comment
Comment #12453335
Indeed -- the demographics of Montana in particular are overwhelmingly white[1]. As of the 2010 census, 89.4% white, 6.3% native (many of whom live in one of the seven reservations…
- comment
- story
-
comment
Comment #11442222
The TextSecure protocol is now named the "Signal Protocol"; it's developed by Open Whisper Systems. It is the protocol used by the Signal app on Android and iPhone, and as of this …
- story
-
comment
Comment #10460995
See also "Plotto: The Master Book of All Plots." https://www.goodreads.com/book/show/11454870-plotto http://www.npr.org/2012/02/19/146941343/plotto-an-algebra-bo...
-
comment
Comment #9009953
It's even worse if the sound is going through a digital (VOIP / cell phone) system. Most modern codecs for voice are using some form of Linear Predictive Coding[1] (e.g. ACELPC) wh…
-
comment
Comment #7411868
If you'd like MIT students who were impacted by the administration's callous lack of support, consider: - the MBTA "hackers", 2008: http://www.openmediaboston.org/content/mbta-suit…
-
comment
Comment #6260347
Would love to see this protocol for email as well.
-
comment
Comment #6158150
Moxie Marlinspike gave a fantastic talk on this subject in 2010, even down to the government mandated tracking device vs mobile phone: https://www.youtube.com/watch?v=eG0KrT6pBPk
- story
- story
- story
-
comment
Comment #5893027
Here's a set of default templates I wrote. I respect the reasoning for not providing them, but implementing 15 templates to get started out of the box is a bit onerous. https://git…
-
comment
Comment #5370127
Emphatically: yes. Those who collect stats on them find that they contribute a substantial portion of shares.[1] People rant against them often, probably because they wish they wer…
-
comment
Comment #5348829
Got it, thanks. More detail at [1] mentioned by gingerline above: "the secure flag does not prevent a cookie from being overwritten. In fact, a HTTP site can overwrite a cookie wit…
-
comment
Comment #5348625
Github only sets their cookie for "github.com". What I'm suggesting is that they set multiple http-only cookies: one for "github.com", one for ".github.com", another for every subd…
-
comment
Comment #5348380
Wouldn't a solution be for the server to set its session cookie for every subdomain, as HTTP-only? For example, set "_gh_sess" for every requesting domain, whether www.github.com, …