Noah
Noah
I'm going to try and debug it here in the next few days and report back, but the game runs perfectly on my desktop (3090, 7950x), but suffers from frequent...
Whilst that theory has merits, the fact is that I played for ~9h straight(? It may have been two sessions) on desktop, speed running dungeons across the entire map without...
I did not manage to do much in the way of debugging on the SD side of things, but I did spend ~3h this weekend playing Palworld on my desktop....
Tl;Dr I suspect this is a combination of issues with fuse-overlayfs and working out of a tmpfs. I have a similar situation with the following ``` apptainer pull docker://rust:slim apptainer...
That's very informative, Using a directory as an overlay works for me when I put the overlay in the /dev/shm, otherwise it fails due to an "Invalid Cross-device link", which...
Using `--features=extra,dataframe,minalloc` doesn't seem to change it by more than a second or so out of ~7s. On a related note, is there no builtin `time` command? Funnily enough I...
`time` as is consistent across `bash`, `fish`, `zsh`, etc. measures the wall, user, and system time a particular command runs for: i.e ```bash [monkey@monkeydragon ~]$ time du -hs ~/ 956G...
So, for results for the difference between the default allocator and the minalloc: Using the command taken from the `man-completions.nu` ``` timeit { man -w | str trim | split...
Worktrees do solve some orthogonal problems to what gitbutler is trying to solve. Using bare repositories and worktrees from that is a workflow I'd like to see supported even if...