phoebos changed the topic of #kisslinux to: Unofficial KISS Linux community channel (logs at https://libera.irclog.whitequark.org/kisslinux/) | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=S81bNIK4MaE
hge has quit [Ping timeout: 272 seconds]
<midfavila> weh?
<midfavila> it's totally fine
<midfavila> zero difference from dialup or high-speed
<midfavila> your friend is being silly
<midfavila> it's something else
<midfavila> also
<midfavila> wow
<midfavila> librewolf is way better than firefox
<kris_> yeah librewolf fucks
<kris_> has been my main browser for like 3-4 years
<kris_> >clean browser is a crazy concept
<kris_> midfavila: i also have a dns proxy locally that has a blocklist with 1.6 million entries so the web tends to be pretty clean for me
<midfavila> my laptop is baby so it's unreal how noticeable it is
<midfavila> using the same sites and shit, under the same conditions, librewolf places .1A less of a load on the system
<midfavila> ~240mA light browsing with librewolf versus ~340 with firefox
<midfavila> also it doesn't trigger emergency shutdown bc of heat buildup lol
<kris_> i mean, i noticed it on my 10700k system too
<kris_> just general snappiness
_whitelogger has joined #kisslinux
asimov has joined #kisslinux
asimov has quit [Remote host closed the connection]
EliSoli has joined #kisslinux
<EliSoli> Is it allowed to talk in other languages here??
<EliSoli> or is it english only?
<midfavila> i mean i would ask the mods since they're the ones policing stuff
<midfavila> the project's official language is english
<midfavila> i don't think many regular users would care though
angerisagift has quit [Ping timeout: 265 seconds]
angerisagift has joined #kisslinux
<EliSoli> @phoebos
<EliSoli> phoebos
<EliSoli> idk how to ping in this new client XD
hge has joined #kisslinux
hge has quit [Ping timeout: 272 seconds]
EliSoli has quit [Remote host closed the connection]
<phoebos> I have no problem with other languages, just be nice
hge has joined #kisslinux
<Vova> Hi
hge has quit [Quit: Client closed]
fultilt has quit [Quit: Leaving]
hge has joined #kisslinux
hge has quit [Quit: Client closed]
<sewn> looks lame
zlg has joined #kisslinux
zlg has quit [Ping timeout: 272 seconds]
fitrh has joined #kisslinux
sjalv has quit [Ping timeout: 248 seconds]
sjalv has joined #kisslinux
fitrh has quit [Ping timeout: 272 seconds]
<Vova> Nah
<Vova> It's pretty good tbf
<Vova> I use it since this morning and it's very well made
<midfavila> gm computer kissers
<sad_plan> gm midfavila
<sewn> gm
<midfavila> Vova: what's the advantage of finit over sinit
<midfavila> i don't see why an init service needs to do more than just handle reaping and passing the baton to an init script
<sad_plan> you dont need reaping if your processes just exit properly
<Vova> midfavila: finit is an init and service manager, and honestly I couldn't describe it better than the website itself https://troglobit.github.io/finit/
<sad_plan> so really only need to start your init scripts for you
<Vova> I've packaged it, so if you're interested tell me and I'll push the repo tomorrow
<Vova> sad_plan: yeah if you want to be minimalist as possible then yeah sinit or shinit is more than enough
<sad_plan> Vova: well yeah, but shinit has traps for shutting down/restarting. we also dont need that. only start init scripts. which is what mine does. check if pid=1, then start init scripts
<Vova> but tbf I hate runit, I want something more user friendly, and finit provides that for me, finit's code is clean, it can be fully statically linked, it's simple, it supports hooks, you can write plugins for it, and so on
<sad_plan> I suppose whatever works
<midfavila> shinit is also good
<sad_plan> rcinit is better
<midfavila> frankly i don't see a huge reason to even have a service manager
<midfavila> slackware and openwrt do just fine without one
<sad_plan> you can launch <services> in your rc.local file, thus not needing a service manager
<sad_plan> its just less convinient if things get killed, or doesnt start
<midfavila> respawn literally exists
<sad_plan> well yeah. I wasnt aware of that actually. lol
<midfavila> like my "service manager" for my gettys is just a for loop that runs respawns
<sad_plan> i was going to say I dont have that, but I do. lol
<midfavila> for x in $(seq 1 6) ; do respawn getty /dev/tty$x &;done, basically
<sad_plan> hm, nice. but respawn isnt posix, now is it?
<midfavila> it's in suckless' coreutils iirc
<midfavila> so it might not be posix, idk, but it's definitely common
<midfavila> ubase
<Vova> midfavila: do you have a github or anything where I can see your init stuff
<midfavila> not really
<midfavila> my "init stuff" is just sinit + kiss' init scripts
<midfavila> plus a little shim like i posted to handle spawning gettys
<sewn> mid
<midfavila> wot
<sewn> mid
<midfavila> wot
<midfavila> wotchua want bruv
<midfavila> pop u right in da kisser swear on me mum
<Vova> wait
<Vova> midfavila: you're the hovercats guy ?
<midfavila> what
<midfavila> what are hovercats
<Vova> the oasis/kiss guy
<midfavila> oh
<midfavila> no
<Vova> oh that's sad plan
<midfavila> i'm not
<midfavila> lol
<midfavila> my setup is far less interesting
<sad_plan> Vova: thats me
<Vova> sad_plan: do you have any example of your init setup
<Vova> man I never looked into the rc shell, it looks weird and juicy at the same time
<sad_plan> its just rcinit + my initscripts
<sad_plan> you can find the defualt ones I use in hovercats/etc
<Vova> ty
<sad_plan> rc is dope. its more sane if you ask me
<sad_plan> outside of the default ones, I have some other stuff in rc.local thats not in the repo. ill give you a link
<sad_plan> Vova: http://0x0.st/8k7i.local
<sad_plan> thats the only stuff thats not in the repo in my init setup
<sad_plan> rcinit is under hovercats/rcinit if you didnt already see it
<Vova> nice do you still use rcsm ?
<sad_plan> yes
<Vova> damn you don't even use mdev(d)
<sad_plan> nope :p
<sad_plan> dont need to
<Vova> do you know where I can learn more about the rc shell because I can't find anything
<Vova> oh my bad it's from plan9
<sad_plan> cat-v has some docs for it which Ive used a lot
<sad_plan> the manpage has mostly the same stuff
fultilt has joined #kisslinux
<sad_plan> i suppose theres some more examples or info on cat-v. you get the gist of it if you just have a look
hge has joined #kisslinux
<Vova> ty
<sad_plan> yw
<kris_> heylo
hge has quit [Ping timeout: 272 seconds]
hge has joined #kisslinux
<sewn> hi kwis
<sad_plan> hello cateared kris_
hge has quit [Quit: Client closed]
<kris_> excuse me
<sad_plan> not exused
<midfavila> sad_plan has spoken
<midfavila> thus, the lore deepens
<sewn> omg kris brother
<sad_plan> indeed it does midfavila
sjalv has quit [Ping timeout: 252 seconds]
sjalv has joined #kisslinux
EliSoli has joined #kisslinux
EliSoli has quit [Remote host closed the connection]
EliSoli has joined #kisslinux
EliSoli has quit [Remote host closed the connection]
V has joined #kisslinux
V has quit [Quit: We're here. We're queer. Connection reset by peer]