💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-09-19.txt captured on 2024-05-12 at 16:10:44.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2019-09-19T06:45:26 #kisslinux <cata0309> Good morning
2019-09-19T06:55:59 #kisslinux <dylanaraps> Morning
2019-09-19T07:06:37 #kisslinux <dylanaraps> Woke up to my bible #1 on hackernews. https://news.ycombinator.com/news
2019-09-19T07:06:39 #kisslinux <dylanaraps> Crazy
2019-09-19T07:17:43 #kisslinux <cata0309> Yes
2019-09-19T07:17:59 #kisslinux <cata0309> I am still struggling with the Kernel .conf
2019-09-19T07:39:04 #kisslinux <konimex> https://news.ycombinator.com/item?id=21014137
2019-09-19T07:39:17 #kisslinux <konimex> > Do you write truly correct Bash/POSIX code? Do you still love it?
2019-09-19T07:39:18 #kisslinux <konimex> huh
2019-09-19T07:41:43 #kisslinux <dylanaraps> lol
2019-09-19T07:41:51 #kisslinux <konimex> also, I've never ever see any scripting in #!/bin/zsh
2019-09-19T07:41:53 #kisslinux <konimex> https://news.ycombinator.com/item?id=21013663
2019-09-19T07:43:36 #kisslinux <konimex> you may want to update that github readme to delete that discord link badge
2019-09-19T07:46:46 #kisslinux <dylanaraps> Will do.
2019-09-19T07:50:44 #kisslinux <konimex> also a little bit offtopic for kiss but
2019-09-19T07:50:50 #kisslinux <konimex> > exec 69<>"/dev/tcp/${host}/6667
2019-09-19T07:51:06 #kisslinux <konimex> that is possible?
2019-09-19T07:54:58 #kisslinux <dylanaraps> In bash yeah
2019-09-19T07:55:14 #kisslinux <dylanaraps> Bash creates a virtual device (/dev/tcp) which you can use to make network requests.
2019-09-19T07:55:19 #kisslinux <dylanaraps> See: https://github.com/dylanaraps/birch
2019-09-19T07:55:23 #kisslinux <dylanaraps> IRC client in bash.
2019-09-19T07:56:05 #kisslinux <konimex> I copy pasted it directly from birch source code
2019-09-19T07:56:09 #kisslinux <dylanaraps> Ah
2019-09-19T07:56:18 #kisslinux <cata0309> I gave up, Good luck
2019-09-19T07:56:20 #kisslinux <konimex> it is possible for port 80 too, right?
2019-09-19T07:57:01 #kisslinux <konimex> and then one can make a normal HTTP request to that file descriptor?
2019-09-19T07:57:07 #kisslinux <dylanaraps> Yeah
2019-09-19T08:06:04 #kisslinux <dylanaraps> https://github.com/dylanaraps/pure-sh-bible
2019-09-19T08:06:11 #kisslinux <dylanaraps> I've started this now. :D
2019-09-19T09:27:08 #kisslinux <saucecode> ooh, neat
2019-09-19T10:08:07 #kisslinux <dylanaraps> This is beautiful: https://github.com/dylanaraps/pure-sh-bible#trim-quotes-from-a-string
2019-09-19T11:22:08 #kisslinux <dylanaraps> Added a logo and screenshot: https://github.com/dylanaraps/pure-sh-bible
2019-09-19T11:22:31 #kisslinux <dylanaraps> The bulk of the bible is done.
2019-09-19T11:22:44 #kisslinux <dylanaraps> I need a break before writing a few neato tricks I've come up with in my head.
2019-09-19T12:19:01 #kisslinux <Nihiltarier> o/
2019-09-19T12:19:36 #kisslinux <Nihiltarier> This is cool, I think the Merveilles community found KISS a day ago. How small the world is
2019-09-19T12:20:07 #kisslinux <dylanaraps> Who are they?
2019-09-19T12:20:38 #kisslinux <dylanaraps> Nihiltarier: Hello hello
2019-09-19T13:13:09 #kisslinux <dylanaraps> Hello
2019-09-19T13:13:58 #kisslinux <hdb2> dylanaraps: not sure if that hello is for me, but if it is, hello!  :)
2019-09-19T13:14:06 #kisslinux <dylanaraps> It is :)
2019-09-19T13:14:38 #kisslinux <hdb2> saw KISS mentioned on HN, I'm reading about it.  the philosophy appeals to me, will probably try it soon.
2019-09-19T13:15:16 #kisslinux <dylanaraps> Nice, feel free to keep in touch if you have any further questions about it.
2019-09-19T13:17:01 #kisslinux <hdb2> absolutely, and thank you for doing all of this hard work.  my only question before I get started is about wifi and firmware - is non-free firmware included, or will I need to do that myself somehow?
2019-09-19T13:23:05 #kisslinux <konimex> linux-firmware is packaged
2019-09-19T13:23:15 #kisslinux <konimex> but you need to compile it yourself
2019-09-19T13:23:16 #kisslinux <hdb2> awesome, thank you!
2019-09-19T13:23:22 #kisslinux <konimex> the kernel, i mean
2019-09-19T13:23:31 #kisslinux <hdb2> cool, sounds good :)
2019-09-19T13:25:26 #kisslinux <hdb2> yikes! my question is addressed in the install guide, sorry about that!
2019-09-19T13:25:48 #kisslinux <dylanaraps> All good
2019-09-19T13:26:21 #kisslinux <hdb2> I can totally see the suckless.org community going nuts over this
2019-09-19T13:32:00 #kisslinux <dylanaraps> Suckless had a distribution in the works for a while (sta.li).
2019-09-19T13:32:32 #kisslinux <dylanaraps> I think they value statically linking everything over dynamic linking though.
2019-09-19T13:32:42 #kisslinux <dylanaraps> I hope they go nuts over it. :)
2019-09-19T17:52:05 #kisslinux <cata0309> I am sorry dylanara1 for being annoying
2019-09-19T20:38:58 #kisslinux <jml_> dylanaraps: hey there. I got an interesting scenario. I packaged imapfilter. Sadly the latest release of imapfilter broke LibreSSL I think. Many distros now us a older version.
2019-09-19T20:39:08 #kisslinux <jml_> Could this package still make te community repo?
2019-09-19T20:39:25 #kisslinux <jml_> If not I don't mind keeping it in my local repo. But it may be useful for other KISS users.