aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-08build(deps): bump comrak from 0.12.1 to 0.13.0 (#487)dependabot[bot]2-4/+3
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08build(deps): bump http from 0.2.7 to 0.2.8 (#486)dependabot[bot]1-2/+2
Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.7...v0.2.8) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08Fix the flake URL format (#483)Jade Lovelace1-1/+1
Good old Nix changing things. I've also noted the branch format, since they hard-coded it to master by default.
2022-06-08build(deps): bump tokio-stream from 0.1.8 to 0.1.9 (#484)dependabot[bot]1-2/+2
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08build(deps): bump tower-http from 0.3.3 to 0.3.4 (#488)dependabot[bot]1-2/+2
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.3...tower-http-0.3.4) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06Switch to xeiaso.net links in resume.md (#485)Charlotte Som1-3/+3
Fixes Xe/site#482
2022-06-03the oasisXe Iaso1-0/+344
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28site update: new domainXe Iaso1-0/+125
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28new emailXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28fix sitemapXe Iaso1-1/+7
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28remove old attemptXe Iaso1-11/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28xeiaso.netXe Iaso7-45/+50
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-28ssh key storageXe Iaso1-0/+64
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26kubernetes a heckXe Iaso1-2/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26templates/mara: use xeiaso.net CDNXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26static: xeiaso.netXe Iaso3-74/+7
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26flake: xeiaso.netXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26talks: update to xeiaso.netXe Iaso2-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26blog: update to xeiaso.netXe Iaso65-108/+108
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26templates: change canonical domain to xeiaso.netXe Iaso8-42/+37
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-25Signal Booster (#480)henri1-0/+25
added henri shustak
2022-05-25Fix typo (#481)Shadlock01331-1/+1
2022-05-24templates/{blog,talk}post: clarify time zoneXe Iaso2-2/+2
Apparently the fact that my blog runs on UTC is surprising to people. Signed-off-by: Xe Iaso <me@christine.website>
2022-05-23build(deps): bump http-body from 0.4.4 to 0.4.5 (#479)dependabot[bot]1-2/+2
Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/hyperium/http-body/releases) - [Changelog](https://github.com/hyperium/http-body/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.4...v0.4.5) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23blog/go2: add patrone blurbXe Iaso1-6/+12
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-23blog: against toxicity in programming languagesXe Iaso1-0/+65
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-23update nixpkgsXe Iaso1-12/+12
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-20blog: update salary historyXe Iaso1-1/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-20build(deps): bump axum from 0.5.5 to 0.5.6 (#472)dependabot[bot]1-2/+2
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.5...axum-v0.5.6) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20build(deps): bump serde_dhall from 0.11.0 to 0.11.1 (#478)dependabot[bot]2-5/+5
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/Nadrieril/dhall-rust/releases) - [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.11.0...serde_dhall-v0.11.1) --- updated-dependencies: - dependency-name: serde_dhall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20build(deps): bump prometheus from 0.13.0 to 0.13.1 (#477)dependabot[bot]1-33/+7
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/tikv/rust-prometheus/releases) - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20build(deps): bump axum-macros from 0.2.1 to 0.2.2 (#476)dependabot[bot]1-2/+2
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.2.1...axum-macros-v0.2.2) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20build(deps): bump axum-extra from 0.3.1 to 0.3.3 (#475)dependabot[bot]1-2/+2
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.1 to 0.3.3. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.1...axum-extra-v0.3.3) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18blog: add 'i fixed the patron page' postXe Iaso2-1/+118
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-18fix patroneXe Iaso1-2/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-18look for patreon creds in ~ instead of .Xe Iaso5-7/+11
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-18Remove nat amundsen (#474)Nat Amundsen1-16/+0
* Add Nat Amundsen * Update signalboost.dhall
2022-05-18oops lolXe Iaso1-13/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-18infrastructureXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-18shill fly.ioXe1-0/+108
Signed-off-by: Xe <me@christine.website>
2022-05-18Merge pull request 'blog: we already have go 2' (#5) from we-have-go-2 into mainCadey Ratio1-0/+896
Reviewed-on: https://tulpa.dev/cadey/xesite/pulls/5
2022-05-14oh god i'm going to become poorXe Iaso1-47/+54
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-13more fixesXe Iaso1-10/+61
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-13blog/we-have-go-2: fix indentXe Iaso1-6/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-13blog/we-have-go-2: write generics sectionXe Iaso1-18/+99
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-13blog/we-have-go-2: more into genericsChristine Dodrill1-12/+89
2022-05-13blog/we-have-go-2: more changes from the parkChristine Dodrill1-82/+250
2022-05-13blog: we already have go 2Xe Iaso1-0/+514
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12stickyboxXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12adaptive classXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>