HN user
wolfwyrd
Phil Haack has a neat script called tree-me[0] that takes a lot of the pain out of this in vanilla Git
Whatever I want because —amend is a thing?
It's fiber interconnect between sites that is not actively visible to other people who are routing data around the world. Think of it as being pre-layed but not yet turned on/made available.
The way it's written means this just isn't the case. They _MAY_ use it for what you have mentioned above. They explicitly say "...here are a few examples of improvements..." and "How Slack may use Customer Data" (emph mine). They also... may not? And use it for completely different things that can expose who knows what via prompt hacking.
Shouldn’t[0] be able to. It’s all still fallible software written by humans.
[0] https://www.theregister.com/AMP/2022/06/02/conti_rasomware_i...
This is a timing attack or timing oracle. Lets assume a mac represented in an array of 32 bytes. If we had a pseudocode method like:
byte [32] (actualMac, expectedMac)
for int x = 0..31
if (actualMac[x] != expectedMac[x])
return false;
fi
end
return true;
We return false as soon as we hit an invalid byte in our calculated mac. If the time taken to execute one iteration of the loop is Y and the attacker is able to time this method accurately they will be able to tell what the value of actualMac is by feeding known inputs. They will know because the return time will be 2Y when they have bailed after the first byte. 3Y after the second, 4Y after the third etc.This is why we should check the arrays in constant time - compare every byte in both arrays before returning. We do not return early so we can’t leak information
If they're modular then they'll be intended to run more than one. You get the land, grid tie-in, permits and staff and then... stack 4 of these instead of 1. You use the same benefits from economies of scale to have as many of these as can be safely crammed into your building and go from there.
Star Citizen
I wrote a BDD style testing library. It builds on top of NUnit to make unit testing classes with dependencies super simple.
https://github.com/LeapingGorillaLTD/Testing
I was fed up of having to substitute every dependency manually whenever I wanted to write a test, finding it hard to apply clean software design principals to test suites.
It's laid out further in the thread [1]. The key quote comes from Thorsten:
All that afaics doesn't matter. If a new kernel breaks things for people (that especially includes people that do not update their userland) then it's a kernel regression, even if the root of the problem is in usersland. Linus (CCed) said that often enough
[1] http://lkml.iu.edu/hypermail/linux/kernel/1710.3/02487.html
This came from the Zero Energy Project[1] which also has floor plans.
[1] http://zeroenergyproject.org/2017/07/24/simple-techniques-lo...
It's ok - it's made with <3
They'll still get hit hardest. Weak pound means more expensive imports. UK imports ~40% of it's food [1]. That food will now cost more to import raising prices at the supermarkets. Poorer people spend a larger %'age of their income on essentials like food.
The weak pound means importing oil (priced in USD) will be more expensive. This will affect Petrol prices (we're already seeing a 2-3p rise at the pumps). Poorer people spend a larger %'age of their income on essentials like fuel.
There are a number of knock-on effects from the weak pound. Yes it's good for exports but overall it's going to be a rough couple of years for the already disadvantaged.
Speaking to your point on competition as well - if the UK wishes to join the EU free market they will most likely need to accept freedom of movement. No treaty has ever been agreed with any country without this caveat (that covers the Swiss, Norway etc). It's possible that the UK may be an exception but it's unlikely.
hmac.compare_digest is constant time whereas == will return as soon as a mismatch is found. The difference in return time can be measured. The key phrase is a Timing Attack[0].
ALT+3. Dead easy right~
Here's a discussion on that[0]. Depending on how you do it you either weaken it to the strength of the weakest algorithm or alternatively gain nothing but may introduce a weakness. It's basically a bad idea.
https://security.stackexchange.com/questions/93730/why-not-m... [0]
Sadly not. The US courts have already ruled that data held in other data centres are fair game for a US warrant [1]. In this case the data is held in the EU (in Dublin, Ireland to be precise) and MS was found in contempt of court for failing to hand the data over [2]. They're still fighting this case now - over a year later - and it's currently in the 2nd Circuit Court of Appeals [3].
This means that the precedent is already set. If the company operates in the US and is served a warrant, the US Govt wants ALL of the data WHEREVER it's held.
I'm rooting for MS on this one and hope their appeal is upheld.
[1] http://www.theguardian.com/technology/2014/apr/29/us-court-m...
[2] http://www.zdnet.com/article/microsoft-refuses-to-hand-over-...
[3] http://www.techweekeurope.co.uk/e-regulation/microsoft-resis...
Already in consideration for SO - http://meta.stackoverflow.com/questions/307513/the-power-of-...
Here's the paper[1] from the University of Toronto showing that the attack originated from the Great Firewall. Given the firewall is operated by the Ministry of Public Security that points the finger pretty clearly at the government. The way the attack was orchestrated implies however that Baidu was an unwitting victim.
More discussion here - https://news.ycombinator.com/item?id=10226196
By that reasoning PHP must be amazing
This can be blocked in Chrome with a Plug-In[1]
[1]https://chrome.google.com/webstore/detail/webrtc-block/nphkk...
I think the point of the author wasn't that libraries are bad per sé, it's more that why should a library be needed for something that's core to the purpose of the language.
Have you got this up on GitHub? Sounds like something I'd enjoy contributing to
Lee Campbell's book/site is a good place to start - http://introtorx.com/
It's also 42 backwards. Important I feel
With the ruling in and MS being forced to release data from a server on foreign soil, what does this mean for other providers? Anybody offer up a good replacement for AWS/S3 or Google Cloud that isn't run by a US company?
It's not the Fiber that's the fee earner. By having more people connected with faster, more stable connections they can continue pushing the envelope with things like higher definition on YouTube and suchlike but this is the razzle-dazzle that people will see without noting the true purpose; you're accessing the net through their service so they can now pin all of your surfing habits to a physical person driving more benefit to their primary Ad business.