blob: f1c2f9131cca8f2a9cceb51f8310ba7751fb81ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
---
menu: "about"
slug: "about"
show: false
title: "About"
url: "/about/"
pics:
me:
css: "image"
# tip: "April energy production and consumption."
sources:
- "/files/about/me-funny.webp"
- src: "/files/about/me-funny.jpg"
width: 805
height: 493
---
## About Me
My name is Paul Duncan. I am a software developer living in Falls
Church, VA.
I am an [EV][] and renewable energy enthusiast. I have owned a [Tesla
Model 3][model3] since March 2019. We [installed rooftop
solar][solar] in September 2022.
I enjoy reading about math, programming, computer security, and science,
writing [Open Source software][oss], tinkering with electronics, [3D
printing][], and creating electronic music.
In my spare time I run a couple of servers which provide web and email
hosting for friends and family.
## About This Site
This has been my web site since 1998. The site name is a combination of
"pablo" (my nickname) and "tron" (technical).
I typically post project updates, longer articles, and links that I find
interesting.
In 2019 I resurrected this site after a 10-year hiatus and migrated from
a custom [PHP][] backend to [Jekyll][]. In 2021 I switched from
[Jekyll][] to [Hugo][]. I am still in the process of migrating some of
the older content.
Feel free to contact me if you are looking for something and can't find
it.
## Links
* [GitHub][github-me]: My [GitHub][] page.
* [Keybase][keybase-me]: My [Keybase][] page.
## Old Sites
Archives of this site and my other sites are available via the [Wayback
Machine][] at the following URLs:
* [Pre-1999 Site (archive)][ia-efn]: My personal site before 1999. Try
not to giggle (too much).
* [paulduncan.org (archive)][ia-pdo]: My personal site from 2003 until
2017.
* [pablotron.org (archive)][ia-pto]: Technical content from 1998 until
now.
[oss]: https://en.wikipedia.org/wiki/Open-source_software
"Open Source software"
[3d printing]: https://en.wikipedia.org/wiki/3D_printing
"3D printing."
[jekyll]: https://jekyllrb.com
"Jekyll static site generator."
[wayback machine]: https://web.archive.org/
"Internet Archive Wayback Machine."
[ia-efn]: https://web.archive.org/web/*/http://efn.org/~p_duncan/
"My personal site before 1999."
[ia-pdo]: https://web.archive.org/web/*/https://paulduncan.org/
"My personal site from 2003 until 2017."
[ia-pto]: https://web.archive.org/web/*/https://pablotron.org/
"My personal and technical site from 1998 until the present."
[php]: https://php.net/
"PHP programming language"
[hugo]: https://gohugo.io/
"Hugo static site generator."
[ev]: https://en.wikipedia.org/wiki/Electric_vehicle
"Electric vehicle"
[model3]: https://en.wikipedia.org/wiki/Tesla_Model_3
"Tesla Model 3"
[github-me]: https://github.com/pablotron
"My GitHub page."
[github]: https://github.com/
"GitHub"
[keybase-me]: https://keybase.io/pablotron
"My Keybase page."
[keybase]: https://keybase.io
"Keybase secure messaging and file sharing"
[solar]: {{< relref "posts/2022-09-11-solar-panels.md" >}}
"Solar panels"
|