L165
New evidence of how the Norse became long-distance mariners
According to the saga of Erik the Red, “shipworm will not bore into the wood which has been smeared with the seal-tar”. Viking scholars debate the precise meaning of “seal” in “seal-tar”. One interpretation is that the Scandinavian conquerors mixed tar, or pitch, with animal fat and some experiments suggest this may indeed keep shipworm at bay. What is clear is that tar was an important marine technology, and new finds suggest that a vast industry making it emerged at the beginning of the Viking era, helping enable their conquests.
The oldest tar pits in Sweden date from around 100AD to 400AD. The first were discovered in the early 2000s, and are found close to old settlements, suggesting that the tar was for coating houses and household items. It was made by stacking pine wood into conical pits a metre or two across, setting the wood on fire and covering it with turf and charcoal to encourage a slow combustion. In this way, the wood’s resin would turn to tar and drip out of the cone’s bottom into a buried container.
However, as Andreas Hennius, an archaeologist at Uppsala University, reports in this month’s Antiquity, around the eighth century something shifted. The pits got much bigger—reaching eight to ten metres in diameter—and moved far into the forest. These pits could have made between 200 and 300 litres of tar in a single production cycle.
Mr Hennius argues that the builders needed all this tar for ships. The eighth century was when sails arrived in Scandinavia. That, in his view, is no coincidence. Tar has been found on hulls, rigging and small fragments of sails from Viking vessels. It was used to waterproof the hulls and windproof the sails. It was also, according to Morten Ravn of Viking Ship Museum in Roskilde, Denmark, mixed with pigments such as ochre to give sails colour and offer protection from damaging ultraviolet rays.
Sailing suddenly expanded people’s maritime reach, creating opportunities both for long-distance trade and for the large, swift attacks that define the Viking age. Vikings conquered half of England and part of northern France. They raided as far as the Mediterranean and left monks in coastal monasteries quaking in their cassocks. “From the fury of the Northmen, O Lord, deliver us!” these monks prayed. From their tar pits, too.
L165的更多相关文章
- NET微信公众号开发-5.0微信支付(待测试)
开发前准备. 1.0微信支付官方开发者文档 2.0官方demo下载 我们用c#所以选择.net版本 不过这个官方的demo根本跑步起来 3.0官方demo运行起来解决方案 4.0微信支付官方.net版 ...
- SVG2PNG(前台和后台将SVG转换为PNG)--amcharts导出png
在项目中用到了amcharts,amcharts图标统计插件是利用SVG实现的,其自带下载png功能,但是不支持IE以下浏览器.因此研究了SVG转换为png,最终实现的效果是将amcharts生成一张 ...
- Edit the AlarmClock in AOSP with android-studio
1. git the AlarmClock source code on AOSP 2. select 'import project' by android-studio & we will ...
- Deeplearning知识蒸馏
Deeplearning知识蒸馏 merge paddleslim.dist.merge(teacher_program, student_program, data_name_map, place, ...
随机推荐
- 对Spring Ioc 以及DI的精彩理解
转:http://blog.csdn.net/cyjs1988/article/details/50352916 学习过spring框架的人一定都会听过Spring的IoC(控制反转) .DI(依赖注 ...
- nginx + resin配合使用问题
在A机器上用resin部署了一台接口服务器,用了一段时间后需要扩容. 从A上拷贝所有配置和数据至B服务器,修改了resin的IP配置. <server id="" addre ...
- [转载]Javassist 使用指南(三)
======================= 本文转载自简书,感谢原作者!. 原链接如下:https://www.jianshu.com/p/7803ffcc81c8 =============== ...
- apt get update无法正常使用解决方案(转载)
apt get update无法正常使用 解决方法参考博客 [问题描述] 前几天执行apt相关命令(如apt-get update),都会长时间停在``等待报头'',超时后,显示连接超时. 换了快速指 ...
- TSP - 状态压缩dp
2017-08-11 21:10:21 艾教写的 #include<iostream> #include<cstdio> #include<cstring> #in ...
- HDU5299 圆的扫描线 && 树上删边博弈
HDU5299 圆的扫描线 && 树上删边博弈 标签(空格分隔): 未分类 给出若干个圆,可以互相嵌套但不相交或相切. 每次删去一个圆和它内部的圆,进行博弈,问谁赢. 分成两部分.首先 ...
- PHP整数取余返回负数的相关解决方法
PHP语言虽然功能强大,但并不代表其没有缺点,在编写代码的过程中未免会遇到一些让人头痛的问题.下面我们将为大家介绍有关PHP整数取余返回负数的解决办法. 我们先来看个例子. $res = 162447 ...
- python 使用set对list去重,并保持list原来顺序
list_one=re.findall(r"^\s{0}[A-Za-z]*\b", txt,re.M) #匹配一级目录 addr_to = list(set(list_one))a ...
- 机器学习笔记—EM 算法
EM 算法所面对的问题跟之前的不一样,要复杂一些. EM 算法所用的概率模型,既含有观测变量,又含有隐变量.如果概率模型的变量都是观测变量,那么给定数据,可以直接用极大似然估计法,或贝叶斯估计法来估计 ...
- MySQL MVVC
什么是MVVC? MVVC (Multi-Version Concurrency Control) (注:与MVCC相对的,是基于锁的并发控制,Lock-Based Concurrency Contr ...