Viewing profile — opejn
opejn
HN member- Joined
- Fri, Apr 11, 2014, 3:57 PM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About opejn
No profile information was provided.
Recent public activity
-
comment
Comment #18538006
Thank you for sharing your story. I hope you don't mind if I turn it into a thought experiment, because I find it a good example of how tricky finding and fixing a problem can be. …
-
comment
Comment #16667504
Yes! In C its full spelling is "!a != !b".
-
comment
Comment #11523543
> Not to mention the fact that Homebrew itself uses the system git to install itself. To me, this is the biggest problem, and it's not just Homebrew. Any source package manager tha…
-
comment
Comment #11213262
A breaking example might be trying to find lines containing an "=" in a file: grep = my_file Also a problem is the syntax for running a program with environment assignments that ap…
-
comment
Comment #11198044
The problem with this is the limits of human attention. It's hard enough to maintain focus on long drives as it is; if the "enhanced cruise control" takes over the job entirely, th…
-
comment
Comment #11179377
I think the question was whether we can easily mass-download the papers from Scihub.
-
comment
Comment #10658041
> is there a disadvantage to using a higher blocksize? Maybe, depending on the details. Imagine reading 4 GB from one disk then writing it all to another, all at 1 MB/sec. If your …
-
comment
Comment #10657072
This reminds me of assertions we used to take for granted about DRAM. We used to assume that the contents are lost when you cut the power, but then someone turned a can of cold air…
-
comment
Comment #9468638
I think you're overstating how bad things are. Dreamhost, for example, no longer requires a dedicated IP for SSL, though they do still recommend it for e-commerce. They are chargin…
-
comment
Comment #9278618
The main reason I would think it's a good choice is because if you decide to get a CA certificate later, you just drop it in and you're done; no additional configuration required. …
-
comment
Comment #8650150
You can tunnel through HTTPS too, given a client/server pair that supports HTTP CONNECT. Conversely it's possible to disable the SSH port forwarding function. From the firewall's p…
-
comment
Comment #8338869
Even if you did do this, any server implementing SYN cookies would ignore the payload and require you to retransmit anyway.
-
comment
Comment #7588720
Yes, it makes the passphrases a lot more memorable. But when there's guaranteed to be at least one taboo word in a passphrase (and it looks like 2+ is likely even with only four wo…
-
comment
Comment #7588666
I think Schneier was assuming here that the user chooses the words himself rather than using a random generator. It's a fair assumption, given that most people won't actively seek …