00:30:07 hello 02:45:29 dch: i saw that you needed to use totally weird hacks because sed replaces whole line and not just specific pattern, also if you're hardcoding that much in already, isn't it easier to just put it all into one file anyway because any changes to any json parts could mean whole thing blows up anyway and needs human eye to validate it, or json syntax validator 02:57:37 1/25 06:29:46 ketas: you are probably right. this is a good idea, thanks. I got so caught up in the glorious sed-ification.. 06:31:27 quickrr: yup, got a Ryzen 9 7950X here 06:50:34 mmm I want to resolve the physical path of a softlinked directory. other than `cd $PLACE && pwd -P && cd -` is there something that does it? 06:52:42 dch, 'readlink the_symlink' 06:52:49 \o/ 06:52:58 thanks I knew there would be something like this! 06:53:12 np 06:57:45 dch: kldload amdtemp, sysctl dev.amdtemp.0.ccd0 , if you are willing to do it? also dmesg | head -n 10 | tail -n 2, maybe? 06:58:19 https://www.irccloud.com/pastebin/rrhNiuju/amdtemp 06:59:13 very help, thanks dch 07:00:58 quickrr: https://dmesgd.nycbug.org/index.cgi?do=view&id=8153 07:01:14 AMA 07:01:28 this is 15.0-CURRENT in case that matters 07:09:58 nice, thanks 07:13:22 dch: pciconf -lv please 07:14:29 ignore that, i think its already done 07:16:35 quickrr: its all here https://gist.github.com/dch/7979b004c5cda1cd3dfd0dd9ae306f6e 07:16:55 awesome, thanks 07:17:07 I have a script for this, no trouble 07:41:31 zen3, zen4, zen5 sorted, anyone got zen3+ 07:41:38 ? 07:43:20 i am think its https://github.com/freebsd/freebsd-src/blob/main/sys/dev/amdtemp/amdtemp.c#L885 move 876ish 08:34:31 quickrr try this https://dmesgd.nycbug.org/index.cgi?do=index&fts=ryzen 08:35:09 I don't think their fulltext search is very good, it didnt find zen in my list 08:40:30 really nice, thanks 08:54:38 zen3+ 2023-05-16 15:58:47 olivier :) 16:21:35 * CrtxReavr is triggered by a gramatical error in the fortune files. 17:04:48 I noticed the new Intel Core Ultra CPUs (and 13/14 gen Core) have SR-IOV capable integrated GPUs. Anyone know if this feature is supported by FreeBSD? 17:04:52 https://www.intel.com/content/www/us/en/support/articles/000093216/graphics/processor-graphics.html 19:08:30 Are the Raspberry PI images optimized to reduce writes? Or do I need to do something in order to prolong the life of the SD card? 23:29:24 ketas: I just realised that flua (lua in base) has libUCL support, which allows it to write json. Time to rip out the sed hacks and use something readable again.