[2023-04-29T09:42:22Z] hi [2023-04-29T09:42:40Z] Gremlin8483: kiss update only rebuilds packages that have actually been updated [2023-04-29T10:49:07Z] Gremlin8483: 'kiss u' updates the repos and updates the packages if there's a newer version, the other one just rebuilds whatever is installed [2023-04-29T10:50:54Z] acidbong testuser[m] appreciate the help! i guess both the update and the rebuild is required for a fresh install, makes sense [2023-04-29T10:51:32Z] this system is amazing, i built a few simple packages on my own so far and it feels so good [2023-04-29T10:52:37Z] it's here just in case you wanna rebuild all the programs with different flags (like -O2, -march=native or -fuse-ld=mold) [2023-04-29T10:52:57Z] ah i didnt even think of that, i just blindly threw those vars into .profile [2023-04-29T10:52:59Z] good point [2023-04-29T10:53:24Z] speaking in Gentoo terms, it's `emerge -uDU @world` vs `emerge -e world` [2023-04-29T10:53:34Z] (in case you're familiar) [2023-04-29T10:53:48Z] yikes, gentoo was what brought me here, i installed it halfway, thought it was over complicated, and immediately looked to kiss [2023-04-29T10:54:11Z] i appreciate what theyve done over there [2023-04-29T10:54:17Z] but kiss is a work of art [2023-04-29T10:55:23Z] one more question if you have the time, is it possible to point "sources" to a local path? im sure i can make it work if i thinker with the kiss script, wondering if theere is a native way [2023-04-29T10:56:20Z] you mean path to repos? [2023-04-29T10:56:39Z] well repo/extra/package/source points to a https://version.targz [2023-04-29T10:56:47Z] can i have that https be /local/tar.gz [2023-04-29T10:56:56Z] i plan to put everything local anyway [2023-04-29T10:57:07Z] and pull sources manually [2023-04-29T10:57:29Z] the internet paths change occasionally and annoying [2023-04-29T10:58:12Z] you can use kiss-community repo on codeberg, it's still fresh [2023-04-29T10:58:38Z] yes i plan to, the repos themselves still point to internet sources [2023-04-29T10:58:55Z] i guess i can just figure out a fork to the kiss script or something, not a huge deal [2023-04-29T10:59:13Z] i believe it just curls whatever is in source file by default [2023-04-29T10:59:26Z] just have to add an option to look for a local path and cp instead of curl [2023-04-29T10:59:59Z] or just fork the repo, in case kiss is already capable of using local sources [2023-04-29T11:00:25Z] yea great idea [2023-04-29T11:00:27Z] is it tho, testuser[m] ? [2023-04-29T11:00:34Z] thanks for the tips, every bit helps! [2023-04-29T11:09:33Z] ok you are right it does look for local paths, not just internet sources [2023-04-29T14:34:48Z] acidbong: yeah it works but i'd personally just setup a proxy or something that caches stuff. like download the file if it doesn't exist, else just relay the local file over sockets [2023-04-29T14:35:23Z] bit more involved tho [2023-04-29T14:35:25Z] but less work [2023-04-29T14:35:31Z] in the long term [2023-04-29T17:37:03Z] some of you guys have experimented with PGO in the past, right? what's the overall performance increase, if you had to eyeball it? [2023-04-29T17:37:19Z] i'm particularly interested in PGO'ing gcc [2023-04-29T19:46:06Z] what about lto [2023-04-29T21:08:33Z] only interested in pgo right now [2023-04-29T22:59:34Z] imho pgo not worth it [2023-04-29T22:59:58Z] unless you are compiling electron with it