Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Factor Analysis into own module | Ben Sima | |
2021-11-26 | Factor out runAnalysis function | Ben Sima | |
2021-11-26 | Factor OAuth code into Biz.Auth | Ben Sima | |
2021-11-26 | Begin packaging guix for nix | Ben Sima | |
2021-11-26 | Add both option | Ben Sima | |
2021-11-26 | Cleanup nix overlays a bit | Ben Sima | |
2021-11-26 | Convert from r6rs to r7rs | Ben Sima | |
2021-11-26 | Comment out broken libfive/inspekt3d | Ben Sima | |
2021-11-26 | Upgrade nixpkgs, add guile 3.0 | Ben Sima | |
2021-11-26 | Move commands and add ns function | Ben Sima | |
2021-11-26 | Enable eternal-terminal | Ben Sima | |
2021-11-26 | Deploy grocy | Ben Sima | |
2021-11-26 | Upgrade to nixos-21.05 | Ben Sima | |
Getting me closer to the latest GHC. This release also includes my own packages that I submitted some time ago. GHCJS is not present in 21.05 for some reason, but I think it's back in master, so I might do another upgrade soon, but for now I just disabled my GHCJS support. I'm not really using it anyway. I also had to bring it string-quote, update nixos-mailserver, and a few other things. | |||
2021-11-26 | Get all scheme code compiling with Guile | Ben Sima | |
2021-11-26 | Make executable | Ben Sima | |
2021-11-26 | Add bitocin-otc and bsima channels | Ben Sima | |
2021-11-26 | Add libera and other updates to znc | Ben Sima | |
2021-11-26 | Add fd and openssl | Ben Sima | |
2021-11-26 | Add minidlna | Ben Sima | |
2021-11-26 | Add radicale service and organize ports | Ben Sima | |
2021-11-26 | Add -F to tree | Ben Sima | |
2021-11-26 | A few cgit settings | Ben Sima | |
2021-11-26 | Publish self-hosted git repos with cgit | Ben Sima | |
Also I need more repos... | |||
2021-11-26 | Fix stupid typo | Ben Sima | |
2021-11-26 | Only generate the archive on public repos | Ben Sima | |
Publicity is marked by the presences of the git-daemon-export-ok file. | |||
2021-11-26 | Open ports for tor, mpd, and mpd-stream | Ben Sima | |
2021-11-26 | Switch to my nixpkgs fork | Ben Sima | |
This way I can develop on nixpkgs directly, and directly send patches upstream, instead of trying to copy files back and forth and work with overlays. Of course with private stuff that I will never publish, I should use overlays, but that will probably not be very many things, I imagine. | |||
2021-11-26 | Update niv | Ben Sima | |
2021-11-26 | Publish and archive some git repos | Ben Sima | |
Also adds a post-receive script that creates and publishes a git-archive of the repo at that commit. This way I can depend on my own nixpkgs fork. It took me forever but I finally figured out that I need --prefix in the git archive. I also switched to using gzip instead of xz because its faster, and I figured out how to get the sha256 that nix expects, so I can now just copy that and paste it into Biz/Bild/Sources.json. | |||
2021-11-26 | Enable tor | Ben Sima | |
2021-11-26 | Move Biz/Bild/Rules.nix -> Biz/Bild.nix | Ben Sima | |
2021-11-26 | Fix post-checkout script | Ben Sima | |
Don't exit on no-such-variable because we can just silently fail... | |||
2021-11-26 | Copy gmnisrv into tree | Ben Sima | |
The correct way to do this would be to use my own nixpkgs fork published at git.simatime.com, but to do that I need to setup a public git repo, so until then I have to do it this way, which is fine. | |||
2021-11-26 | Fix wemux package | Ben Sima | |
I also upstreamed this to nixpkgs-dev | |||
2021-11-26 | Run gmnisrv in the cloud | Ben Sima | |
2021-11-26 | Fix typo | Ben Sima | |
2021-11-26 | Remove required nix arguments | Ben Sima | |
This allows us to use nix-build as a check that bild is working. I think bild sometimes hangs because it doesn't get input from nix-build? I'm not sure, but one workaround is to run nix-build on the target, and then bild will just get the cached build. | |||
2021-04-13 | Doc fix and factor for readibility | Ben Sima | |
2021-04-13 | Fix typo | Ben Sima | |
2021-04-02 | Init bizbot | Ben Sima | |
2021-04-02 | Get my static site working again | Ben Sima | |
2021-03-30 | Move Analysis class instances near type definition | Ben Sima | |
2021-03-30 | Manually specify nameservers | Ben Sima | |
My router's DNS service likes to die, then I can't lookup any names, so let's just use the public ones. | |||
2021-03-30 | Remove watch from sentry | Ben Sima | |
2021-03-29 | Update syntax for example | Ben Sima | |
2021-03-29 | Always restart que.run services | Ben Sima | |
Hopefully this will keep the service online, even if it drops connection with the client or something occasionally. | |||
2021-03-25 | Add manual submission form | Ben Sima | |
2021-03-24 | Add a simple admin page | Ben Sima | |
2021-03-22 | Remove dummy hotspots number | Ben Sima | |
The right way to show number of hotspots would be to find files in which commit frequency is more than like 1 standard deviation from the norm. I could even show a histogram instead of a flame graph... | |||
2021-03-22 | Deduplicate activeAuthor list | Ben Sima | |
This might not be very robust, but it works for now. |