From 05f41ba46cd4d450d05f89486ca319e9c4308ba4 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 20 Jan 2025 21:01:50 -0700 Subject: [PATCH] fix: hire -> collab --- config.toml | 2 +- content/about.md | 4 ++-- content/collab.md | 43 +++++++++++++++++++++++++++++++++++++++++++ content/hire.md | 38 -------------------------------------- 4 files changed, 46 insertions(+), 41 deletions(-) create mode 100644 content/collab.md delete mode 100644 content/hire.md diff --git a/config.toml b/config.toml index 8cc76db..71fd838 100644 --- a/config.toml +++ b/config.toml @@ -33,7 +33,7 @@ socials = [ menu = [ { name = "/blog", url = "/blog", weight = 1 }, { name = "/projects", url = "/projects", weight = 2 }, - { name = "/hire", url = "/hire", weight = 3 }, + { name = "/collab", url = "/collab", weight = 3 }, { name = "/about", url = "/about", weight = 4 }, { name = "/tags", url = "/tags", weight = 5 }, ] diff --git a/content/about.md b/content/about.md index a263a79..dbf458d 100644 --- a/content/about.md +++ b/content/about.md @@ -5,13 +5,13 @@ path = "about" repo_view = false +++ -I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I develop interoperable blockchain infrastructure for the Cardano ecosystem. +I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I help develop interoperable blockchain infrastructure for the Cardano ecosystem. As co-founder of the [Ekala Project](https://github.com/ekala-project), I'm building next-generation tooling for reproducible builds and declarative systems. With a decade of experience in distributed systems, build infrastructure, and network optimization, I craft tools that emphasize reproducibility and determinism. My engineering approach leverages expressive type systems and functional programming paradigms, with current focus on the Rust and Nix ecosystems. -If you're interested in working together or supporting my open source contributions, consider [hiring](/hire) me or reaching out through any of the social links above. I'm always happy to chat! +If you're interested in working together or supporting my open source contributions, consider [collaborating](/collab) with me or reaching out through any of the social links above. I'm always happy to chat! ## Sigs diff --git a/content/collab.md b/content/collab.md new file mode 100644 index 0000000..3d7a4ce --- /dev/null +++ b/content/collab.md @@ -0,0 +1,43 @@ ++++ +title = "Collaborate" +path = "collab" +[extra] +repo_view = false ++++ + + +## Support Open Source + +If you find value in my open-source contributions, there are several ways to support this work: + +- Drop by [Discord](https://discord.gg/DgC9Snxmg7) to say hello and share ideas +- Contribute technically to [Ekala](https://github.com/ekala-project) or other projects +- Support development financially through: + + **Fiat Contributions** + + - [Personal Liberapay](https://liberapay.com/nrdxp/donate) + - [Ekala Liberapay](https://liberapay.com/Ekala/donate) + + **Crypto Contributions** + + - BTC: [bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s](bitcoin:bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s) + - ETH: [0x131b30f34b9F120b4C08c987150B4e83581e3FD5](ethereum:0x131b30f34b9F120b4C08c987150B4e83581e3FD5) + - ADA: [$nrdxp](cardano:addr1qywsmj6rph5xp4g0mfgnee6hwfk4l6ark42k8x0lfklah9akeej0wlqxpxwcucmrjm8gt3c3pa9tpejkzcsgaxflym4qrglkmw) + +## Contract Work + +I'm available for consulting and contract work specializing in: + +- Distributed systems architecture +- Build infrastructure optimization +- Rust and Nix ecosystem development +- Blockchain infrastructure engineering +- General systems programming and tooling +- Other interesting technical challenges + +## Get in Touch + +For contract work inquiries or to discuss potential collaborations, reach out through any of my social links above. I'm happy to sit down and explore how we can work together on your next project. + +Your contribution, whether through direct hiring or open-source support, helps maintain and improve tools used by the broader community. Thank you! diff --git a/content/hire.md b/content/hire.md deleted file mode 100644 index 6a6d039..0000000 --- a/content/hire.md +++ /dev/null @@ -1,38 +0,0 @@ -+++ -title = "Hire" -path = "hire" -[extra] -repo_view = false -+++ - -## Contract Work - -I'm available for consulting and contract work specializing in: - -- Distributed systems architecture -- Build infrastructure optimization -- Rust and Nix ecosystem development -- Blockchain infrastructure engineering -- General systems programming and tooling -- Other interesting technical challenges - -## Support Open Source - -If you find value in my open-source contributions, please support my work through: - -**Fiat Contributions** - -- [Personal Liberapay](https://liberapay.com/nrdxp/donate) -- [Ekala Liberapay](https://liberapay.com/Ekala/donate) - -**Crypto Contributions** - -- BTC: [bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s](bitcoin:bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s) -- ETH: [0x131b30f34b9F120b4C08c987150B4e83581e3FD5](ethereum:0x131b30f34b9F120b4C08c987150B4e83581e3FD5) -- ADA: [$nrdxp](cardano:addr1qywsmj6rph5xp4g0mfgnee6hwfk4l6ark42k8x0lfklah9akeej0wlqxpxwcucmrjm8gt3c3pa9tpejkzcsgaxflym4qrglkmw) - -## Get in Touch - -For contract work inquiries or to discuss potential collaborations, reach out through any of my social links above. I'm happy to sit down and explore how we can work together on your next project. - -Your contribution, whether through direct hiring or open-source support, helps maintain and improve tools used by the broader community. Thank you!