aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-04-07css: fix conversation width in the HTML elementXe Iaso1-0/+1
> Add min-width:0 to .conversation-chat in shim.css. This is not only a > fix, but the correct fix. > > But WTF? > > Well quite simply, the default value of min-width is auto, which > normally acts like 0, but for a flex item, auto becomes something more > along the lines of min-content (except special complicated rules that I > don't fully understand apply). The net result is that the minimum width > prevents the code boxes in the conversation from using their overflow: > auto to enable scrolling. Setting min-width: 0 is effectively just > turning this special rule off, and causing it use more normal box sizing > rules. > > I hate how weird and impossible to understand the css box model is. Signed-off-by: Xe Iaso <me@christine.website>
2022-04-06Nix flakes 3 (#453)Xe Iaso3-12/+456
* blog: add third nix flakes post Signed-off-by: Xe <me@christine.website> * make nix flakes post 3 better, thanks open Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05fix better????Xe Iaso2-3/+14
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05blow up without patroneXe Iaso1-7/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05log refresh token errorsXe Iaso1-1/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05fix???Xe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05don't read patreon creds from envvarsXe Iaso2-12/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-06tolerate no patrone credsXe Iaso2-1/+6
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-02signal boost: make links optionalXe Iaso4-55/+60
Closes #326 Closes #209 Signed-off-by: Xe <me@christine.website>
2022-04-02blog/backslash-kubernetes: change titleXe Iaso1-1/+1
Closes #394 Signed-off-by: Xe Iaso <me@christine.website>
2022-04-02add kjain (#437)kjain1-0/+14
2022-04-02Update to Axum 0.5Xe Iaso3-14/+15
Closes #446 Closes #447 Closes #448 Signed-off-by: Xe <me@christine.website>
2022-04-02lib/patreon: refresh token supportXe Iaso6-14/+93
This should hopefully make the patrons page work consistently and no longer require me to manually update the patreon token once per month. Why didn't I do this age ago?????? Hacked up live on twitch: https://twitch.tv/princessxen Closes #442 Signed-off-by: Xe <me@christine.website>
2022-04-01oops lolXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-01blog: suggestions for recruitersXe Iaso1-0/+118
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-28compiling matter in my living roomChristine Dodrill1-0/+93
Signed-off-by: Christine Dodrill <me@christine.website>
2022-03-26nix flakes can access private repos with git+ssh (#444)Martin Schwaighofer1-1/+1
Sadly using ssh+git does not work. I tested this locally. See also: https://discourse.nixos.org/t/url-format-for-flake-over-git-ssh/7538/2
2022-03-24build(deps): bump ructe from 0.13.4 to 0.14.0 (#443)dependabot[bot]2-53/+4
Bumps [ructe](https://github.com/kaj/ructe) from 0.13.4 to 0.14.0. - [Release notes](https://github.com/kaj/ructe/releases) - [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/ructe/compare/v0.13.4...v0.14.0) --- updated-dependencies: - dependency-name: ructe 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-03-24closed projectsXe Iaso1-0/+38
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-22bbroughtXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-22make rust happyXe Iaso1-30/+30
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21imgoptimize: quote pathsXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21lol oopsXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21Rewrite the site routing with Axum (#441)Xe Iaso18-897/+1247
* broken state Signed-off-by: Xe Iaso <me@christine.website> * fix??? Signed-off-by: Xe Iaso <me@christine.website> * Port everything else to axum Signed-off-by: Xe <me@christine.website> * headers Signed-off-by: Xe Iaso <me@christine.website> * site update post Signed-off-by: Christine Dodrill <me@christine.website> * fix headers Signed-off-by: Xe Iaso <me@christine.website> * remove warp example Signed-off-by: Xe Iaso <me@christine.website> * 80c wrap Signed-off-by: Xe Iaso <me@christine.website> * bump version Signed-off-by: Xe Iaso <me@christine.website>
2022-03-16The Social Quandry of Devops (#440)Xe Iaso1-0/+260
* the social quandry of devops Signed-off-by: Xe Iaso <me@christine.website> * the social quandry of devops: more better Signed-off-by: Xe Iaso <me@christine.website>
2022-03-08pokemon legends arceus reviewXe Iaso1-0/+296
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-02blog backend writing to learn a new languageXe Iaso1-0/+156
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-02blog/nix-flakes-2: minor fixesXe Iaso1-2/+2
- link to the right nixpkgs PR - use bash syntax instead of fish syntax Signed-off-by: Xe <me@christine.website>
2022-02-27blog: nix flakes 2 - systemd portable services noteXe Iaso1-0/+11
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-27nix flakes 2: fun with packagesXe Iaso3-0/+581
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26spellblade plans updateXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26spellblade part 2Xe Iaso3-3/+193
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26postdromeXe Iaso1-0/+90
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21nix flakes post: fix boo-boosXe Iaso1-24/+21
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21matrix has uXe Iaso1-0/+76
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21blog: add nix flakes postXe Iaso1-0/+527
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-20oops lolXe Iaso1-2/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-19build(deps): bump eyre from 0.6.5 to 0.6.6 (#430)dependabot[bot]2-3/+3
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.5 to 0.6.6. - [Release notes](https://github.com/yaahc/eyre/releases) - [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/eyre/compare/v0.6.5...v0.6.6) --- updated-dependencies: - dependency-name: eyre 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-02-19build(deps): bump tracing-subscriber from 0.3.5 to 0.3.7 (#431)dependabot[bot]1-4/+4
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.5 to 0.3.7. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.5...tracing-subscriber-0.3.7) --- updated-dependencies: - dependency-name: tracing-subscriber 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-02-20tell people to not use this codeXe Iaso1-0/+25
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-19Update blogindex.rs.htmlXe Iaso1-1/+0
Closes #433
2022-02-19pomodoro postXe Iaso5-0/+249
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-10amend guix complaintXe Iaso1-7/+18
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-10fuck fuckXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-10fuckXe Iaso1-17/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-10GNU Doesn't Care ABout Your AgencyXe Iaso1-0/+159
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-06waifud progress report number 1Xe Iaso1-0/+272
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-01scamcoin jobsXe Iaso1-0/+153
Signed-off-by: Xe Iaso <me@christine.website>
2022-01-31Remove self from signal boostEliot Partridge1-14/+0
Happily employed :)
2022-01-27microservices moreXe Iaso1-1/+60
Signed-off-by: Xe Iaso <me@christine.website>