But you know what. I wore a helmet at every at bat. Did I really need it for every at bat?? No; But I had it.
There's a long list of dead people who went into the wilderness or hiking under prepared. Just because it didn't happen to you doesn't mean the same outcome for others.. I know this is supposed to be a metaphor for when to buy and upgrade the tools you have. But safety should always come first.
For example, this:
html_slice :stuff do
h1 'hello world' # @html_slice[:default] << '<h1>hello world</h1>'
text # @html_slice[:default] << '<p>Lorem ipsum dolor sit amet</p>'
div do
_ '<b> some raw html </b>'
end
end
Could be written in a helper like this: safe_join([
tag.h1('Hello world'),
tag.p('Lorem ipsum dolor sit amet'),
tag.div(<<~RAW.html_safe)
<b>some raw html</b>
RAW
])
# change directory_on_your_machine_for_think_db_storage docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
TADA.. Rails is great.
The only thing this article gets at is that engineers may not know how to calculate their own productivity; but it doesn't means it's not calculable.
> Birney and McCaffrey were arrested in 2018 over the alleged theft of material used in the documentary from Northern Ireland's police ombudsman and claimed they were subject to covert surveillance before and after the release of the film.
The PSNI overreacted in this case over concerns that information was leaking from the police regulator. Keep in mind that at the time of the documentary's release, the Royal Ulster Constabulary (the PSNI's predecessor organisation) was undertaking a massive decades-long counter-terrorist operation that involved suppressing terrorist organisations on both sides of the conflict, and that many of these terrorist organisations still exist and remain heavily involved in organised crime.
While the PSNI acted illegally in these raids, it's easy to see that their motivation stemmed from a need to investigate any leaks, which, if they had existed, would almost certainly have put lives (informants) at risk.
It's not always some grand conspiracy. At least in the UK, it's usually honest people doing their best and getting it wrong.