about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25 r/686 feat(fun/idual): Implement some utilities for controlling lightsVincent Ambo2-5/+36
This program, if build in its executable form, will try to turn the lights on and put them into "morning mode".
2020-04-25 r/685 feat(fun/idual): Move colour codes into a Python scriptVincent Ambo4-31/+75
This will make them easier to consume for the thing I'm actually trying to do here.
2020-04-25 r/684 chore(ops/nixos/nugget): Remove camden from /etc/hostsVincent Ambo1-4/+0
The new router can actually deal with this sensibly.
2020-04-25 r/683 docs(fun/idual): Document how to capture codesVincent Ambo1-0/+23
2020-04-25 r/682 feat(fun/idual): Check in captured iDual remote codesVincent Ambo2-0/+42
2020-04-25 r/681 feat(third_party/python): Vendor broadlink-python using git-subtreeVincent Ambo2-10/+3
2020-04-25 r/680 Add 'third_party/python/broadlink/' from commit ↵Vincent Ambo10-0/+1836
'17968ef4d40e7cb484909b3ddad33d7795b80091' git-subtree-dir: third_party/python/broadlink git-subtree-mainline: 0f530601596c17ac090f00b7fc99fe4033d6a2e4 git-subtree-split: 17968ef4d40e7cb484909b3ddad33d7795b80091
2020-04-25 r/679 revert(third_party): Revert 20.03 channel bumpVincent Ambo1-3/+3
Reverts "Bump channel to a NixOS 20.03 release commit". This reverts commit a629d7fdd4c24b744b4623b828661fd6caee1567. This commit moves to a 20.03 release commit, in which building Chromium with VAAPI is broken.
2020-04-25 r/678 feat(third_party/python): Package broadlink infrared libraryVincent Ambo2-0/+23
2020-04-25 r/677 chore(web/blog): Remove draft flag from nixery-layers postVincent Ambo1-1/+0
2020-04-25 r/676 feat(web/blog): Add Nixery layering design as a blog postVincent Ambo6-0/+279
Marked as a draft until I've verified that this looks good.
2020-04-24 r/675 feat(web/tvl): document q3kSergiusz Bazanski1-1/+1
2020-04-23 r/674 feat(web/tvl): Yet another newcomer ...Vincent Ambo1-0/+2
2020-04-23 r/673 feat(web/tvl): Add two secondary links for myselfLuis Ressel1-0/+2
2020-04-23 r/672 feat(web/tvl): Add another round of newcomersVincent Ambo1-0/+4
2020-04-22 r/671 feat(web/tvl): More virus for the virus loungeVincent Ambo1-0/+1
... I'm not insane
2020-04-22 r/670 feat(web/tvl): Add newcomers to the graphVincent Ambo1-9/+13
2020-04-22 r/669 fix(ops/nixos/camden): Introduce brute-force nginx issue fixVincent Ambo1-0/+19
This adds a timer running every minute that fixes the nginx permissions that were broken in NixOS 20.03
2020-04-22 r/668 fix(web/tvl): Set graph height to 'auto'Vincent Ambo1-0/+1
because the web ... otherwise there's weird spacing around the graph.
2020-04-22 r/667 fix(web/tvl): Elevate edef to have a direct edgeVincent Ambo1-2/+2
2020-04-21 r/666 merge(feat/camden-cachix): Merge binary cache settingsVincent Ambo1-0/+10
2020-04-21 feat(ops/nixos/camden): Install 'bat' and 'ripgrep' on camdenVincent Ambo1-0/+2
2020-04-21 feat(ops/nixos/camden): Use my cachix cache on camdenVincent Ambo1-0/+8
This cache is populated by sourcehut builds.
2020-04-21 r/665 chore(third_party): Bump channel to a NixOS 20.03 release commitVincent Ambo1-3/+3
... maybe this even fixes my nginx issues.
2020-04-21 r/664 feat(web/tvl): add ac's websiteGriffin Smith1-1/+1
AC's got a website! I found it!
2020-04-21 r/663 feat(web/tvl): Add baby urlCynthia Revström1-1/+1
Meow!
2020-04-21 0.13.2Daniel Høyer Iversen1-1/+1
2020-04-21 r/662 fix(web/tvl): Fix display names for some peopleVincent Ambo1-11/+11
2020-04-21 r/661 feat(web/tvl): Add some more homepage linksVincent Ambo1-2/+2
2020-04-21 r/660 feat(web/tvl): Add links for "hub" nodes as wellVincent Ambo1-7/+7
2020-04-21 r/659 style(web/tvl): Reword the note about clickable linksVincent Ambo1-5/+6
2020-04-21 r/658 fix(web/tvl): Embed SVG file directly into the sourceVincent Ambo1-2/+1
Without this, the links in the graph are not clickable.
2020-04-21 r/657 fix(web/tvl): Fix graphviz syntax (*coughs*)Vincent Ambo1-1/+1
2020-04-21 r/656 feat(web/tvl): Add clickable homepage links for most peopleVincent Ambo2-27/+31
2020-04-21 r/655 style(web/tvl): Center some elements, as is traditionVincent Ambo1-3/+3
2020-04-21 r/654 feat(web/tvl): Add rendered graphviz graph to the pageVincent Ambo2-1/+21
2020-04-21 r/653 feat(web/tvl): Add a button to join TVLVincent Ambo1-0/+8
2020-04-21 r/652 feat(web/homepage): Add entry for the TVL pageVincent Ambo1-0/+7
2020-04-21 r/651 fix(web/tvl): Use correct stylesheet nameVincent Ambo1-1/+1
2020-04-21 r/650 feat(ops/nixos/camden): Add vhost for TVL homepageVincent Ambo1-0/+15
2020-04-21 r/649 feat(web/tvl): Add initial homepage for TVLVincent Ambo1-0/+59
2020-04-21 r/648 feat(ops/nixos/camden): Provision certificate for tvl.fyiVincent Ambo1-0/+7
2020-04-21 r/647 chore(fun): //fun/tvl -> //fun/streamTVLVincent Ambo1-0/+0
Otherwise this is confusing because //web/tvl is now a thing.
2020-04-21 r/646 chore(web/tvl): Bootstrap static assets for TVL pageVincent Ambo4-0/+1
2020-04-21 r/645 chore(fun/tvl): Add more missing personsVincent Ambo1-1/+3
2020-04-21 r/644 style(fun/tvl): Use a different font for the TVL graphVincent Ambo1-15/+15
... plus some other minor changes
2020-04-20 r/643 feat(fun/tvl): Add graph for how loungers know each otherVincent Ambo1-0/+130
Rendered version at https://tazj.in/blobs/tvl.png Rendered using `neato`.
2020-04-20 r/642 feat(defzone): Add plist argument format for SOA recordsVincent Ambo2-34/+52
These records have so many fields that it's difficult to track what's what in a long list. For convenience they're now specified in plist format (see the example). There isn't really a point to this because the SOA record is the one I care the *least* about practically as Cloud DNS sets it for me, but whatever.
2020-04-20 r/641 feat(defzone): Add an Emacs package for generating zone filesVincent Ambo2-0/+87
This currently only supports a small subset of available records, but I actually kind of like the nesting.
2020-04-20 r/640 feat(ops/nixos/camden): Add static IPv6 address to camdenVincent Ambo1-0/+7