💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-01-31.txt captured on 2024-05-26 at 16:10:38.

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

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