--- Log opened Tue Aug 18 00:00:22 2020 |
00:33 | < Vornotron> | let's see. I should also rejigger the original author's folder layout, because it's built in a way that requires you edit your package path, which is dumb; the default package path has a way of handling this, just Do That Thing, gosh |
00:55 | | Kindamoody is now known as Kindamoody[zZz] |
01:13 | | Degi [Degi@Nightstar-ln50cp.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
01:22 | | Degi [Degi@Nightstar-33ncfn.dyn.telefonica.de] has joined #code |
01:23 | | catalyst_ is now known as catalyst |
01:57 | < catalyst> | I just want to say that Rust is amazing and can I just not code in C++ ever again |
03:29 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
05:05 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection reset by peer] |
05:58 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has quit [[NS] Quit: Kernel upgrade] |
06:00 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has joined #code |
06:00 | | mode/#code [+ao McMartin McMartin] by ChanServ |
06:22 | | Kindamoody[zZz] [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
06:24 | | Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
06:24 | | mode/#code [+o Kimo|autojoin] by ChanServ |
07:17 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [The TLS connection was non-properly terminated.] |
08:13 | | Kimo|autojoin is now known as Kindamoody |
09:22 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
09:31 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:31 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
10:53 | | Kindamoody is now known as Kindamoody|afk |
11:36 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
11:36 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
12:01 | <@ErikMesoy> | I'm on a site that gives me normal website at www.example.cx and a Gopher-like folder browser at www.example.cx:70 and it feels like arbitrary magic to me. What keywords would I use to find something de-magicing it? Google seems to drop the colon from ":70" and return colon cancer results for "colon 70" |
12:06 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code |
12:07 | <&[R]> | And you're on a browser without gohper support? |
12:08 | <@TheWatcher> | ErikMesoy: port 70 is the gopher port, so the server probably is running a gopher server. |
12:08 | <&[R]> | `curl -ivv www.example.cx:70`? It might be just an HTTP server that's configured to look like a gopher server |
12:09 | <&[R]> | (curl does support gopher though, but you should see gopher stuff instead) |
12:10 | <@TheWatcher> | What to you mean by 'de-magicing'? |
12:11 | <@ErikMesoy> | [R]: The website offers a link that says it points to Gopher directly in case my browser supports it. Clicking the link does nothing in either firefox or chrome. Pasting the link into URL bar of firefox or chrome produces a search engine result for that tet. |
12:13 | <@ErikMesoy> | TheWatcher: It feels less like a wizard waved his hands and then magic happened. I have a vague memory that this kind of folder-like browsing used to be a lot more standard than it is now. I don't know what changed, I don't know how it works, I don't even know what I'm missing and I'm looking for a reference text on what kind of magic I bumbled into. |
12:13 | <@ErikMesoy> | I have tried reading about Gopher and I do not feel enlightened. |
12:13 | <&[R]> | You mean an auto-index page? |
12:14 | <@ErikMesoy> | Maybe? |
12:16 | <&[R]> | df_nginx_autoindex |
12:16 | <&[R]> | ... |
12:16 | <&[R]> | https://www.linickx.com/files/2015/02/df_nginx_autoindex.png |
12:16 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving] |
12:17 | <@ErikMesoy> | Pretty much. Maybe I should just link site, not just discuss the abstraction: http://maistre.uni.cx:70/Texts/Philosophy |
12:18 | <&[R]> | Scroll down to the very bottom |
12:18 | <@TheWatcher> | Ah, they're running a gopher to http proxy on their system |
12:18 | <&[R]> | Basically their gopherd can respond to HTTP requests appropriately |
12:21 | <@TheWatcher> | http://ftp.scientificlinux.org/linux/scientific/7/x86_64/os/ - this is the equivalent sort of thing generated by a webserver doing auto-indexing |
12:22 | <&[R]> | Yeah, that's autoindexing |
12:52 | | catalyst_ [catalyst@Nightstar-7js2hd.dab.02.net] has joined #code |
12:56 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
14:31 | | Kizor [moryok@Nightstar-e0a4sm.utu.fi] has quit [Connection closed] |
14:35 | | Kizor [moryok@Nightstar-e0a4sm.utu.fi] has joined #code |
15:13 | | catalyst [catalyst@Nightstar-mv67sr.dab.02.net] has joined #code |
15:15 | | catalyst_ [catalyst@Nightstar-7js2hd.dab.02.net] has quit [Ping timeout: 121 seconds] |
17:14 | | Kindamoody|afk is now known as Kindamoody |
17:21 | | catalyst [catalyst@Nightstar-mv67sr.dab.02.net] has quit [[NS] Quit: -a- Connection Timed Out] |
17:21 | | catalyst [catalyst@Nightstar-mv67sr.dab.02.net] has joined #code |
18:17 | < Yossarian> | 05:23:03 <@ErikMesoy> Pretty much. Maybe I should just link site, not just discuss the abstraction: http://maistre.uni.cx:70/Texts/Philosophy |
18:18 | < Yossarian> | Missing some important works. |
19:51 | | Kindamoody is now known as Kindamoody|out |
21:07 | | Kindamoody|out is now known as Kindamoody |
21:11 | <~Vornicus> | Ok "pixels" - vornonoi to the rescue; I can create the right number of points, duplicate 8 times to fill in the king's move blocks, then voronoi and relax, reduplicate, do a couple more times until I'm satisfied with how they look. |
21:14 | <~Vornicus> | then filter out clipped-away polys and I'll have a set of non-square pixels that I can tile. |
21:45 | | catalyst [catalyst@Nightstar-mv67sr.dab.02.net] has quit [Ping timeout: 121 seconds] |
21:46 | | catalyst [catalyst@Nightstar-j00nqq.dab.02.net] has joined #code |
22:54 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
22:55 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
23:46 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
--- Log closed Wed Aug 19 00:00:24 2020 |