Finella adamsi

Finella adamsi is a species of sea snail, a marine gastropod mollusc in the family Obtortionidae.[1]

Finella adamsi
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Genus:
Species:
F. adamsi
Binomial name
Finella adamsi
(Dall, 1889)

Distribution

Description

The maximum recorded shell length is 4.6 mm.[2]

Habitat

Minimum recorded depth is 0 m.[2] Maximum recorded depth is 30 m.[2]

gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.

References

  1. Finella adamsi (Dall, 1889). Retrieved through: World Register of Marine Species on 17 May 2010.
  2. Welch J. J. (2010). "The "Island Rule" and Deep-Sea Gastropods: Re-Examining the Evidence". PLOS One 5(1): e8776. doi:10.1371/journal.pone.0008776.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.