Anton Dyudin

Results 35 comments of Anton Dyudin

Yep, apologies if I'm stating the obvious!

hah nice, I was in the process of writing up an essentially identical PR! Re: documentation, where is "here's how you configure `kernel_json`" currently located? Seems like it would be...

Any reason not to stick to the two-letter names in common use, and get rid of the four-letter ones? I'm seeing 20 calls to `silt` before this PR, and hundreds...

[last time](https://github.com/urbit/urbit/commit/b0fd655914d3804c05ce7fb862581f5438403128) they were on `:` :P (and looks like the AST tags had gotten refactored to use words instead of acronyms, though by the time they got [removed again](https://github.com/urbit/urbit/commit/1c561965b2099029f747068c967e5c8b5c37c78a)...

> Eg perhaps `+abet` should explicitly check whether the `put` is necessary. Or implicitly with `~=` on the result.

"not macros" On Wed, Mar 18, 2020 at 18:00, Joe Bryan wrote: > After trying for a bit, I can't find a way to take advantage of it. > Barring...

`(rsh 3 q.tub)` reallocates the whole rest of the string, which will indeed be worse than cdr on a tape. You want the input to be like, an offset-and-cord "slice",...

Yeah I wouldn't be too surprised if this was still straight-up slower unjetted due to the extra tuples and function calls; though once you get to multiple kb of input...

For a perhaps more direct comparison(and to keep diff size manageable), you could write ``` ++ tx ta ::/tc ++ ta |% ++ type tape ++ take |=(a=cord ^-(type (trip...

Ran into this, got past it by [via](http://dba-amsterdam.blogspot.com/2015/03/hammerdb-setup-issues.html) `yum install xorg-x11-fonts*`, now have magic successfully running in Docker [on macOS](https://gist.github.com/cschiewek/246a244ba23da8b9f0e7b11a68bf3285#gistcomment-3477013)! ![Screen Shot 2020-11-29 at 8 10 11 PM (3)](https://user-images.githubusercontent.com/1857414/100564689-ef7ac280-327e-11eb-9bf4-80c4b5d60b6a.png) (Trying...