💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-02-17.txt captured on 2024-06-16 at 13:51:36.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-02-17T02:31:48 #kisslinux <E5ten> konimex: to build e2fsprogs with bmake, set _cv_gnu_make_command='' for the configure run 2020-02-17T02:48:39 #kisslinux <konimex> alright thanks 2020-02-17T02:52:49 #kisslinux <konimex> you know, sometimes I contemplated to say "fuck it" and revert to gnu make for everything, it's just waaay too pervasive 2020-02-17T04:29:21 #kisslinux <adamantium> More packages up for adoption: https://github.com/kisslinux/community/issues/415 2020-02-17T04:59:42 #kisslinux <konimex> E5ten: the ./configure part should've be like this, right? http://termbin.com/fte5 2020-02-17T05:01:22 #kisslinux <konimex> I've been getting https://termbin.com/5u8n 2020-02-17T05:05:02 #kisslinux <konimex> also, building bmake is a bit iffy for me right now https://termbin.com/il51 2020-02-17T05:05:16 #kisslinux <konimex> sometimes it works sometimes it errors out 2020-02-17T06:07:54 #kisslinux <Humaid> Hi, Can I configure st before building it? For keybindings. 2020-02-17T06:08:45 #kisslinux <Humaid> Using kiss I mean 2020-02-17T06:25:53 #kisslinux <ioraff> Humaid: you'll probably have to make an entry in your personal repo with config.h in files/ like this https://github.com/dylanaraps/dylan-kiss/tree/master/st 2020-02-17T06:26:34 #kisslinux <ioraff> Humaid: though in my opinion, st is small enough to forego using a package manager for it. 2020-02-17T06:55:02 #kisslinux <adamantium> it's so trivial to package in kiss, though, it's probably even easier to just create a package and put it to front of KISS_PATH 2020-02-17T06:58:06 #kisslinux <adamantium> e.g. mkdir ~/kiss_overlay/ && cp -rf /var/db/kiss/repo/xorg/st ~/kiss_overlay && echo KISS_PATH="$HOME/kiss_overlay:$KISS_PATH" >> /etc/profile 2020-02-17T06:58:29 #kisslinux <adamantium> now just edit ~/kiss_overlay/st and and rebuild/reinstall st 2020-02-17T07:01:31 #kisslinux <adamantium> Humaid: ^ 2020-02-17T08:07:24 #kisslinux <adamantium> dylanaraps: ! KISS_AUDIT is just so cool 2020-02-17T08:07:29 #kisslinux <adamantium> I can't get over how great it is 2020-02-17T08:09:40 #kisslinux <dylanaraps> That's goo 2020-02-17T08:09:41 #kisslinux <dylanaraps> d 2020-02-17T08:47:46 #kisslinux <adamantium> man I hate browsers so much 2020-02-17T08:48:07 #kisslinux <adamantium> but i just know im going to have to get a job thats going to make me use one 2020-02-17T09:02:18 #kisslinux <ioraff> yes it's quite unfortunate 2020-02-17T09:11:11 #kisslinux <dzove855> adamantium: well it depends what you're looking for, but in my position as an systemd adminsitrator, in the most cases i do not even use the browser 2020-02-17T09:11:38 #kisslinux <dzove855> the only thing i use the browser is sometimes to see, what my collegues have written (documentation) 2020-02-17T09:26:16 #kisslinux <adamantium> Yeah, maybe system administration could be a ticket 2020-02-17T09:26:50 #kisslinux <adamantium> Need to start putting food on the table. A buddy of mine works for spreedly.com, using mostly ruby working on their payment api, was thinking about getting into that 2020-02-17T09:27:27 #kisslinux <adamantium> But I feel like a lot of remote jobs will require a browser or some electron crap just to collaborate communications 2020-02-17T09:27:47 #kisslinux <adamantium> Right now I'm dialing in github with Emacs forge so I should be able to even work with pull requests soon solely out of Emacs ... 2020-02-17T09:29:14 #kisslinux <adamantium> Another option could be to bite the bullet and install nix pkg manager, atleast it will put everything in /nix and only modify my local user's PATH, which would allow me to install all kinds of CRUD and not torture my KISS distro or maintain two separate OS installs...... 2020-02-17T09:30:02 #kisslinux <adamantium> But then again, a lot of jobs are going to send me a laptop with a mac and force me to use it no matter what I want 2020-02-17T09:30:40 #kisslinux <adamantium> Which again is why a lot of users resort to nix, because they can use it on both their linux and their mac with a declarative single configuration 2020-02-17T09:30:48 #kisslinux <adamantium> Hmm,. 2020-02-17T09:31:54 #kisslinux <dylanaraps> That's how it is with a job. 2020-02-17T09:32:20 #kisslinux <dylanaraps> Just suck it up and do what you're paid for basically. 2020-02-17T09:32:49 #kisslinux <dylanaraps> Even if it means going against your ideals and installing S L A C K 2020-02-17T09:33:30 #kisslinux <dylanaraps> adamantium: A chroot would work no? 2020-02-17T09:39:06 #kisslinux <adamantium> It could 2020-02-17T09:39:26 #kisslinux <adamantium> And yes, that's how it is, I will just suck it up, if it's that bad it'll just motivate me to employ myself 2020-02-17T09:40:29 #kisslinux <adamantium> But OMG this Emacs/Magit/Forge trio is brilliant. I am now viewing issues/PR's, editing/posting to github all out of my text editor 2020-02-17T09:40:39 #kisslinux <adamantium> I hardly need a browser now! 2020-02-17T09:40:56 #kisslinux <adamantium> I also have Emacs eww which is excellent for basic html / image viewing, only lacking javascript 2020-02-17T09:42:06 #kisslinux <adamantium> I just checked out a github PR branch and played with the code, didn't even know that was possible 2020-02-17T09:45:46 #kisslinux <ioraff> do you use EVIL? 2020-02-17T09:47:00 #kisslinux <adamantium> No, I swap left_alt with left_ctl though 2020-02-17T09:47:43 #kisslinux <adamantium> It allows me to use ctl with left thumb, alt with right thumb, solves the "modifier" problem of ergonomics 2020-02-17T09:49:00 #kisslinux <adamantium> Emacs by default makes you do a lot of control and alt modified keys and if you are pressing control or caps with your left pinky it's going to hurt 2020-02-17T09:54:03 #kisslinux <adamantium> old school keyboards originally had left control much closer to the spacebar 2020-02-17T09:54:29 #kisslinux <ioraff> what machine do you use? 2020-02-17T09:54:41 #kisslinux <adamantium> What do you mean 2020-02-17T09:54:50 #kisslinux <ioraff> computer 2020-02-17T09:56:41 #kisslinux <adamantium> I have a latitude e6430 laptop, and a hp z620 workstation. The tower has an amdgpu rx460? entry level gaming card, and 32MB ecc ram, a 8 core 3.2?ghz sandybridge or something like that. 2020-02-17T09:57:28 #kisslinux <adamantium> s/MB/GB/g lol 2020-02-17T09:58:17 #kisslinux <adamantium> I use a cherry blue keyboard, i wouldn't touch any computer without it anymore, those keys are so nice 2020-02-17T09:58:52 #kisslinux <adamantium> you ioraff ? 2020-02-17T09:59:11 #kisslinux <ioraff> The only cherrys I've tried are blues. not a huge fan. would probably prefer greens. 2020-02-17T09:59:20 #kisslinux <ioraff> I'm on a thinkpad T400s. 2020-02-17T09:59:58 #kisslinux <ioraff> one of the last with the classic keyboard. 2020-02-17T10:01:06 #kisslinux <ioraff> Though compiling everything from source on a 11(?) year old machine isn't terribly fun. 2020-02-17T10:02:41 #kisslinux <ioraff> Nor is trying to do numerical physics problems at 4am. 2020-02-17T10:02:55 #kisslinux <adamantium> Haha 2020-02-17T10:03:02 #kisslinux <adamantium> Yeah. I use O2 pipe 2020-02-17T10:03:14 #kisslinux <adamantium> can't tell a difference between O3 native 2020-02-17T10:03:18 #kisslinux <adamantium> So I prefer faster compiles 2020-02-17T10:03:26 #kisslinux <adamantium> and smaller binaries 2020-02-17T10:04:11 #kisslinux <adamantium> Kiss compiles surprisingly fast except gcc 2020-02-17T10:05:21 #kisslinux <adamantium> Install gnugrep if you haven't, that will speed up kiss by like 10 seconds per package 2020-02-17T10:06:06 #kisslinux <ioraff> I use O2 pipe native. Only use O3 for stuff that has it enabled by default like python and some numerical stuff. 2020-02-17T10:07:30 #kisslinux <ioraff> meh on gnugrep. I'm really only bothered by packages with hundreds of files, and those usually aren't updated very often. 2020-02-17T10:08:23 #kisslinux <adamantium> it'll drop a static ggrep binary in /bin 2020-02-17T10:08:33 #kisslinux <adamantium> you dont have to swap the grep you already have in place 2020-02-17T10:08:42 #kisslinux <adamantium> and kiss will use it it is there 2020-02-17T10:08:46 #kisslinux <adamantium> But aiight 2020-02-17T10:47:05 #kisslinux <adamantium> dylanaraps: website overhaul again eh 2020-02-17T10:47:35 #kisslinux <dylanaraps> Yeah 2020-02-17T10:47:47 #kisslinux <dylanaraps> Hit Ctrl+A 2020-02-17T10:47:53 #kisslinux <dylanaraps> Only the body will be copied 2020-02-17T10:47:57 #kisslinux <dylanaraps> and it's 100% plain-text 2020-02-17T10:48:17 #kisslinux <dylanaraps> Can double as local documentation on your machine ;) 2020-02-17T10:48:43 #kisslinux <adamantium> Alt+A in my case 2020-02-17T10:48:48 #kisslinux <adamantium> weird 2020-02-17T10:49:03 #kisslinux <adamantium> Cool 2020-02-17T10:49:21 #kisslinux <adamantium> What do you use to update the packages page 2020-02-17T10:51:42 #kisslinux <dylanaraps> I abuse GitHub actions and Netlify 2020-02-17T10:51:49 #kisslinux <dylanaraps> Same as the Wiki 2020-02-17T10:52:13 #kisslinux <dylanaraps> A commit triggers a website rebuild which generates the packages page 2020-02-17T10:53:16 #kisslinux <adamantium> got it 2020-02-17T10:53:35 #kisslinux <adamantium> do you use a static gen 2020-02-17T10:54:41 #kisslinux <dylanaraps> Yeah 2020-02-17T10:56:29 #kisslinux <adamantium> which 2020-02-17T10:56:58 #kisslinux <dylanaraps> My own 2020-02-17T10:57:21 #kisslinux <adamantium> oh ok 2020-02-17T11:12:25 #kisslinux <adamantium> dylanaraps: https://imgur.com/a/3i9L8dZ 2020-02-17T11:13:12 #kisslinux <konimex> I think I found the culprit of rust trying to compile something with -stdlib=c++11 while using $CC instead of $CXX 2020-02-17T11:13:40 #kisslinux <dylanaraps> adamantium: NICE 2020-02-17T11:13:54 #kisslinux <dylanaraps> Perfect in the terminal ;) 2020-02-17T11:13:58 #kisslinux <adamantium> Emacs OS 2020-02-17T11:15:05 #kisslinux <adamantium> i'll email you for the website screenshots 2020-02-17T11:15:15 #kisslinux <adamantium> i think it is better than the boring suckless one 2020-02-17T11:15:30 #kisslinux <adamantium> if you want? 2020-02-17T11:16:17 #kisslinux <dylanaraps> Up to you 2020-02-17T11:16:30 #kisslinux <dylanaraps> https://tools.pingdom.com/#5c14b66f8e000000 2020-02-17T11:16:33 #kisslinux <dylanaraps> Heh heh heh 2020-02-17T11:16:39 #kisslinux <dylanaraps> Page size 2020-02-17T11:16:40 #kisslinux <dylanaraps> 2.4 KB 2020-02-17T11:19:18 #kisslinux <adamantium> Heh let's see what unixporn thinks 2020-02-17T11:19:50 #kisslinux <konimex> not gnome so I expect -100 from there 2020-02-17T11:19:55 #kisslinux <dylanaraps> ^ 2020-02-17T11:20:21 #kisslinux <dylanaraps> Arch + i3-gaps + Spotify + Neofetch 2020-02-17T11:20:38 #kisslinux <dylanaraps> Actually, neofetch is bloat so I use pfetch 2020-02-17T11:20:41 #kisslinux <dylanaraps> :^) 2020-02-17T11:22:04 #kisslinux <adamantium> right 2020-02-17T11:22:05 #kisslinux <adamantium> lmao 2020-02-17T11:22:12 #kisslinux <adamantium> so much ignorance on reddit unixporn 2020-02-17T11:22:16 #kisslinux <adamantium> and /r/linux is worse 2020-02-17T11:22:41 #kisslinux <adamantium> But dylanaraps we all have to start out somewhere! 2020-02-17T11:25:49 #kisslinux <adamantium> dylanaraps: https://www.reddit.com/r/unixporn/comments/f57evn/exwm_muah/ 2020-02-17T11:26:15 #kisslinux <adamantium> I think it has a chance 2020-02-17T11:26:23 #kisslinux <adamantium> Should get atleast 100 2020-02-17T11:26:26 #kisslinux <adamantium> lol 2020-02-17T11:31:13 #kisslinux <aarng> looks nice, adamantium 2020-02-17T11:31:29 #kisslinux <aarng> btw. have you ever tried terminus-font? 2020-02-17T11:31:41 #kisslinux <adamantium> yeah, i have 2020-02-17T11:31:46 #kisslinux <aarng> kk 2020-02-17T11:31:50 #kisslinux <adamantium> thx 2020-02-17T11:31:57 #kisslinux <aarng> I find it looks a little nicer then unifont 2020-02-17T11:32:00 #kisslinux <aarng> than* 2020-02-17T11:32:09 #kisslinux <adamantium> i prefer the blockiness of unifont lately 2020-02-17T11:32:17 #kisslinux <adamantium> it reminds me of an old gameboy or something 2020-02-17T11:32:18 #kisslinux <aarng> but they are close anyway 2020-02-17T11:32:39 #kisslinux <adamantium> also unifont has so much glyphs 2020-02-17T11:32:40 #kisslinux <adamantium> :D 2020-02-17T11:33:05 #kisslinux <aarng> yep, I use it as fallback 2020-02-17T11:33:24 #kisslinux <dylanaraps> Upvoted 2020-02-17T11:33:27 #kisslinux <aarng> damn, the kiss website is kinda broken on mobile (firefox) 2020-02-17T11:33:42 #kisslinux <aarng> cant upload a screenshot atm 2020-02-17T11:33:47 #kisslinux <dylanaraps> Ah 2020-02-17T11:33:53 #kisslinux <dylanaraps> I tested it 2020-02-17T11:33:56 #kisslinux <aarng> but the site starts off-screen on the left 2020-02-17T11:33:59 #kisslinux <dylanaraps> Was fine 2020-02-17T11:34:02 #kisslinux <dylanaraps> Ah 2020-02-17T11:34:04 #kisslinux <dylanaraps> Gotcha 2020-02-17T11:34:30 #kisslinux <dylanaraps> 2 secs 2020-02-17T11:36:32 #kisslinux <aarng> the horizontal box lines are fine, just the content starts off-screen 2020-02-17T11:43:15 #kisslinux <dylanaraps> aarng: Fixed 2020-02-17T11:46:49 #kisslinux <aarng> ok, nothing is off-screen now but the content is shorter than the horizontal lines of the boxes 2020-02-17T11:48:45 #kisslinux <M4R10zM0113R> > fatal: Commit 4ae379e does not have a GPG signature. 2020-02-17T11:50:33 #kisslinux <dylanaraps> aarng: Hm. Do I need to force a monospace font? 2020-02-17T11:50:40 #kisslinux <dylanaraps> M4R10zM011: Is your system up to date? 2020-02-17T11:51:10 #kisslinux <aarng> dylanaraps: https://abload.de/img/screenshot_20200217-15vjg7.png 2020-02-17T11:51:23 #kisslinux <M4R10zM0113R> forgot to add the gpg key on user 2020-02-17T11:51:26 #kisslinux <aarng> this is monospace I think 2020-02-17T11:51:30 #kisslinux <M4R10zM0113R> ._. 2020-02-17T11:51:39 #kisslinux <dylanaraps> Yup 2020-02-17T11:51:41 #kisslinux <dylanaraps> It's not 2020-02-17T11:52:36 #kisslinux <dylanaraps> aarng: Pushed a fix. 2020-02-17T11:52:43 #kisslinux <dylanaraps> Should be up in a minute or so. 2020-02-17T11:53:16 #kisslinux <aarng> ok 2020-02-17T11:54:20 #kisslinux <dylanaraps> 'tis up 2020-02-17T11:57:34 #kisslinux <aarng> no change 2020-02-17T11:58:06 #kisslinux <aarng> as I said, my font already looked like monospace 2020-02-17T11:59:06 #kisslinux <dylanaraps> I'll swap the boxes to uglier ascii ones. 2020-02-17T11:59:16 #kisslinux <dylanaraps> Seems like your device has no monospace chars for them 2020-02-17T12:00:43 #kisslinux <dylanaraps> Pushed an update to only the homepage 2020-02-17T12:00:49 #kisslinux <dylanaraps> Wait a minute or so. 2020-02-17T12:00:56 #kisslinux <aarng> yap 2020-02-17T12:01:02 #kisslinux <aarng> that makes sense 2020-02-17T12:02:09 #kisslinux <dylanaraps> Try now 2020-02-17T12:03:01 #kisslinux <aarng> no change yet 2020-02-17T12:03:20 #kisslinux <dylanaraps> https://k1ss.org/ 2020-02-17T12:03:24 #kisslinux <dylanaraps> This page only yeah? 2020-02-17T12:03:28 #kisslinux <aarng> got it now 2020-02-17T12:03:50 #kisslinux <aarng> yeah, this works 2020-02-17T12:03:58 #kisslinux <dylanaraps> God lol 2020-02-17T12:04:08 #kisslinux <dylanaraps> > works in emacs 2020-02-17T12:04:14 #kisslinux <dylanaraps> > doesn't work on smartphone 2020-02-17T12:04:23 #kisslinux <dylanaraps> Is this a first? 2020-02-17T12:04:39 #kisslinux <adamantium> LOL 2020-02-17T12:04:44 #kisslinux <adamantium> I told you Emacs eww is good 2020-02-17T12:04:49 #kisslinux <adamantium> but noooooooooo body listens 2020-02-17T12:04:52 #kisslinux <aarng> :D 2020-02-17T12:05:05 #kisslinux <aarng> bummer, proper box drawing is way sexier 2020-02-17T12:05:09 #kisslinux <dylanaraps> These boxes are UGGGGGGGGGGLLLLLLLYYYYYY though 2020-02-17T12:05:12 #kisslinux <dylanaraps> Yeah 2020-02-17T12:05:53 #kisslinux <aarng> the kiss approach is to ignore systems with broken fonts 2020-02-17T12:05:56 #kisslinux <adamantium> wait what 2020-02-17T12:06:00 #kisslinux <adamantium> why did you uglify the website 2020-02-17T12:06:20 #kisslinux <adamantium> anybody browsing k1ss.org using a dumbphone deserved broken boxes 2020-02-17T12:06:28 #kisslinux <adamantium> ,,next! 2020-02-17T12:07:27 #kisslinux <dylanaraps> aarng: Can you install fonts for it? 2020-02-17T12:08:06 #kisslinux <dylanaraps> Is it easy? 2020-02-17T12:08:38 #kisslinux <dylanaraps> aarng: Which ones render here? https://en.wikipedia.org/wiki/Box-drawing_character 2020-02-17T12:09:10 #kisslinux <adamantium> i believe it is font-size that breaking the previous design 2020-02-17T12:09:18 #kisslinux <adamantium> try zooming in / out see if it corrects itself 2020-02-17T12:09:26 #kisslinux <adamantium> on the old design 2020-02-17T12:09:28 #kisslinux <adamantium> aarng: 2020-02-17T12:09:29 #kisslinux <dylanaraps> Also: https://en.wikipedia.org/wiki/Box_Drawing_(Unicode_block) 2020-02-17T12:09:32 #kisslinux <konimex> eh, I don't know, I like the ASCII design better 2020-02-17T12:09:39 #kisslinux <konimex> looks classic 2020-02-17T12:09:49 #kisslinux <aarng> for the ones you'd be using: all of them 2020-02-17T12:10:33 #kisslinux <aarng> tried zooming, adamantium, no dice 2020-02-17T12:10:37 #kisslinux <dylanaraps> Maybe setting font to 'monospace' isn't enough 2020-02-17T12:11:17 #kisslinux <aarng> which ones did you use, unicode? 2020-02-17T12:12:16 #kisslinux <dylanaraps> aarng: Pushed a fix 2020-02-17T12:12:18 #kisslinux <dylanaraps> Maybe 2020-02-17T12:12:22 #kisslinux <dylanaraps> Give it a minute 2020-02-17T12:12:30 #kisslinux <dylanaraps> Why is drawing a box so hard in 2020 2020-02-17T12:12:45 #kisslinux <aarng> :D 2020-02-17T12:14:09 #kisslinux <aarng> -=-=-=-=-=-=-=-=-=-=-=-=- 2020-02-17T12:14:09 #kisslinux <dylanaraps> Try now 2020-02-17T12:14:19 #kisslinux <aarng> ^ best type of ascii line 2020-02-17T12:14:41 #kisslinux <dylanaraps> ┌──────┐ 2020-02-17T12:14:47 #kisslinux <dylanaraps> │ :( │ 2020-02-17T12:14:50 #kisslinux <aarng> same as before 2020-02-17T12:15:14 #kisslinux <aarng> (box drawing chars too wide) 2020-02-17T12:15:28 #kisslinux <dylanaraps> Do the ones here https://en.wikipedia.org/wiki/Box-drawing_character under Examples render? 2020-02-17T12:16:13 #kisslinux <aarng> yes but nothing lines up 2020-02-17T12:16:42 #kisslinux <dylanaraps> Ugly boxes it is 2020-02-17T12:16:48 #kisslinux <aarng> I dont knoe anything abiut this phone in terms of fonts 2020-02-17T12:16:57 #kisslinux <aarng> might just be a samsung thing 2020-02-17T12:17:47 #kisslinux <aarng> we need to confirm if it eorks for others on mobile 2020-02-17T12:18:23 #kisslinux <aarng> s/eorks/works/ 2020-02-17T12:19:30 #kisslinux <aarng> your smilie example works btw, dylanaraps 2020-02-17T12:19:37 #kisslinux <aarng> thats termux though 2020-02-17T12:20:31 #kisslinux <dylanaraps> Do these examples work? https://techwelkin.com/text-art/ 2020-02-17T12:22:24 #kisslinux <aarng> yes 2020-02-17T12:26:33 #kisslinux <dylanaraps> OK 2020-02-17T12:26:39 #kisslinux <konimex> a little bit ugly on mobile, it doesn't render correctly (AOSP) 2020-02-17T12:26:41 #kisslinux <dylanaraps> I've copied GitHub's font-family stack 2020-02-17T12:26:45 #kisslinux <dylanaraps> konimex: scrot 2020-02-17T12:26:46 #kisslinux <dylanaraps> ? 2020-02-17T12:26:48 #kisslinux <konimex> two secs 2020-02-17T12:26:56 #kisslinux <dylanaraps> But guys 2020-02-17T12:26:59 #kisslinux <dylanaraps> It works in Emacs 2020-02-17T12:27:27 #kisslinux <dylanaraps> Refresh 2020-02-17T12:27:36 #kisslinux <dylanaraps> Let's see if it fixes the issue 2020-02-17T12:27:46 #kisslinux <konimex> dylan: scrot of your site or the link you sent earlier? 2020-02-17T12:28:12 #kisslinux <dylanaraps> Of k1ss.org 2020-02-17T12:29:31 #kisslinux <aarng> I mean this is totally readable 2020-02-17T12:29:52 #kisslinux <aarng> just the top/bottom of the boxes not lining up, nbd 2020-02-17T12:29:59 #kisslinux <dylanaraps> Still broken right this second though? 2020-02-17T12:30:21 #kisslinux <aarng> yes 2020-02-17T12:30:30 #kisslinux <dylanaraps> https://github.com/kisslinux/website/blob/master/site/index.txt 2020-02-17T12:30:35 #kisslinux <dylanaraps> Does that render? 2020-02-17T12:30:38 #kisslinux <konimex> https://i.imgur.com/tk1Aijw.png 2020-02-17T12:30:47 #kisslinux <konimex> ugh I hate imgur 2020-02-17T12:31:26 #kisslinux <konimex> the spacing is off, like my screenshot basically 2020-02-17T12:31:58 #kisslinux <aarng> ok, so we have the same problem but your horizontal lines are just a bit shorter than mine 2020-02-17T12:32:16 #kisslinux <aarng> it's the same on gh, dylanaraps 2020-02-17T12:34:54 #kisslinux <dylanaraps> Pushed a possible fix 2020-02-17T12:35:40 #kisslinux <dylanaraps> Aw 2020-02-17T12:35:41 #kisslinux <dylanaraps> It's ugly 2020-02-17T12:36:25 #kisslinux <aarng> :D 2020-02-17T12:37:11 #kisslinux <aarng> it's not that bad 2020-02-17T12:37:28 #kisslinux <dylanaraps> Try again in a sec 2020-02-17T12:38:09 #kisslinux <dylanaraps> Try now 2020-02-17T12:38:33 #kisslinux <aarng> same problem 2020-02-17T12:41:49 #kisslinux <dylanaraps> And.... swapped to ascii boxes 2020-02-17T12:42:16 #kisslinux <dylanaraps> Maybe by 2050 box drawing characters will be supported by all the major vendors :^) 2020-02-17T12:43:09 #kisslinux <aarng> this looks good too with plusses for the corners instead of asterisks 2020-02-17T12:46:39 #kisslinux <dylanaraps> :9 2020-02-17T12:46:41 #kisslinux <dylanaraps> :(* 2020-02-17T12:51:49 #kisslinux <perish> Bonjour 2020-02-17T12:52:14 #kisslinux <dylanaraps> ello 2020-02-17T12:52:18 #kisslinux <luc65r> Hi, I can't boot KISS Linux on Bios 2020-02-17T12:52:32 #kisslinux <perish> Have you set up grub correctly? 2020-02-17T12:52:48 #kisslinux <luc65r> Yes 2020-02-17T12:53:05 #kisslinux <dylanaraps> I need more info 2020-02-17T12:53:34 #kisslinux <luc65r> I have two qemu vm : one I set up one month ago, and one I did today 2020-02-17T12:54:06 #kisslinux <luc65r> They have exactly the same /etc/default/grub, and /boot/grub/grub.cfg, apart from UUID 2020-02-17T12:54:46 #kisslinux <luc65r> The old one can boot, but the newer one displays `loading grub` and reboots 2020-02-17T12:56:18 #kisslinux <adamantium> luc65r: both are kiss qemu vm's? 2020-02-17T12:56:58 #kisslinux <luc65r> Yes, they are 2020-02-17T12:57:57 #kisslinux <adamantium> Can you provide both grub.cfg files 2020-02-17T12:58:09 #kisslinux <adamantium> /boot/grub/grub.cfg from both VM's. Let's compare them. 2020-02-17T12:58:40 #kisslinux <luc65r> It is not related to qemu, because it did boot on a pc with a bios with an old install, and with a new install, it can't boot 2020-02-17T13:00:10 #kisslinux <luc65r> I know there is a way to send a file to a site, but I don't know it anymore 2020-02-17T13:00:27 #kisslinux <dylanaraps> nc termbin.com:9999 < file 2020-02-17T13:00:49 #kisslinux <konimex> I'm still holding my breath but looks like gcc-less rust is finally possible (albeit I have to patch some things), I still need libgcc_s for temporary build though and I'll probably rip it from kiss-chroot's gcc pkg and do it the Firefox-autoconf2.13 way™ 2020-02-17T13:00:50 #kisslinux <luc65r> thanks 2020-02-17T13:01:47 #kisslinux <adamantium> luc65r: we'll also need disk information from both disks. 2020-02-17T13:01:51 #kisslinux <konimex> when's the next gcc release? this month? 2020-02-17T13:01:58 #kisslinux <dylanaraps> March 2020-02-17T13:02:00 #kisslinux <dylanaraps> Or April 2020-02-17T13:02:05 #kisslinux <dylanaraps> Looking to be March though 2020-02-17T13:02:16 #kisslinux <dylanaraps> I'll release a new tarball then 2020-02-17T13:02:28 #kisslinux <adamantium> luc65r: let's get the out put of the blkid command for that should do. 2020-02-17T13:02:54 #kisslinux <konimex> well, looks like my next tarball is going to be March too following llvm's release 2020-02-17T13:03:20 #kisslinux <luc65r> grub.cfg that boots http://termbin.com/la4w 2020-02-17T13:03:54 #kisslinux <luc65r> blkid http://termbin.com/o3xt 2020-02-17T13:04:16 #kisslinux <adamantium> those are both from the one that works, correct? 2020-02-17T13:05:00 #kisslinux <luc65r> No sorry, they are from the one that doesn't boot 2020-02-17T13:05:34 #kisslinux <adamantium> ok and now from the one that does boot, just the grub.cfg for now. 2020-02-17T13:05:41 #kisslinux <luc65r> http://termbin.com/ladc 2020-02-17T13:06:15 #kisslinux <luc65r> blkid http://termbin.com/shex 2020-02-17T13:08:50 #kisslinux <adamantium> gimme a min 2020-02-17T13:08:52 #kisslinux <adamantium> analzying 2020-02-17T13:13:10 #kisslinux <adamantium> luc65r: wget https://termbin.com/lwjm and backup your old /boot/grub/grub.cfg and try the that one 2020-02-17T13:13:50 #kisslinux <adamantium> dont re-run grub-mkconfig, just put that new file as grub.cfg 2020-02-17T13:15:48 #kisslinux <konimex> dylanaraps: I think that Rust patch you maintain on the mainline repo might be unneeded anymore 2020-02-17T13:16:27 #kisslinux <konimex> since I compiled it a while back and it worked fine w/ gcc 2020-02-17T13:17:23 #kisslinux <luc65r> adamantium It doesn't work 2020-02-17T13:17:58 #kisslinux <adamantium> still loading ... 2020-02-17T13:17:59 #kisslinux <adamantium> ? 2020-02-17T13:18:01 #kisslinux <adamantium> and reboot? 2020-02-17T13:18:51 #kisslinux <aarng> dylanaraps: there is a space in front of the Packages link in the main navigation 2020-02-17T13:18:59 #kisslinux <adamantium> luc65r: Can I see 'fdisk -l' sorry 2020-02-17T13:19:08 #kisslinux <dylanaraps> aarng: ty 2020-02-17T13:20:05 #kisslinux <luc65r> http://termbin.com/ga3i 2020-02-17T13:21:18 #kisslinux <adamantium> okay so we know it is definitely msdos, not gpt, sda1 is definitely hd0,msdos1 ... 2020-02-17T13:21:32 #kisslinux <adamantium> what is the filesystem type ext4? 2020-02-17T13:22:16 #kisslinux <luc65r> adamantium yes 2020-02-17T13:22:21 #kisslinux <adamantium> yea 2020-02-17T13:22:24 #kisslinux <luc65r> maybe https://github.com/kisslinux/repo/commit/297b4bfc349c7c2d833a7425a5967acd81bcf387 2020-02-17T13:22:25 #kisslinux <adamantium> HMM 2020-02-17T13:23:14 #kisslinux <adamantium> I am confident the grub.cfg I gave to you should work for your setup 2020-02-17T13:23:27 #kisslinux <adamantium> So I don't know what's wrong 2020-02-17T13:23:41 #kisslinux <luc65r> I know what's wrong 2020-02-17T13:23:49 #kisslinux <luc65r> https://github.com/kisslinux/repo/commit/297b4bfc349c7c2d833a7425a5967acd81bcf387 2020-02-17T13:24:04 #kisslinux <adamantium> dylanaraps: 2020-02-17T13:24:24 #kisslinux <dylanaraps> luc65r: That's not what's wrong. 2020-02-17T13:24:44 #kisslinux <luc65r> I did comment CFLAGS=..., rebuilt grub, grub-install, grub-mkconfig 2020-02-17T13:24:48 #kisslinux <luc65r> And it works 2020-02-17T13:25:05 #kisslinux <dylanaraps> Maybe all you needed was a rebuild. 2020-02-17T13:25:20 #kisslinux <dylanaraps> Regardless, this change couldn't have broken anything. 2020-02-17T13:25:46 #kisslinux <dylanaraps> Upstream don't support -march= and the change simply filters it out of your CFLAGS. 2020-02-17T13:25:55 #kisslinux <dylanaraps> Unless of course there's a bug in how I strip it. 2020-02-17T13:26:04 #kisslinux <dylanaraps> Send me: printf %s "$CFLAGS" | sed 's/-march=w* //g' 2020-02-17T13:31:39 #kisslinux <luc65r> dylanaraps -O3 -pipe -march=core2 2020-02-17T13:32:34 #kisslinux <dylanaraps> That's after the sed? 2020-02-17T13:33:04 #kisslinux <dylanaraps> Before the 'sed'? 2020-02-17T13:33:19 #kisslinux <luc65r> after and before 2020-02-17T13:33:23 #kisslinux <adamantium> -march=x86-64 -mtune=generic -pipe -O2 2020-02-17T13:33:29 #kisslinux <dylanaraps> Then what's the issue? 2020-02-17T13:33:32 #kisslinux <adamantium> mine ^ when i run the printf|sed command 2020-02-17T13:33:35 #kisslinux <dylanaraps> It makes no change to your CFLAGS 2020-02-17T13:33:47 #kisslinux <dylanaraps> Should only affect ryzen which have compiler issues. 2020-02-17T13:34:18 #kisslinux <dylanaraps> It's a bug that it doesn't affect the x86_64/core2 though grub builds fine with these regardless. 2020-02-17T13:35:22 #kisslinux <adamantium> Hmm, so it just needed a rebuild then it seems 2020-02-17T13:36:33 #kisslinux <luc65r> When I rebuilt it, I forgot to export CFLAGS 2020-02-17T13:38:39 #kisslinux <adamantium> why use compiler optimization flags in qemu? 2020-02-17T13:41:14 #kisslinux <luc65r> I want the image to be compatible with my old laptop, so I put -march=core2 2020-02-17T13:41:33 #kisslinux <dylanaraps> luc65r: Generic is fine too. 2020-02-17T13:44:13 #kisslinux <perish> dylanaraps Did you get anywhere on reducing the size of the tarball? 2020-02-17T13:44:17 #kisslinux <luc65r> But when built grub on my laptop, with -march=native, it didn't work 2020-02-17T13:44:47 #kisslinux <dylanaraps> perish: Not yet. 2020-02-17T13:44:52 #kisslinux <dylanaraps> Saving it for when GCC 10 comes out. 2020-02-17T13:46:33 #kisslinux <luc65r> Thanks dylanaraps adamantium, I know now that is related to CFLAGS, and I will test with different flags. 2020-02-17T13:48:33 #kisslinux <perish> Ah, fair dylanaraps 2020-02-17T13:49:08 #kisslinux <dylanaraps> No use in doing it now if I have to do most of it again ;) 2020-02-17T13:49:23 #kisslinux <dylanaraps> https://k1ss.org/blog/20200217a 2020-02-17T13:49:26 #kisslinux <dylanaraps> New blog style 2020-02-17T13:49:28 #kisslinux <dylanaraps> and post 2020-02-17T13:49:53 #kisslinux <adamantium> f 2020-02-17T13:50:43 #kisslinux <dylanaraps> Writing pages is so easy now https://github.com/kisslinux/website/blob/master/site/blog/20200217a.txt 2020-02-17T13:50:48 #kisslinux <dylanaraps> That's the source for the above link 2020-02-17T13:51:05 #kisslinux <perish> You put the "KISS" section twice 2020-02-17T13:52:01 #kisslinux <kiedtl> honestly, I liked the first website design 2020-02-17T13:52:08 #kisslinux <dylanaraps> You don't have to like it 2020-02-17T13:52:12 #kisslinux <perish> I quite liked the darkmode tbh 2020-02-17T13:52:13 #kisslinux <dylanaraps> perish: wdym? 2020-02-17T13:52:20 #kisslinux <dylanaraps> Not dark mode, above 2020-02-17T13:52:45 #kisslinux <perish> Yea just a sec 2020-02-17T13:53:00 #kisslinux <fehawen> dylanaraps: I like it, looks great in e.g. w3m ;) 2020-02-17T13:53:40 #kisslinux <kiedtl> doesn't look right in lynx tho 2020-02-17T13:54:09 #kisslinux <dylanaraps> perish: Dark mode is back (as it was). 2020-02-17T13:54:22 #kisslinux <dylanaraps> ie, dark mode will only turn on if your device (or browser extension) asks for it. 2020-02-17T13:54:52 #kisslinux <fehawen> kiedtl: Yeah, you're right, it' 2020-02-17T13:54:55 #kisslinux <adamantium> My only gripe is the style is mixed with the content, makes highlighting paragraph of text bad 2020-02-17T13:54:59 #kisslinux <adamantium> I like the look though 2020-02-17T13:55:17 #kisslinux <adamantium> But I liked the previous boxes better, before the samsung fiasco 2020-02-17T13:55:24 #kisslinux <perish> https://imgur.com/XpgkFE9 2020-02-17T13:55:29 #kisslinux <perish> does this work 2020-02-17T13:55:37 #kisslinux <dylanaraps> adamantium: "Style mixed with content" ?? 2020-02-17T13:55:45 #kisslinux <dylanaraps> You mean the boxes, etc? 2020-02-17T13:55:47 #kisslinux <adamantium> yea 2020-02-17T13:55:50 #kisslinux <dylanaraps> Gotcha 2020-02-17T13:55:58 #kisslinux <perish> Dang, looks good in darkmode 2020-02-17T13:56:04 #kisslinux <perish> also see the imgur link i posted 2020-02-17T13:56:05 #kisslinux <adamantium> However, in vim we can use visual block mode, or in Emacs rectangle-mode 2020-02-17T13:56:20 #kisslinux <adamantium> That will allow us to highlight a paragraph of text without the box 2020-02-17T13:56:27 #kisslinux <adamantium> *lol* 2020-02-17T13:56:35 #kisslinux <perish> the "KISS" box going on about independence, english only, etc 2020-02-17T13:56:40 #kisslinux <perish> doubled up 2020-02-17T13:56:59 #kisslinux <dylanaraps> I see 2020-02-17T13:57:26 #kisslinux <dylanaraps> Man lynx fails hard 2020-02-17T13:57:47 #kisslinux <dylanaraps> The entire body is a <pre></pre> block and lynx can't render it 2020-02-17T13:57:58 #kisslinux <dylanaraps> perish: Fixed 2020-02-17T13:58:03 #kisslinux <kiedtl> i find w3m is generally better 2020-02-17T13:58:03 #kisslinux <perish> Nice 2020-02-17T13:58:39 #kisslinux <dylanaraps> https://termbin.com/sv5r 2020-02-17T13:58:40 #kisslinux <dylanaraps> Gross 2020-02-17T14:00:14 #kisslinux <kiedtl> https://0x0.st/iHkg.png 2020-02-17T14:00:29 #kisslinux <dylanaraps> Yup 2020-02-17T14:03:58 #kisslinux <dylanaraps> brb 2020-02-17T14:06:49 #kisslinux <perish> TIL that POSIX sh doesn't like the "~" shorthand 2020-02-17T14:20:51 #kisslinux <sirtomato> hello there 2020-02-17T14:21:20 #kisslinux <fehawen> o/ 2020-02-17T14:35:52 #kisslinux <perish> Hola 2020-02-17T14:41:26 #kisslinux <sirtomato> hello perish 2020-02-17T14:42:35 #kisslinux <perish> How goes it? 2020-02-17T14:42:49 #kisslinux <sirtomato> very good 2020-02-17T14:43:09 #kisslinux <sirtomato> i need to package a screenshot tool that's not ImageMagick 2020-02-17T14:43:26 #kisslinux <perish> Uh 2020-02-17T14:43:27 #kisslinux <perish> maim? 2020-02-17T14:43:31 #kisslinux <perish> scrot? 2020-02-17T14:43:33 #kisslinux <perish> giph? 2020-02-17T14:45:16 #kisslinux <sirtomato> yeah, i know 2020-02-17T14:47:55 #kisslinux <sirtomato> hello dylan 2020-02-17T14:48:11 #kisslinux <kiedtl> he quit 2020-02-17T14:48:12 #kisslinux <dylanaraps> ello 2020-02-17T14:48:55 #kisslinux <kiedtl> ah 2020-02-17T14:49:11 #kisslinux <kiedtl> dylan, do you still have the src for your old website? 2020-02-17T14:49:20 #kisslinux <dylanaraps> It's all in giit 2020-02-17T14:49:21 #kisslinux <dylanaraps> git* 2020-02-17T14:49:26 #kisslinux <dylanaraps> > 1 point (67% upvoted) 2020-02-17T14:49:31 #kisslinux <dylanaraps> Downvotes in my own subreddit 2020-02-17T14:49:35 #kisslinux <dylanaraps> That's a 10/10 moment 2020-02-17T14:49:49 #kisslinux <fehawen> dylanaraps: Wrapping everything after <nav> in another <pre> seems to (mostly) fix the formatting in lynx, just fyi. Not sure what good that'll do though. 2020-02-17T14:50:49 #kisslinux <perish> Oh, there's a sub? 2020-02-17T14:51:02 #kisslinux <kiedtl> r/kisslinux 2020-02-17T14:51:27 #kisslinux <perish> Nice 2020-02-17T14:51:44 #kisslinux <dylanaraps> fehawen: Willl try 2020-02-17T14:51:52 #kisslinux <dylanaraps> keidtl: Which website? 2020-02-17T14:52:24 #kisslinux <kiedtl> dylanaraps/blag, https://blckk.me 2020-02-17T14:53:02 #kisslinux <dylanaraps> My new site is https://s1x.co/ 2020-02-17T14:53:42 #kisslinux <kiedtl> does your new site use the same CSS as the old one? 2020-02-17T14:53:48 #kisslinux <kiedtl> they don't look the same in my browser 2020-02-17T14:53:48 #kisslinux <dylanaraps> God no 2020-02-17T14:54:11 #kisslinux <kiedtl> I wanted the styling for blckk.me, I enjoyed it 2020-02-17T14:54:14 #kisslinux <kiedtl> simple and readable 2020-02-17T14:55:58 #kisslinux <dylanaraps> https://termbin.com/whms 2020-02-17T14:56:22 #kisslinux <dylanaraps> I'd do it differently today 2020-02-17T14:56:34 #kisslinux <kiedtl> wdym? 2020-02-17T14:56:35 #kisslinux <dylanaraps> But that's the latest CSS from blckk.me 2020-02-17T14:56:55 #kisslinux <dylanaraps> I wouldn't write the CSS like that anymore 2020-02-17T14:57:36 #kisslinux <sirtomato> blckk.me just says not found 2020-02-17T14:57:52 #kisslinux <dylanaraps> Yeah 2020-02-17T14:58:04 #kisslinux <dylanaraps> That's intentional 2020-02-17T15:00:58 #kisslinux <kiedtl> waths the 112.red link on s1x.co? 2020-02-17T15:01:07 #kisslinux <kiedtl> s/waths/what's/ 2020-02-17T15:01:35 #kisslinux <sirtomato> lol 2020-02-17T15:01:37 #kisslinux <sirtomato> sed 2020-02-17T15:01:55 #kisslinux <kiedtl> real way to make corrections 2020-02-17T15:01:57 #kisslinux <kiedtl> :P 2020-02-17T15:02:00 #kisslinux <dylanaraps> kiedtl: My other domain 2020-02-17T15:02:04 #kisslinux <dylanaraps> Nothing on it yet 2020-02-17T15:02:41 #kisslinux <dylanaraps> Shall I fill the nav with more unused domains which I own? ;) 2020-02-17T15:05:07 #kisslinux <sirtomato> i am back 2020-02-17T15:10:47 #kisslinux <sirtomato> i added a curl to my maintainer feed 2020-02-17T15:10:52 #kisslinux <sirtomato> to .bashrc 2020-02-17T15:11:39 #kisslinux <dylanaraps> neat 2020-02-17T15:11:47 #kisslinux <kiedtl> how? 2020-02-17T15:11:47 #kisslinux <sirtomato> with lots of sed pipes 2020-02-17T15:12:13 #kisslinux <sirtomato> curl https://repology.org/maintainer/sirtomato999%40gmail.com/feed-for-repo/kiss_community/atom -s | grep outdated | head -n 1 | sed "s/<title>//" | sed "s/</title>//" 2020-02-17T15:13:04 #kisslinux <sirtomato> it tells me if anything's outdated 2020-02-17T15:13:24 #kisslinux <sirtomato> (well, the first instance of anything outdated) 2020-02-17T15:15:32 #kisslinux <dylanaraps> curl -s | grep -m1 outdated | sed 's|<title>||;s|</title>||' 2020-02-17T15:15:34 #kisslinux <dylanaraps> Maybe 2020-02-17T15:18:30 #kisslinux <sirtomato> oh, semicolon separated 2020-02-17T15:18:34 #kisslinux <sirtomato> thats how you do it 2020-02-17T15:18:50 #kisslinux <sirtomato> tbh the only thing i know about sed is s/// 2020-02-17T15:20:33 #kisslinux <kiedtl> dylan, I need to enable commit signing with GPG for my commits to be accepted to community repo, correct? 2020-02-17T15:20:37 #kisslinux <sirtomato> no 2020-02-17T15:21:05 #kisslinux <kiedtl> oh 2020-02-17T15:21:43 #kisslinux <dylanaraps> no 2020-02-17T15:21:57 #kisslinux <dylanaraps> Only the official repositories have signature verification enabled. 2020-02-17T15:22:40 #kisslinux <konimex> finally, a gcc-less rust 2020-02-17T15:22:50 #kisslinux <dylanaraps> Nice 2020-02-17T15:22:53 #kisslinux <konimex> the build file is ugly though 2020-02-17T15:22:56 #kisslinux <konimex> will upload later 2020-02-17T15:23:00 #kisslinux <dylanaraps> I thought it'd be easier 2020-02-17T15:23:46 #kisslinux <konimex> well I had to rip libgcc_s.so from KISS for bootstrap packages 2020-02-17T15:26:32 #kisslinux <dylanaraps> f 2020-02-17T15:29:03 #kisslinux <konimex> https://github.com/konimex/wyverkiss/commit/1e6bf489da033e49d12af3a3a531c54822d964d1 2020-02-17T15:30:52 #kisslinux <dylanaraps> Website works on lynx now. 2020-02-17T15:30:53 #kisslinux <dylanaraps> :D 2020-02-17T15:31:05 #kisslinux <fehawen> dylanaraps: Nice! 2020-02-17T15:32:02 #kisslinux <fehawen> Yep, looks good on my machine too 2020-02-17T15:32:19 #kisslinux <dylanaraps> I'll add a <br> to make the nav have a gap below it 2020-02-17T15:32:42 #kisslinux <fehawen> Sure 2020-02-17T15:33:02 #kisslinux <dylanaraps> Heh. Doesn't work 2020-02-17T15:33:20 #kisslinux <dylanaraps> Oh well 2020-02-17T15:33:38 #kisslinux <dylanaraps> The copyright symbol breaks the box on the homepage: LinuxM-. 2020-02-17T15:33:44 #kisslinux <dylanaraps> Are you seeing the same? 2020-02-17T15:34:50 #kisslinux <dylanaraps> konimex: How well does the "use installed rust to build rust" process work? 2020-02-17T15:34:54 #kisslinux <dylanaraps> Is it worth it? 2020-02-17T15:35:07 #kisslinux <dylanaraps> Please tell me it skips a stage or two 2020-02-17T15:36:28 #kisslinux <konimex> it doesn't extract the stage0 cargo/rustc/rust-std if you use busybox tar it might speed up some things (no idea about GNU) 2020-02-17T15:36:58 #kisslinux <fehawen> dylanaraps: Actually, I don't see anything of the #f::after content ? Just realized, hadn't scrolled down before. 2020-02-17T15:37:12 #kisslinux <dylanaraps> In lynx? 2020-02-17T15:37:25 #kisslinux <dylanaraps> #f::after is just legal stuff 2020-02-17T15:37:32 #kisslinux <dylanaraps> I care not if it's invisible in lynx 2020-02-17T15:37:48 #kisslinux <kiedtl> dylan, I thnk if you tried HTML entity instead of literal copyright character it might work... 2020-02-17T15:37:56 #kisslinux <fehawen> Yes, in lynx. Yeah, I know it is, but no I'm not seeing it. 2020-02-17T15:38:07 #kisslinux <dylanaraps> kiedtl: Will try. 2020-02-17T15:38:18 #kisslinux <dylanaraps> konimex: Stage0 usually takes no time at all iirc 2020-02-17T15:38:45 #kisslinux <konimex> I don't know if it's worth it in KISS, but since I want to avoid dealing with GNU libraries as much as possible (although this is practically cheating), I'd say it's well worth the time 2020-02-17T15:39:01 #kisslinux <fehawen> dylanaraps: My lynx -dump: https://termbin.com/t8x8 2020-02-17T15:39:24 #kisslinux <dylanaraps> konimex: The end justifies the means in your quest to GNO 2020-02-17T15:39:44 #kisslinux <konimex> I don't know if I'm bound to GPL since I'm practically redistributing a binary, but maybe I'll just tell people I ripped it directly from your tarball 2020-02-17T15:39:58 #kisslinux <dylanaraps> konimex: There's a license in the tarball for GCC 2020-02-17T15:40:06 #kisslinux <dylanaraps> Just store it with the binary 2020-02-17T15:40:24 #kisslinux <kiedtl> afk 2020-02-17T15:40:44 #kisslinux <dylanaraps> fehawen: Yeah, it's missing. 2020-02-17T15:40:46 #kisslinux <dylanaraps> I'll fix 2020-02-17T15:41:51 #kisslinux <fehawen> dylanaraps: I'm not seeing it in w3m either. Perhaps has to do with using an id? Maybe pre::nth-of-type(2) or similar could work. 2020-02-17T15:42:11 #kisslinux <fehawen> pre:, not pre:: lol 2020-02-17T15:43:52 #kisslinux <dylanaraps> Fixed and pushe 2020-02-17T15:43:53 #kisslinux <dylanaraps> d 2020-02-17T15:43:59 #kisslinux <dylanaraps> No more ::after or #f. 2020-02-17T15:45:40 #kisslinux <fehawen> Yep it 2020-02-17T15:45:48 #kisslinux <fehawen> 's visible now 2020-02-17T15:46:23 #kisslinux <fehawen> Copyright show as "M-) Dylan Araps 2019-2020" in lynx for me, but... eh 2020-02-17T15:46:33 #kisslinux <dylanaraps> Yeah 2020-02-17T15:46:41 #kisslinux <dylanaraps> Even HTML entities don't fix this 2020-02-17T15:46:47 #kisslinux <dylanaraps> I may swap to (R) and (C) 2020-02-17T15:47:15 #kisslinux <fehawen> Clean 2020-02-17T15:48:13 #kisslinux <sirtomato> (R) and (c) 2020-02-17T15:48:29 #kisslinux <dylanaraps> Fixed 2020-02-17T15:48:32 #kisslinux <dylanaraps> Will be live in a minute or so 2020-02-17T15:49:01 #kisslinux <dylanaraps> Live 2020-02-17T15:49:14 #kisslinux <sirtomato> that was more like 30 seconds 2020-02-17T15:50:57 #kisslinux <fehawen> All looking good now 2020-02-17T15:51:41 #kisslinux <dylanaraps> I just fixed the separators between nav items 2020-02-17T15:52:23 #kisslinux <sirtomato> dylan i actually did more than scan the style guide this time 2020-02-17T15:52:25 #kisslinux <sirtomato> lol 2020-02-17T15:54:36 #kisslinux <dylanaraps> :D 2020-02-17T15:57:03 #kisslinux <kiedtl> back 2020-02-17T15:57:50 #kisslinux <dylanaraps> Just minified the site 2020-02-17T15:57:55 #kisslinux <dylanaraps> Should be smaller now ;) 2020-02-17T15:58:20 #kisslinux <sirtomato> thats beautiful 2020-02-17T15:58:25 #kisslinux <sirtomato> new site good 2020-02-17T15:58:34 #kisslinux <dylanaraps> Default font size is 16px now to match the typical default of regular fonts 2020-02-17T15:58:41 #kisslinux <perish> What language does POSIX sh get it's cases from again? 2020-02-17T15:58:59 #kisslinux <dylanaraps> Fortran? 2020-02-17T15:59:02 #kisslinux <dylanaraps> No 2020-02-17T15:59:03 #kisslinux <dylanaraps> Algol 2020-02-17T15:59:07 #kisslinux <dylanaraps> Uh 2020-02-17T15:59:12 #kisslinux <perish> Yea thats the one 2020-02-17T15:59:29 #kisslinux <fehawen> Hmm.. 16px? Why not 1rem. 2020-02-17T15:59:35 #kisslinux <dylanaraps> It 'tis Algol 2020-02-17T15:59:46 #kisslinux <dylanaraps> fehawen: Pixels in CSS aren't actually... pixels. 2020-02-17T15:59:55 #kisslinux <dylanaraps> Pixels are relative in the modern web ;) 2020-02-17T16:00:06 #kisslinux <sirtomato> why is the whole page in a <pre> 2020-02-17T16:00:33 #kisslinux <dylanaraps> So I can write pages like this: https://github.com/kisslinux/website/blob/master/site/blog/20200217a.txt 2020-02-17T16:01:17 #kisslinux <sirtomato> hello 2020-02-17T16:01:19 #kisslinux <sirtomato> i back 2020-02-17T16:01:19 #kisslinux <dylanaraps> sirtomato: Merged 2020-02-17T16:01:25 #kisslinux <sirtomato> fun 2020-02-17T16:01:27 #kisslinux <dylanaraps> Thanks 2020-02-17T16:01:35 #kisslinux <dylanaraps> Did you see my answer to your <pre> question? 2020-02-17T16:01:42 #kisslinux <sirtomato> nope, sorry 2020-02-17T16:01:51 #kisslinux <dylanaraps> > So I can write pages like this: https://github.com/kisslinux/website/blob/master/site/blog/20200217a.txt 2020-02-17T16:01:57 #kisslinux <sirtomato> birch weirded out because i accidentally scrolled up 2020-02-17T16:02:10 #kisslinux <dylanaraps> lol 2020-02-17T16:02:49 #kisslinux <dylanaraps> This is the homepage: https://github.com/kisslinux/website/blob/master/site/index.txt 2020-02-17T16:03:21 #kisslinux <dylanaraps> A simple 'sed' makes any links clickable when html pages are generated 2020-02-17T16:03:31 #kisslinux <sirtomato> i see 2020-02-17T16:03:35 #kisslinux <dylanaraps> Lets me focus on writing without worrying about anything else 2020-02-17T16:05:20 #kisslinux <dylanaraps> Also, each page from the website sources can act as local documentation without needing a single change. 2020-02-17T16:05:59 #kisslinux <dylanaraps> Ctrl+A on the website allows you to copy/paste the page as 100% plain text 2020-02-17T16:06:11 #kisslinux <sirtomato> nice 2020-02-17T16:06:13 #kisslinux <sirtomato> very fancy 2020-02-17T16:06:40 #kisslinux <dylanaraps> Not fancy 2020-02-17T16:06:44 #kisslinux <dylanaraps> This is plain text 2020-02-17T16:06:45 #kisslinux <dylanaraps> ;) 2020-02-17T16:06:56 #kisslinux <sirtomato> n o t 2020-02-17T16:06:58 #kisslinux <sirtomato> w h a t 2020-02-17T16:06:59 #kisslinux <sirtomato> i 2020-02-17T16:07:03 #kisslinux <sirtomato> m e a n 2020-02-17T16:07:25 #kisslinux <sirtomato> time to go boot windows 2020-02-17T16:07:46 #kisslinux <dylanaraps> I just need to fix the Wiki now https://k1ss.org/wiki/ 2020-02-17T16:08:19 #kisslinux <perish> Why windows? 2020-02-17T16:08:24 #kisslinux <dylanaraps> I'll leave the old blog/news posts as-is 2020-02-17T16:09:25 #kisslinux <sirtomato> imagemagick is bloat 2020-02-17T16:09:43 #kisslinux <dylanaraps> compared to gimp I'd disagree with you 2020-02-17T16:10:06 #kisslinux <dylanaraps> I do all of my editing in imagemagick ;) 2020-02-17T16:11:06 #kisslinux <sirtomato> compared to gimp of cource 2020-02-17T16:11:12 #kisslinux <sirtomato> s/c/s/ 2020-02-17T16:13:01 #kisslinux <sirtomato> i have 132 pkgs 2020-02-17T16:13:02 #kisslinux <sirtomato> bloat 2020-02-17T16:13:48 #kisslinux <sirtomato> is there a script that removes packages makedeps 2020-02-17T16:14:02 #kisslinux <dylanaraps> kiss-orphans 2020-02-17T16:14:15 #kisslinux <kiedtl> website doesn't look great in netsurf tho 2020-02-17T16:14:22 #kisslinux <kiedtl> most likely a problem with netsurf... 2020-02-17T16:14:31 #kisslinux <dylanaraps> Take a gander at the list 2020-02-17T16:14:37 #kisslinux <dylanaraps> kiedtl: Will have a loo 2020-02-17T16:14:38 #kisslinux <dylanaraps> k 2020-02-17T16:14:45 #kisslinux <sirtomato> i would like to stay in the 120s 2020-02-17T16:15:28 #kisslinux <dylanaraps> kiedtl: Will fix 2020-02-17T16:15:33 #kisslinux <kiedtl> dylan: https://0x0.st/iX-W.png 2020-02-17T16:15:40 #kisslinux <dylanaraps> I use a transform to center the text 2020-02-17T16:15:48 #kisslinux <dylanaraps> May be too modern 2020-02-17T16:15:55 #kisslinux <kiedtl> you don't have to, netsurf is a weird browser 2020-02-17T16:16:25 #kisslinux <dylanaraps> What good is plain-text if it doesn't work in lynx, netsurf, etc? ;) 2020-02-17T16:16:41 #kisslinux <kiedtl> heh 2020-02-17T16:16:51 #kisslinux <dylanaraps> I just need to use tables for centering like it's 99 2020-02-17T16:17:05 #kisslinux <sirtomato> do i really need gnupg 2020-02-17T16:17:08 #kisslinux <sirtomato> d o i 2020-02-17T16:17:12 #kisslinux <sirtomato> i don't think so 2020-02-17T16:17:15 #kisslinux <dylanaraps> Only for signature verification 2020-02-17T16:17:27 #kisslinux <sirtomato> dir 2020-02-17T16:17:28 #kisslinux <sirtomato> die 2020-02-17T16:17:39 #kisslinux <sirtomato> i killed it 2020-02-17T16:18:00 #kisslinux <sirtomato> ooh now i need pip 2020-02-17T16:18:04 #kisslinux <sirtomato> for pywal 2020-02-17T16:18:21 #kisslinux <dylanaraps> python includes pip 2020-02-17T16:19:05 #kisslinux <sirtomato> i didn't even need pip 2020-02-17T16:19:19 #kisslinux <sirtomato> just cloned it and ran setup.py 2020-02-17T16:20:03 #kisslinux <fehawen> dylanaraps: just remove the transform 50% stuff and set text-laign: center to body? Should work, I think 2020-02-17T16:21:04 #kisslinux <fehawen> Come to think of it, that won't align in e.g. lynx I think. 2020-02-17T16:21:45 #kisslinux <dylanaraps> fehawen: Doing something similar 2020-02-17T16:23:12 #kisslinux <dylanaraps> > text-align:center; on body. 2020-02-17T16:23:32 #kisslinux <dylanaraps> > text-align:left;display:inline-block; on body text (second <pre>). 2020-02-17T16:24:09 #kisslinux <fehawen> Niceness 2020-02-17T16:24:23 #kisslinux <sirtomato> my pfetch penguin has a hat and bow tie 2020-02-17T16:24:42 #kisslinux <dylanaraps> Just got rid of a bunch of CSS too 2020-02-17T16:26:33 #kisslinux <dylanaraps> https://termbin.com/jk0t 2020-02-17T16:27:03 #kisslinux <dylanaraps> That's it now 2020-02-17T16:29:18 #kisslinux <sirtomato> now im using wal 2020-02-17T16:30:43 #kisslinux <dylanaraps> I'm using bud 2020-02-17T16:30:56 #kisslinux <sirtomato> bud? 2020-02-17T16:31:19 #kisslinux <dylanaraps> 2 secs 2020-02-17T16:31:25 #kisslinux <sirtomato> 1 2020-02-17T16:31:26 #kisslinux <sirtomato> 2 2020-02-17T16:31:27 #kisslinux <sirtomato> done 2020-02-17T16:31:29 #kisslinux <sirtomato> lol 2020-02-17T16:31:37 #kisslinux <dylanaraps> https://github.com/dylanaraps/bin/blob/master/bud 2020-02-17T16:31:44 #kisslinux <dylanaraps> It uses https://github.com/dylanaraps/paleta 2020-02-17T16:32:03 #kisslinux <fehawen> sirtomato: I think you should generate a colorscheme for this wallpaper https://www.aces.edu/wp-content/uploads/2018/10/iStock-157773518-1.jpg 2020-02-17T16:32:19 #kisslinux <dylanaraps> heh 2020-02-17T16:32:45 #kisslinux <dylanaraps> bud is a beautiful script 2020-02-17T16:32:48 #kisslinux <dylanaraps> full of hacks 2020-02-17T16:39:41 #kisslinux <Humaid22> Hi, I tried building firefox-bin but xvidcore is not downloading. It's ssl connection error even their site can't be accessed. 2020-02-17T16:40:06 #kisslinux <Humaid22> this file https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.bz2 2020-02-17T16:40:19 #kisslinux <dylanaraps> Works fine here 2020-02-17T16:40:35 #kisslinux <dylanaraps> As does their website 2020-02-17T16:40:41 #kisslinux <dylanaraps> Can anyone else reproduce? 2020-02-17T16:41:40 #kisslinux <Humaid22> I hope it's not my connection again, but other dependencies are fine here 2020-02-17T17:21:30 #kisslinux <fehawen> dylanaraps: Can depth index be handled in sowm somehow? When toggling fullscreen for a window, I can sometimes still see the other non-fullscreen windows. Simlar to z-index in CSS. 2020-02-17T17:22:39 #kisslinux <fehawen> Haven't looked too closely at the xlib documentation yet, perhaps answers to my question will be found there. 2020-02-17T17:24:08 #kisslinux <fehawen> Normally, my fullscreen window(s) have their own workspaces, but every now and then I toggle fullscreen for a window on a workspace populated with several windows. 2020-02-17T17:48:27 #kisslinux <Humaid> Hi, I tried accessing xvid.com on other network (not home) and still can't. 2020-02-17T17:48:27 #kisslinux <Humaid> Context: this is for xvidcore package building. 2020-02-17T17:49:11 #kisslinux <Humaid> I wonder if anyone is the same. 2020-02-17T17:49:47 #kisslinux <Humaid> I get connection reset by peer 2020-02-17T17:49:48 #kisslinux <perish> Fine here/ 2020-02-17T17:51:12 #kisslinux <Humaid> It can't be my 2 network s and 3 machines, I think. 2020-02-17T17:51:55 #kisslinux <perish> Again, works fine here 2020-02-17T17:52:14 #kisslinux <Humaid> Ok thank you 2020-02-17T17:53:09 #kisslinux <Humaid> Ok I got it 2020-02-17T17:53:44 #kisslinux <Humaid> My ISP thinks it's an adult site.haha 2020-02-17T17:53:59 #kisslinux <Humaid> *facepalm* 2020-02-17T17:54:06 #kisslinux <perish> lmao 2020-02-17T17:54:14 #kisslinux <perish> Was about to suggest checking isp settings 2020-02-17T17:54:24 #kisslinux <Humaid> It's really funny 2020-02-17T17:55:11 #kisslinux <Humaid> Sorry for bothering.. 2020-02-17T18:16:24 #kisslinux <dylanaraps> fehawen: Will have a look 2020-02-17T18:54:10 #kisslinux <dylanaraps> GCC 9.3 coming before 10.0 2020-02-17T18:54:11 #kisslinux <dylanaraps> wew 2020-02-17T18:57:42 #kisslinux <ioraff> oof 2020-02-17T20:09:55 #kisslinux <dylanaraps> I foresee a lot of: export CFLAGS="$CFLAGS -fcommon" 2020-02-17T20:10:00 #kisslinux <dylanaraps> https://gcc.gnu.org/gcc-10/porting_to.html 2020-02-17T20:10:19 #kisslinux <dylanaraps> I've got 7~ in the official repositories. 2020-02-17T20:10:32 #kisslinux <dylanaraps> God knows about community. 2020-02-17T20:11:02 #kisslinux <dylanaraps> https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01847.html 2020-02-17T20:36:17 #kisslinux <sirtomato> hello theer 2020-02-17T20:36:23 #kisslinux <sirtomato> s/theer/there/ 2020-02-17T20:36:41 #kisslinux <dylanaraps> ello 2020-02-17T20:39:27 #kisslinux <sirtomato> hello 2020-02-17T20:43:33 #kisslinux <sirtomato> hello 2020-02-17T20:43:46 #kisslinux <dilyn> Hihelloyeshellohi 2020-02-17T20:44:04 #kisslinux <dilyn> My phone needs to decide if it wants to be connected to the internet or not smh 2020-02-17T20:46:07 #kisslinux <sirtomato> oof 2020-02-17T20:55:50 #kisslinux <sirtomato> ImageMagick import doesn't work 2020-02-17T20:57:39 #kisslinux <dylanaraps> What's the error? 2020-02-17T20:57:45 #kisslinux <dylanaraps> What's the command you're using? 2020-02-17T21:00:09 #kisslinux <sirtomato> [~]$ import -window root 2020-02-17T21:00:10 #kisslinux <sirtomato> import: `root' @ error/import.c/ImportImageCommand/1273. 2020-02-17T21:00:42 #kisslinux <sirtomato> wait 2020-02-17T21:00:47 #kisslinux <sirtomato> im stupid 2020-02-17T21:00:51 #kisslinux <sirtomato> i need a filename 2020-02-17T21:00:55 #kisslinux <sirtomato> d'oh 2020-02-17T21:01:05 #kisslinux <sirtomato> yea 2020-02-17T21:06:59 #kisslinux <kiedtl> back 2020-02-17T21:07:54 #kisslinux <sirtomato> st is shit for resizing 2020-02-17T21:08:00 #kisslinux <dylanaraps> wdym 2020-02-17T21:08:26 #kisslinux <sirtomato> resizing content that is alredy there 2020-02-17T21:08:38 #kisslinux <sirtomato> it moves around and gets super distorted 2020-02-17T21:10:06 #kisslinux <sirtomato> and home/end are weird 2020-02-17T21:10:12 #kisslinux <sirtomato> but that happens in most terms 2020-02-17T21:10:17 #kisslinux <dylanaraps> Oh yeah 2020-02-17T21:10:23 #kisslinux <dylanaraps> There's no scrollback 2020-02-17T21:10:29 #kisslinux <dylanaraps> So there's no way to redraw 2020-02-17T21:11:11 #kisslinux <sirtomato> do you know how to fix the funky home/end 2020-02-17T21:11:23 #kisslinux <sirtomato> and line wrapping 2020-02-17T21:12:12 #kisslinux <dilyn> There might be a patch? 2020-02-17T21:12:26 #kisslinux <dilyn> There is for scrollback 2020-02-17T21:13:17 #kisslinux <dylanaraps> I do not 2020-02-17T21:13:54 #kisslinux <dylanaraps> I typically just add | less to anything I want to scroll through 2020-02-17T21:14:11 #kisslinux <dylanaraps> Or head, tail, etc 2020-02-17T21:15:19 #kisslinux <dylanaraps> 10/10 2020-02-17T21:15:20 #kisslinux <dylanaraps> https://github.com/npm/cli/issues/836#issuecomment-587019096 2020-02-17T21:15:45 #kisslinux <dylanaraps> Was thinking we were overdue for another npm fail 2020-02-17T21:16:23 #kisslinux <dylanaraps> > Cloudflare tweaks their referer rules to stick only to the spec. 2020-02-17T21:16:47 #kisslinux <dylanaraps> > A ton of NPM traffic sends invalid referer headers ("install") 2020-02-17T21:17:26 #kisslinux <dylanaraps> > Cloudflare throttle NPM as their systems think it's an HTTP flood 2020-02-17T21:17:29 #kisslinux <dilyn> Why conform to spec 2020-02-17T21:17:56 #kisslinux <dylanaraps> > Cloudflare revert the change 2020-02-17T21:18:06 #kisslinux <dilyn> > as for pointing at HTTP specifications, considering this behaviour has been in place for years, I would ask to review what change was pushed in CF today that caused this sudden "compliance with HTTP Specification" result? 2020-02-17T21:18:21 #kisslinux <dylanaraps> https://github.com/npm/cli/issues/836#issuecomment-587040922 2020-02-17T21:18:23 #kisslinux <dilyn> Are you for real tho 2020-02-17T21:18:30 #kisslinux <dylanaraps> > we would appreciate it if you respond to our tickets and our internal slack comms, before posting to a public issue, we still have not gotten a post-mortem report for the last two outages. 2020-02-17T21:18:46 #kisslinux <dylanaraps> > we still have not gotten a post-mortem report for the last two outages. 2020-02-17T21:18:59 #kisslinux <dylanaraps> Don't tell anyone because we're now 3 post-mortem reports behind 2020-02-17T21:26:32 #kisslinux <dzove855> haha i did not even have seen this today 2020-02-17T21:30:27 #kisslinux <kiedtl> dylan, to "take ownership" of a package, I just need to submit a patch with a space appended to the version, right? 2020-02-17T21:42:08 #kisslinux <dylanaraps> kiedtl: Yup 2020-02-17T21:44:01 #kisslinux <dylanaraps> https://sourceware.org/ml/libc-alpha/2020-02/msg00760.html 2020-02-17T21:44:06 #kisslinux <dylanaraps> "There's a new mailing list for cross-libc coordination issues, hosted at" 2020-02-17T21:44:11 #kisslinux <dylanaraps> "Openwall" 2020-02-17T21:44:20 #kisslinux <dylanaraps> "This list is intended to coordinate work on run-time libraries for the C" 2020-02-17T21:44:26 #kisslinux <dylanaraps> "programming language and its extensions." 2020-02-17T21:44:29 #kisslinux <dylanaraps> Interesting 2020-02-17T21:47:58 #kisslinux <fehawen> Hi, btw o/ How rude of me to just join and sit quietly by lol 2020-02-17T21:52:46 #kisslinux <dylanaraps> o/ 2020-02-17T21:57:43 #kisslinux <fehawen> dylanaraps: When you said you'll eventually call kiss "done", did you mean done as in it's reached a point of somewhat perfection and just needs the occasional bump to follow upstream, or done as in handing over the reigns and be done with it? 2020-02-17T21:58:14 #kisslinux <fehawen> Not sure why I'm asking to be honest, I've probably been working too late/toomany hours today lol 2020-02-17T21:58:51 #kisslinux <dylanaraps> The first one 2020-02-17T21:59:08 #kisslinux <dylanaraps> We're kinda there now(?) 2020-02-17T21:59:18 #kisslinux <dylanaraps> I'm close to calling the package manager "done" 2020-02-17T21:59:25 #kisslinux <fehawen> Nice! 2020-02-17T21:59:44 #kisslinux <dylanaraps> The repositories haven't seen major changes in a long while 2020-02-17T22:00:10 #kisslinux <dylanaraps> The idea is that the system won't change under your feet 2020-02-17T22:00:43 #kisslinux <fehawen> Hopefully I have time to plow through kernelnewbies etc this weekend, really eager to get kiss up and running on at least one of my machines 2020-02-17T22:01:01 #kisslinux <kiedtl> dylan, currently when searching the package manager outputs the path of the package, then the path of the package in the install directory 2020-02-17T22:01:14 #kisslinux <kiedtl> woudn't it be better if it just displayed the package with a checkmark next to it? 2020-02-17T22:01:15 #kisslinux <dylanaraps> The kernel is the trickiest part. 2020-02-17T22:01:39 #kisslinux <dylanaraps> keidtl: /var/db/kiss/installed directory *is* a repository 2020-02-17T22:01:48 #kisslinux <dylanaraps> 'kiss s' shows all matches 2020-02-17T22:01:58 #kisslinux <kiedtl> yes... 2020-02-17T22:01:59 #kisslinux <dylanaraps> (and in order of use) 2020-02-17T22:02:21 #kisslinux <dzove855> dylanaraps: what will be your next project? This you have already some idea? 2020-02-17T22:02:33 #kisslinux <dzove855> s/this/did 2020-02-17T22:03:02 #kisslinux <kiedtl> dylan: I meant something like this: http://0x0.st/iXX7.png 2020-02-17T22:03:13 #kisslinux <kiedtl> pywal is installed, everything else isn't 2020-02-17T22:03:44 #kisslinux <kiedtl> this way, it's easier to see if a package is installed 2020-02-17T22:04:07 #kisslinux <dylanaraps> dzove855: No idea just yet. 2020-02-17T22:04:26 #kisslinux <dylanaraps> I don't really plan anything 2020-02-17T22:04:35 #kisslinux <dylanaraps> keidtl: I see 2020-02-17T22:08:19 #kisslinux <dzove855> dylanaraps: ooh good. Hope something similar. ( not a similar project, but more a simular community project ) 2020-02-17T22:09:38 #kisslinux <dylanaraps> https://termbin.com/eruw 2020-02-17T22:09:40 #kisslinux <dylanaraps> kiedtl: 2020-02-17T22:10:23 #kisslinux <dylanaraps> 'kiss s' is how it is for scripting purposes really. 2020-02-17T22:10:37 #kisslinux <dylanaraps> That script will do what you asked 2020-02-17T22:11:16 #kisslinux <dylanaraps> dzove855: Yeah. 2020-02-17T22:11:44 #kisslinux <sirtomato> ok 127 pkgs 2020-02-17T22:11:45 #kisslinux <sirtomato> i like 2020-02-17T22:12:07 #kisslinux <dylanaraps> -> kiss_search | wc -l 2020-02-17T22:12:07 #kisslinux <dylanaraps> 407 2020-02-17T22:12:12 #kisslinux <dylanaraps> (Script I just posted) 2020-02-17T22:12:28 #kisslinux <dylanaraps> That's the total package count 2020-02-17T22:12:35 #kisslinux <dylanaraps> Including my personal repository 2020-02-17T22:12:53 #kisslinux <dylanaraps> So, official repos + community + my repo 2020-02-17T22:35:49 #kisslinux <wchar_t> sorry... weechat crashed 2020-02-17T22:35:57 #kisslinux <wchar_t> I'm kiedtl btw 2020-02-17T22:58:25 #kisslinux <kiedtl> /leave/ 2020-02-17T23:02:21 #kisslinux <dylanaraps> back 2020-02-17T23:05:14 #kisslinux <fehawen> Hate to ask, but why does the content width of <pre id="f"> differ between e.g. k1ss.org and k1ss.org/install? 2020-02-17T23:10:30 #kisslinux <dylanaraps> I needed wider boxes for the code blocks 2020-02-17T23:10:36 #kisslinux <aarng> dylanaraps: an awk version of the script you posted -> https://termbin.com/f4i7u 2020-02-17T23:10:56 #kisslinux <aarng> With *, this is 0.01 seconds vs 2.00 2020-02-17T23:11:20 #kisslinux <dylanaraps> aarng: Mine lists packages in all repositories 2020-02-17T23:11:36 #kisslinux <dylanaraps> (Including /var/db/kiss/installed) 2020-02-17T23:11:54 #kisslinux <dylanaraps> Then a [Y] or [N] if they're installed or not 2020-02-17T23:12:08 #kisslinux <aarng> yeah, the one I posted is the exact same 2020-02-17T23:12:10 #kisslinux <dylanaraps> Oh 2020-02-17T23:12:12 #kisslinux <dylanaraps> I see 2020-02-17T23:12:19 #kisslinux <dylanaraps> I didn't see: kiss s ${@:-*} | 2020-02-17T23:12:20 #kisslinux <dylanaraps> ;) 2020-02-17T23:12:43 #kisslinux <fehawen> dylanaraps: Fair enough, just noticed it 2020-02-17T23:13:21 #kisslinux <dylanaraps> fehawen: It's still below 80 chars wide which I see as the upper maximum 2020-02-17T23:13:30 #kisslinux <aarng> I haven't tested the speed increase using dash vs ash 2020-02-17T23:13:46 #kisslinux <dylanaraps> install sits at 70 and the rest of the site sits at 57~ (iirc) 2020-02-17T23:14:21 #kisslinux <dylanaraps> /packages is also 70 chars wide to match the table 2020-02-17T23:14:57 #kisslinux <dylanaraps> There's no need for each page to be the same width though I tried to stick to the same for each page 2020-02-17T23:15:02 #kisslinux <fehawen> kiss s ${@:-*} 2020-02-17T23:15:05 #kisslinux <fehawen> SC2068: Double quote array expansions to avoid re-splitting elements. 2020-02-17T23:15:06 #kisslinux <fehawen> ? 2020-02-17T23:15:19 #kisslinux <dylanaraps> I did install after the others which is why I didn't make them all 70 ch ;) 2020-02-17T23:15:27 #kisslinux <dylanaraps> Should be * me thinks 2020-02-17T23:15:39 #kisslinux <dylanaraps> Oh 2020-02-17T23:15:41 #kisslinux <dylanaraps> Quotes 2020-02-17T23:16:56 #kisslinux <aarng> yeah, quotes too 2020-02-17T23:17:03 #kisslinux <aarng> https://termbin.com/h72x 2020-02-17T23:17:55 #kisslinux <dylanaraps> There's no need to set sys_db either no? 2020-02-17T23:18:28 #kisslinux <aarng> not really, no 2020-02-17T23:18:48 #kisslinux <dylanaraps> Does it handle dupes? 2020-02-17T23:19:00 #kisslinux <aarng> yep 2020-02-17T23:19:04 #kisslinux <dylanaraps> Neat 2020-02-17T23:31:47 #kisslinux <konimex> E5ten: say, you have the mesa byacc patch? I think that should be the last one I need for all of xorg to be running 2020-02-17T23:38:36 #kisslinux <dylanaraps> konimex: I wonder if there's a better solution to the gmake/make problem. One that allows you to skip forking builds to add a letter or two 2020-02-17T23:38:57 #kisslinux <dylanaraps> I could install GNU make as both make/gmake 2020-02-17T23:39:12 #kisslinux <dylanaraps> Hm 2020-02-17T23:39:31 #kisslinux <dylanaraps> We'd then swap packages requiring gmake to use it instead of make. 2020-02-17T23:39:48 #kisslinux <dylanaraps> You'd still have to fork the depends file though 2020-02-17T23:40:00 #kisslinux <konimex> I actually am thinking to revert things to gmake since support for bmake is a bit iffy 2020-02-17T23:40:19 #kisslinux <dylanaraps> That's the realistic choice huh 2020-02-17T23:40:57 #kisslinux <dylanaraps> How is pigz vs gzip too btw? 2020-02-17T23:41:14 #kisslinux <dylanaraps> Noticeable difference speed-wise at all? 2020-02-17T23:42:17 #kisslinux <kiedtl> dylan, the only change made to the `version` file was to remove a newline, do you think that's an issue? 2020-02-17T23:42:31 #kisslinux <kiedtl> I didn't add any space, I thought git would pick up the newline removal 2020-02-17T23:42:45 #kisslinux <dylanaraps> https://github.com/kisslinux/community/pull/422/files 2020-02-17T23:42:52 #kisslinux <dylanaraps> git shows no changes to any files 2020-02-17T23:43:04 #kisslinux <dylanaraps> Now it worked 2020-02-17T23:43:28 #kisslinux <konimex> it's actually a bit faster, but not that much since I don't really uncompress gz files of more than >2G 2020-02-17T23:44:32 #kisslinux <dylanaraps> Did it require recompiling anything that already linked to gzip? 2020-02-17T23:45:14 #kisslinux <konimex> gzip doesn't really have libgzip doesn't it? 2020-02-17T23:45:22 #kisslinux <konimex> anyway, it's supposed to be a drop-in replacement for gzip so no 2020-02-17T23:45:32 #kisslinux <dylanaraps> Oh, you're right 2020-02-17T23:45:36 #kisslinux <dylanaraps> Heh 2020-02-17T23:45:41 #kisslinux <konimex> but it's missing shell script wrappers such as zcat, zmore, etc. 2020-02-17T23:45:59 #kisslinux <konimex> should be easy to re-implement in better ways 2020-02-17T23:46:03 #kisslinux <dylanaraps> That's a good thing 2020-02-17T23:46:06 #kisslinux <dylanaraps> I've read them 2020-02-17T23:46:20 #kisslinux <dylanaraps> > (eval "$grep" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- 2020-02-17T23:46:21 #kisslinux <dylanaraps> Ah yes