2020-09-22T00:27:04 #kisslinux What a beautiful patch 2020-09-22T00:27:17 #kisslinux Bigger than my senior thesis in college 2020-09-22T00:46:56 #kisslinux now if only claws-mail and hexchat worked w/o gtk2 2020-09-22T01:37:45 #kisslinux o.o ff w/o gtk? 2020-09-22T01:37:53 #kisslinux cool! 2020-09-22T01:48:03 #kisslinux well, still gtk3 of course 2020-09-22T06:37:01 #kisslinux >gtk3 meme 2020-09-22T06:37:06 #kisslinux what a spook 2020-09-22T06:37:59 #kisslinux ??? 2020-09-22T07:15:56 #kisslinux lol... Decided to base gtk2 patch on beta last night to find that the beta was released today. 2020-09-22T09:47:53 #kisslinux Hell yes 2020-09-22T09:47:58 #kisslinux Firefox without gtk2 2020-09-22T09:48:06 #kisslinux great job, dylan 2020-09-22T09:49:01 #kisslinux Thanks 2020-09-22T09:49:14 #kisslinux If it works under X11 we can start to remove gtk+2 2020-09-22T09:49:39 #kisslinux Pog 2020-09-22T09:49:52 #kisslinux Time to finally test x11 libraries under my new scheme 2020-09-22T09:50:14 #kisslinux Once this is done, I'll be well under way to complete the entire thing 2020-09-22T10:44:57 #kisslinux i have an existing linux install on a containers. can i somehow swap it with kisslinux? like total chroot 2020-09-22T10:53:18 #kisslinux With great difficultly and pain 2020-09-22T10:54:04 #kisslinux Don't know why you'd put kiss in a container though 2020-09-22T11:08:37 #kisslinux My patch works with X11 builds of Firefox. Am yet to test runtime though. 2020-09-22T11:20:40 #kisslinux OK. no-gtk2.patch works with X11 Firefox 2020-09-22T11:20:43 #kisslinux :D 2020-09-22T11:22:29 #kisslinux Nice! 2020-09-22T11:22:33 #kisslinux Finallly 2020-09-22T11:24:01 #kisslinux I just need to port the patch to the ESR now 2020-09-22T11:26:41 #kisslinux I've also submitted it upstream 2020-09-22T11:31:04 #kisslinux with all the #if 0's ? 2020-09-22T11:31:14 #kisslinux No no 2020-09-22T11:31:25 #kisslinux Need to wait for feedback as to how I should approach 2020-09-22T11:31:29 #kisslinux New option? etc 2020-09-22T11:32:22 #kisslinux I also need to clean things up a little. 2020-09-22T11:32:29 #kisslinux they're probably eager to kick out GTK+2 completely. IIRC it isn't officially supported since at least FF 52 2020-09-22T11:32:34 #kisslinux Yes 2020-09-22T11:32:44 #kisslinux It's kept around solely for NPAPI which is kept around solely for Flash 2020-09-22T11:32:55 #kisslinux Flash (and all this mess) is set to be removed December of this year. 2020-09-22T11:33:06 #kisslinux i got it to work regardless (since GTK+2 is my choice over 3) 2020-09-22T11:33:33 #kisslinux Which Firefox version? 2020-09-22T11:33:42 #kisslinux 52esr 2020-09-22T11:33:48 #kisslinux That's why 2020-09-22T11:34:01 #kisslinux since then i switched to palemoon, because i won't port rust 2020-09-22T11:34:02 #kisslinux Thought you meant more recent versions 2020-09-22T11:34:07 #kisslinux Yup 2020-09-22T11:34:17 #kisslinux Rust has caused me some pain 2020-09-22T11:34:36 #kisslinux The compile times alone... 2020-09-22T11:34:46 #kisslinux did you bootstrap from mrustc originally? 2020-09-22T11:34:49 #kisslinux No 2020-09-22T11:35:00 #kisslinux We use their provided binaries for musl 2020-09-22T11:35:26 #kisslinux I'd rather not go through: mrustc -> 40 builds of rust (in order of release) until latest 2020-09-22T11:35:46 #kisslinux the only choice if you want to build everything from source 2020-09-22T11:35:53 #kisslinux Yup 2020-09-22T11:35:57 #kisslinux but then it supports only a handful of archs anyway 2020-09-22T11:36:12 #kisslinux Rust is only in the repositories for Firefox 2020-09-22T11:36:21 #kisslinux If we didn't have Firefox we wouldn't have rust 2020-09-22T11:39:21 #kisslinux Same can be said for nodejs 2020-09-22T11:40:55 #kisslinux At least they're make dependencies and not runtime ones ;) 2020-09-22T11:40:55 #kisslinux doesn't youtube-dl use nodejs too ? 2020-09-22T11:40:59 #kisslinux Python 2020-09-22T11:41:25 #kisslinux dylanaraps, cant we have something like rust-bin? 2020-09-22T11:41:42 #kisslinux i believe they use nodejs to eval js 2020-09-22T11:42:15 #kisslinux but that might've been older versions, or maybe i misremember *shrug* 2020-09-22T11:42:25 #kisslinux kisslinuxuser: I'd rather not provide more binaries. The two Firefox -bin packages take up enough of my time as-is (and allow you to avoid these dependencies if you only need them for Firefox) 2020-09-22T11:43:44 #kisslinux dylanaraps, hm you think we would need rust even for the binaries soon like gentoo? 2020-09-22T11:44:06 #kisslinux one can try rustup since it provides a fully static binary of rustc (even in musl) and whatnot, but I don't know if it would work to build FF 2020-09-22T11:44:36 #kisslinux kisslinuxuser: I don't follow? Firefox has no runtime dependency on rust. 2020-09-22T11:44:51 #kisslinux on gentoo it does thats why i was asking 2020-09-22T11:44:57 #kisslinux Really? 2020-09-22T11:45:02 #kisslinux Yeah 2020-09-22T11:45:04 #kisslinux How? 2020-09-22T11:45:56 #kisslinux no idea really put it pulls in rust 2020-09-22T11:46:00 #kisslinux but* 2020-09-22T11:46:13 #kisslinux It doesn't seem to be listed as an RDEPEND 2020-09-22T11:46:43 #kisslinux See: https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/firefox/firefox-80.0.1-r1.ebuild 2020-09-22T11:51:15 #kisslinux dylanaraps, ah seems librsvg was rewritten into rust 2020-09-22T11:51:58 #kisslinux Yes 2020-09-22T11:52:09 #kisslinux Rust shouldn't be a runtime dependency though 2020-09-22T11:52:44 #kisslinux why is gentoo so complicated >.< 2020-09-22T12:05:57 #kisslinux Rust isn't listed as a runtime dependency for librsvg either? 2020-09-22T12:06:06 #kisslinux https://gitweb.gentoo.org/repo/gentoo.git/tree/gnome-base/librsvg/librsvg-2.48.8.ebuild 2020-09-22T12:11:47 #kisslinux dylanaraps, cairo maybe? 2020-09-22T12:12:06 #kisslinux Cairo doesn't depend on rust? 2020-09-22T12:13:18 #kisslinux does cairo need librsvg at all? 2020-09-22T12:22:03 #kisslinux got a container based vps which doesn't allow like iso booting or to provide my own template 2020-09-22T12:22:52 #kisslinux since i can chroot into kiss, why not mount it as root? 2020-09-22T13:12:40 #kisslinux > why is gentoo so complicated >.< 2020-09-22T13:12:44 #kisslinux they didnt know better 2020-09-22T13:13:08 #kisslinux gentoo's massively annoying ecosystem is a product of being the first in it's field 2020-09-22T13:13:21 #kisslinux they didnt have anyone's mistakes they could learn from 2020-09-22T13:14:21 #kisslinux Firefox 81 changelog is out https://www.mozilla.org/en-US/firefox/81.0/releasenotes/ 2020-09-22T13:23:40 #kisslinux are there any specific reasons why the sources file doesn't have a "version placeholder" that gets replaced with the package version? 2020-09-22T13:28:11 #kisslinux Eh. It's no big deal. We avoid issues where pkg_version != url_version too where this becomes useless in our case. 2020-09-22T13:28:40 #kisslinux I think it's best to keep URLs as-is 2020-09-22T13:28:51 #kisslinux Makes the file easy to parse too 2020-09-22T13:29:47 #kisslinux Hell, you could automate this with a tiny script and sed 2020-09-22T13:30:17 #kisslinux dylanaraps: fair enough 2020-09-22T13:39:01 #kisslinux I got the kernel to build but now all my relevant symbols for my wireless card driver have been stripped xD 2020-09-22T13:39:09 #kisslinux I need a new laptop. Fuck broadcom 2020-09-22T13:55:06 #kisslinux Time to figure out how to use xterm as a bar 2020-09-22T13:55:09 #kisslinux is it soldered or something? 2020-09-22T13:57:16 #kisslinux It flashes with new input :< 2020-09-22T14:20:22 #kisslinux Pretty nice other than the flashing 2020-09-22T14:21:45 #kisslinux https://0x0.st/ilvW.png 2020-09-22T14:22:48 #kisslinux Neat 2020-09-22T14:24:44 #kisslinux Truly 2020-09-22T14:24:51 #kisslinux fg 2020-09-22T14:24:55 #kisslinux Wrong window 2020-09-22T14:25:45 #kisslinux What font is that periish? 2020-09-22T14:25:49 #kisslinux Cozette! 2020-09-22T14:25:57 #kisslinux https://github.com/slavfox/cozette 2020-09-22T14:26:02 #kisslinux It looks so classic 2020-09-22T14:26:07 #kisslinux Aye 2020-09-22T14:26:09 #kisslinux It's lovely 2020-09-22T14:29:06 #kisslinux Xterm 2020-09-22T14:29:11 #kisslinux doesnt want to use the geom option 2020-09-22T14:29:39 #kisslinux Oh 2020-09-22T14:29:50 #kisslinux everything after -e is passed as an argument 2020-09-22T14:29:51 #kisslinux Neat 2020-09-22T14:41:48 #kisslinux well 2020-09-22T14:44:28 #kisslinux How is it going to know when to stop? 2020-09-22T14:44:29 #kisslinux lol 2020-09-22T14:44:33 #kisslinux ? 2020-09-22T14:44:51 #kisslinux neat background periish 2020-09-22T14:44:56 #kisslinux Thanks! 2020-09-22T14:45:21 #kisslinux Everything after -e has to be -e runs a command right? 2020-09-22T14:45:26 #kisslinux Thanks birch 2020-09-22T14:45:27 #kisslinux ;) 2020-09-22T14:45:32 #kisslinux -e runs a command right? 2020-09-22T14:45:34 #kisslinux Yes 2020-09-22T14:45:45 #kisslinux You put everything before -e 2020-09-22T14:45:52 #kisslinux St does this too 2020-09-22T14:45:54 #kisslinux And every argument after it is treated as part of the command yeag? 2020-09-22T14:46:05 #kisslinux Yes 2020-09-22T14:46:42 #kisslinux Everything after -e is treated as part of the command as xterm can't know what is what from then on 2020-09-22T14:46:47 #kisslinux Aye 2020-09-22T14:46:56 #kisslinux All terminals have to do this 2020-09-22T14:46:58 #kisslinux with their -e 2020-09-22T14:47:09 #kisslinux I think st does it even without -e 2020-09-22T14:47:28 #kisslinux Just discovered 2bwm doesn't care about override_redirect 2020-09-22T14:47:32 #kisslinux Lovely software 2020-09-22T14:47:42 #kisslinux It also segfaults when you run xev on the root window 2020-09-22T14:47:58 #kisslinux I'm in wayland land right now 2020-09-22T14:48:11 #kisslinux I'm sticking to Xorg personally 2020-09-22T14:48:23 #kisslinux Seeing if I can go without a running wm 2020-09-22T14:48:33 #kisslinux Gotcha 2020-09-22T14:51:21 #kisslinux one upside of electron-based apps is that I only need firefox, not support for their apps 2020-09-22T14:51:31 #kisslinux Yup 2020-09-22T14:51:34 #kisslinux except for stuff like vscode :/ 2020-09-22T14:51:42 #kisslinux Would be better if they were GTK though :p 2020-09-22T14:51:50 #kisslinux but ive been getting along fine with nvim for now 2020-09-22T14:52:08 #kisslinux kirc: o/ 2020-09-22T14:52:49 #kisslinux o 2020-09-22T14:53:58 #kisslinux o/ 2020-09-22T15:50:42 #kisslinux Welcome back neeasade 2020-09-22T15:50:50 #kisslinux hello 2020-09-22T15:50:51 #kisslinux thanks 2020-09-22T16:07:47 #kisslinux dylanaraps: Do you have time to answer a question I have regarding WMs? 2020-09-22T16:13:54 #kisslinux Sure 2020-09-22T16:14:50 #kisslinux Does the X server store state in relation to ewmh? 2020-09-22T16:14:57 #kisslinux Or any form of state really 2020-09-22T16:15:36 #kisslinux Dunno. Never looked into EWMH. I know it keeps track of atoms though. 2020-09-22T16:15:53 #kisslinux Ah 2020-09-22T16:16:08 #kisslinux Your best bet is looking at the sources of various WMs 2020-09-22T16:16:37 #kisslinux Yea 2020-09-22T16:17:10 #kisslinux I want to avoid a constantly running workspace manager or storing information in files 2020-09-22T16:23:58 #kisslinux Oh well 2020-09-22T16:24:05 #kisslinux I'll just give in and use files for now 2020-09-22T17:03:41 #kisslinux why is amdgpu opencl support such a pain?!? the best drivers are propriatery and require glibc, mesa integrated ones are (or becoming) unsupported, and the new and shiny rocm is so horrifying it even doesn't work on distros like arch where people other than me did the packaging to being with 2020-09-22T17:04:58 #kisslinux "The AMD ROCm platform is designed to support the following operating systems: ubuntu, centos, sles" (https://github.com/RadeonOpenCompute/ROCm#list-of-supported-operating-systems) 2020-09-22T17:15:27 #kisslinux Uh. Does swaybg wait forever once it sets the wallpaper? 2020-09-22T17:15:36 #kisslinux Or is something wrong here? 2020-09-22T17:18:52 #kisslinux Alpine calls it a "wallpaper daemon" so I guess it's correct 2020-09-22T17:19:10 #kisslinux why 2020-09-22T17:19:24 #kisslinux If I ctrl+c the wallpaper is then reset 2020-09-22T17:19:32 #kisslinux I know sway supports it in the config file 2020-09-22T17:19:45 #kisslinux But I want to set it on the fly 2020-09-22T17:20:59 #kisslinux I can do it via swaymsg I think 2020-09-22T17:21:40 #kisslinux Yeah 2020-09-22T17:22:01 #kisslinux swaymsg output '*' background /path/to/img fill 2020-09-22T17:22:12 #kisslinux Why does swaybg exist if I can do it this way on the fly? 2020-09-22T17:25:25 #kisslinux Oh 2020-09-22T17:25:32 #kisslinux The swaymsg command depends on swaybg 2020-09-22T17:25:52 #kisslinux And it spins up a daemon when I send the msg 2020-09-22T17:25:54 #kisslinux ... 2020-09-22T17:26:47 #kisslinux Is this the standard way wallpapers are supposed to work or is this a sway/wlroots thing? 2020-09-22T17:26:47 #kisslinux .......... 2020-09-22T17:26:56 #kisslinux thats fucking hilarious 2020-09-22T17:27:05 #kisslinux I can't find discussion about this anywhere 2020-09-22T17:29:06 #kisslinux https://github.com/swaywm/sway/issues/3693 2020-09-22T17:31:28 #kisslinux So... when the swaybg daemon must be restarted (output config changes, daemon is replaced, etc), the background will flash to the default grey before swapping to the new image 2020-09-22T17:36:31 #kisslinux That sounds horrifyingly poor 2020-09-22T17:37:04 #kisslinux https://github.com/swaywm/swaybg/blob/master/wlr-layer-shell-unstable-v1.xml#L29 2020-09-22T17:37:22 #kisslinux So this daemon loads the image into memory and renders it as a "layer" 2020-09-22T17:37:51 #kisslinux The wallpaper exists as long as the daemon is running. 2020-09-22T17:38:38 #kisslinux Your wallpaper can crash now 2020-09-22T17:41:49 #kisslinux I love it 2020-09-22T17:43:21 #kisslinux If you start a second daemon the layer is spawned below the other daemon 2020-09-22T17:44:04 #kisslinux I guess you're forced to use swaymsg to talk to the existing daemon unless you handle the killing yourself? 2020-09-22T17:44:47 #kisslinux If you set the wallpaper (even to the same image), the screen flickers grey 2020-09-22T17:46:22 #kisslinux Why tho 2020-09-22T17:46:28 #kisslinux Like, why is that what it does lmao 2020-09-22T17:46:31 #kisslinux https://codeberg.org/dnkl/wbg 2020-09-22T17:46:36 #kisslinux Wbg doesn't have this problem 2020-09-22T17:46:49 #kisslinux LEt me try it 2020-09-22T17:46:51 #kisslinux Thanks 2020-09-22T17:47:00 #kisslinux Yeah, not sure why it works this way 2020-09-22T17:47:20 #kisslinux You'd think setting the wallpaper would be stupid simple to get right 2020-09-22T17:48:17 #kisslinux You would *think* 2020-09-22T17:49:44 #kisslinux wbg is also a daemon 2020-09-22T17:49:52 #kisslinux Yeah just noticed 2020-09-22T17:49:53 #kisslinux f 2020-09-22T17:50:12 #kisslinux Use hikari :P set it in conf, reload. Works super fast 2020-09-22T17:50:24 #kisslinux Wonder if it could read env 2020-09-22T17:51:12 #kisslinux It cannot 2020-09-22T17:51:15 #kisslinux Sad 2020-09-22T17:57:58 #kisslinux lol.. https://github.com/swaywm/swaybg/issues/14 2020-09-22T18:05:02 #kisslinux my swaybg takes up 52MiB. It is running on a x1440 display 2020-09-22T18:06:10 #kisslinux 2560 * 1440 * 4 / 1024 / 1024 = 14MiB so I think this makes sense for an ARGB surface... 2020-09-22T18:06:19 #kisslinux it might be running on 2 displays 2020-09-22T18:06:31 #kisslinux even though i have one output disabled 2020-09-22T18:07:04 #kisslinux It also depends on image size 2020-09-22T18:07:18 #kisslinux Omg that's toxic 2020-09-22T18:07:22 #kisslinux And it happens to me too 2020-09-22T18:07:29 #kisslinux swaybg doesn't "clip" the image to the screen size 2020-09-22T18:07:31 #kisslinux Something is horribly wrong with the things wayland is doing xD 2020-09-22T18:07:39 #kisslinux so anything invisible still takes up memory 2020-09-22T18:07:58 #kisslinux oh yeah, the image size is 3840x2160 2020-09-22T18:08:34 #kisslinux See: https://github.com/swaywm/sway/issues/1131 2020-09-22T18:13:36 #kisslinux "implementing this change results in halving ram usage" 2020-09-22T18:13:43 #kisslinux "this change is not worth implementing" 2020-09-22T18:13:48 #kisslinux s m h 2020-09-22T18:18:07 #kisslinux https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/47 2020-09-22T18:18:23 #kisslinux Plasma starting with Systemd is now an (optional) thing 2020-09-22T18:18:35 #kisslinux They're going the way of gnome 2020-09-22T18:25:20 #kisslinux Ouch 2020-09-22T18:28:57 #kisslinux dilynm I think if someone came along with a patch that wasn't complex they'd accept it. just seemed low on the priority list. 2020-09-22T18:29:13 #kisslinux Probably definitely 2020-09-22T18:36:46 #kisslinux welp I package oguri now, I guess 2020-09-22T18:37:05 #kisslinux oh? 2020-09-22T18:38:31 #kisslinux https://github.com/jedahan/kiss-repo has it now 2020-09-22T18:43:28 #kisslinux oguri takes up even more ram than swaybg 2020-09-22T18:43:32 #kisslinux 84MiB for the same image 2020-09-22T18:44:12 #kisslinux lol 2020-09-22T18:46:00 #kisslinux https://github.com/swaywm/sway/issues/5606 2020-09-22T18:46:49 #kisslinux from running around the oguri creators' dotfiles, i picked up this sweet little one-liner: 2020-09-22T18:46:59 #kisslinux imv -c 'bind exec ogurictl output * --image "$imv_current_file" ; quit' ~/wallpaper/*.gif 2020-09-22T18:47:21 #kisslinux Neat 2020-09-22T18:56:53 #kisslinux oguri is cool, i got an animated background now 2020-09-22T18:57:12 #kisslinux what started as a 'use less resources' became 'ADD MORE SHINEY, SCREW YER MEMORY' 2020-09-22T18:58:40 #kisslinux where should i upload a short recording to? 2020-09-22T18:58:58 #kisslinux i want to show everyone the clown vomit 2020-09-22T19:00:07 #kisslinux Giphy exists 2020-09-22T19:00:17 #kisslinux https://0x0.st/il3g.mp4 2020-09-22T19:00:38 #kisslinux curl -F'file=@recording.mp4' https://0x0.st # that was nice 2020-09-22T19:01:00 #kisslinux I wonder if dylanaraps would accept an mp4 as a 'screenshot' 2020-09-22T19:01:17 #kisslinux well, technically a mp4 is just _many_ screenshots 2020-09-22T19:01:55 #kisslinux 1) that is a cute trick 2020-09-22T19:01:55 #kisslinux 2) that is a fun wallpaper 2020-09-22T19:02:14 #kisslinux Can you make your wallpaper an entire movie 2020-09-22T19:05:05 #kisslinux i dont see why not 2020-09-22T19:05:59 #kisslinux Please do it 2020-09-22T19:06:21 #kisslinux Make popcorn 2020-09-22T19:07:36 #kisslinux I think I keep getting drunk and disabling random features in my kernel config to drive sober me crazy 2020-09-22T19:07:45 #kisslinux It's the only explanation for what is happening that make sense 2020-09-22T19:08:38 #kisslinux wow there is no 'no' command? 2020-09-22T19:08:42 #kisslinux there is a yes command 2020-09-22T19:09:20 #kisslinux i know i can do 'yes no', but i think i want no to just do nothing 2020-09-22T19:09:33 #kisslinux false? 2020-09-22T19:09:34 #kisslinux i want this so i can set swaybg_command to 'no' 2020-09-22T19:14:44 #kisslinux fulton 2020-09-22T19:14:51 #kisslinux when will you tell us about pine linux 2020-09-22T19:14:53 #kisslinux Fulton pls 2020-09-22T19:18:51 #kisslinux even dumber dilynm i think I can make my background just a folder with music that has the album art embedded 2020-09-22T19:24:38 #kisslinux cmon fulton 2020-09-22T19:24:45 #kisslinux i wanna know about pine linux :( 2020-09-22T19:27:04 #kisslinux Isn't `no` just `yes no` 2020-09-22T19:28:10 #kisslinux I don't want to imagine how large your album art is micr0 2020-09-22T19:52:42 #kisslinux regarding backgrounds in wayland, the way they are done in layer-shell is by some wayland client presenting a surface in the background layer. when the client exits, so does the background 2020-09-22T19:54:49 #kisslinux a compositor could just keep a reference to the last buffer presented if it wanted, which i think would get the behavior you want 2020-09-22T19:58:47 #kisslinux it's the same sort of thing as a status bar, which of course needs a persistent process since it has dynamic content 2020-09-22T20:09:50 #kisslinux wallpapers arent neccessarily dynamic, nor are status bars: lemonbar can live on without any process feeding it 2020-09-22T20:11:32 #kisslinux Yes 2020-09-22T20:11:47 #kisslinux That's because lemonbar is like swaybg in this instance 2020-09-22T20:34:23 #kisslinux yeah you can set swaybg_command to 'false' and it works how i'd like 2020-09-22T20:49:26 #kisslinux also, just packaged imv. might make a pr for the wayland repo for it 2020-09-22T20:49:39 #kisslinux so people dont need my personal repo 2020-09-22T21:26:50 #kisslinux wow imv is cool 2020-09-22T21:26:57 #kisslinux and the shell, generally 2020-09-22T21:27:14 #kisslinux u = exec echo $imv_current_file >> ~/library/pictures/tags/$(ls ~/library/pictures/tags | dmenu -p "tag") 2020-09-22T21:27:57 #kisslinux so if you add that to your imv config (or pass it along as a bind with imv -c "bind u ..."), you get a way to interactively move the images you are looking at to any directory in ~/library/pictures/tags/ 2020-09-22T21:28:20 #kisslinux err, not move, but append to a list 2020-09-22T21:28:47 #kisslinux so then you can view images by tag using imv <<< ~/library/pictures/tags/whatever_tag_here 2020-09-22T21:28:54 #kisslinux or <(...) 2020-09-22T23:31:15 #kisslinux doing some experiments w/ firefox optimization and linking libxul took as much time as building the browser to being with oof 2020-09-22T23:31:38 #kisslinux 34:00.38 toolkit/library/build/libxul.so > 62:24.56 ipc/app/plugin-container 2020-09-22T23:53:55 #kisslinux Jesus gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-09-22.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 14:10:53 2024