[2022-01-31T03:27:04Z] supply vs demand [2022-01-31T04:41:04Z] Hi [2022-01-31T12:03:54Z] Hi! Can anyone share their bzImage (kernel)? [2022-01-31T12:04:37Z] My Kiss won't even boot in GRUB, and I suspect it's because of the wrong kernel [2022-01-31T12:49:36Z] non-arbitrary precision dc is fun https://git.bvnf.space/baddc/file/baddc.c.html [2022-01-31T12:50:05Z] i mean, it is arbitrary in the sense that it depends on your machine's int size [2022-01-31T15:47:52Z] noocsharp https://computer.rip/2022-01-24-the-smart-modem.html this might be a fun read after your summer of pinephone work [2022-01-31T15:58:51Z] meh, i fell kiss ruined me for gentoo [2022-01-31T15:58:54Z] what have you people done [2022-01-31T15:59:50Z] * op_4 can't go back to binary dists, glibc, or package managers which can't be held in ones head [2022-01-31T16:24:52Z] Someone have a source for bri program? [2022-01-31T16:25:22Z] bri what [2022-01-31T16:25:42Z] Just bri [2022-01-31T16:25:53Z] Simple program to control brightness [2022-01-31T16:31:24Z] https://git.causal.agency/src/tree/bin/bri.c?id=240790a178fa1ab618d8b1269ddb167cbbc940c4 [2022-01-31T16:31:43Z] just interface with /sys [2022-01-31T16:57:47Z] Thanks [2022-01-31T18:43:32Z] someone ever tried john the ripper in kiss? [2022-01-31T18:43:45Z] i works but slower [2022-01-31T18:43:56Z] kiss is about 19 seconds in a job [2022-01-31T18:44:09Z] tried manjaro liveusb [2022-01-31T18:44:15Z] 5 seconds [2022-01-31T18:44:35Z] dont know if is missing package or something with kernel [2022-01-31T18:46:35Z] is that jack's brother [2022-01-31T18:47:34Z] kinda something lol [2022-01-31T18:47:55Z] is a program used in pentest general [2022-01-31T18:47:59Z] crack passwords [2022-01-31T19:09:45Z] how is that useful for pentesting [2022-01-31T19:10:17Z] passwords are a vulnerability if you can guess them, you don't need a program to tell you that [2022-01-31T19:20:51Z] but if you cant guess [2022-01-31T19:20:57Z] you need something [2022-01-31T19:21:15Z] i used this to a pdf from a friend [2022-01-31T19:21:43Z] you cant guess the password if you dont know anything about the target [2022-01-31T19:27:18Z] that's not pentesting though [2022-01-31T19:27:51Z] that's just breaking a password [2022-01-31T21:21:29Z] anyne know about the busybox build? I see it uses make CONFIG_PREFIX="$1/usr" install [2022-01-31T21:21:50Z] I was doing a similar thing locally/manually, and I got a bunch of stuff in $1/usr/usr [2022-01-31T21:41:59Z] ah it uses CONFIG_INSTALL_APPLET_DONT=y [2022-01-31T23:06:08Z] does busybox mdev work with libudevzero-helper for others? [2022-01-31T23:06:29Z] For some reason hotplugging in sway doesn't seem to work, but it does with mdevd and the same config file (the default one, to be sure) [2022-01-31T23:07:15Z] iirc mdevd has hotplugging capabilities, so it doesn't need libudevzero [2022-01-31T23:07:17Z] i see that mdved supports the `-O 4` flag which is somehow special to libudev-zero. Is there something like this for busybox mdev [2022-01-31T23:07:25Z] hmmm [2022-01-31T23:08:29Z] noocsharp ok, indeed, mdved does do hotplugging [2022-01-31T23:08:36Z] so what's up with busybox mdev? [2022-01-31T23:09:58Z] the last two lines of the busybox mdev.conf file in KISS are about libudev-zero, but this doesn't seem to work? Stuff like SUBSYSTEM=drm;.* root:video 660 *libudev-zero-helper [2022-01-31T23:10:02Z] oh [2022-01-31T23:10:33Z] * maximum_yellow should rtfm, drm feels like != wayland [2022-01-31T23:12:38Z] the compositor does use drm [2022-01-31T23:12:52Z] but i don't think that would cause hotplugging issues [2022-01-31T23:14:18Z] noocsharp ok, thanks, that saves some time. I wonder what mdevd is doing that mdev is not.