Remix.run Logo
moralestapia an hour ago

>Every file operation inside the VM had to bounce out to the host through FUSE

Lol, yeah that was your mistake. FUSE is a phenomenal idea but anyone who has used it knows how slow it can be.

fh973 21 minutes ago | parent | next [-]

FUSE is not slow. Our distributed file system pipes over 70 GB/a through a single mount point.

himata4113 an hour ago | parent | prev | next [-]

I have learned first hand with my agentic workflow as it took 1 hour to compile rust instead of 6 seconds.

goneri an hour ago | parent | prev [-]

Especially compared to direct virtio access to physical volume.