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, ...
随机推荐
- sparkSQL实战详解
摘要 如果要想真正的掌握sparkSQL编程,首先要对sparkSQL的整体框架以及sparkSQL到底能帮助我们解决什么问题有一个整体的认识,然后就是对各个层级关系有一个清晰的认识后,才能真正的 ...
- 20145328 《Java程序设计》第6周学习总结
20145328 <Java程序设计>第6周学习总结 教材学习内容总结 输入/输出 InputStream与OutputStream 从应用程序角度来看,如果要将数据从来源取出,可以使用输 ...
- 20145331 《Java程序设计》第6周学习总结
20145331 <Java程序设计>第6周学习总结 教材学习内容总结 第十章 输入/输出 10.1.1串流 •Java将输入/输出抽象化为串流,数据有来源及目的地,衔 ...
- c语言数据类型字节长度
突然间就想到了long和int到底什么区别(发现有很多问题都是突然间想到的),然后百度.google各种查找,各种书籍:<C++ Primer>.<C程序设计语言>查看,终于明 ...
- 如何打开windows的远程桌面
WINDOWS 2003/XP 系列设置方法 右键点击[我的电脑]选择[属性],进入[系统属性]界面,点击[远程]选项卡,勾选[启用这台计算机上的远程桌面]即可. 2003/XP系统默认只允许计算机a ...
- RabbitMQ入门(2)——工作队列
前面介绍了队列接收和发送消息,这篇将学习如何创建一个工作队列来处理在多个消费者之间分配耗时的任务.工作队列(work queue),又称任务队列(task queue). 工作队列的目的是为了避免立刻 ...
- Impala 技术点梳理
1.优点 1.1 快! 主节点生成执行计划树并分发执行计划至各节点并行执行的拉式获取数据(MR:推式获取数据) 计算的中间结果不写入磁盘 1.2 便利 提供SQL语义,可以方便的进行复杂的数据分析任 ...
- Springboot依赖注入笔记
结合Autowired和Service注解 public interface IUser { void say(); } @Service public class Student implement ...
- PHP 重载方法 __call()
__call() 方法用于监视错误的方法调用. __call()(Method overloading) 为了避免当调用的方法不存在时产生错误,可以使用 __call() 方法来避免.该方法在调用的方 ...
- nginx页面不能正常访问排除方法
nginx页面不能访问 nginx页面不能访问 检查服务端服务是否启动成功 在服务端使用wget和curl测试下返回的是否正常 浏览器wget或者curl等软件访问不了Ngixn页面 1. 检查服务端 ...