Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Add nl to push logging output | Ben Sima | |
2023-01-03 | Remove devalloc.io (expired domain) | Ben Sima | |
2023-01-02 | Add m.youtube redirect | Ben Sima | |
2023-01-01 | Add black and pylint | Ben Sima | |
2023-01-01 | Support -h in Biz.Cli | Ben Sima | |
2022-12-30 | Add ## reader macro for clojure-like anonymous functions | Ben Sima | |
2022-12-30 | Add #$ reader macro for shell commands | Ben Sima | |
2022-12-29 | Update nixpkgs | Ben Sima | |
Redis was failing a test on the previous version. | |||
2022-12-28 | Get ava GPT chatbot prototype working | Ben Sima | |
Mostly thid required packaging up some deps, but also had to recompile stuff with cuda support. | |||
2022-12-16 | Stub ava chatbot | Ben Sima | |
2022-12-16 | Switch from master to nixos-22.11 | Ben Sima | |
This way I am more likely to hit the cache and not have to build everything all the time. | |||
2022-12-15 | Update nixpkgs | Ben Sima | |
2022-12-01 | Build gnutls with guile bindings | Ben Sima | |
2022-11-29 | Trivial scheme cleanups | Ben Sima | |
2022-11-14 | Add delete-project plugin to Gerrit | Ben Sima | |
2022-11-13 | Add test for building guile extensions | Ben Sima | |
Guile linking was first implemented in d8fe6f7ac54f155fe5a3c33509249a70d0c816c5. This test remained uncommitted since then because I wanted a better way to test it, but I couldn't figure out another way to test it, so here we are. | |||
2022-11-13 | Add Biz/Dev as a default substituter | Ben Sima | |
There's probably a better way to do this but this should work for now I guess. | |||
2022-11-12 | Deploy gerrit | Ben Sima | |
2022-11-12 | Disable gmnisrv | Ben Sima | |
Its broken, the service fails to start every time, its annoying. | |||
2022-11-07 | Support cuda | Ben Sima | |
2022-11-02 | Select built nix targets with ship | Ben Sima | |
2022-11-02 | Document supportedFeatures in nix remote builder | Ben Sima | |
2022-11-02 | Fix call to 'format' | Ben Sima | |
2022-10-28 | Factor out metadata handling into Biz.Bild.Meta | Ben Sima | |
The code was becoming repetitive and messy, with functions like 'metaDep' and so on. So that's an indication that they just need to have their own home. | |||
2022-10-26 | Support building with SDL | Ben Sima | |
As a byproduct this also (sorta) generalizes how I pass flags to the C compiler using pkg-config, instead of using the guile-config. Now the 'lib' metadata will be added with 'pkg-config --libs', and the 'sys' metadata will be added with 'pkg-config --cflags'. I'm not *really* sure what the difference is, but if it works it works. | |||
2022-10-12 | Add sd to SSL cert | Ben Sima | |
2022-10-12 | Add libreddit and invidious services | Ben Sima | |
2022-10-11 | Add sd.simatime.com proxy | Ben Sima | |
2022-10-11 | Add dre user | Ben Sima | |
2022-10-10 | Fix network | Ben Sima | |
2022-08-25 | Make sentry executable | Ben Sima | |
2022-08-25 | Add users to 'git' group | Ben Sima | |
This *actually* fixes the git/gitolite filesystem permissions issues I ran into before. | |||
2022-08-25 | Prototype DNS support locally | Ben Sima | |
This works when I route from lithium, including with 'dig', but when I try to 'dig @lithium router.home' from helium, for example, it times out. So my thought is that the firewall is blocking, but that doesn't seem to be the problem. So maybe my router is doing something? Hopefully when I migrate this to my APU router this will all just work, but idk. | |||
2022-08-10 | Fix path to git hook | Ben Sima | |
2022-08-10 | Add dnsmasq for .home network | Ben Sima | |
2022-08-09 | Use wrapper and compiler fields from Target | Ben Sima | |
2022-08-09 | Move serval TODOs into org | Ben Sima | |
2022-08-08 | Ensure BIZ_ROOT is set in shell scripts | Ben Sima | |
2022-08-08 | Remove some TODOs | Ben Sima | |
I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. | |||
2022-08-05 | Remove args from lisp example | Ben Sima | |
2022-08-05 | Load asdf before loading the target file | Ben Sima | |
Asdf is required in order to load any third-party packages. | |||
2022-08-05 | Refactoring to simplify some code | Ben Sima | |
Reduced duplication of out and sysdeps detection. Some other readibility cleanups. | |||
2022-08-05 | Combine GhcLib and GhcExe into just Ghc | Ben Sima | |
2022-08-04 | Add wutbar glyph and use it | Ben Sima | |
2022-08-04 | Improve bild logging | Ben Sima | |
2022-08-03 | Fix bild test | Ben Sima | |
2022-08-03 | Fix globbing in pre-push hook | Ben Sima | |
2022-08-03 | Distinguish between output name and output path | Ben Sima | |
Bild.nix relies on output name when setting the output path, which is gonna be different than the dev build cabdir output path. | |||
2022-08-03 | Print bild JSON analysis as a dictionary instead of a stream | Ben Sima | |
2022-08-03 | Key analyses on Namespace, not FilePath | Ben Sima | |
Namespace is unique, whereas FilePath could be relative or absolute, or have a leading . or trailing / or not. |