Alexander Ljungberg

Results 53 comments of Alexander Ljungberg

Just for reference for anyone googling this: as far as I can tell mcfly works fine running on an M1 under Rosetta 2. Probably there's a performance hit but I...

I think the documentation which says to use a pointer receiver is correct in spirit -- you do need to modify the actual genome and not a copy of it....

I've got an old attic repository I've upgraded and I'm re-chunking and recompressing now. The whole repository is about 1.5 TB on disk and contains some 50 archives, each with...

> So you see, it is not doing the whole work for each file, but the chunking and hashing happens always. Right, that's the point I'm trying to get at....

This cache would only be used when re-chunking, so it's a little niche. But re-chunk right now is slow. I'm running this on a fast SSD drive with only 50...

I'd love to make a PR but as time passes it seems less and less likely I'll find the time! I'm still keeping this in mind but if anyone else...

Even if it didn't show all the lines, at least if it could insert them right that'd be much better already.

> Right now, `8*80GB A100` or `16*40GB A100` [GPUs]. With the "accelerate" library you have offloading though so as long as you have enough RAM or even just disk for...

Adding a double tap function that returns true as an option seems to help: ``` doubleTap: function() { return true; } ```

For what it's worth, openresty's fork of cjson solves this problem: https://github.com/openresty/lua-cjson/#encode_escape_forward_slash