ChanServ changed the topic of #kisslinux to: KISS Linux | https://kisslinux.org | logs: https://k1sslinux.org/irc#2.0 | please read: https://kisslinux.org/blog/20210711a
<kyxor> dilyn: alright, I'll see if I can find the link. Thanks
<kyxor> damn, mid talks way too much. So much messages to filter though, not even sure if I look for the right things
claudia has quit [Ping timeout: 268 seconds]
<kyxor> midfavila: if you have working package for palemoon, let me know. Imma go try and build it from source myself
claudia02 has joined #kisslinux
<claudia02> kyxor: look this one seems to be curated. https://github.com/GullikX/ksrepo/tree/master/browser
<claudia02> wisely the maintainer does not name it 'palemoon' :D
<kyxor> oh thanks!
<kyxor> claudia02: quick question, did you know prior to that someone has made it, or there is some advanced way to search for repos that I don't know of? Like I always find it trouble some to search for spicific non standard packages
<kyxor> like if there was an ability to do a github search for repos tagged with #kiss-repo then search inside every of those repos for specific filenames, or even for what is inside content of those files
<claudia02> I just search for 'kiss-repo' and sort for newest.
<claudia02> I just know this repo (:
<kyxor> you know what, this sounds like a really cool idea, one way of doing it is to write a script to clone every repo matching tag search, and then grep for stuff, but obviously I have not made such utility yet
<claudia02> There is kiss-find from micro_O(jedahan) to search for packages across github
<claudia02> I think there is some infrastructure in the background but not sure.
<kyxor> cool! I would of prefer simpler implementation of just posix shell, busybox utils + git though.
<kyxor> oh it does some json parsing, thats why
<kyxor> I really hate json, it sucks and is why software is slow. But if that's what the web server returns, guess gotta deal with it
<kyxor> hmm sync_latest_repos.sh requires bash?
<kyxor> should probably also mention that in the readme
<kyxor> or get rid of it
<kyxor> also the make install, the package kiss-find checksum is invalid, here: https://github.com/jedahan/kiss-find
<acheam> you only need POSIX sh to run kiss find
<acheam> generating the database takes python and bash and stuff
<kyxor> Hi acheam, yeah, but like I would want to run a fresh db, so basically I had to install bash eitherway
<acheam> honestly, I'd just ask here
<acheam> because kiss find also doesn't search nongithub repos
<acheam> so if kiss find doesn't find it, it doesnt mean its not packaged
<kyxor> true, also some people don't like github for centralization of things, but that's not all bad, at least there is one positive - easier to search for repos.
Uks2 has quit [Ping timeout: 272 seconds]
Uks2 has joined #kisslinux
zenomat has quit [Ping timeout: 272 seconds]
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
zenomat has joined #kisslinux
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
micro_O has joined #kisslinux
<micro_O> yooo
<micro_O> kyxor claudia02 acheam : kiss-find supports non-github repos, but they need to be added manually for now
<micro_O> if there is an api for hosted repos that make it easier to discover, lmk
<micro_O> i'd also be happy to replace the usage of python and bash with sh, i just have been lazy
<micro_O> (i didnt write the original utilities, just keep them up to date)
<micro_O> actually, for anyone in the channel - if you have a repo you wouldn't mind being in kiss-find, please share it here or in an issue on github.com/jedahan/kiss-find
<msk[m]> how sophisticated should our repo be if we are submitting it?
<msk[m]> mine don't follow the style guide very well
<msk[m]> micro_O:
<micro_O> msk[m] not sophisticated at all
<micro_O> kiss-find is for wide discovery, not 'carefully curated list'
<micro_O> the only repos I don't add are by author's request or doesn't work with vanilla (x64) kiss
<riteo> there go my plans of uploading my minecraft mod repo in the future
<micro_O> like kiss-in-minecraft?
<micro_O> are you porting busybox to redstone?
<riteo> no
<riteo> literally minecraft mods packaged for kiss
<riteo> like, you set the root to a minecraft install
<riteo> it sounds cursed because it is, but it works terrifyingly well
<riteo> I literally just migrated my minecraft server to kiss
<riteo> also I'm makinga minecraft launcher written in POSIX shell to compliment this setup
<riteo> s/makinga/making a/g
<riteo> also complement, not compliment lmao
<micro_O> oh, that's awesome
<micro_O> mind sharing a url?
<riteo> it's the first time someone doesn't die of an heart attack hearing this, nice!
<riteo> minekiss is still in development and a recent refactor nuked fabric support, but it's usable and I'll add it eventually: https://github.com/Riteo/minekiss
<micro_O> yeah I mean one of my earliest programming experiences were modding multiplayer games, this is up my alley
<riteo> regarding the mod repo it still doesn't exist basically outside of a few tests because as I said I nuked fabric support
<micro_O> got it
<riteo> oh also java isn't on kiss yet, it's in my plans along with nvidia drivers support through a modified gcompat package
<riteo> basically I'll make kiss linux the minecraft distro
mahmutov has quit [Ping timeout: 265 seconds]
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
<micro_O> That's super cool
<kyxor> cool but java is not kiss :) not so cool
<kyxor> i will give it the worst software award though. To make something so trash they spared some talent Xd
<riteo> anything for minecraft
<riteo> well, not until there's the perfect alternative to minecraft which I don't expect in the near future
<kyxor> just make minecraft, people on youtube do it in 24 hours all the time
<kyxor> ok but seriously this is the only kiss implementation of minecraft that I know of: https://github.com/jdah/minecraft-weekend
<micro_O> kyxor claudia02 acheam: I completely rewrote kiss-find. It now only uses jq for discovering github repos. It outputs plaintext instead of json, and uses grep to search through the db. If it is an interactive terminal, it makes nice columns like in the readme. Otherwise, its just a csv.
<riteo> micro_O: cool!
<micro_O> It no longer depends on bash or python3, even for creating the database
<micro_O> I will merge it sometime this week to give people a little time if it breaks their workflow
<acheam> nice
<riteo> kyxor: I think I heard of that before
<acheam> keep it as a seperate repo and package it in community
<riteo> but my ideal minecraft would be something very peculiar, more like minetest but 100000x better
<acheam> there is truefraft
<riteo> I really hate how much potential minetest is wasting
<micro_O> sure thing. I still need to setup a github action to recreate the database daily, and once thats running I will make a PR to package in community.
<riteo> like, bruh, you base your entire engine on the concept of "games" and you allow them only in LUA?
<micro_O> honestly I think the db could be used for repology, but am a bit ambivalent making a PR to the repology org ...
<micro_O> (its what the maintainer of repology has asked for repeatedly, a machine-readable db of packages)
<micro_O> even if i made a separate repology-only db that just includes kisslinux/repo
<kyxor> micro_O, thanks for not being lazy this time :)
<riteo> acheam: looked truecraft up, it has been discontinued afaict
<riteo> also, devault?!
<riteo> since when did he do minecraft stuff?
<acheam> doesnt matter that development is done, its a complete implementation of a stationary target
<riteo> right
<riteo> anyways that's cool, but it's still limited by the original design
<riteo> if it's compatible with stuff and is a reimplementation it still has tall chunks, no modding support and a shitty networking protocol
<riteo> and by shitty I mean completely awful
<noocsharp> also c#
<riteo> c..#?
<micro_O> nevermind, i just merged it all in
<noocsharp> it's written in c#
<riteo> oh I though you wre talking about minecraft
<kyxor> i don't see sharp
<noocsharp> not to be confused for nooc#
<riteo> bruh
claudia02 has quit [Ping timeout: 255 seconds]
<riteo> how is it for hipsters if it's written in a non hipster language
sidd-dino has joined #kisslinux
<micro_O> interestingly enough, this rewrite finishes building the db 3x faster than the old one
sidd-dino has quit [Client Quit]
<riteo> based shell
<micro_O> well, i also stopped gzip'ing the result db, that could have contributed
<micro_O> its now a whopping 225kb oh no
<riteo> how many packages are listed?
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
<kyxor> micro_O I get "make: *** No rule to make target 'build/db', needed by 'install-db'. Stop"
<kyxor> running $make install
<micro_O> ty kyxor, will fix
<micro_O> kyxor pull and try again?
<micro_O> btw you dont need to make/make install unless you want to generate the db yourself
<micro_O> you can just `make install-cli && kiss-find -u` and that will just download the github action generated one
<kyxor> now I get this https://0x0.st/-Wah.txt
<micro_O> kyxor uhhh that looks like two different things happening at the same time wtf
sidd-dino has joined #kisslinux
sidd-dino has quit [Client Quit]
<kyxor> I made sure to clear all old things out and start clean
<testuser[m]> Hi
sidd-dino has joined #kisslinux
<micro_O> kyxor yeah ok, i am not a big fan of makefiles
sidd-dino has quit [Client Quit]
<micro_O> i am just gonna make it a shell script
sidd-dino has joined #kisslinux
<testuser[m]> Oh it was alreay posted
<kyxor> hi, testuser[m]. Yeah
sidd-dino has quit [Client Quit]
<kyxor> micro_O can just make it shell script, ok with me
<kyxor> makefiles are only good for C code, other stuffs probably overkill
<micro_O> kyxor i think i fixed it
<micro_O> worst case, just do `kiss find -u` and that will update the db
<micro_O> but it would be nice if everything worked out of the box
<micro_O> it also will use rg/ag/grep to search if found
<micro_O> ohhh i think i know why both happened at once
sidd-dino has joined #kisslinux
<micro_O> i guess make is parallel lol
<kyxor> ok no more errors on my side
sidd-dino has quit [Client Quit]
<micro_O> thanks for testing
sidd-dino has joined #kisslinux
sidd-dino has quit [Quit: ]
sidd-dino has joined #kisslinux
<micro_O> oh neat, you can pass multiple args to command -v
sidd-dino has quit [Quit: ]
<micro_O> and it will output all of them
sidd-dino has joined #kisslinux
<micro_O> so I can do KISS_FIND_GREP=$(command -v rg ag ack grep | head -n1)
sidd-dino has quit [Client Quit]
mahmutov has joined #kisslinux
sidd-dino has joined #kisslinux
<kyxor> oh damn, palemoon build failed midway
<kyxor> there are so many cpp warning that I can't even tell what the error is
sidd-dino has quit [Client Quit]
<testuser[m]> you cant pass more than a single command to command -v micro_O, dont tell me youre using gnu coreutils
<micro_O> im using whatever macos comes with lol
<micro_O> or maybe zsh hah
<micro_O> which command: shell builtin
<micro_O> yeah i guess that zsh
<micro_O> i miss zsh scripting
<micro_O> its like 1000x easier than posix sh
<testuser[m]> its even less portable than bash though
<acheam> what is this heathenism
<acheam> testuser[m]: mid also has a pale moon package that might be a bit more well put together
<testuser[m]> yeah ik, not sure if it had the gcc patch so i sent htis
<testuser[m]> this
<kyxor> https://0x0.st/-WBP.txt do you see an error? no? me too, but it's there...
<testuser[m]> it is
<testuser[m]> error: '%s' directive argument is null [-Werror=format-overflow=]
<kyxor> hmm so I can disable this crap via flag and the error should be gone
<kyxor> well hold on
<kyxor> passing null into %s is 100% always a segfault
<testuser[m]> its not really crap bruh
<testuser[m]> yeah
<acheam> yeah you can suppress the error but it will just break later
<kyxor> I don't understand though, how does a programmer let this slip through?
<kyxor> Even when you have a compiler telling you straight up what is wrong
<testuser[m]> seems like there is heavy usage of macros in that spew() call
<testuser[m]> spew("movq " MEM_obs ", %s", ADDR_obs(offset, base, index, scale), GPReg64Name(dst)); where MEM_obs is `MEM_o "(%s,%s,%d)"` and MEM_o is another macro ?
mahmutov has quit [Ping timeout: 258 seconds]
<kyxor> I just love it when there are like 5 different definitions of different functions with same name
buffet has quit [*.net *.split]
<kyxor> gotaa use that freaking polymorphism and enheritance to make your code as cryptic as possible
buffet has joined #kisslinux
felinae has quit [*.net *.split]
<kyxor> it's interesting to see but that spew() implements the codegen for the js jit engine
felinae has joined #kisslinux
<kyxor> yes, MEM_o is just a macro string literal "(%s,%s,%d)"
Uks3 has joined #kisslinux
Uks2 has quit [Quit: Byee]
<kyxor> so what this is telling me that calling GPReg64Name(base) inside ADDR_obs() macro, where it unfolds somehow get us a null pointer, now figure out who calls the spew
<kyxor> ok nvm, its GPReg64Name(index) sorry brainfart
<kyxor> "MOZ_ASSERT(size_t(reg) < mozilla::ArrayLength(names));" oh god what a useless assert it does not guard the important stuff
<kyxor> ok i'm going to shut up for now, and try to find a fix
micro_O has quit [Remote host closed the connection]
sad_plan has joined #kisslinux
<sad_plan> dilyn: i know. my buildscript was buildable, but it wasnt really working for som reason. reverted back to wyverkiss' for now. been trying to read up on the specific configs, and I may be on to something this time. just didnt have enough time to build it again.
<sad_plan> why did you opt for a non-static llvm btw? seeing as you went back to using dylibs etc.
gtms has joined #kisslinux
sidd-dino has joined #kisslinux
GalaxyNova has joined #kisslinux
sidd-dino has quit [Quit: ]
michalsieron has joined #kisslinux
sidd-dino has joined #kisslinux
sidd-dino has quit [Quit: ]
sad_plan has quit [Quit: Quit]
GalaxyNova has quit [Read error: Connection reset by peer]
oldleather has quit [Remote host closed the connection]
<riteo> well, I'll quit for now, bye
riteo has quit [Quit: epic how much have I been awake for moment]
<dilyn> lmao those comments are just cancer
<testuser[m]> phoronix comments are a shithole
<testuser[m]> well almost all comment sections are
Uks3 has quit [Ping timeout: 256 seconds]
michalsieron1 has joined #kisslinux
Uks2 has joined #kisslinux
michalsieron has quit [Ping timeout: 258 seconds]
michalsieron1 is now known as michalsieron
mrlix has joined #kisslinux
<kyxor> testuser[m]: I made a fix and went to sleep, this made it compile https://0x0.st/-Wu3.patch
<kyxor> probably not right, but it's a way safer approarch than something like disabling warnings as errors. We just don't generate that opcode if dst register id is invalid
<testuser[m]> How would this fix it ? Wasn't it about a NULL argument being passed ?
<testuser[m]> If it was potentially null then it shouldn't complain either since compilers by default don't do that much analysis
<kyxor> honestly, I looked though all surrounding code there and it makes no sense to me how it can be NULL, but the compiler seems to find something null
<kyxor> so I mean this patch satisfies the compiler at least
<kyxor> the names array of x64 registers can't have nulls unless the index is somehow goes over the bounds into other static memory territory, I suppose there is some padding done by compiler which is NULL
<kyxor> so theoretically it can be NULL, but that behavior is compiler dependant. So eh, this isn't a proper fix, but it makes it build.
<kyxor> and I suppose that assert in GPReg64Name is not considered by compiler because, in release mode it probably is void(0)
<soliwilos> I'm trying out the vis editor and kiss fails to read version files I write with vis unless I manually add a newline character. I
<soliwilos> I'm wondering if others have run into this?
<kyxor> i wonder why dylan decides to support bloated firefox, literaly every update it becomes worse and worse. it's not kiss at all; if I were him I probably adopt palemoon, drop rust. It just sucks, most people probably don't know that pale exists, so they think they have no choice, and with less adoption there are less chances for it to become better. Its a terrible paradox
<testuser[m]> yeah it only inserts newline if you first insert a trailing newline, then delete that trailing newline
<testuser[m]> there's probably a setting for it
<testuser[m]> im just too lazy to look for it
<testuser[m]> kyxor kiss is ayyland now anyways, so no chance of palememe
<kyxor> yeah and that too
<kyxor> like I get it, about trying to be "modern" and do all that, but I think he's falling for shiny objects here. objectively even python2 dep isn't that bad, also a bonus you don't need to drop libressl anymore
<soliwilos> testuser[m]: Thanks, I'll probably look for a setting then.
<testuser[m]> vis-insert-newline Insert a line break (depending on file type)
<testuser[m]> its under "Key binding actions" idk how to use it lol
<testuser[m]> oh you press "o"
<testuser[m]> but its a trailing newline, not the newline we need
<soliwilos> There's an open issue about it from 2017, heh.
<testuser[m]> Ctrl V isn't so bad
<testuser[m]> Compared to enter + backspace
<acheam> does any way know how to stop javascript websites from having ctrl keybindings?
<acheam> I have emacs keybindings setup in my GTK text boxes but websites intercept them :(
<acheam> firefox btw
<testuser[m]> Obviously just disable js
<testuser[m]> what type of question is that acheam
<acheam> well I need to use these two shitty chat programs
<acheam> and its eitheir JS, or their electron program
mrlix has quit [Quit: Client closed]
<testuser[m]> No idea, other than patching spodermonkey to remove that functionality :p
<kyxor> well wouldn't there be a way to run a userscript on that site and intercept keys beforehand, then just do nothing.
<kyxor> but that might not give a key event to your keybind extension
<acheam> hmmmmmmmmmm
cjw95 has joined #kisslinux
<kyxor> I had same problem with mod keys and dwm, some apps use mod+key for their internal shortcuts, but dwm would intercept them, so I just patched my dwm and added ability to ungrab all the keys, when needed to that it does not intercept anything but the trigger keybind. Obviously for web things might work differently but the idea is the same fundamentaly
<acheam> well im trying to do the opposite
<acheam> to solve the same problem
<acheam> disable intercept on the application level
<msk[m]> is it possible to disable js, write in the text box, and then re-enable it?
<acheam> hmmmm thats a good idea
<testuser[m]> No you gotta reload the page for that
<acheam> no I know in webkit you can on-the-fly disable javascript execution
<acheam> idk in firefox
<acheam> so you could set something up so that when your focus is in a text box it disables javascript execution
<kyxor> but there may not be much distinction between the js on the site and js of your extension. However if you use something like surf, you can customize in source code and perhaps make a distinction when a keu is from js or from system
mrlix has joined #kisslinux
<acheam> but that would require javascript, so it could never be re-enabled......
schillingklaus has joined #kisslinux
<acheam> kyxor: well the JS I want is not from an extension, its from GTK directly
<testuser[m]> Why did you drop webkot btw ?
<testuser[m]> kit
<acheam> on kiss, I dropped it because of the dependencies
<acheam> and because it was always.... mediocre
<schillingklaus> it depends on crap like dbus?
<acheam> no, but it did depend on ruby, gnutls, and some other stuff
<schillingklaus> unfortunately, there is no keyboard-operatable js-capable browser without webkit
<testuser[m]> schillingklaus are you a bot
<acheam> schillingklaus: qutebrowser
<schillingklaus> no, why would i be a bot?
<acheam> testuser[m]: lol
<testuser[m]> You're there within 1 sec to shit on dbus and systemd lol
<acheam> every single day
<kyxor> lol
<acheam> 24/7
<schillingklaus> that's what everyone rigtht in his mind does
<kyxor> well at same time, the more shit bad software gets, the more chances of it getting better maybe? though you would probably need to spam the maintainer/dev of that software
<testuser[m]> For it to get better, you need to contribute patches / provide simpler replacements, not bully the devs
<schillingklaus> no, there is not a snowflake's chance in blast furnace for systemd to get better in any way whatsoever
<kyxor> depends on the person, some has grown tolerance to being shit on, true
michalsieron has quit [Ping timeout: 252 seconds]
<kyxor> testuser[m]: that does not always work, but yeah that would be step 2 though, because you have to figure out if the dev actually wants his code improved or not. Otherwise you be wasting your effort
<cjw95> Hi guys, whats a good lternative keyserver for when keys.gnupg.net fails?
<cjw95> alternative *
<acheam> pgp.mit.edu
<acheam> or not using gnupg :)
<cjw95> cheers!
<cjw95> tell it to the wiki haha
<testuser[m]> acheam: someone told me you can override functions having names such as "onkeydown" to prevent that stuff
<acheam> testuser[m]: ooh thanks
<testuser[m]> Through tampermonkey or similar
<kyxor> testuser[m]: any chance of factoring out ryby from webkit?
<kyxor> ruby*
<acheam> theres a looot of ruby in webkit
<acheam> its not just a build thing
<acheam> cem ran cloc on it somehwere in the logs
<kyxor> still it's marked as make dep, it that right at all?
<kyxor> cause I was about to nuke it honestly :)
<noocsharp> ruby is essential in webkit
<acheam> the ruby is compiled to cpp or something like that
<noocsharp> used for a lot of code generation
<kyxor> hm, didn't know that ruby compiles to cpp
<noocsharp> it doesn't, it's just used to generate cpp
<acheam> oh
<kyxor> Oh, so it's just like script stuff
<noocsharp> yes, tens of thousands of lines of it
<testuser[m]> install links2
<noocsharp> better yet, stop using the web
<acheam> that is one benefit of openssl
<acheam> links has ssl now
<noocsharp> nice, links destroys it's own minimality
<acheam> with ssl?
<noocsharp> with openssl
<acheam> oh lol
<acheam> it probably would have compiled fine with libressl
<acheam> but its build system was rather stubborn
<acheam> when I tried
<noocsharp> bearssl all the things
<kyxor> curl all the things
<noocsharp> curl still needs an ssl library
<kyxor> use -k flag
<kyxor> wait, thats only a 50% solution isn't it
<noocsharp> yeah, lol
<cjw95> has anyone tried out wyverkiss and is it useable day to day?
<mrlix> what do you guys think of libtls
<soliwilos> testuser[m]: Did you try the Ctrl+v thing in vis?
<noocsharp> libtls is the best tls api that exists afaic
<dilyn> i've exclusively been using wyverkiss for about a year cjw95
<testuser[m]> no i shut down the pc shortly after soliwilos
<cjw95> cheers, I'll give it a go!
<mrlix> ive used libtls in the past and its just so easy to use
<mrlix> no ugly uppercase code full of macros
<noocsharp> indeed, very pleasant to work with
<schillingklaus> i have both gnu tsl. openssl, and libressl
<schillingklaus> not to confuse wyverkiss with wyvertux
schillingklaus has quit [Quit: ERC (IRC client for Emacs 26.3)]
mahmutov has joined #kisslinux
<msk[m]> anyone know how to enable vi mode in busybox ash?
<msk[m]> typing "set -o" shows "vi off", but "set -o vi" doesn't change anything, not even setting it to "on"
<kyxor> what's vi mode?
<msk[m]> it lets you use vi-like bindings when entering commands
<acheam> set -o vi always worked for me msk[m]
Anonymous has joined #kisslinux
<kyxor> wait where do you enable that and how?
<acheam> with set -o vi
<msk[m]> acheam you type "ash" to enter, and then "set -o vi", and now you have vi bindings?
<kyxor> like I am just curious, I don't use busybox vi cause I have my own vi
<acheam> msk[m]: yep
<msk[m]> oh wait you're kyxor, I installed your neatvi fork recently
<msk[m]> you helped me with the shebang syntax
<kyxor> oh wait I see, the set is from shell
<testuser[m]> What do you use vi bindings for, when typing commands
<kyxor> hi msk[m], nice to see you here
<msk[m]> yeah when typing commands, like if you made a spelling mistake at the start, you could use I
<testuser[m]> Oh
<testuser[m]> How does it diff bw regular l and l in command name
<testuser[m]> Ctrl + l?
<msk[m]> you press escape to go into normal mode, where each key becomes a shortcut instead of a literal letter
<testuser[m]> Oh
<soliwilos> Wasn't that long ago I learned I had been using "emacs mode" all this time.
<soliwilos> Started trying oksh and was in vi mode without knowing it.
<kyxor> cool I didn't know ash had vi mode
<msk[m]> acheam do you have CONFIG_FEATURE_EDITING_VI or something like that set? I don't see how our busyboxes could be different
<msk[m]> I'm on BusyBox v1.33.1
<acheam> idk
<acheam> i was running my own busybox pretty much since I switched to kiss
<acheam> let me check
<testuser[m]> Aren't you on openbsd noe
<acheam> yes
<acheam> msk[m]: no special configs for that as far as I can see
<kyxor> yeah set -o vi does not work for me either
<msk[m]> oksh has vi mode out of the box working as soliwilos said
<msk[m]> glad that kyxor can also replicate
<acheam> oh found it
<acheam> CONFIG_FEATURE_EDITING_VI
<acheam> wait thats the one you just pointed out
<acheam> but it was unset for me
<acheam> so....
<acheam> I do have CONFIG_FEATURE_EDITING=y
<acheam> but if you can use arrows and stuff, id wager that you have that set too
<msk[m]> the only other vi-related option I saw in your config was CONFIG_VI but it was set to "n" so that can't be it
<Anonymous> Hi. I decided to try gkisslinux again. When rebuilding all packages https://kisslinux.org/install#5.3, I get the error https://termbin.com/ynkbm. Please help me! My .profile https://termbin.com/m0lp
<testuser[m]> Hmm
<testuser[m]> You are upgrading glibc ?
<Anonymous> No, I'm installing it for the first time (rebuilding)
<testuser[m]> Oh, rebuilding everything
<testuser[m]> Latest tarball right ?
<Anonymous> Yes
<testuser[m]> Does other stuff work ?
<testuser[m]> Other than the openssl binary, seems weird that libdl would just break
<kyxor> does this exist ? CONFIG_FEATURE_COMMAND_EDITING_VI=y
<testuser[m]> What did you last build, before openssl broke
<testuser[m]> Or is glibc the first thing you're rebuilding
<Anonymous> testuser[m]: After aborting the build, I tried running the `curl` command, but an error came up `curl: error while loading shared libraries: /usr/lib/libdl.so.2: file too short`
<Anonymous> Oh, I just ran the command `kiss b *`
<testuser[m]> Alright i might have fucked up the tarball
<testuser[m]> Let me check
<testuser[m]> Did you verify the shasum? Btw
<Anonymous> No :)
<testuser[m]> Do it
<Anonymous> Ok, I will try to install it again, with a checksum check
<dilyn> smh testuser out here building broken libc's
<testuser[m]> It's working here, latest tarball from shithub release. Not my local one
<testuser[m]> If it still doesn't work even after verifying checksums, send me /usr/lib/libdl-2.33.so
<Anonymous> Ok
GalaxyNova has joined #kisslinux
emmett1 has quit [Quit: Connection closed for inactivity]
<testuser[m]> Checked it on server aswell, works there
<Anonymous> Hmm
<Anonymous> So... I'm installing now. I'll text you when it's done
<kyxor> was there a way to disable checksum checking in kiss? I am frequently testing things
<testuser[m]> rm */checksums
<testuser[m]> i don't think there's a flag
<testuser[m]> You could just remove the code for it
<phoebos[m]> msk: I'm pretty sure it's CONFIG_FEATURE_EDITING_VI
<kyxor> phoebos[m]: yes that seems like it
<phoebos[m]> it's unset in $/kisslinux/repo's busybox
<kyxor> testuser[m]: damn need to ask dylan to implement enviroment varible or smth, cause like checksums is a pain the ass
<kyxor> like KISS_CHECKSUM=0 to temporarily disable that
<kyxor> there is a varible KISS_CHK but idk, maybe its possible to hack it
<kyxor> export KISS_CHK=true does not work for some reason
<kyxor> I need something that can fake the output of checking checksums to always true
<acheam> KISS_CHK=1?
<acheam> idk how the value is actually checked
<kyxor> oh, nvm It does not work because I did not update kiss
<dilyn> KISS_CHK just sets the command used to create and verify checksums
<dilyn> KISS_FORCE might skip the check?
<acheam> all of this discussion could be verified in 1 sec of `less $(which kiss)`
<dilyn> lol
<testuser[m]> Just do kiss b || kiss c; kiss b
<dilyn> 2lazy2chk
<kyxor> acheam: sorry I am very confused right now, 1 sec
<acheam> i can wait :)
<testuser[m]> Anonymous: I'll go in a few mins now, if there's a problem just post the exact commands to run to get to a broken libdl (and also whether a fresh tarball works) I'll check it later
<acheam> testuser[m]: no, pull an all nighter figuring this out
<acheam> be a dedicated bdfl
<kyxor> Ok, done so "export KISS_CHK=true" does work I just had to update kiss properly
<testuser[m]> It's already 30 mins past bedtime
<testuser[m]> Lol
<kyxor> KISS_CHK was a good design decision, props to you dylan
<GalaxyNova> is ditching gcc and just using clang for compiling as easy as "kiss r gcc; ln -s /bin/cc /usr/bin/clang"?
<dilyn> nop
<dilyn> everything would break XD
<GalaxyNova> hM
<GalaxyNova> they how would i go about doing that switch
<dilyn> you'd lose your libgcc so you'd have to rebuild everything against llvm's libs
<dilyn> but KISS' LLVM doesn't include libc++, so you'd have to use konimex's kiss-llvm repo
<GalaxyNova> oh
<Anonymous> testuser[m]: I reinstalled the system - https://termbin.com/uzals.
<Anonymous> File /usr/lib/libdl.so.2 is empty.
<acheam> GalaxyNova: yeah you have to follow the instructions in kiss-llvm
<acheam> because all the C++ programs need to be rebuilt to link against llvm, instead of gcc
<acheam> you can either do a multiple pass build of llvm
<acheam> or just grab the package from the wyverkiss tarball
<acheam> then once you have it, remove gcc, and rebuild everything in $(kiss revdepends gcc)
<acheam> might be handy to keep a static compiler around
<Anonymous> testuser[m]: If necessary, I can reinstall the system as many times as needed =)
mrlix has quit [Quit: Client closed]
<Anonymous> No problem
micro_O has joined #kisslinux
<micro_O> lol i made a web a p p l i c a t i o n version of kiss-find: http://jedahan.com/kiss-find/
<micro_O> it currently only searched for name of packages, not description, but was a fun make
<dilyn> that's pretty neat
<acheam> lol my solution would be a CGI script that just runs kiss find based on the URL lol
<acheam> s/lol//g
<acheam> im too lazy for javascript
Uks2 has quit [Quit: Byee]
<acheam> thats pretty cool
Uks2 has joined #kisslinux
kyxor has quit [Read error: Connection reset by peer]
micro_O has quit [Ping timeout: 265 seconds]
claudia has joined #kisslinux
<noocsharp> mfw wikipedia is the only sms documentation source that can be comprehended
<acheam> just rewrite the rfc and make your own thing, call it nms
<noocsharp> tfw irc is the sanest messaging protocol in the year 2021
micro_O has joined #kisslinux
<micro_O> acheam yeah that would be neat, but i am running this off static web hosting :0
<noocsharp> could regenerate a static page every day instead of loading from csv
<noocsharp> but i guess you can't avoid js if you need search
claudia has quit [Ping timeout: 252 seconds]
<GalaxyNova> `mfw clang depends on gcc
<dilyn> yes, clang links against libccc
<dilyn> libgcc*
<dilyn> it's a CPP program :P that's why you have to build clang a couple times
Anonymous has quit [Quit: Client closed]
gtms has quit [Remote host closed the connection]
j0hnny has quit [Ping timeout: 255 seconds]
sad_plan has joined #kisslinux
j0hnny has joined #kisslinux
sidd-dino has joined #kisslinux
sidd-dino has quit [Quit: ]
humky has quit [Quit: Leaving]
<micro_O> noocsharp I regenerate the csv every 6 hours
<micro_O> and there is a way to do this without js
<micro_O> I think with css psuedo-selectors
<micro_O> there was a css3 .contains psuedo-selector, but that got removed lol
dilyn has quit [Quit: Ping timeout (120 seconds)]
<micro_O> uh oh, i made it pink: https://jedahan.com/kiss-find
<micro_O> also it now has better searching and links
<micro_O> note that sr.ht package links only work if your default tree is 'master', and github package links only work if your default tree is 'main'. I'd happily accept pull requests that fix that, but will likely require a bit of extending the database build scripts
acheam_ has joined #kisslinux
acheam_ has quit [Client Quit]
acheam_ has joined #kisslinux
acheam_ has quit [Client Quit]
acheam_ has joined #kisslinux
kawics11 has joined #kisslinux
Uks2 has quit [Ping timeout: 240 seconds]
Uks2 has joined #kisslinux
kawics11 has quit [Client Quit]
GalaxyNova has quit [Quit: Whoooooshh]
monke has quit [Quit: Ping timeout (120 seconds)]
monke has joined #kisslinux
<micro_O> okay, i added the default branch name so links work now
<micro_O> so much bloat
konimex[m] has quit [Ping timeout: 245 seconds]