Commit Graph

339 Commits

Author SHA1 Message Date
Gleb Peregud a2b1a4afbf
Minor fixes in the Prometheus/Grafana/Loki post (#271)
* Minor fixes in the Prometheus/Grafana/Loki post

* Update node exporter port
2020-11-27 11:52:11 -05:00
Cadey Ratio 23c181ee72
Update scavenger-hunt-solution-2020-11-25.markdown 2020-11-25 19:53:12 -05:00
Cadey Ratio b0ae633c0c
add blogpost explaining the scavenger hunt (#270)
Signed-off-by: Christine Dodrill <me@christine.website>
2020-11-25 11:29:20 -05:00
Cadey Ratio f5a86eafb8
Prometheus grafana loki nixos (#266)
* prometheus-grafana-loki-nixos post

* simple fix
2020-11-20 17:36:51 -05:00
Cadey Ratio f643496416
various updates (#263)
* various updates

* fix glory shot

* fix mi url for updating my blog

* fix CI
2020-11-18 12:18:24 -05:00
Cadey Ratio 089b14788d
nixops services blogpost (#259) 2020-11-09 13:00:25 -05:00
Cadey Ratio 895554a593 oops 2020-11-08 15:25:38 -05:00
Cadey Ratio 580cac815e oops 2020-11-06 16:08:53 -05:00
Cadey Ratio dbccb14b48
add moonlander review (#258)
* add moonlander review

* moonlander review: polish
2020-11-06 15:05:07 -05:00
Cadey Ratio 7e6272bb76 wasmcloud update 2020-10-31 11:56:18 -04:00
Cadey Ratio 03eea22894
minicompiler: lexing (#248)
* minicompiler: lexing

* add list of reviewers

* make the rust series official

* use statement clarification
2020-10-29 13:55:25 -04:00
Cadey Ratio 27c8145da3
moonlander first impressions (#245)
* moonlander first impressions

* hands
2020-10-27 09:10:05 -04:00
Cadey Ratio a26d4ba425 bump date 2020-10-24 00:29:03 -04:00
Cadey Ratio 13901dcc75 new adventures: mark 2 2020-10-24 00:29:03 -04:00
Cadey Ratio 499ce79865 new adventures 2020-10-24 00:29:03 -04:00
Cadey Ratio a6db9b65de
add ln post (#237) 2020-10-17 23:30:25 -04:00
Alex Jackson 025dded376
delete <center> tags on images (#236) 2020-10-16 20:54:34 -04:00
Cadey Ratio de639937d0 kalama pali pi kulupu Kala 2020-10-12 23:05:37 +00:00
Cadey Ratio b9467f224a
the itch (#230) 2020-10-11 18:28:18 -04:00
Cadey Ratio a6ee2e7e36
remove ambiguous <center> tags (#224) 2020-10-02 18:20:52 -04:00
Cadey Ratio 01255dafa8
How mara works (#218)
* detail how mara works

* fixes, thanks #homelab

* webp
2020-09-30 15:03:28 -04:00
Cadey Ratio a5fba33197 fixes and CSS fixes 2020-09-27 18:50:18 -04:00
Cadey Ratio f106c2c9d2
go-stdlib-rust post (#215) 2020-09-27 12:35:24 -04:00
Cadey Ratio 8c00c4b8c6 syntax highlighting 2020-09-20 09:55:22 -04:00
Cadey Ratio b544898624 blog/TLDR-rust: fix stuff that people reported on Reddit
Closes #211
2020-09-20 07:03:37 -04:00
Cadey Ratio d76b6574a1 OOPS OOPS 2020-09-19 11:47:24 -04:00
Cadey Ratio a2fba89738
TL;DR Rust (#210)
* start mara code

* better alt text

* more mara tests

* cleanups

* blog: start tl;dr rust post

* more words

* feature complete

* little oopses

* oops lol
2020-09-19 11:33:46 -04:00
Cadey Ratio 22575fca38
blog: add org mode flow post (#204) 2020-09-08 17:52:14 -04:00
Cadey Ratio 6331a04a51
blog: The Within Go Repo Layout (#203)
* blog: The Within Go Repo Layout

* oops
2020-09-07 12:19:15 -04:00
Cadey Ratio d727527490
colemak 2 (#198) 2020-08-22 16:47:52 -04:00
Cadey Ratio 63a2cd9d69
blog: colemak part one (#195) 2020-08-15 14:37:48 -04:00
Cadey Ratio 5ca3d40679 fixups 2020-08-02 10:29:25 -04:00
Cadey Ratio 61c4bba974 blog: The Fear of Missing Out 2020-08-02 10:22:54 -04:00
Cadey Ratio 1965726467
blog: add Musings from Within release post (#187) 2020-07-28 20:33:51 -04:00
Cadey Ratio 6438d334cb
fix atom/RSS feeds (#186)
* fix atom feeds

* also fix RSS feeds

* add feeds fixed/flight journal post

* fix tests
2020-07-26 23:12:01 -04:00
Cadey Ratio 385d25c9f9
Rewrite site backend in Rust (#178)
* add shell.nix changes for Rust #176

* set up base crate layout

* add first set of dependencies

* start adding basic app modules

* start html templates

* serve index page

* add contact and feeds pages

* add resume rendering support

* resume cleanups

* get signalboost page working

* rewrite config to be in dhall

* more work

* basic generic post loading

* more tests

* initial blog index support

* fix routing?

* render blogposts

* X-Clacks-Overhead

* split blog handlers into blog.rs

* gallery index

* gallery posts

* fix hashtags

* remove instantpage (it messes up the metrics)

* talk support + prometheus

* Create rust.yml

* Update rust.yml

* Update codeql-analysis.yml

* add jsonfeed library

* jsonfeed support

* rss/atom

* go mod tidy

* atom: add posted date

* rss: add publishing date

* nix: build rust program

* rip out go code

* rip out go templates

* prepare for serving in docker

* create kubernetes deployment

* create automagic deployment

* build docker images on non-master

* more fixes

* fix timestamps

* fix RSS/Atom/JSONFeed validation errors

* add go vanity import redirecting

* templates/header: remove this

* atom feed: fixes

* fix?

* fix??

* fix rust tests

* Update rust.yml

* automatically show snow during the winter

* fix dates

* show commit link in footer

* sitemap support

* fix compiler warning

* start basic patreon client

* integrate kankyo

* fix patreon client

* add patrons page

* remove this

* handle patron errors better

* fix build

* clean up deploy

* sort envvars for deploy

* remove deps.nix

* shell.nix: remove go

* update README

* fix envvars for tests

* nice

* blog: add rewrite in rust post

* blog/site-update: more words
2020-07-16 15:32:30 -04:00
Cadey Ratio 449e934246
Continuous Deployment to Kubernetes with Gitea and Drone (#177)
* add drone-k8s post

* oops
2020-07-10 09:25:44 -04:00
Cadey Ratio 201d8c416f
Update the-dwarven-cavern-6e-2020-06-28.markdown 2020-06-28 17:22:39 -04:00
Cadey Ratio 760ea82695
The dwarven cavern (#172)
* blog: add The Dwarven Cavern

* blog/dwarven-cavern: cleanup this here

* blog/dwarven-cavern: more words
2020-06-28 10:36:39 -04:00
Cadey Ratio 766d8b6ae2
Return v post (#167)
* Revert "yaml"

This reverts commit 0c926583a9.

* Revert "blog/vlang-update: tombstone post"

This reverts commit 78bcfcfd98.

* edit down V post

* Update vlang-update-2020-06-17.markdown

* Update vlang-update-2020-06-17.markdown
2020-06-23 19:36:56 -04:00
Cadey Ratio 0c926583a9 yaml 2020-06-17 19:41:28 -04:00
Cadey Ratio 78bcfcfd98 blog/vlang-update: tombstone post 2020-06-17 19:38:49 -04:00
Cadey Ratio 956b930965
Update vlang-update-2020-06-17.markdown 2020-06-17 10:39:47 -04:00
Cadey Ratio eaf6c9469d
Vlang Update (#165)
* Vlang Update

* Update vlang-update-2020-06-17.markdown

* Update nix.yml
2020-06-17 10:30:59 -04:00
Cadey Ratio 8f10617d81 blog/why-i-use-suckless: fix a typo
You know those words that you've only ever heard out loud and only spelled one
way? Well here comes English with homophones to completely blow all your
expectations out of the water!
2020-06-07 08:10:53 -04:00
Cadey Ratio b3c0427bb3
Update why-i-use-suckless-tools-2020-06-05.markdown 2020-06-05 21:48:57 -04:00
Cadey Ratio 9be1ac7b46
Update why-i-use-suckless-tools-2020-06-05.markdown 2020-06-05 20:46:43 -04:00
Cadey Ratio c314f39086
blog: why i use suckless (#162) 2020-06-05 20:34:37 -04:00
Cadey Ratio fff4a234a4
blog: gitea-release post (#160) 2020-05-31 17:47:09 -04:00
Cadey Ratio a5d22e3ec8
reconlangmo 8: storytelling/poetry (#159) 2020-05-29 20:33:47 -04:00
Cadey Ratio 3547d569d1
reconlangmo 7: discourse (#155)
* reconlangmo 7: discourse

* Update reconlangmo-7-discourse-2020-05-25.markdown
2020-05-25 23:20:33 -04:00
Cadey Ratio dccacdd6ca
blog: maybedoer (#153) 2020-05-23 12:04:53 -04:00
Cadey Ratio 4f6ddfcbb8
reconlangmo 6: lexicon (#151)
* reconlangmo 6: lexicon

* Update reconlangmo-6-lexicon-2020-05-22.markdown

* Update reconlangmo-6-lexicon-2020-05-22.markdown
2020-05-22 21:39:42 -04:00
Cadey Ratio 60b7fc345e
How http requests work (#149)
* blog: how HTTP requests work

* updates

* philosophy tag

* IP -> UDP
2020-05-19 13:55:23 -04:00
Cadey Ratio b2da6e0397
reconlangmo 5: Sentence Structure (#148)
* reconlangmo 5: Sentence Structure

* lol oops
2020-05-18 20:19:02 -04:00
Cadey Ratio 0bfc0d9935
Update reconlangmo-4-noun-and-verb-morphology-05-15-2020.markdown 2020-05-18 07:07:28 -04:00
Cadey Ratio 7b7a4b73ff
reconlangmo 4: Noun and Verb Morphology (#147) 2020-05-15 17:19:50 -04:00
Cadey Ratio 4a7ebf979f
Update reconlangmo-3-typology-2020-05-11.markdown 2020-05-11 19:42:37 -04:00
Cadey Ratio 6708ce028c
blog: reconlangmo 3 - morphosyntactic typology (#145) 2020-05-11 18:08:53 -04:00
Cadey Ratio 3ba1e288eb
Update gamebridge-2020-05-09.markdown 2020-05-11 13:19:08 -04:00
Cadey Ratio 91652510dc
blog: add gamebridge post (#143)
* blog: add gamebridge post

* blog/gamebridge: convert org mode to markdown

* blog/gamebridge: make title more amusing

* blog/gamebridge: add note about theoretical nintendo 64 emulator support in the future
2020-05-09 17:33:50 -04:00
Cadey Ratio 21045ef132
blog: reconlangmo 2 - phonology and writing (#142) 2020-05-08 08:13:35 -04:00
Cadey Ratio 21cd9c3974
Super Bootable 64 (#141)
* bump deps.nix

* blog: super bootable 64

* blog/bootable-64: oops
2020-05-06 20:21:11 -04:00
Cadey Ratio 42317a8e79
blog/reconlangmo 1: Name, Context, History (#140)
* blog/reconlangmo 1: Name, Context, History

* blog/reconlangmo 1: oops
2020-05-05 06:51:25 -04:00
Cadey Ratio fb87addb26
Blog/why i use linux desktop (#138)
* bump deps

* add nixos desktop flow post
2020-04-25 16:13:41 -04:00
Cadey Ratio f48ce79ba4
Update chicken-stir-fry-2019-04-13.markdown 2020-04-13 10:08:15 -04:00
Cadey Ratio 3cdf6e5424
Chicken stir fry (#136)
* chicken stir fry

* Montreal
2020-04-13 09:36:36 -04:00
jack1243star e1a6fc08f7
fix spelling (#135) 2020-04-06 11:01:50 -04:00
Cadey Ratio cc2d0ea801 fixes 2020-03-30 19:56:31 -04:00
Cadey Ratio f6f70cc7bc blog/career-salaries: salary bump 2020-03-30 19:56:01 -04:00
Cadey Ratio e2f46f264e
pa'i benchmarks (#132)
* blog: pa'i benchmarks

* blog/pa'i benchmarks: link fixes
2020-03-26 17:47:36 -04:00
Cadey Ratio 7dc75b17a4
signal boost page (#128) 2020-03-18 16:45:55 -04:00
Cadey Ratio a6f1fa3b95
blog: add How I Start: Rust (#126)
* blog: add How I Start: Rust

* only one cargo test

* fixes suggested by @dontlaugh
2020-03-15 17:50:44 -04:00
The Surgeon a01b7a304e
Light proof reading. (#125) 2020-03-09 20:18:36 -04:00
Cadey Ratio fa36afbb6c
How I Start: Nix (#124)
* blog: how i start with Nix

* blog/howistartnix: updates

* blog/howistartnix: i words good

* blog/howistartnix: words better

* blog/howistartnix: link to dockerTools

* blog/howistartnix: nl -> ul

* blog/howistartnix: link better

* blog/howistartnix: more word variety
2020-03-08 15:55:07 -04:00
Cadey Ratio 1da6129332
Patron page (#122)
* implement /patrons

* bump go to 1.14

* go mod tidy

* bump go in github actions
2020-02-29 16:05:00 -05:00
Cadey Ratio 6adc88b1ff
pa'i: hello world (#121)
* deps.nix: bump

* blog: add post on pa'i

* blog/pahi: oops

* blog/pahi: rafsi

* blog/pahi: phrasing

* blog/pahi: explain speed
2020-02-22 08:09:22 -05:00
Cadey Ratio 8be1940511
blog: Why Rust, A Tale of Satori (#118) 2020-02-15 16:58:55 -05:00
Cadey Ratio 1f009f0dca
Update i-was-wrong-about-nix-2020-02-10.markdown 2020-02-10 19:42:12 -05:00
Cadey Ratio 8740c50732
Update i-was-wrong-about-nix-2020-02-10.markdown 2020-02-10 19:40:46 -05:00
Cadey Ratio fa0b111b63
blog: I was Wrong About Nix (#116) 2020-02-10 19:17:59 -05:00
Cadey Ratio 8efea54f9d blog: add instant pot spaghetti recipe 2020-02-03 23:09:32 +00:00
Cadey Ratio ccf2a50fcf oops 2020-01-28 18:12:32 +00:00
Cadey Ratio 782330fef3 blog: add thoughts on nix 2020-01-28 17:47:56 +00:00
Cadey Ratio 3d20846ab8
Add blogpost on how I use Dhall for Kubernetes (#110)
* blog: add post on Dhall for Kubernetes

* go.sum: tidy

* Update dhall-kubernetes-2020-01-25.markdown
2020-01-25 16:17:37 -05:00
Cadey Ratio db62b60ebd
Update site-to-site-wireguard-part-1-2019-04-02.markdown (#107) 2020-01-17 14:42:08 -05:00
Cadey Ratio 5a4019d69a
blog: add rtmp server post (#106)
* blog: add rtmp server post

* Update rtmp-server-setup-2020-01-11.markdown

* Update rtmp-server-setup-2020-01-11.markdown
2020-01-11 17:21:38 -05:00
Cadey Ratio d93d0f361b
Update v-vvork-in-progress-2020-01-03.markdown 2020-01-03 17:01:50 -05:00
Cadey Ratio ac6a9225aa
Update v-vvork-in-progress-2020-01-03.markdown 2020-01-03 16:59:09 -05:00
Cadey Ratio f1c5f047a5
Update v-vvork-in-progress-2020-01-03.markdown 2020-01-03 16:23:42 -05:00
Cadey Ratio 072e91feed
blog: vvork-in-progress (#105)
* blog: vvork-in-progress

* Update v-vvork-in-progress-2020-01-03.markdown

* Update v-vvork-in-progress-2020-01-03.markdown

* Update v-vvork-in-progress-2020-01-03.markdown
2020-01-03 16:15:44 -05:00
Cadey Ratio 1e57809f59
Update ircd-k8s-2019-12-21.markdown 2019-12-21 17:34:40 -05:00
Cadey Ratio 1481653c5b
blog: add blogpost on irc hosting via k8s 2019-12-21 15:05:07 -05:00
Cadey Ratio 4ec8af3878
Update olin-progress-2019-12-14.markdown 2019-12-13 21:15:35 -05:00
Cadey Ratio 29bc2448be blog: olin progress post 2019-12-14 02:08:31 +00:00
Sam Wolfs 583cf248b3 Fix "immeasurably" typo (#101) 2019-12-09 10:48:28 -05:00
Cadey Ratio f7d36bb10f
Update wasmcloud-progress-2019-12-08.markdown 2019-12-08 21:12:53 -05:00
Cadey Ratio bfacf30fb0
Wasmcloud Progress Post (#100)
* blog: first wasmcloud post

* blog/wasmcloud-progress: center image
2019-12-08 20:35:10 -05:00
Cadey Ratio d672762111
blog: add IRC CHGHOST capability spec (#99)
This is from 2013. It is quite possibly one of my oldest writings on
the internet.
2019-12-08 20:34:20 -05:00
Cadey Ratio a811511988
blog: post on toast sandwiches (#98) 2019-12-02 20:04:35 -05:00