Skip to content

Commit

Permalink
Merge pull request #86 from alexpearce/bio-update
Browse files Browse the repository at this point in the history
More concise home page text
  • Loading branch information
alexpearce committed Feb 18, 2024
2 parents 05a3c12 + cce98fa commit 5ca4fdd
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,17 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
<main>
<p>Hi!</p>
<p>
I like to spend time writing computer programs that try to solve
interesting problems, including statistical analysis, web APIs,
optimisation, and developer happiness.
I write software.
I care about what I build, why I'm building it, and how it's built.
</p>
<p>
I enjoy working in small teams building products from conception to production.
After spending most of my career in Python and C++ I'm currently learning and loving Elixir.
I'm also a big Nix proponent, using it to manage my development environments, and would enjoy using it more often!
My <a href="/blog/">blog</a> hosts some things fellow nerds might find useful.
</p>
<p>
<a href="https://www.linkedin.com/in/alex--pearwin/">Currently</a> I’m an
engineer at <a href="https://www.multiverse.io/en-GB">Multiverse</a>, providing apprenticeships
as an alternative to university.
Before that I was VP of Software at <a href="https://www.mystic.ai">Mystic AI</a>, a
serverless GPU platform for machine learning workloads.
</p>
<p>
Previously I was a high-energy particle physics research scientist at
Before becoming an engineer, I was a particle physics research scientist at
<a href="https://home.cern">CERN</a>. As a member of the <a
href="https://lhcb.cern.ch">LHCb</a
> collaboration I focused on
href="https://lhcb.cern.ch">LHCb collaboration</a
> I focused on
<a
href="https://lhcbproject.web.cern.ch/Publications/LHCbProjectPublic/LHCb-PAPER-2015-041.html"
>charm</a
Expand All @@ -48,19 +38,12 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
>
measurements as well as the experiment’s <a
href="https://lhcbproject.web.cern.ch/Publications/LHCbProjectPublic/LHCb-DP-2019-002.html"
>real-time data processing systems</a
> data processing systems</a
>.
</p>
<p>
When I make something neat I put it on <a
href="https://github.com/alexpearce">GitHub</a
>, and when I solve a problem that others might have I write about it
here on my <a href="/blog/">blog</a>.
</p>
<p>
Please feel free to <a href="mailto:alex@pearwin.com?subject=Hello"
>contact me</a
> if you have any questions!
Please <a href="mailto:alex@pearwin.com?subject=Hello">email me</a> with comments or questions; I enjoy talking.
You can also contact me on <a href="https://www.linkedin.com/in/alex--pearwin/">LinkedIn</a> and browse code on <a href="https://github.com/alexpearce/">GitHub</a>.
</p>
</main>
</body>
Expand Down

0 comments on commit 5ca4fdd

Please sign in to comment.