Elliot Cameron

Results 354 comments of Elliot Cameron

The multiple-reads scenario is a bit nuanced: Presuming you're familiar with a tiny bit of Haskell, let's imagine you want to read out of a table into this type: `[Either...

Yes the polling option would work, but of course that's not very pleasant. The reads would be super fast, but you'd be delayed by whatever polling frequency you chose. If...

Re: Faktory. I don't like splitting out work queues from the normal DB for the exact reason that I can't do anything transactional across the "platform" boundary. I.e. I can't...

Well...with Noria's speed the threshold for needing to move to a different system could get a lot higher, meaning a lot fewer apps need to actually use something other than...

IIRC from the interview, you do know when a particular write gets applied to a view though? Probably too complex to discuss here. LMK if I should convert this discussion...

Another idea is just for Noria to support being a MySQL replication server. Then you can put all your transactions on the master and use Noria for basic reads. Not...

Very cool. Thanks for explaining the trajectory! Noria is a really exciting project. I see it as a potential low-cost solution to the CQRS problem too, which would be all...

Actually I might be wrong about this. It may be that `servant-auth` has specific handling of `Raw`. I'll need to see if it is extensible!

We ran into a similar issue that had baffling effects. When we used `gitignoreSource (pkgs.lib.cleanSource src)`, `ghcid` would take up to 60 seconds to notice changes to our files and...

@roberth Sure, but the particular effects we witnessed are completely inexplicable currently... I'm mostly reporting it here in case someone else ever sees anything remotely related.