about summary refs log tree commit diff
path: root/fun (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-22 r/446 fix(fun/gemma): Give Hunchentoot the trailing slash it desiresVincent Ambo1-1/+1
2020-01-22 r/445 refactor(fun/gemma): Make acceptor available in a variableVincent Ambo1-4/+7
This makes it possible to *stop* the server again in a REPL, which is useful :)
2020-01-22 r/443 fix(fun/gemma): Fix minor typo in frontend injectionVincent Ambo1-1/+1
2020-01-22 r/440 refactor(fun/gemma): Use buildLisp.nix to build GemmaVincent Ambo4-91/+39
This removes the ASDF system definition for Gemma and switches the code over to buildLisp. The program builds (including some terrifying hacks to get the frontend to work), but there are some bizarre runtime issues that I need to debug.
2020-01-18 r/399 chore(fun/gemma): Use correct Markdown file extensionVincent Ambo1-0/+0
Otherwise the file does not get picked up by cgit.
2020-01-05 r/337 feat(fun/amsterdump): Add distance matrix lookup for fundu resultsVincent Ambo4-0/+2472
This contains a little tool that can make requests to the Google Maps API for distance matrix lookups from Fundu results to Schiphol Airport and Amsterdam Centraal. <3 edef!
2019-12-21 r/267 feat(watchblob): Check in Nix expression with buildGoVincent Ambo1-0/+13
2019-12-21 r/266 merge(watchblob): Integrate at //fun/watchblobVincent Ambo4-0/+276
2019-12-21 chore(watchblob): Prepare for depot mergeVincent Ambo4-0/+276
2019-12-21 r/263 merge(elblog): Integrate at //fun/elblogVincent Ambo6-0/+187
2019-12-21 chore(elblog): Prepare for depot mergeVincent Ambo6-0/+187
2019-12-21 r/262 merge(defer.rs): Integrate at //fun/defer_rsVincent Ambo6-0/+203
2019-12-21 chore(defer.rs): Prepare for depot mergeVincent Ambo6-0/+203
2019-12-21 r/261 feat(quinistry): Add Nix build instructionsVincent Ambo1-0/+11
2019-12-21 r/260 merge(quinistry): Integrate at //fun/quinistryVincent Ambo8-0/+417
This is too historically interesting for me to lose it.
2019-12-21 chore(quinistry): Prepare for depot mergeVincent Ambo8-0/+417
2019-12-20 r/255 fix(best-tools): Fix broken link anchorsVincent Ambo1-10/+10
2019-12-20 r/254 feat(fun): Add a document with information about the tools I useVincent Ambo1-0/+156
Been meaning to publish this for a while and //depot/fun seems like exactly the right place for it!
2019-12-20 r/247 style(fun/logo): Use a much lighter colour for the logo quoteVincent Ambo2-0/+0
The dark one is quite visually aggressive. This colour is also taken from Gruber Darker.
2019-12-20 r/243 feat(fun): Add a silly little logo for the depotVincent Ambo2-0/+0
2019-12-20 r/237 chore: Significantly restructure folder layoutVincent Ambo15-0/+1580
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit)