[2023-01-02T04:33:31Z] Hi [2023-01-02T05:41:34Z] im sure at least somebody else was annoying by firefox creating a "Desktop" folder in their home directory randomly [2023-01-02T05:41:41Z] i finally diagnosed the issue: https://bugzilla.mozilla.org/show_bug.cgi?id=434327 [2023-01-02T06:07:03Z] thanjk uou [2023-01-02T06:18:32Z] Hi [2023-01-02T06:21:35Z] hi [2023-01-02T06:33:39Z] HI [2023-01-02T07:24:46Z] hi [2023-01-02T07:56:29Z] TIL hyprland makes a system mkdir call :bruh: [2023-01-02T07:58:38Z] So good [2023-01-02T07:58:56Z] Even better if the call has non standard flags [2023-01-02T11:15:51Z] testuser[m]: how do i make firefox compilation not take 28 gigabytes of memory [2023-01-02T11:18:58Z] stop using -j9000 and ramdisk [2023-01-02T11:19:14Z] im using -j20 and using tmpfs yes [2023-01-02T11:19:20Z] tmpfs has only 6g allocated so um [2023-01-02T11:20:11Z] just now firefox failed to compile with No space left on device and having tons of tons of errors [2023-01-02T11:20:19Z] the timing [2023-01-02T11:23:50Z] i said to stop using -j9000 AND stop using ramdisk [2023-01-02T11:23:54Z] OPK OK O OK [2023-01-02T11:23:56Z] Not stop high -j and continue tmpfs [2023-01-02T11:24:04Z] wat [2023-01-02T11:24:14Z] so i use tmpfs but use something like -j12 [2023-01-02T11:24:17Z] or -j6 [2023-01-02T11:24:23Z] just reduce parallelism and DISABLE tmpfs [2023-01-02T11:24:30Z] ok testuser [2023-01-02T13:46:33Z] weird question, but in shell scripts does $HOME need to be quoted? [2023-01-02T13:46:39Z] i dont believe a user would have a space in their name [2023-01-02T13:51:03Z] noocsharp: what did you do to fix it tho [2023-01-02T17:15:59Z] nothing yet, waiting to hear back from ff devs [2023-01-02T19:13:58Z] probably gonna end up just like the xdg directories problem [2023-01-02T19:42:09Z] well creating a directory when you just need the path is a bug plain and simple