Live data from Hacker News

There were BGP anomalies during the Venezuela blackout

loworbitsecurity.com

221–230 of 476 posts

Re: There were BGP anomalies during the Venezuela blackout

#221

Earlier quoted context omitted.

Watching a civilized nation drop a nuclear bomb on an enemy really got into peoples heads. What's worse is.. it worked.

there's a fair argument to make that a nation that drops a nuclear bomb on a city isn't "civilized"

I think that lesson from World War Two is that civilization is all the things we do to prevent another World War Two from happening. And that what we owe to all the people in Hiroshima, Tokyo, Nanjing, the Warsaw Ghetto, Katyn, Bengal, Manzanar, and a thousand other places is to prevent anything like that from happening again.

Re: There were BGP anomalies during the Venezuela blackout

#222

Earlier quoted context omitted.

> the military and public would not want to die in a nuclear inferno to defend national sovereignty Erm, it's kind of demanded for people to go out and die to defend national sovereignty in nations that have a draft. For myself, I'd prefer to be vaporized than bleed out in a trench if it really comes down to it.

Realistically speaking you'll die of an infected and untreated burn wound though, the severe blast and burn area is just much much bigger than the fancy "everything just goes poof" core.

Yah, but you could enter the ruins of some shop, get some booze there, and walk straight into ground zero. Feeling the buzz. Getting tired...drifting away...

Re: There were BGP anomalies during the Venezuela blackout

#223

Earlier quoted context omitted.

You don't leave room to escalate beyond use if nukes anymore. Russia's response to a tactical nuke would be to turn Ukraine into glass. All leaving additional escalation on the table does is make sure that you don't make good on your word to make everyone lose too.

> You don't leave room to escalate beyond use if nukes anymore. Russia's response to a tactical nuke would be to turn Ukraine into glass Tactical nukes are in ambiguous territory. Russia launching a blizzard of nukes at Ukraine is difficult to distinguish from Russia nuking NATO. To turn Ukraine into glass, Russia would need to gamble that Washington and France trust it.

Sure, but that practically looks like Russia telling NATO what it's going to do, then most of NATO sitting at DEFCON 1 and being ready to respond the instant any Russian missiles look like they're not going towards Ukraine. NATO has no reason to inject themselves into a nuclear exchange more than diplomatically, and has the ability to respond well after they know where Russian missiles are going to land.

Re: There were BGP anomalies during the Venezuela blackout

#224

Earlier quoted context omitted.

> However Ukraine designed and built the ICBMs Your computer is designed and built in China therefore your computer belongs to Chinese and China. Right? > See above Maybe you should see how good the Ukraine was at keeping their naval assets after they used the totally legal methods to obtain them. Maybe then you would have a clue on how good they could had maintained them.

> Your computer is designed and built in China therefore your computer belongs to Chinese and China. Right? The previous owner was the USSR, who ceased to exist, and who Ukraine was a part of. > Maybe you should see how good the Ukraine was at keeping their naval assets after they used the totally legal methods to obtain them. Maybe then you would have a clue on how good they could had maintained them. Are you talkin…

> The previous owner was the USSR

Not quite.

> and who Ukraine was a part of

Oh, so there were some wedding contract what stated what in case the parties.. part - there would be the transfer and division of assets? When why Belorussia didn't received their part of the navy? Kazakhstan? Georgia? Baltics, because they surely "were parts of USSR"?

> Are you talking about the ships that weren't originally

That weren't originally what? I know you degraded to just throwing words with your blanket knowledge but again you can find out the fate of the ships the Ukraine used totally legit means to obtain from Russian Federation with a quite short trip to Wikipedia.

Re: There were BGP anomalies during the Venezuela blackout

#225

Earlier quoted context omitted.

Adguard Home and others can be configured to complete your DNS requests over HTTPS (using, for example, https://dns.cloudflare.com/dns-query ).

That's not what this is about. HTTPS is the name of a protocol, which is mostly used to make the World Wide Web work, but we do lots of other things with it, such as DNS-over-HTTPS aka DoH. However HTTPS is also the name of a type of DNS record, this record contains everything you need to best reach the named HTTPS (protocol) server, and this is the type of record your parent didn't previously know about In the borin…

> so if many people share the same endpoints then eavesdropper can't tell which site you were visiting.

Which is why it is so important/useful to Cloudflare but of much lower utility to most nginx users.

Re: There were BGP anomalies during the Venezuela blackout

#226

Earlier quoted context omitted.

Terrible take in the 2nd premise of your argument. Is Venezuela a sovereign nation or a colony? Can similar logic be applied against Russia or even the US?

The sovereignty of Venezuela is not the right argument here, because practical sovereignty is not absolute and there are just war grounds for Maduro's capture. The man was an awful tyrant. However , just because there are just war grounds for Maduro's capture per se doesn't mean the operation was justified by just war principles. It wasn't. It takes more than just the fact that the ruler is tyrannical to justify an o…

I agree with you for the most part. The subtext to all of this is Maduro's close relationships with China and Russia of course.

Re: There were BGP anomalies during the Venezuela blackout

#227
post #109

Earlier quoted context omitted.

> the US military has made contingency plans for a decapitation strike and seizure or destruction of nuclear weapons in Pakistan in case the situation turns really bad there. Real deterrence requires a credible second-strike capability on survivable platforms such as submarines. The existence of a plan does not equate to the feasibility of its execution. A submarine-based deterrent is indeed the "gold standard" for s…

> There is enough pain for the US that they wouldn't actually attack Pakistan These are the states whose Senators are in play this year [1]. Let's say Trump decides it's fuck-around-with-Islamabad-o'clock. He fucks around. Pakistan nukes at India. How many of those Senate seats flip as a result? I'm going to guess none. Let's go one step further. Pakistan nukes Al Udeid and Camp Arifjan (both theoretically within ran…

> Let's say Trump decides it's fuck-around-with-Islamabad-o'clock. He fucks around. Pakistan nukes at India. How many of those Senate seats flip as a result? I'm going to guess none.

If America does something to pakistan, then pakistan wouldn't bomb India but rather America

In your scenario India did literally nothing. I know the rivalry but even then India has its own nukes and if India wasn't part of the plan then case would be on America

A much more likely scenario is that Pakistan's military would take over (Pakistan has never been really stable after its independence) and their ties with china would grow and China would feel threatened as well and if things go the same as venezuela that is that Trump says that they would control pakistan for time being (similar to venezuela) then China would be genuinely pissed and a WW3 conflict can arise considering China could send their military there and the possibility of nuke could be a choice if the war really happens between America/China but the possibility of it is really really slim and depends on how the war goes.

Re: There were BGP anomalies during the Venezuela blackout

#228

I guess one of the interesting things I learnt off this article(1) was that 7% of DNS query types served by 1.1.1.1 are HTTPS and started wondering what HTTPS query type was as I had only heard of A, MX, AAAA, SPF etc... Apparently that is part of implementing ECH (Encrypted Client Hello) in TLS 1.3 where the DNS hosts the public key of the server to fully encrypt the server name in a HTTPS request. Since Nginx and o…

It’s also how browsers detect a website supports HTTP3. Browsers will request it just to check if they should connect to an https:// URL via HTTP3 (though they generally don’t block on it - they fallback to HTTP1/2 if it takes too long).

> It’s also how browsers detect a website supports HTTP3

It's one way, but a H1/H2 connection can also be promoted to H3 via the alt-svc header. The DNS method is slightly better though since it potentially allows a client to utilize H3 immediately from the first request.

Re: There were BGP anomalies during the Venezuela blackout

#229

Earlier quoted context omitted.

Watching a civilized nation drop a nuclear bomb on an enemy really got into peoples heads. What's worse is.. it worked.

there's a fair argument to make that a nation that drops a nuclear bomb on a city isn't "civilized"

The high end of the range of death estimates by the two atomic bombs is around 246,000. The estimated range of US military deaths from an invasion of Japan (Operation Downfall) was 250,000 to 1,000,000, and another 5 to 10 million Japanese. Dropping nukes was both barbaric and the more civilized option. Oppenheimer et al. deserve their acclaim.

Japan attacked the US first, and by Hiroshima the US had 110,000 dead in the Pacific theater. Imagine living through that before judging them.

Re: There were BGP anomalies during the Venezuela blackout

#230
post #45

Earlier quoted context omitted.

Action probably looks like crash-starting multiple nuclear weapons programs. With or without the help of the british/french. Probably with. I'd imagine programs from: the Nordics and Poland+Baltics. Maybe Germany, probably not.

What happens when you start making nukes and the US doesn't want you to? Ssetting aside the whole non-proliferation thing, or expense (see NK), etc. Let's get serious, please.

Sanctions come to my mind.
Post reply on HN