as
This commit is contained in:
parent
6e701e21cd
commit
46d8c52892
@ -8,7 +8,7 @@ title: Home
|
||||
|
||||
## About me
|
||||
|
||||
<span class="description">I'm a Canadian software developer, 3D artist, photographer, network operator, musician, [blogger](/blog), amateur radio operator, IPv6 nerd, drone pilot, and general maker of things. I love to experiment with little-used technologies, and specialize in *making things interconnect*.</span>
|
||||
<span class="description">I'm a Canadian software developer, 3D artist, photographer, [network operator](/as204466), musician, [blogger](/blog), amateur radio operator, IPv6 nerd, drone pilot, and general maker of things. I love to experiment with little-used technologies, and specialize in *making things interconnect*.</span>
|
||||
|
||||
<!-- I am a first-year college student, studying Software Engineering at Sheridan College. I develop software both as a hobby, and professionally, and have been programming since I was in the 5th grade. I am also a Canadian amateur radio operator (callsign **VA3ZZA**), and the former Lead Software Developer at [Raider Robotics](https://github.com/frc5024). -->
|
||||
|
||||
@ -16,7 +16,7 @@ title: Home
|
||||
As always, I'm working on multiple projects at the same time and have my head crammed full of technobabble. Currently, I am:
|
||||
|
||||
- Working on the graphics pipeline powering children's TV productions at [Industrial Brothers](https://www.industrialbrothers.com/)
|
||||
- Operating [AS204466](https://bgp.tools/as/204466), a global IPv6 network.
|
||||
- Operating [AS204466](/as204466), a global IPv6 network.
|
||||
- Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten)
|
||||
- Working with low-power radio communication modes
|
||||
|
||||
|
37
content/as204466/_index.md
Normal file
37
content/as204466/_index.md
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
title: AS204466
|
||||
description: "Autonomous System: Evan Warren Pratten"
|
||||
extra:
|
||||
enable_gh_markdown: true
|
||||
---
|
||||
|
||||
# AS204466
|
||||
|
||||
**AS204466** provides IPv6 connectivity to experimenters, as well as IPv4 connectivity to amateur radio operators.
|
||||
|
||||
<div style="text-align:center;">
|
||||
<img style="max-width:400px;" src="https://bgp.tools/pathimg/204466-default" alt="Routing overview is currently unavailable for display">
|
||||
</div>
|
||||
|
||||
## Network goals
|
||||
|
||||
- Focus on IPv6 adoption
|
||||
- Maintain the lowest possible cost of operation
|
||||
- <strong style="font-weight:bolder;">Learn new things</span>
|
||||
|
||||
## Peering
|
||||
|
||||
Looking to peer with the network? [Send me a message](/contact), and I'll work something out with you. Physical co-location is not a requirement.
|
||||
|
||||
## Sub-networks
|
||||
|
||||
| Prefix | Announced at | Description |
|
||||
|-----------------------------------------------------------------------|--------------|------------------------------|
|
||||
| [`44.31.62.0/24`](https://bgp.tools/prefix/44.31.62.0/24) | London, UK | AMPRNet address block |
|
||||
| [`2a06:a005:d2b::/48`](https://bgp.tools/prefix/2a06:a005:d2b::/48) | Toronto, CA | North America - General use |
|
||||
| [`2a12:dd47:8040::/48`](https://bgp.tools/prefix/2a12:dd47:8040::/48) | London, UK | General use & Infrastructure |
|
||||
| [`2a06:a005:ed1::/48`](https://bgp.tools/prefix/2a06:a005:ed1::/48) | London, UK | Europe - General use |
|
||||
|
||||
## Requests and employment opportunities
|
||||
|
||||
I enjoy working with backbone tech, and would love to work with you on a larger scale. Please [contact me](/contact) if your company is hiring, or for any other information related to AS204466.
|
@ -47,7 +47,13 @@
|
||||
{% endblock head %}
|
||||
|
||||
{% block content %}
|
||||
{% if section.extra.enable_gh_markdown %}
|
||||
<article class="markdown-body">
|
||||
{% endif %}
|
||||
{{section.content | safe}}
|
||||
{% if section.extra.enable_gh_markdown %}
|
||||
</article>
|
||||
{% endif %}
|
||||
|
||||
{# Blog posts #}
|
||||
{% if section.extra.inject_blog_posts %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user