2021-04-15T00:00:01 #kisslinux if you get a chance, try it 2021-04-15T00:00:10 #kisslinux i'm sure its great 2021-04-15T00:00:23 #kisslinux linguistically more diverse 2021-04-15T00:00:38 #kisslinux better clauses 2021-04-15T00:00:49 #kisslinux ablative? who's she 2021-04-15T00:01:00 #kisslinux genitive absolutes are better 2021-04-15T00:01:16 #kisslinux also the cases are used much more precisely 2021-04-15T00:01:53 #kisslinux > genetive absolutes 2021-04-15T00:01:57 #kisslinux you take that back! 2021-04-15T00:02:33 #kisslinux no! 2021-04-15T00:02:43 #kisslinux whaddaya mean??? Cases are used precisely in latin! If you don't know what case to put something in, you just flip a coin and its dative or ablative 2021-04-15T00:03:21 #kisslinux what's the deal with quae man 2021-04-15T00:03:22 #kisslinux i love my ων γεροντων much more than Troia capta 2021-04-15T00:03:41 #kisslinux lol 2021-04-15T00:04:13 #kisslinux quae is everything 2021-04-15T00:04:24 #kisslinux but my latin alphabet! 2021-04-15T00:04:51 #kisslinux why? 2021-04-15T00:05:21 #kisslinux greek letters look cooler anyway 2021-04-15T00:05:43 #kisslinux unless you wanna carve a message into stone 2021-04-15T00:05:51 #kisslinux bit curvy 2021-04-15T00:12:16 #kisslinux ah can i git commit --amend a commit which wasn't the most recent 2021-04-15T00:12:25 #kisslinux do i need to do some rebase-fu 2021-04-15T00:13:06 #kisslinux no make a temp commit then squash it 2021-04-15T00:13:08 #kisslinux its not that hard 2021-04-15T00:13:29 #kisslinux ah ok, i need to learn this 2021-04-15T00:13:31 #kisslinux or git commit --fixup= then git rebase --autosquash 2021-04-15T00:13:49 #kisslinux huh interesting 2021-04-15T00:13:54 #kisslinux didn't know about that one 2021-04-15T00:14:08 #kisslinux thats a lot more "rebase-fu"-yy though 2021-04-15T00:14:16 #kisslinux true 2021-04-15T00:14:46 #kisslinux i end up using your suggestion most of the time 2021-04-15T00:15:39 #kisslinux um 2021-04-15T00:15:45 #kisslinux that fixup thingy didn't work 2021-04-15T00:16:17 #kisslinux I don't normally shill for magit but its really nice for interactive rebases 2021-04-15T00:18:33 #kisslinux wdym didn't work? 2021-04-15T00:18:42 #kisslinux logs. logs. logs. 2021-04-15T00:18:55 #kisslinux lol 2021-04-15T00:19:00 #kisslinux just did a normal commit 2021-04-15T00:19:15 #kisslinux i mean it didn't affect the earlier commit 2021-04-15T00:19:26 #kisslinux then you can just rebase it 2021-04-15T00:19:36 #kisslinux I like to just use -i for this 2021-04-15T00:20:04 #kisslinux move the temp commit to right below the commit you want to merge it into, and change the word in front to "s" or "squash" 2021-04-15T00:21:22 #kisslinux what's the difference between squash and fixup? does one keep the newer commit message? 2021-04-15T00:22:10 #kisslinux fixup discards the fixup's commit message, squash keeps both messages 2021-04-15T00:22:14 #kisslinux yes it discards the message 2021-04-15T00:22:41 #kisslinux it saves a bit of time over squash, I shouldn't have recced you to use squash 2021-04-15T00:23:05 #kisslinux nice 2021-04-15T00:23:13 #kisslinux (I mean, it saves you 3 key strokes) 2021-04-15T00:23:21 #kisslinux but its all in the name of EFFICIENCY 2021-04-15T00:25:39 #kisslinux how do i specify just the second-to-last commit 2021-04-15T00:25:46 #kisslinux and not the second-last and last 2021-04-15T00:25:47 #kisslinux HEAD~2? 2021-04-15T00:26:02 #kisslinux it doesn't matter if you have extra commits in your rebase -i menu 2021-04-15T00:26:06 #kisslinux it will just ignore them 2021-04-15T00:26:27 #kisslinux nah i just don't want the [PATCH 1/2] in my subject 2021-04-15T00:26:48 #kisslinux oh for email, not rebase? 2021-04-15T00:26:52 #kisslinux aye 2021-04-15T00:26:59 #kisslinux I would just get the hash of the commit with git log 2021-04-15T00:27:07 #kisslinux idk if there's an actual way of doing it 2021-04-15T00:27:15 #kisslinux maybe something with git shortlog and tail 2021-04-15T00:27:21 #kisslinux oh that's sensible 2021-04-15T00:27:37 #kisslinux ofc 2021-04-15T00:32:53 #kisslinux huh actually that didn't work 2021-04-15T00:32:54 #kisslinux nvm 2021-04-15T00:36:02 #kisslinux just now it sends the two separate patches referencing each other 2021-04-15T00:36:25 #kisslinux which i don't want bcs they're about different things 2021-04-15T00:37:12 #kisslinux hmm... 2021-04-15T00:37:15 #kisslinux oh hello --no-thread 2021-04-15T00:37:22 #kisslinux mebbe 2021-04-15T00:38:10 #kisslinux yes that's it 2021-04-15T00:38:54 #kisslinux hopefully everything's in check 2021-04-15T00:55:16 #kisslinux done fully updating to kiss-community, I guess 2021-04-15T00:55:36 #kisslinux if rebooting is not really necessary, that is 2021-04-15T00:58:53 #kisslinux at least like log out and log back in after an update that big 2021-04-15T00:59:36 #kisslinux although its technically not necessary 2021-04-15T01:01:49 #kisslinux yeah, I logged out 2021-04-15T01:01:53 #kisslinux of everything 2021-04-15T01:01:57 #kisslinux even did sv down all my services 2021-04-15T01:02:21 #kisslinux dhcpcd still being silly but eh 2021-04-15T01:03:41 #kisslinux and I'm unsure if I can daemonize wpa_supplicant like how the rest of the /etc/sv 's do, I'm still a noob to it all 2021-04-15T01:04:07 #kisslinux ive actually been thinking about the same thing 2021-04-15T01:04:30 #kisslinux aaargh I have too many options, idk whether I want to use plan.cat or envs.net for my finger thing 2021-04-15T01:04:50 #kisslinux lol 2021-04-15T01:07:22 #kisslinux you could daemonize it since its just a shell script, but you need to give it a config 2021-04-15T01:07:40 #kisslinux and the config might be different based on the network, so it doesn't make sense to daemonize it from what i can tell 2021-04-15T01:07:58 #kisslinux who says you can't get fingered on both? 2021-04-15T01:16:06 #kisslinux I don't know what to give it as arguments, since I misunderstand if it should be told to daemonize or not because it's a child to runsv 2021-04-15T01:17:05 #kisslinux it hangs and does nothing if I use -B -i $iface -c $cfgfile 2021-04-15T01:17:19 #kisslinux ... let me double check actually 2021-04-15T01:18:10 #kisslinux you don't want to use -B when using sv, you want it in the foreground 2021-04-15T01:18:29 #kisslinux -B is fine when starting it manually as you dont want it running in your shell 2021-04-15T01:27:43 #kisslinux it doesn't spawn a process without -B 2021-04-15T01:29:34 #kisslinux you sure? 2021-04-15T01:30:44 #kisslinux wait let me check on my system 2021-04-15T01:33:21 #kisslinux yeah, it starts fine in the foreground for me 2021-04-15T01:33:34 #kisslinux are you root? 2021-04-15T01:37:13 #kisslinux https://0x0.st/-AsF.txt 2021-04-15T01:38:02 #kisslinux wait... 2021-04-15T01:38:10 #kisslinux forgot to +x run lmao 2021-04-15T01:39:51 #kisslinux ok it is good now 2021-04-15T01:40:36 #kisslinux now to figure why dhcpcd doesn't handle the interface even though it's run as master 2021-04-15T01:42:17 #kisslinux ... maybe later, don't wanna bug out my already buggy routers with too many dhcp reqs 2021-04-15T02:21:39 #kisslinux so as it turns out, you can write a finger client in 3 lines of shell + netcat 2021-04-15T03:03:07 #kisslinux Hi 2021-04-15T03:07:16 #kisslinux hey testuser_[m] 2021-04-15T03:09:44 #kisslinux helo there 2021-04-15T03:20:38 #kisslinux What are you using for your udev stuff ? 2021-04-15T03:23:42 #kisslinux no udev 2021-04-15T03:24:19 #kisslinux I guess that's why it does nothing 2021-04-15T03:28:28 #kisslinux Do you have static xorg configs then ? 2021-04-15T03:28:40 #kisslinux Also try building dhcpcd without udev support 2021-04-15T03:30:49 #kisslinux static xorg configs? xorg.conf.d, I think 2021-04-15T03:31:06 #kisslinux It's part of busybox, for the second part, is it? 2021-04-15T03:31:48 #kisslinux mebe I can just modify it to fork off an interface instead of master 2021-04-15T05:59:10 #kisslinux https://lkml.org/lkml/2021/4/14/1099 2021-04-15T05:59:50 #kisslinux H-hey want some Rust in your kernel 2021-04-15T06:00:42 #kisslinux the gcc rust thing would need to be ramped up then 2021-04-15T06:01:40 #kisslinux Yeah, I'm really disappointed that Linus is somewhat okay with the idea 2021-04-15T06:07:53 #kisslinux I think the whole rust on Linux would be realized at the earliest next year assuming Linus approved the changes he requested, maybe some memester folks here may want to consider KISS on OpenBSD 2021-04-15T06:10:22 #kisslinux Nothing important in the kernel is gonna use rust for a long time probably 2021-04-15T06:10:28 #kisslinux Yeah, this only an RFC at this point 2021-04-15T06:10:47 #kisslinux yeah, I see this more as a driver thing, so new hardware might use Rust as their driver code 2021-04-15T06:11:52 #kisslinux I really hope for a gcc rust if this is going to be pushed hard 2021-04-15T06:11:55 #kisslinux I personally hoped Zig rather than rust though so there's that 2021-04-15T06:12:12 #kisslinux I would be happy for Go :P 2021-04-15T06:12:18 #kisslinux idr but is there less overhead in rust vs C? 2021-04-15T06:12:27 #kisslinux like would a rust kernel be...better? 2021-04-15T06:15:04 #kisslinux You have more fine-grained control with lower level languages 2021-04-15T06:15:08 #kisslinux @cemkeylan:matrix.org no IRC ? 2021-04-15T06:16:04 #kisslinux What do you mean? 2021-04-15T06:18:17 #kisslinux Even just looking at Linus' mail, I understand that Rust aborts when no memory is left, which basically means kernel panic 2021-04-15T06:18:42 #kisslinux You have no choice over it 2021-04-15T06:19:26 #kisslinux With C you choose how to manage that situation 2021-04-15T06:21:26 #kisslinux Maybe I am misinterpreting these, and maybe I am wrong 2021-04-15T06:22:51 #kisslinux But I always thought that most of these modern languages are designed that they manage and "secure" low level stuff for you 2021-04-15T06:23:39 #kisslinux Which for user-space programs, is an alright thing to do, but I wouldn't develop an entire kernel with them. 2021-04-15T06:28:55 #kisslinux Hi! 2021-04-15T06:29:14 #kisslinux Hi 2021-04-15T08:29:17 #kisslinux https://www.phoronix.com/scan.php?page=news_item&px=LLVM-12.0-Released 2021-04-15T08:33:20 #kisslinux Cloudflare really shits its pants when run from webkitgtk 2021-04-15T08:33:56 #kisslinux It refreshes like 10 times before it lets you enter 2021-04-15T08:46:59 #kisslinux looks like it's time for my six-monthly rebuild tests 2021-04-15T09:52:26 #kisslinux i found something even better than teddit. 2021-04-15T09:52:33 #kisslinux It's called libredd.it 2021-04-15T09:54:23 #kisslinux rtv gang 2021-04-15T10:30:04 #kisslinux would someone be able to tell me if this is an IPS or TN pane? -> https://www.panelook.com/B156HAN02.1%20HW0A_AUO_15.6_LCM_overview_31631.html 2021-04-15T10:33:41 #kisslinux nvm found it on this site -> https://www.laptopscreen.com/English/screen-part-number/B156HAN02.1~HW0A/ 2021-04-15T10:35:08 #kisslinux it looks like I Was right, the screen on that Clevo laptop I linked last night doesn't  look very good 2021-04-15T10:58:32 #kisslinux that other site seems to sell screens that are better and compatible with the worse screen, I suppose I could buy one and replace the screen? 2021-04-15T13:27:50 #kisslinux morning, kissers 2021-04-15T13:28:03 #kisslinux afternoon 2021-04-15T13:28:18 #kisslinux all you damn europeans :) 2021-04-15T13:28:40 #kisslinux hi im currently thinking about giving kiss linux a shot, and i was wondering, can i use my current kernel config from void linux for kiss? so that i ensure everything is working correctly? 2021-04-15T13:28:52 #kisslinux good morning 2021-04-15T13:28:54 #kisslinux Void musl? 2021-04-15T13:29:04 #kisslinux oh just the config? 2021-04-15T13:29:07 #kisslinux yeah that should be fine 2021-04-15T13:29:10 #kisslinux no it's void glibc 2021-04-15T13:29:15 #kisslinux the config should be fine 2021-04-15T13:29:20 #kisslinux yes compile the kernel with the config from my working system 2021-04-15T13:29:32 #kisslinux yep that's fine AFAIK 2021-04-15T13:29:57 #kisslinux hi acheam 2021-04-15T13:30:24 #kisslinux fl0wer: you can recycle the same kernel across distros too 2021-04-15T13:30:28 #kisslinux not just the config 2021-04-15T13:30:35 #kisslinux ehm 2021-04-15T13:30:39 #kisslinux be careful of kernel modules 2021-04-15T13:31:06 #kisslinux hmm yeah there's that too 2021-04-15T13:31:30 #kisslinux okay thank you that's good to know. i'm not quite familiar with compiling the kernel and choosing the options i need manually. i tried once and half of my computer was not working properly. so this would make things easier for me. 2021-04-15T13:32:14 #kisslinux but the void config might have initramfs requirement and stuff, and not just kernel modules so that can complicate stuff a bit 2021-04-15T13:32:57 #kisslinux i think you can do `make localyesconfig` in void to get a config that has most stuff built into the kernel instead of modules or initramfs 2021-04-15T13:33:29 #kisslinux and then i can use the config for building a new kernel? 2021-04-15T13:33:49 #kisslinux yeah 2021-04-15T13:35:09 #kisslinux do you reckon librewolf is hard to package? 2021-04-15T13:35:22 #kisslinux noocsharp has a package for it 2021-04-15T13:35:27 #kisslinux can i make this for the xanmod kernel too? 2021-04-15T13:35:31 #kisslinux but why would you use that instead of a regular firefox with ghacks userjs 2021-04-15T13:35:54 #kisslinux doesnt that still phone home? 2021-04-15T13:35:58 #kisslinux fl0wer: make localyesconfig takes your current loaded kernel's config 2021-04-15T13:36:21 #kisslinux dont think so spryc2, you can disable pretty much everything in about:config 2021-04-15T13:39:31 #kisslinux what would i have to do to find all the kernel features i need manually? 2021-04-15T13:40:16 #kisslinux depends on your hardware 2021-04-15T13:43:53 #kisslinux has anyone got converting to pdf with pandoc working? I got pandoc but I also need pdflatex or some other latex library and I do not want to build all the latex stuff 2021-04-15T13:51:05 #kisslinux pandoc to pdf is basically document to latex to pdf afaik 2021-04-15T13:51:10 #kisslinux so you do need a latex thing 2021-04-15T13:51:19 #kisslinux hmm the librewolf build failed http://0x0.st/-AoD.txt 2021-04-15T13:51:55 #kisslinux looks like you need ncursesw 2021-04-15T13:52:29 #kisslinux are you using an llvm binary ? 2021-04-15T13:52:52 #kisslinux spryc2: 2021-04-15T13:53:29 #kisslinux it links to ncurses for terminfo if available, so you need to install ncurses if youre using the binary 2021-04-15T13:54:29 #kisslinux yeah that worked 2021-04-15T13:57:04 #kisslinux yay 2021-04-15T13:57:30 #kisslinux in general you can grep the logs for "not found" and that will find a lot of of your problems 2021-04-15T13:58:19 #kisslinux grep for "Waiting" too, thats where most of the real errors are at 2021-04-15T13:58:24 #kisslinux why dont build systems just stop 2021-04-15T13:58:30 #kisslinux "Waiting for unfinished jobs" 2021-04-15T13:58:36 #kisslinux its gonna fail anyways.. 2021-04-15T14:05:10 #kisslinux achaem: yes I know, was just wondering if there is a way to only use pdflatex without having to build tex-core or stuff like that 2021-04-15T14:08:52 #kisslinux I think it should work with miktex? 2021-04-15T14:09:31 #kisslinux phoebos[m]'s repo has it 2021-04-15T14:12:31 #kisslinux alright thanks, i'll take a look at it 2021-04-15T14:15:52 #kisslinux do you have by chance a link to his repo? 2021-04-15T14:21:21 #kisslinux https://github.com/aabacchus/kiss-repo 2021-04-15T14:21:23 #kisslinux zenomat: 2021-04-15T14:21:30 #kisslinux ah, thank you 2021-04-15T15:06:18 #kisslinux zenomat: i put the miktex stuff in a separate repo: https://github.com/aabacchus/miktex-kiss-repo 2021-04-15T15:06:46 #kisslinux if you try it out, let me know how it goes 2021-04-15T15:24:45 #kisslinux phoebos: was wondering, didnt find it in your repo. Thank you, I'll report 2021-04-15T15:26:41 #kisslinux Why the hell does this have so many dependencies.... 2021-04-15T15:29:55 #kisslinux because.... reasons 2021-04-15T15:35:23 #kisslinux ~~~reasons~~~ 2021-04-15T15:35:35 #kisslinux I intend to try and get rid of most of them 2021-04-15T16:09:17 #kisslinux konimex: what's the failure in mesa with new byacc? 2021-04-15T16:11:36 #kisslinux https://termbin.com/gjip 2021-04-15T16:12:01 #kisslinux I can only reproduce it with latest byacc though so I reverted to an older version and it works again (at least from my side) 2021-04-15T16:13:20 #kisslinux do you have the "src/compiler/glsl/glsl_parser.tab.h" that seems to be causing the issues? (I assume this file got generated by byacc?) 2021-04-15T16:13:44 #kisslinux (and if you do can you send it) 2021-04-15T16:13:49 #kisslinux two secs 2021-04-15T16:14:12 #kisslinux thanks, and I guess (assuming it's generated) could you also send the working one generated by older byacc for comparison? 2021-04-15T16:21:33 #kisslinux qemu needing bash dependency? 2021-04-15T16:23:34 #kisslinux E5ten: well crap looks like my x session borked, I'll try to tackle it tomorrow and also send the generated header as it's night time over here 2021-04-15T16:23:48 #kisslinux gotcha, sounds good 2021-04-15T16:26:15 #kisslinux make[1]: Entering directory '/home/owl/.cache/kiss/proc/31756/build/qemu/build' 2021-04-15T16:26:15 #kisslinux env: can't execute 'bash': No such file or directory 2021-04-15T16:26:41 #kisslinux 😟 2021-04-15T16:27:18 #kisslinux Maybe some build script needs it 2021-04-15T16:27:25 #kisslinux M4R10zM0113R: I need to fix that, noticed it recently also 2021-04-15T16:27:37 #kisslinux yeah, previously unneeded bash for qemu 2021-04-15T16:29:34 #kisslinux Any wyvertux/wyverkiss users managed to build the new llvm yet? Getting build errors here. 2021-04-15T16:34:07 #kisslinux well I did build it successfully 2021-04-15T16:34:40 #kisslinux I have a tarball ready but I'm currently rebuilding everything with llvm12 2021-04-15T16:34:54 #kisslinux what's the build error? 2021-04-15T16:47:47 #kisslinux hey looky I also have issues with mesa+new byacc :o I can send that stuff your way later today e5ten 2021-04-15T16:57:38 #kisslinux OK, was crossbuild related. Got it building now. 2021-04-15T16:58:15 #kisslinux http://0x0.st/-AXV.txt 2021-04-15T16:58:22 #kisslinux guess i gotta do some manual patching 2021-04-15T17:17:09 #kisslinux I have no idea why qemu failed to build 2021-04-15T17:18:55 #kisslinux https://0x0.st/-AXl.txt 2021-04-15T17:21:32 #kisslinux and now firefox crashes everything... 2021-04-15T17:21:44 #kisslinux I guess it's time to rebuild things in order 2021-04-15T17:24:52 #kisslinux Unable to disambiguate -no-pie 2021-04-15T17:24:56 #kisslinux It failed right at the start 2021-04-15T17:25:01 #kisslinux What are your cflags 2021-04-15T17:25:25 #kisslinux dilyn: thanks, sounds good 2021-04-15T17:25:41 #kisslinux '-march=native -mtune=native -pipe -O3' 2021-04-15T17:26:53 #kisslinux What are the meson flags used ? Same as qemu build in community ? 2021-04-15T17:27:34 #kisslinux yeah(?) 2021-04-15T17:27:53 #kisslinux meson is failing to even execute help 2021-04-15T17:27:56 #kisslinux what the 2021-04-15T17:28:15 #kisslinux wait nvm 2021-04-15T17:28:49 #kisslinux I see --enable-pie in the build, but the log complains about passing no-pie wtf 2021-04-15T17:29:51 #kisslinux Wait qemu doesn't even use meson, is it called by the configure script or something ? 2021-04-15T17:30:25 #kisslinux Anything in your ldflags ? 2021-04-15T17:34:12 #kisslinux uhhhh 2021-04-15T17:34:34 #kisslinux I just have c(xx)flags set as described above 2021-04-15T17:35:01 #kisslinux Weird 2021-04-15T17:35:25 #kisslinux no ldflags set 2021-04-15T17:35:34 #kisslinux at least, from env 2021-04-15T17:36:03 #kisslinux I'm guessing it's some sillyness from updating out of order 2021-04-15T17:42:34 #kisslinux ... I suppose kiss does some form of update ordering, right? There's also no consideration for rebuilding based on deps updating? 2021-04-15T17:54:51 #kisslinux I think the package that is a dependency for everything else is updated first 2021-04-15T18:09:27 #kisslinux i installed glib and tried to compile again but it still misses glib-object, did i miss something? http://0x0.st/-A8b.txt 2021-04-15T18:14:19 #kisslinux The Makefile seems to be faulty or smth 2021-04-15T18:14:33 #kisslinux maybe it includes from the wrong place? 2021-04-15T18:14:55 #kisslinux It should specify -I/usr/include/glib-2.0 2021-04-15T18:15:15 #kisslinux But the part where it compiles x3mimg.o doesn't 2021-04-15T18:15:20 #kisslinux That's the problem 2021-04-15T18:15:38 #kisslinux s/x3mimg.o/w3mimg.o/ 2021-04-15T18:15:38 #kisslinux That's the problem 2021-04-15T18:15:46 #kisslinux Nice try movzbl 2021-04-15T18:16:34 #kisslinux w3m is in the graveyard anyway 2021-04-15T18:17:15 #kisslinux spryc2: You can do `export CFLAGS="$CFLAGS -I/usr/include/glib-2.0"` on the build script 2021-04-15T18:17:26 #kisslinux That would most probably fix it 2021-04-15T18:23:21 #kisslinux http://0x0.st/-A81.txt why can't it find glibconfig in there? 2021-04-15T18:25:33 #kisslinux Run a find and see what directory it lives in 2021-04-15T18:26:57 #kisslinux spryc2: Switch that to `export CFLAGS="$CFLAGS $(pkgconf --cflags glib-2.0)"` 2021-04-15T18:31:24 #kisslinux gotta do the same thing for gdk-pixbuf i think 2021-04-15T18:35:23 #kisslinux Is there a better way than this to temporarily change variables in kiss hook ? 2021-04-15T18:35:25 #kisslinux * testuser_[m] < https://matrix.org/_matrix/media/r0/download/matrix.org/yyoNalmzDUfRdOuKKDmNIlNb/message.txt > 2021-04-15T18:35:58 #kisslinux i need gdk-pixbuf-xlib 2021-04-15T18:36:00 #kisslinux for w3m 2021-04-15T18:36:09 #kisslinux and that does not seem to be packaged either 2021-04-15T19:05:19 #kisslinux to lynx i go, for now 2021-04-15T19:17:26 #kisslinux testuser_[m]: I manage my hooks this way https://github.com/cemkeylan/kiss-hook 2021-04-15T19:18:01 #kisslinux Also this is my hook collection https://github.com/cemkeylan/hooks 2021-04-15T19:46:23 #kisslinux So... anyone ever try getting Xenocara running on KISS? I've been considering trying. 2021-04-15T19:46:38 #kisslinux The Hyperbola team uses it, so it shouldn't be *too* hard to port... 2021-04-15T19:48:21 #kisslinux dafuq why was I getting this channel as relayed private messages, silly emacs 2021-04-15T19:48:49 #kisslinux because you're trying to use a text editor as an IRC client. 2021-04-15T19:48:51 #kisslinux smh. 2021-04-15T19:49:32 #kisslinux yeah I'll have to rebuild packages in order 2021-04-15T19:49:43 #kisslinux speaking of Lisp editors 2021-04-15T19:49:56 #kisslinux i was reading the source code of XEdit the other day and it has an interpreter built into it 2021-04-15T19:50:20 #kisslinux I had *no clue* that was a thing. Always figured XEdit was more of a demo application. 2021-04-15T19:51:53 #kisslinux the Bethesda tool? 2021-04-15T19:52:08 #kisslinux No. It's the "standard" X text editor 2021-04-15T19:52:27 #kisslinux It is to editing things as xclock is to displaying time, or xcalc to performing calculations. 2021-04-15T19:52:53 #kisslinux It's, er, basic. To be polite. 2021-04-15T19:53:21 #kisslinux what is the interpreter for? some kind of internal scripting? 2021-04-15T19:53:31 #kisslinux Well, you can use it for that. 2021-04-15T19:53:45 #kisslinux But in the lisp directory's README they talk about building proper applications with it 2021-04-15T19:53:57 #kisslinux E.g mail reader, file manager, some sort of basic web browser 2021-04-15T19:54:22 #kisslinux looking at the lisp code, they also appear to have written Common Lisp bindings for Xaw, which is neato. 2021-04-15T19:55:18 #kisslinux i doubt they work any more, but who knows. 2021-04-15T19:55:34 #kisslinux old software is cool 2021-04-15T19:56:09 #kisslinux Mhm. I intend to write a set of tools using Xaw... probably 2021-04-15T19:56:21 #kisslinux Either that or McCLIM. Depends on whether I learn C or Lisp first. 2021-04-15T19:56:40 #kisslinux re: xenocara: "A freshly checked out xenocara tree is buildable without any external tool. Only the xenocara and the src (currently only the src/sys/dev/pci/pcidevs file) trees are needed." ... 2021-04-15T19:56:58 #kisslinux somehow i don't believe them 2021-04-15T19:57:03 #kisslinux from oBSD's site or Hyperbola's? 2021-04-15T19:57:14 #kisslinux obsd's 2021-04-15T19:57:17 #kisslinux http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/README?rev=1.43&content-type=text/x-cvsweb-markup 2021-04-15T19:57:39 #kisslinux i recall reading that normally xenocara uses oBSD specific syscalls 2021-04-15T19:57:39 #kisslinux does hyperbola have a packaging example? 2021-04-15T19:57:44 #kisslinux Emacs isn't a text editor, It's a DE with a built in text editor. 2021-04-15T19:57:51 #kisslinux and yeah, probably. I'm poking around on their site rn 2021-04-15T19:58:03 #kisslinux also re: emacs, use a better DE then 2021-04-15T19:58:14 #kisslinux i suggest DOORS or FVWM paired with LXDE 2021-04-15T19:58:26 #kisslinux fight me. 2021-04-15T19:58:44 #kisslinux I just use dwm, so I haven't really got a god in this fight. 2021-04-15T19:58:55 #kisslinux s/god/dog/ 2021-04-15T19:58:55 #kisslinux I just use dwm, so I haven't really got a dog in this fight. 2021-04-15T19:58:58 #kisslinux Although. 2021-04-15T19:59:06 #kisslinux honestly I don't mind emacs as a text editor 2021-04-15T19:59:10 #kisslinux i mind it as a "everything else" 2021-04-15T19:59:32 #kisslinux but the "everything else" is also its core feature, so... 2021-04-15T19:59:45 #kisslinux Eh, matter of preference 2021-04-15T20:00:10 #kisslinux Ew, looks like I'll have to port a ton of stuff in addition to the display server. Well, that's to be expected 2021-04-15T20:00:15 #kisslinux Gives me something to work on... 2021-04-15T20:00:19 #kisslinux I find that many application using the same hackable interface to be quite convenient 2021-04-15T20:00:28 #kisslinux that's why Xaw is great! 2021-04-15T20:00:38 #kisslinux everything is controlled via xresources 2021-04-15T20:00:55 #kisslinux I had a lot of fun rigging emacs up so I could just mess with stuff for a bit, but anytime I wanted to edit text I ended up using vim, so it seemed a little silly. 2021-04-15T20:01:03 #kisslinux i still like tine 2021-04-15T20:01:08 #kisslinux i made this for you the other day: http://ix.io/2Wdp Xaw app in python 2021-04-15T20:01:17 #kisslinux >xaw 2021-04-15T20:01:17 #kisslinux >python 2021-04-15T20:01:21 #kisslinux * midfavila grimaces 2021-04-15T20:01:55 #kisslinux i remember one time writing a basic program in python that just drew a couple buttons using tk 2021-04-15T20:02:02 #kisslinux and it used 60mb of RAM 2021-04-15T20:02:11 #kisslinux that's all that does, i didn't do any profiling on it though 2021-04-15T20:02:23 #kisslinux literally did nothing beyond draw buttons and then run a shell command on click 2021-04-15T20:02:25 #kisslinux 60mb 2021-04-15T20:02:30 #kisslinux ever since that day I've not touched python 2021-04-15T20:02:42 #kisslinux don't even have it installed 2021-04-15T20:02:53 #kisslinux absolutely cringe and garbage language 2021-04-15T20:02:57 #kisslinux but I digress 2021-04-15T20:03:05 #kisslinux still, it's cool they have Xaw bindings 2021-04-15T20:03:17 #kisslinux did you check if it works with non-standard Xaw implementations? 2021-04-15T20:03:28 #kisslinux they don't have bindings 2021-04-15T20:03:46 #kisslinux i had to use ctypes to pull in the libraries 2021-04-15T20:03:56 #kisslinux ...oh, yeah, I see now 2021-04-15T20:04:24 #kisslinux v cool 2021-04-15T20:05:03 #kisslinux https://en.wikipedia.org/wiki/Common_Lisp_Interface_Manager 2021-04-15T20:05:15 #kisslinux once I get GNU CLISP running on my system I intend to experiment with this 2021-04-15T20:05:36 #kisslinux idk what to learn either 2021-04-15T20:05:40 #kisslinux probably C 2021-04-15T20:05:41 #kisslinux C 2021-04-15T20:05:50 #kisslinux that's what I'm going to have to settle down on 2021-04-15T20:06:00 #kisslinux where to start? 2021-04-15T20:06:05 #kisslinux K&R 2021-04-15T20:06:05 #kisslinux K&R? 2021-04-15T20:06:30 #kisslinux i've been reading and re-reading the first 25 pages or so ever day for the past week 2021-04-15T20:06:35 #kisslinux because I really want to drill it into my head 2021-04-15T20:07:09 #kisslinux ...that, and college, and doing some algebra review, and SICP, and MIT 6.004... bleh 2021-04-15T20:08:36 #kisslinux https://www.hyperbola.info/packages/?sort=&q=xenocara&maintainer=&flagged= 2021-04-15T20:08:44 #kisslinux xenocara packages in case anyone wants to look 2021-04-15T20:08:56 #kisslinux i'll probably set up a xenocara repository on SDF later today 2021-04-15T20:08:59 #kisslinux ...probably. 2021-04-15T20:13:48 #kisslinux that Xaw python script looks like it's about 10-11MB RAM just idling lol 2021-04-15T20:16:24 #kisslinux the best language for developing applications 2021-04-15T20:17:18 #kisslinux i need to write a program for generating XDG lists in scheme or something 2021-04-15T20:17:34 #kisslinux because the standard one is slooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooow 2021-04-15T20:22:24 #kisslinux Gotta update my site, too... hrm. That's at least something I can do right now. 2021-04-15T20:22:29 #kisslinux I thought the same way, but I've come to realize that having everything in an editor-as-an-os has some perks 2021-04-15T20:22:37 #kisslinux fuck I was scrolled up 2021-04-15T20:22:39 #kisslinux nvm 2021-04-15T20:23:04 #kisslinux the emacs approach does have its advantages 2021-04-15T20:23:12 #kisslinux e.g not having to change your workflow even on different OSes 2021-04-15T20:23:26 #kisslinux Plus consistency 2021-04-15T20:23:42 #kisslinux And you have a command-driven interface without all the legacy terminal crap 2021-04-15T20:24:08 #kisslinux I think that UI consistency is less a point in favor of Emacs and more of a mark against UNIX programs. 2021-04-15T20:24:33 #kisslinux outside of CLI there's a billion different toolkits and style guides, and nobody seems to be able to just *settle* on one 2021-04-15T20:24:48 #kisslinux too busy "innovating" to polish anything. 2021-04-15T20:24:59 #kisslinux i do like emacs' command chords though 2021-04-15T20:25:06 #kisslinux maybe i need to try emacs sometime 2021-04-15T20:25:08 #kisslinux been considering implementing something similar in my FVWM setup 2021-04-15T20:25:24 #kisslinux but that requires kludges with functions and keybindings and that sounds like a hassle 2021-04-15T20:25:55 #kisslinux same thing with DWM's tags/workspaces feature... I could probably implement that. Hmm. 2021-04-15T20:26:08 #kisslinux i use vim but i am not like too attached to it's keybindings and other shortcuts 2021-04-15T20:26:17 #kisslinux never did vimtutor for example 2021-04-15T20:26:30 #kisslinux i learned vi because of my router 2021-04-15T20:26:35 #kisslinux but I really dislike it 2021-04-15T20:26:53 #kisslinux which is weird because I really like ed 2021-04-15T20:26:58 #kisslinux and vi is literally just visual ed 2021-04-15T20:27:21 #kisslinux Emacs is fun to mess with, but I could never get settled in to it. Things felt clunky the whole time. 2021-04-15T20:27:47 #kisslinux bro just install evil mode bro 2021-04-15T20:27:53 #kisslinux use vi inside emacs 2021-04-15T20:27:54 #kisslinux Which is not to say emacs is clunky. Just you know, It felt like I was on vacation to a different editor, and I knew it would end soon. 2021-04-15T20:27:57 #kisslinux i have a feeling it'll get slow with a bunch of plugins 2021-04-15T20:28:20 #kisslinux what other editors are there 2021-04-15T20:28:25 #kisslinux there's plenty 2021-04-15T20:28:29 #kisslinux what about kakoune? 2021-04-15T20:28:34 #kisslinux a lot of people here use kilo, for example 2021-04-15T20:28:37 #kisslinux i'm a tine guy 2021-04-15T20:28:45 #kisslinux nano. 2021-04-15T20:28:49 #kisslinux i've never tried kakoune, but I've heard it's... weird 2021-04-15T20:29:02 #kisslinux theres also micro 2021-04-15T20:29:02 #kisslinux i used to use jed 2021-04-15T20:29:06 #kisslinux jed is very nice 2021-04-15T20:29:16 #kisslinux but it's a tad obtuse at times 2021-04-15T20:29:25 #kisslinux the accompanying pager, MOST, is also fantastic 2021-04-15T20:29:50 #kisslinux i used to use acme a lot 2021-04-15T20:29:54 #kisslinux it was quite nice 2021-04-15T20:29:56 #kisslinux wow, holy based 2021-04-15T20:30:05 #kisslinux i've been meaning to learn acme 2021-04-15T20:30:14 #kisslinux set up a Plan 9 VM the other day 2021-04-15T20:30:14 #kisslinux i ran 9front as my only os for about a month 2021-04-15T20:30:27 #kisslinux dangerous lad 2021-04-15T20:30:52 #kisslinux it was mainly because i wanted to focus on doing actual work 2021-04-15T20:31:03 #kisslinux not playing around with a bunch of things 2021-04-15T20:31:14 #kisslinux that's totally fair 2021-04-15T20:31:23 #kisslinux part of why I like tine 2021-04-15T20:31:27 #kisslinux it worked well 2021-04-15T20:31:37 #kisslinux simple no-frills visual editor without any gimmicks 2021-04-15T20:31:41 #kisslinux whats tine 2021-04-15T20:31:47 #kisslinux well, it's not ed 2021-04-15T20:31:52 #kisslinux the author was very insistent on that 2021-04-15T20:31:59 #kisslinux https://github.com/deadpixi/tine 2021-04-15T20:32:12 #kisslinux i couldnt find it doing a search, thanks 2021-04-15T20:32:14 #kisslinux clone of the AmigaDOS and TRIPOS editor, to be more precise 2021-04-15T20:32:18 #kisslinux I tried ed. I don't recommend it. 2021-04-15T20:32:28 #kisslinux ed isn't really that good as a main editor 2021-04-15T20:32:36 #kisslinux It may be the standard editor, but I don't mind straying from standards in this case. 2021-04-15T20:32:45 #kisslinux it has the best UI 2021-04-15T20:32:49 #kisslinux ? 2021-04-15T20:32:53 #kisslinux all you need 2021-04-15T20:33:05 #kisslinux Hah. No argument there. 2021-04-15T20:33:08 #kisslinux kilo seems very neat too 2021-04-15T20:33:16 #kisslinux I tried it 2021-04-15T20:33:20 #kisslinux i have looked at some vi inspired ones too, like neatvi 2021-04-15T20:33:21 #kisslinux It's not my cup of tea, personally 2021-04-15T20:33:30 #kisslinux it's like, this weird hybrid of vi and nano 2021-04-15T20:33:42 #kisslinux neatvi is vi-like and written from scratch 2021-04-15T20:33:47 #kisslinux I demand a TV typewriter, goddamnit 2021-04-15T20:33:53 #kisslinux none of these "text editors" or "word processors" 2021-04-15T20:33:57 #kisslinux kids these days, I swear 2021-04-15T20:34:16 #kisslinux why, back in my day, we had seperate LF and CR keys 2021-04-15T20:36:32 #kisslinux the other day i found this weird IDE in the terminal called xwpe 2021-04-15T20:36:33 #kisslinux https://github.com/amagnasco/xwpe 2021-04-15T20:36:39 #kisslinux oh, that 2021-04-15T20:36:41 #kisslinux i've used it before 2021-04-15T20:36:55 #kisslinux found it on an old binary usenet group 2021-04-15T20:37:03 #kisslinux it's, uh... idosyncratic. 2021-04-15T20:37:10 #kisslinux s/idosyncratic/idiosyncratic/ 2021-04-15T20:37:10 #kisslinux it's, uh... idiosyncratic. 2021-04-15T20:38:25 #kisslinux real thads write programs in ed 2021-04-15T20:38:30 #kisslinux keep the whole thing in your head 2021-04-15T20:38:39 #kisslinux i dont know how to use ed 2021-04-15T20:38:47 #kisslinux okay, sit down 2021-04-15T20:38:52 #kisslinux i am 2021-04-15T20:38:52 #kisslinux i'm gonna give you a whirlwind tour 2021-04-15T20:38:56 #kisslinux you ready? 2021-04-15T20:39:04 #kisslinux yeah 2021-04-15T20:39:08 #kisslinux its open 2021-04-15T20:39:19 #kisslinux if you want to edit a file, you can specify that either on the command line or in "command mode" 2021-04-15T20:39:29 #kisslinux either way, you start in "command mode" 2021-04-15T20:39:41 #kisslinux in command mode, the four things you really need to know are the following 2021-04-15T20:39:45 #kisslinux r - read a new file into the buffer 2021-04-15T20:39:52 #kisslinux w - write the buffer into a file 2021-04-15T20:39:59 #kisslinux q - quit 2021-04-15T20:40:03 #kisslinux i - enter insert mode 2021-04-15T20:40:21 #kisslinux in insert mode, you just type stuff. everything is literal, so there's no wrapping or anything 2021-04-15T20:40:43 #kisslinux when you want to return to command mode, just type . on a blank line 2021-04-15T20:40:45 #kisslinux okay 2021-04-15T20:40:57 #kisslinux conglaguratios, you now know the basics of ed 2021-04-15T20:41:09 #kisslinux i wrote a file 2021-04-15T20:41:14 #kisslinux you can also display the buffer using 1,$p 2021-04-15T20:41:18 #kisslinux in command mode 2021-04-15T20:41:29 #kisslinux that tells ed to print all lines from the first line to the last 2021-04-15T20:41:36 #kisslinux ($ always refers to the last line in the buffer) 2021-04-15T20:41:45 #kisslinux There's a web browser called edbrowser, which reads the websites a line at a time. Whole heap load of fun. 2021-04-15T20:41:50 #kisslinux how do i modify a specific line 2021-04-15T20:41:58 #kisslinux you can use search and replace functions 2021-04-15T20:42:04 #kisslinux it's essentially sed 2021-04-15T20:42:17 #kisslinux s/spleling/spelling/ 2021-04-15T20:42:17 #kisslinux it's essentially sed 2021-04-15T20:42:25 #kisslinux nani 2021-04-15T20:42:37 #kisslinux so i can replace like that 2021-04-15T20:42:39 #kisslinux yes 2021-04-15T20:42:42 #kisslinux neat 2021-04-15T20:42:44 #kisslinux that replaces in the current line 2021-04-15T20:42:50 #kisslinux append g to replace things globally 2021-04-15T20:42:58 #kisslinux (this is the origin of the sed command, by the by) 2021-04-15T20:43:07 #kisslinux sed is "stream ed" 2021-04-15T20:43:41 #kisslinux if you want to find instances of things in your text, you can also use g/re/p, which tells ed to search for the regular expression "re" globally and then print that 2021-04-15T20:43:46 #kisslinux (this is the origin of the grep command) 2021-04-15T20:44:01 #kisslinux A text editor, and a history lesson. 2021-04-15T20:44:03 #kisslinux interesting 2021-04-15T20:44:08 #kisslinux if you're familiar with vi, many of the commands can also be used in ed 2021-04-15T20:44:12 #kisslinux as vi is just visual ed 2021-04-15T20:44:16 #kisslinux hence the name "vi" 2021-04-15T20:44:38 #kisslinux although to be more precise, vi is an extension of ex, which is Editor eXtended, but... 2021-04-15T20:44:45 #kisslinux bite me 2021-04-15T20:45:00 #kisslinux oh 2021-04-15T20:45:01 #kisslinux I'd rather not, I dunno where you've been. 2021-04-15T20:45:10 #kisslinux also, ed won't let you quit a file without writing it 2021-04-15T20:45:20 #kisslinux you have to specify q! (I think...) 2021-04-15T20:45:25 #kisslinux maybe it was !q 2021-04-15T20:45:41 #kisslinux it's q! 2021-04-15T20:45:59 #kisslinux Same as vim. 2021-04-15T20:45:59 #kisslinux !(whatever) seems to run the command from a shell and return to command mode 2021-04-15T20:46:23 #kisslinux anyway, in conclusion 2021-04-15T20:46:32 #kisslinux vi is for virgins, ed is for chads 2021-04-15T20:46:34 #kisslinux and vim sucks 2021-04-15T20:46:38 #kisslinux thank you for coming to my ted talk 2021-04-15T20:46:52 #kisslinux on that note, it's time for my afternoon tea 2021-04-15T20:47:09 #kisslinux time to only use ed. forever! 2021-04-15T20:47:23 #kisslinux I'm gonna use gedit, just to spite the room. 2021-04-15T20:47:53 #kisslinux leafpad is better 2021-04-15T20:48:21 #kisslinux shouldn't something like 's/yo//g' work? 2021-04-15T20:48:44 #kisslinux doubtful 2021-04-15T20:48:51 #kisslinux but maybe 2021-04-15T20:48:58 #kisslinux i don't use ed a *ton* 2021-04-15T20:49:22 #kisslinux you should have told me you can use 1d 2021-04-15T20:51:56 #kisslinux kakoune seems very interesting 2021-04-15T20:52:48 #kisslinux http://kakoune.org/why-kakoune/why-kakoune.html 2021-04-15T21:09:42 #kisslinux midfavila have you also looked at vis? iirc it implemented some stuff from plan 9 2021-04-15T21:10:01 #kisslinux looking at it now 2021-04-15T21:10:06 #kisslinux vi clone with plan 9 regex 2021-04-15T21:10:08 #kisslinux meh 2021-04-15T21:10:28 #kisslinux has too many dependencies for me to be interested, also 2021-04-15T21:11:02 #kisslinux could have probably implemented its ideas as a vim plugin 2021-04-15T21:11:06 #kisslinux * midfavila shrugs 2021-04-15T21:24:25 #kisslinux E5ten: apparently the only diff between glsl_parser.tab.h generated by byacc-20210109 (working) and byacc-20210328 (broken) https://termbin.com/ewdj 2021-04-15T21:25:01 #kisslinux Yeah figured it's because I updated gcc mid-update 2021-04-15T21:25:14 #kisslinux installed gcc mid-update* because of how kiss sorted the update pool 2021-04-15T21:25:26 #kisslinux here's the full file for byacc-20210109: https://termbin.com/f6s1 2021-04-15T21:25:40 #kisslinux and byacc-20210328: https://termbin.com/i6a4 2021-04-15T21:35:06 #kisslinux midfavila, I don't like structural regular expressions 2021-04-15T21:35:20 #kisslinux i've never bothered with them 2021-04-15T21:35:20 #kisslinux they are very powerful, but they also tend to make simple things more complicated 2021-04-15T21:35:28 #kisslinux and I mostly don't need the added power 2021-04-15T21:35:33 #kisslinux regex in general is something that's on my bucket list 2021-04-15T21:36:37 #kisslinux like, for day to day usage, simple %s/foo/bar/ is mostly all you need 2021-04-15T21:36:51 #kisslinux structural regex is not bound to lines, which is nice 2021-04-15T21:36:56 #kisslinux but meh, don't need it 2021-04-15T21:37:52 #kisslinux a terminal acme would be sick though 2021-04-15T21:37:59 #kisslinux somebody get on it :p 2021-04-15T21:38:24 #kisslinux >he doesn't use sam 2021-04-15T21:39:06 #kisslinux oh, I wouldn't mind a terminal sam too actually 2021-04-15T21:39:15 #kisslinux basically a graphical ed 2021-04-15T21:39:17 #kisslinux 9base has sam 2021-04-15T21:39:22 #kisslinux >graphical ed 2021-04-15T21:39:24 #kisslinux you're looking for vi 2021-04-15T21:39:40 #kisslinux no, as you said yourself, it's a graphical ex 2021-04-15T21:39:51 #kisslinux don't throw my own words back at me >:C 2021-04-15T21:39:58 #kisslinux teehee 2021-04-15T21:40:29 #kisslinux well, let's call sam a more simple vi 2021-04-15T21:40:41 #kisslinux there's also samterm 2021-04-15T21:40:48 #kisslinux by the same dude who wrote tine and mtm 2021-04-15T21:40:50 #kisslinux oh, interesting 2021-04-15T21:41:01 #kisslinux going to check that out 2021-04-15T21:41:05 #kisslinux you could probably set up a fairly convincing replica of plan 9 on linux 2021-04-15T21:41:13 #kisslinux if you were to use 9wm and etc 2021-04-15T21:41:37 #kisslinux tree / | aplay isn't too bad 2021-04-15T21:41:41 #kisslinux song of the day? 2021-04-15T21:41:47 #kisslinux although 9wm is less of a rio and more of an 8 1/2 2021-04-15T21:41:58 #kisslinux song of the day is dire dire docks 2021-04-15T21:42:07 #kisslinux why? because it's chill as fuck 2021-04-15T21:42:19 #kisslinux damn 2021-04-15T21:42:29 #kisslinux https://vid.puffyan.us/watch?v=TO7z2FYB_mo&listen=1 2021-04-15T21:42:37 #kisslinux get on it acheam 2021-04-15T21:44:27 #kisslinux konimex: so I guess you should comment about this (and show that diff) on the latest commit in the byacc-snapshots repo (or make an issue)? if you don't want to I guess I can, but I haven't gotten around to actually building new byacc to do more looking into the bug myself yet 2021-04-15T21:45:34 #kisslinux https://github.com/ThomasDickey/byacc-snapshots/commit/86777727575663d423dde3652e382c5c28e6e38d#diff-ce3aaedf32ad18ec5a00f29d666fedf925e4b1809e281875e1afdd1cab83ae9aR905 I'd assume this is the offending part 2021-04-15T21:47:00 #kisslinux hey, midfavila is back 2021-04-15T21:47:05 #kisslinux where've you been? 2021-04-15T21:47:21 #kisslinux alternating between sulking in bed and studying algebra 2021-04-15T21:47:34 #kisslinux solid 2021-04-15T21:47:44 #kisslinux also lurking the logbot 2021-04-15T21:47:54 #kisslinux thank you for saying my website and FVWM setup are comfy uwu 2021-04-15T21:48:05 #kisslinux comfier than comfy 2021-04-15T21:48:10 #kisslinux although the screenshots on the site are outdated 2021-04-15T21:48:17 #kisslinux i've polished it a lot since then 2021-04-15T21:48:20 #kisslinux send updates! 2021-04-15T21:48:38 #kisslinux I was going to ask where the hell does he do his development, but since from a cursory look I don't think he'll read GitHub comments, I'll send him an e-mail first 2021-04-15T21:49:36 #kisslinux new song word 2021-04-15T21:49:37 #kisslinux ah nevermind, he does read the comments 2021-04-15T21:49:48 #kisslinux http://0x0.st/-APQ.png 2021-04-15T21:49:56 #kisslinux working on a new theme 2021-04-15T21:50:01 #kisslinux so it's a little wip 2021-04-15T21:50:10 #kisslinux but overall I think it looks much more polished now 2021-04-15T21:50:26 #kisslinux :gasp: 2021-04-15T21:50:29 #kisslinux he uses discord 2021-04-15T21:50:37 #kisslinux i know, I'm a filthy degenerate 2021-04-15T21:50:48 #kisslinux i have all of about three friends who refuse to email me 2021-04-15T21:50:56 #kisslinux because they're fuckin LAME 2021-04-15T21:51:08 #kisslinux just use IRC 2021-04-15T21:51:23 #kisslinux icy has a post on it 2021-04-15T21:51:24 #kisslinux https://icyphox.sh/blog/irc-for-dms/ 2021-04-15T21:51:26 #kisslinux IRC is "too complicated" 2021-04-15T21:51:32 #kisslinux according to my bulgarian friend 2021-04-15T21:51:38 #kisslinux bruh 2021-04-15T21:51:57 #kisslinux "how do I sign up for an account, Mid" 2021-04-15T21:52:06 #kisslinux "do I use ssl or not?" 2021-04-15T21:52:12 #kisslinux and it's not like they're stupid 2021-04-15T21:52:16 #kisslinux they're enrolled in a CS degree 2021-04-15T21:52:20 #kisslinux ha 2021-04-15T21:52:25 #kisslinux "CS degree" 2021-04-15T21:52:26 #kisslinux ikikik 2021-04-15T21:52:28 #kisslinux but shut up 2021-04-15T21:52:31 #kisslinux = w= 2021-04-15T21:52:38 #kisslinux most CS degrees I know know nothing about their computer 2021-04-15T21:52:49 #kisslinux fair enough 2021-04-15T21:53:09 #kisslinux one of my IRL friends has a master's in CS and he's a total brainlet when it comes to most stuff 2021-04-15T21:53:32 #kisslinux he unironically uses windows 2021-04-15T21:53:33 #kisslinux smh 2021-04-15T21:54:18 #kisslinux then again he's one of those types who wants to develop "job skills" and "career prospects" 2021-04-15T21:54:20 #kisslinux whatever those are. 2021-04-15T21:54:47 #kisslinux which is why he's learning nodejs instead of literally anything else 2021-04-15T21:54:49 #kisslinux tbf knowing NormieTech will get you a job 2021-04-15T21:54:50 #kisslinux ye 2021-04-15T21:54:58 #kisslinux imagine wanting a job 2021-04-15T21:55:02 #kisslinux reminder that neets rule and wagies drool 2021-04-15T21:55:03 #kisslinux its hard to get a job from configuring your FVWM setup 2021-04-15T21:55:25 #kisslinux which is why I supplement it with kernel configuration autism 2021-04-15T21:55:34 #kisslinux i've spent the past three days hardening a kernel 2021-04-15T21:56:25 #kisslinux today is FVWM and putting together a new rootfs for my laptop 2021-04-15T21:56:42 #kisslinux and then I'll probably put one together for my desktop and image that when my new disk drives arrive 2021-04-15T21:57:01 #kisslinux some swanky SAS Hitachis 2021-04-15T22:49:42 #kisslinux omg dilyn i can't get this right 2021-04-15T22:49:55 #kisslinux at least i can practice my rebasing :) 2021-04-15T23:12:19 #kisslinux well, gotta go, good night everybody! Cya next time! gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2021-04-15.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 10:45:16 2024