Viewing profile — dkopi
dkopi
HN member- Joined
- Fri, Oct 31, 2014, 10:17 PM UTC
- HN karma
- 2,085
- Public activity
- 356 items
- HN profile
- View on Hacker News ↗
About dkopi
Recent public activity
-
comment
Comment #12829560
Not really. Every country that has weapons development also has export controls. It isn't about believing your government is moral or good. Its about understanding that your govern…
-
comment
Comment #12829037
Not really. Military grade weapons are a big deal. They're used to kill people. Export controls are there to prevent killing machines getting in the hands of a countries enemies (o…
-
comment
Comment #12828774
If you support export controls for security reasons, this is kind of inevitable. The government shouldn't be forced to buy any type of military technology someone creates. But even…
-
comment
Comment #12823564
There's nothing unlibertarian about a private business making up its own terms of services and privately enforcing them. That's exactly how the free market self regulates without t…
-
comment
Comment #12804395
Twitter isn't sinking. It just isn't ascending as fast as investors would like to ensure hyper growth. While its always great for your career to be in a company that's constantly g…
-
comment
Comment #12799933
Not sure DDOS clauses are that unreasonable. Especially when attackers might be targeting your DNS server, even though you're the target.
- story
- comment
-
comment
Comment #12772952
This often happens when I'm travelling internationally. If I plan on buying a local sim card instead of purchasing a roaming plan - I might not have access to my SMS until I get ba…
-
comment
Comment #12772879
Great point. "correct horse battery staple" wouldn't be vulnerable to such an attack.
-
comment
Comment #12772836
Mistakes were made, and there are definitely lessons to be learned, but if we want to improve the state of security, we really need to change the way we react to these types of bug…
-
comment
Comment #12772321
More likely along the lines of if ((isset($_POST["SecurityQuestion0"]) && $_POST["SecurityQuestion0"] != $answer0) || (isset($_POST["SecurityQuestion1"]) && $_POST["SecurityQuestio…
-
comment
Comment #12764996
If you're breaking your contract, that's something to be enforced by your landlord and the courts. Not something you need special laws to forbid.
-
comment
Comment #12764457
Based on the "you can still rent a bedroom" comments, I'm guessing the people commenting here are single and definitely don't have kids.
-
comment
Comment #12754543
Is it really a Chicken and egg situation? SF prices in the last years have skyrocketed, through out the city. The financial incentive to build is there. But there isn't massive bui…
-
comment
Comment #12754160
Subways make sense in dense urban areas - When a lot of people are within walking distance from the subway station. For SF to justify extensive subway infrastructure, it needs to s…
-
comment
Comment #12744227
Which part do you consider an opening act of a cold war? Launching a cyber attack in a foreign country - or arresting someone who launched a cyber attack?
-
comment
Comment #12743294
Personally, I find the Whatsapp web version pretty convenient for long-form text
-
comment
Comment #12742903
The weakest link I can identify here is MITM attacks when you're sending the link. Imagine: Alice generates a link. Sends the link to Bob over an unencrypted/unauthenticated link. …
-
comment
Comment #12734100
"It's showing the extreme (clearly unacceptable) end of the spectrum to ask someone how they decide where to draw the line." That's actually very lazy. It's shifting the burden of …
-
comment
Comment #12733667
Comparing political candidates to Hitler is a rather lazy thought experiment.
-
comment
Comment #12733475
I agree with the first part, it's kind of a self reinforcing decision. Intel wanted INT 3 to be for break points so they gave it a single byte instruction, and because INT 3 is a s…
-
comment
Comment #12732358
What's even better is that breakpoints haven't really changed over that period of time. They just work. While a lot of tech is rapidly moving and constantly changing - this is the …
-
comment
Comment #12732296
The reason INT 3 is used is that it's the only interrupt that has a single byte opcode (0xCC). Other interrupts require two bytes: CD . This makes setting a breakpoint really easy,…
- story