archinal's comments

archinal | 9 years ago | on: Ruin My Search History

You bet they do! In the past I have had to manually install my company's certificates as a root CA. The annoying thing was that the certs they use are expired and use SHA-1, so I also had to explicitly tell my browser to trust expired/unsafe certificates as well. All in the name of increased security!

archinal | 10 years ago | on: Ask HN: Do you know of any encrypted journal programs?

I'd like to be able to encrypt at the journal level so the encrypted "book" could have the potential to be synced to Dropbox or the like. I don't really need anti-NSA level encryption, more just a measure to (for example) stop guests from reading the content if I leave my machine on at home.

That's an interesting point about pen and paper!

archinal | 10 years ago | on: Atlassian's User Onboarding Magic

This was a funny one to read. I worked at Atlassian for around a year, focussing mainly on this onboarding process.

When I started, the provisioning delay was about 7 minutes and the loading screen was actually first just a 404 error and then just a static page saying something like "please wait while this gets set up" (no progress bar and no redirect on completion).

It's funny knowing that has been one of the biggest onboarding advancements and it's still being seen as a flaw.

archinal | 10 years ago | on: Why most public apologies suck

The article highlights a great apology made by Amtrak CEO Joe Boardman after the train accident that killed and injured multiple people. Do you feel that he should have resigned following that?

In that case, I feel that although he was the right person to make the apology, it's not necessarily his own personal fault, nor would his resignation help make amends.

archinal | 10 years ago | on: Why the U.S. is No. 1 – in mass shootings

The key difference between those two issues though is that the goal of sex education (and "abstinence") is to prevent unsafe sex/unwanted pregnancy. When it comes to guns, however, the goal should be to prevent gun usage in general, not to encourage "safe gun usage".

archinal | 10 years ago | on: We Tried Slack and Regretted It

Semantically, an issue with posting links instead of files is that your users then need to go ahead and upload the file somewhere manually. HipChat takes care of this by adding the file to an S3 bucket when you drag it into the client. Way less hassle, especially for non-technical users.

archinal | 10 years ago | on: LastPass Security Notice

> The problem with using any standard algorithm like that is that the algorithm becomes your password.

That's not true at all. The press released linked in this thread, for example, is very open that they use 100,000 rounds of PBKDF2-SHA256 to encrypt their passwords. That's a very standard algorithm. The security it provides is not its obscurity, but rather that the only way to check against an output hash is the naive brute force method which takes a long time - impractically long for attackers to try to brute force.

archinal | 10 years ago | on: LastPass Security Notice

But if your password for foo.com is 10,000 rounds of PBKDF2-SHA256(foo-hunter2-XYZ) and so on, this is extremely effective.

archinal | 11 years ago | on: About Internet.org and net neutrality

An interesting exchange in the comments on this post:

> Sagar Kamat: Mark The aspect of Internet.org that is in conflict with Net Neutrality is that FB chooses which services are offered for free to the users. That's an attractive way of getting new users hooked onto popular services. Why not just sponsor a certain data cap for users instead and let them decide which services they want to use? That will be in line with ur vision of internet for all as well as Neutral

> Mark Zuckerberg: We actually don't choose the services by ourselves. We work with local governments and the mobile operators to identify local services in each country.

> Cheenu Madan: So Mark, can you explain then how internet.org works in India? Did Reliance choose the services? Why then, Bing Search over Google Search (clearly better) for example?

archinal | 11 years ago | on: Slack was hacked

Can I ask why that would be a problem? You can actually host HipChat yourself (behind your own firewall), which seems like a great asset against this kind of breach.
page 1