summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-30Handle /ns endpoint with 501Ben Sima
2020-03-30Don't read the body until I need itBen Sima
2020-03-30Rescue lack of poll paramBen Sima
2020-03-30Parse args for --portBen Sima
2020-03-30Rename Com.Simatime.Que to Run.QueBen Sima
Now that I have the domain name que.run! Aw yeah.
2020-03-30Add polling and streaming to QueBen Sima
2020-03-30Add queBen Sima
2020-03-30Rewrite Go to use unagi-chanBen Sima
The performance is reportedly better. The API is simpler. Also with STM channels, I couldn't get multiconsumer to work. I was able to get it to work with unagi. Also I could write 'mult' and 'tap' which bring me back to my Clojure days.
2020-03-30Add 'broadcast' and 'tap'Ben Sima
2020-03-30Add idea about file-based dependenciesBen Sima
More generally, we could extend this to other settings, like 'main-is' and target architecture to compile for and so on. It would be best to define the parameters in Nix first, then later inline them to the code comments after we've worked out the interface.
2020-03-29Bump nixpkgs pinBen Sima
2020-03-28Refactor and remove custom operatorsBen Sima
As much as I like these operators, I have to remove them because they don't work as expected. Haskell doesn't allow you to have unary prefix operators. I can't find a way around this, and it's not that important anyway.
2020-03-28Add onomatopoeitic operatorsBen Sima
It's easier to remember what operators do, and thus easier to write and read condens code, if they follow some symbolic pattern or visually represent the concept to which they map. This is in part inspired by hoon, in part by OCaml's operators. I'm not married to these operators specifically, but I think they are good so far.
2020-03-28Open UDP port for murmurBen Sima
2020-03-28Add murmur serverBen Sima
2020-03-17Add double fmap, switch "say" to Text, and autoformatBen Sima
2020-03-17Warn on all in ghciBen Sima
2020-02-16Split buildHaskellApp into buildGhc and buildGhcjsBen Sima
Two functions makes it simpler to reason about what is being built and when, even if it is a bit more explicit. I also removed the dumb Apex/Aero naming thing because Server/Client is just easier to remember.
2020-02-14Update .gitignoreDavid Johnson
Ignores *~ and dist directories
2020-02-13Add git branch instructions to READMEBen Sima
2020-02-11Add servalBen Sima
2020-02-11Upgrade nixos-mailserverBen Sima
Hopefully this won't break anything...
2020-02-11Add fallthrough to nixpkgsBen Sima
This is convenient for building stuff in our nixpkgs pin.
2020-02-07Update my IPBen Sima
2020-01-30Add clay source, add dontCheck to wai-middleware, clay.David Johnson
2019-11-23Add push-all commandBen Sima
2019-11-23Put outputs in _bild pathBen Sima
2019-11-23Remove undefinedBen Sima
2019-11-23Make all warnings errors in GHCBen Sima
2019-11-23Print the nix log on bild failureBen Sima
2019-11-23Add Com.MusicMeetsComicsBen Sima
2019-11-23Add note about file extensionsBen Sima
2019-11-23Cleanup default.nixBen Sima
2019-11-23Remove apex and aero argumentsBen Sima
2019-11-23Delete unused roun scriptBen Sima
rouns are no longer in use anyway.
2019-11-23Capitalize all Scheme and Haskell modulesBen Sima
2019-11-23Add intro, capitalized namespaces, and reorganizeBen Sima
2019-11-22Redefine 'second'Ben Sima
2019-11-21Organize exports and add printfBen Sima
2019-11-19Fix name of emby userBen Sima
2019-11-19Add initial miniKanren implementationBen Sima
2019-11-19Fixes to Com.Simatime.CoreBen Sima
- make it actually compile - add fmt - export stuff I'm using elsewhere - comment stuff that doesn't work yet
2019-11-19Add telnet and tracerouteBen Sima
2019-11-19Add if-not to dir-localsBen Sima
2019-11-19Update READMEBen Sima
2019-11-14Re-namespace Serval under Com.SimatimeBen Sima
I don't have runserval.com yet, so I'm not gonna put the cart before the horse
2019-11-12update networking to new servalBen Sima
2019-11-12add file and htop to the base OS imageBen Sima
2019-11-11serval: enable containersBen Sima
2019-11-11ensure all documentation is included in my dev machineBen Sima