ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
ehartsuyker's comments
ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
As a non-legal expert, the way this feels to me is that asking for a backdoor is like preemptively issuing a warrant for everyone on the grounds that they might commit a crime in the future that you'd want to investigate. Thus backdooring iOS is tantamount to issuing an unlimited warrant for everyone, which is exactly what the Fourth Amendment is trying to prevent.
ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
ehartsuyker | 10 years ago | on: FBI argues it can force Apple to turn over iPhone source code
Ironically, Apple giving users encryption doesn't weaken the Fourth Amendment; it makes it stronger because it provides the ability for citizens to be "secure in their persons, houses, papers, and effects, against unreasonable searches and seizures" in a way that the courts recently have been unable to.
ehartsuyker | 10 years ago | on: Last Week Tonight with John Oliver: Encryption [video]
ehartsuyker | 10 years ago | on: Getting Started with Graph Databases
ehartsuyker | 10 years ago | on: Ask HN: What is your job role and what are the side projects you are working on?
There's nothing there because setting up SecureDrop is a pain in the ass. These (among others) are errors I hit while trying to get it running:
https://github.com/freedomofpress/securedrop/issues/1244
https://github.com/freedomofpress/securedrop/issues/1247
ehartsuyker | 10 years ago | on: Ask HN: What is your job role and what are the side projects you are working on?
In my spare time I:
- made a shitty personal website[0] for kicks
- maintain an npm package[1]
- contribute to SecureDrop[2]
- run the not-yet-live BerlinLeaks[3]
[0] - https://heartsucker.com[1] - https://github.com/ehartsuyker/node-deb
[2] - https://github.com/freedomofpress/securedrop
[3] - https://berlinleaks.com
ehartsuyker | 10 years ago | on: Self-Documented Makefile
https://github.com/ehartsuyker/node-deb/blob/ede596b2c8a07f1...
ehartsuyker | 10 years ago | on: Timestamps done right
The Java was isn't really that different. Just more verbose, but again, I don't mind trading a few key strokes for clarity.
ehartsuyker | 10 years ago | on: Timestamps done right
ehartsuyker | 10 years ago | on: Timestamps done right
> overloading strings
I'm pretty sure writing "+ 1m" is more of an overloading of a string than ".plusMinutes(1)".
ehartsuyker | 10 years ago | on: Timestamps done right
For ages JodaTime actually nailed it, and the Java 8 date API was based off this.
> Not an add on type as in R or Python or Java.
Again, let's talk about the modern version of the language and not act like prior screw ups are the end all for a language.
Also
> 2012.01.01 + 1m1d
How is that more clean than:
> new DateTime(2012, 1, 1).plusMonths(1).plusDays(1)
ehartsuyker | 10 years ago | on: ISIS cuts its fighters' salaries by 50%
Honestly did not expect that. The world is more complex that portrayed.
ehartsuyker | 10 years ago | on: Amazon Has Just Registered to Sell Ocean Freight
If Amazon came alone with insane, draconian policies and made it a very closed market, I'd be ok with that as a consumer so long as I can find what I need.
ehartsuyker | 10 years ago | on: When to join a startup
I'll take the former, please.
ehartsuyker | 10 years ago | on: JOOQ: an alternative approach to traditional ORMs
ehartsuyker | 10 years ago | on: How to deploy your node app on Linux, 2016 edition
Do you really think that if Apple completely stopped existing right now that it wouldn't have a massive negative impact on consumers and other businesses?