[2023-07-21T05:12:19Z] hi [2023-07-21T05:16:11Z] is nspr can be build without using lfs64.patch for musl?. i fail to build without it. [2023-07-21T06:26:35Z] "how is dillo" <- it renders some sites bad and it gives lots of certificate warnings(i think i can fix this by patching it) but other than that it is good enough for normal browsing [2023-07-21T06:35:50Z] is dillo good enough to render static sites like suckless.org or sr.ht? [2023-07-21T06:39:34Z] * xdream8[m] uploaded an image: (116KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/KSNkStmrVFBRWllJhskxUHHB/20230721_09h34m31s_grim.png > [2023-07-21T06:39:59Z] * xdream8[m] uploaded an image: (70KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/KwpWpqlOEBZJweplQgYITdXe/20230721_09h35m09s_grim.png > [2023-07-21T06:41:25Z] it loads sites really fast [2023-07-21T06:52:34Z] is it still maintained? seems like hg.dillo.org cannot be accessed [2023-07-21T06:58:08Z] Yeah i couldnt acces it too that is why i tried to build dillo-plus first. dillo-plus seems to be still maintained and has lots of new features. [2023-07-21T06:58:44Z] if you use Xorg you can try to build it [2023-07-21T06:58:58Z] https://github.com/crossbowerbt/dillo-plus [2023-07-21T07:04:54Z] have you tried netsurf? [2023-07-21T07:04:54Z] i might later try to build netsurf if it works on wayland [2023-07-21T07:05:49Z] we wrote at the same time .d [2023-07-21T08:13:45Z] oof, I might switch away from KISS, it's really taking a toll on development time [2023-07-21T08:14:37Z] I really don't want to, so maybe I'll have another distribution along side [2023-07-21T08:56:52Z] "oof, I might switch away from..." <- how so? [2023-07-21T10:36:38Z] netsurf seems to renders sites a lot better than dillo [2023-07-21T10:38:38Z] "oof, I might switch away from..." <- just install nix or flatpak and use them to install time taking packages [2023-07-21T11:21:10Z] xdream8: Thanks for the recommendation [2023-07-21T11:21:15Z] I'm going to check nix [2023-07-21T14:48:09Z] hi, is there some reason why kiss's top level cache directory is hard wired to be in XDG_CACHE_HOME and not an enviromental variable like everything else? [2023-07-21T14:50:32Z] i'm currently installing kiss with a separate /var partition and it just seems like a more suitable place for it than like /root/.cache [2023-07-21T14:56:08Z] try setting 'KISS_TMPDIR' [2023-07-21T14:56:56Z] TMPDIR is where the package building, extraction, and compression will be performed [2023-07-21T15:05:18Z] for now i just edited /usr/bin/kiss directly to be able to set the location with KISS_CACHE and it seems to be working fine [2023-07-21T15:06:29Z] it just seems generally kinda wierd that only the TMPDIR can be changed but not the rest of the cache [2023-07-21T15:09:52Z] good point [2023-07-21T15:10:32Z] but of course you could use XDG_CACHE_HOME=/var/.cache kiss ... [2023-07-21T15:10:42Z] etc