Logs: freenode/#haskell
| 2020-09-29 20:30:43 | × | DirefulSalt quits (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) (Remote host closed the connection) |
| 2020-09-29 20:31:10 | <monochrom> | But you don't go around sending unassigned codepoints to people :) |
| 2020-09-29 20:31:14 | <dolio> | What is the purpose of that? |
| 2020-09-29 20:31:17 | <dolio> | Terminating your strings? |
| 2020-09-29 20:31:32 | <monochrom> | Ah, FFFE and FFFF would be Surrogate. You want to watch out for them especially. |
| 2020-09-29 20:31:33 | <EvanR> | FFFE is used for detecting byte order in utf-16 |
| 2020-09-29 20:31:41 | <EvanR> | FFFF not sure |
| 2020-09-29 20:31:44 | <dolio> | Ah. |
| 2020-09-29 20:32:10 | <monochrom> | Actually I am only sure that FFFE is surrogate. haven't checked FFFF, could be NotAssigned |
| 2020-09-29 20:32:38 | <koz_> | @pl \i x -> foo (bar i) x |
| 2020-09-29 20:32:38 | <lambdabot> | foo . bar |
| 2020-09-29 20:34:18 | <monochrom> | Generally the whole surrogate block, from today's POV, is a relic of backward compatibility to utf-16. |
| 2020-09-29 20:34:25 | <EvanR> | FEFF is a byte order mark |
| 2020-09-29 20:34:42 | × | Kaiepi quits (~Kaiepi@nwcsnbsc03w-47-55-157-9.dhcp-dynamic.fibreop.nb.bellaliant.net) (Remote host closed the connection) |
| 2020-09-29 20:35:22 | <EvanR> | so it's possible to see FFFE in utf-16 encoded bytes, so it can't be used as a character too |
| 2020-09-29 20:36:36 | <EvanR> | surrogates are for doing stuff beyond FFFF |
| 2020-09-29 20:36:48 | × | mu_ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 20:37:16 | → | mu_ joins (~mu@unaffiliated/mu) |
| 2020-09-29 20:38:19 | <monochrom> | oops, FFFE is NotAssigned |
| 2020-09-29 20:38:49 | <EvanR> | NotAssignInFactNeverWillBeAssignedDueToReasons |
| 2020-09-29 20:38:58 | <monochrom> | Yeah |
| 2020-09-29 20:39:11 | × | ryansmccoy quits (~ryansmcco@156.96.151.132) (Ping timeout: 260 seconds) |
| 2020-09-29 20:39:14 | <koz_> | Won'tAssign |
| 2020-09-29 20:39:50 | → | ryansmccoy joins (~ryansmcco@156.96.151.132) |
| 2020-09-29 20:39:58 | <monochrom> | Surrogates are the D8xx block and the DCxx block. |
| 2020-09-29 20:41:31 | × | sw1nn quits (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) (Quit: WeeChat 2.9) |
| 2020-09-29 20:41:37 | × | carldd1 quits (~carldd@90-224-49-113-no56.tbcn.telia.com) (Read error: Connection reset by peer) |
| 2020-09-29 20:42:40 | <monochrom> | Ah, even that is inaccurate. (The two blocks are each much larger.) I'll shut up now. |
| 2020-09-29 20:42:48 | → | sw1nn joins (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) |
| 2020-09-29 20:42:51 | <EvanR> | the byte reversed surrogates are "non characters" |
| 2020-09-29 20:43:04 | <EvanR> | according to this http://www.unicode.org/faq/private_use.html there are 66 non-characters |
| 2020-09-29 20:44:17 | → | blissful joins (~azuline@unaffiliated/azuline) |
| 2020-09-29 20:44:23 | × | raehik quits (~raehik@cpc96984-rdng25-2-0-cust109.15-3.cable.virginm.net) (Ping timeout: 260 seconds) |
| 2020-09-29 20:44:51 | → | raehik joins (~raehik@cpc96984-rdng25-2-0-cust109.15-3.cable.virginm.net) |
| 2020-09-29 20:45:04 | <monochrom> | fun stuff |
| 2020-09-29 20:45:26 | <monochrom> | Math is so much easier. :) |
| 2020-09-29 20:45:28 | <koz_> | Conclusion: Writing is hard, we should go back to being illiterate. |
| 2020-09-29 20:45:31 | × | coot quits (~coot@37.30.59.210.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
| 2020-09-29 20:45:37 | <monochrom> | I think we did? |
| 2020-09-29 20:45:55 | <monochrom> | The whole reason why GUI and icons as opposed to CLI. |
| 2020-09-29 20:47:03 | <monochrom> | It's like we decided that the Phoenician way (alphabet) is too hard, let's go back to the Egyptian way (icons). |
| 2020-09-29 20:47:03 | × | mu_ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 20:47:16 | → | mu__ joins (~mu@unaffiliated/mu) |
| 2020-09-29 20:47:35 | <EvanR> | normal fractions are too hard, go back to egyptian fractions |
| 2020-09-29 20:47:51 | → | systemhalted joins (~aqualogic@71-129-231-253.lightspeed.rcsntx.sbcglobal.net) |
| 2020-09-29 20:47:55 | <koz_> | Normal construction is too hard, go back to Egyptian construction. |
| 2020-09-29 20:48:05 | <koz_> | [insert the Ancient Aliens meme] |
| 2020-09-29 20:48:38 | <koz_> | https://i.imgflip.com/4gq65v.jpg |
| 2020-09-29 20:48:53 | <EvanR> | hey man, if i can learn some chinese after the age of 3 maybe there's hope for us all |
| 2020-09-29 20:49:13 | <monochrom> | Good for you. |
| 2020-09-29 20:49:33 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-09-29 20:49:39 | × | systemhalted quits (~aqualogic@71-129-231-253.lightspeed.rcsntx.sbcglobal.net) (Remote host closed the connection) |
| 2020-09-29 20:49:55 | <monochrom> | But don't mistake your special gift for universal human trait. |
| 2020-09-29 20:50:01 | <EvanR> | that's what i'm saying |
| 2020-09-29 20:50:29 | → | carldd1 joins (~carldd@90-224-49-113-no56.tbcn.telia.com) |
| 2020-09-29 20:50:52 | <EvanR> | somehow people can look at random squiggles and it means something |
| 2020-09-29 20:50:57 | → | GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-09-29 20:50:57 | × | GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-09-29 20:50:57 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-09-29 20:51:19 | × | kw quits (ac4a6125@cpe-172-74-97-37.nc.res.rr.com) (Ping timeout: 245 seconds) |
| 2020-09-29 20:52:19 | → | mtae joins (uid179115@gateway/web/irccloud.com/x-cumufbtgommkesrd) |
| 2020-09-29 20:55:29 | × | mmohammadi9812 quits (~mmohammad@5.238.179.190) (Quit: I quit (╯°□°)╯︵ ┻━┻) |
| 2020-09-29 20:56:56 | × | mu__ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 20:57:15 | → | mu_ joins (~mu@unaffiliated/mu) |
| 2020-09-29 21:00:02 | × | byte[]1 quits (~byte]@84.39.116.180) () |
| 2020-09-29 21:00:03 | → | isovector1 joins (~isovector@172.103.216.166.cable.tpia.cipherkey.com) |
| 2020-09-29 21:00:33 | → | snakemasterflex joins (~snakemast@213.100.206.23) |
| 2020-09-29 21:01:18 | × | mananamenos quits (~mananamen@84.122.202.215.dyn.user.ono.com) (Ping timeout: 260 seconds) |
| 2020-09-29 21:01:33 | → | justsomeguy joins (~justsomeg@216.186.218.241) |
| 2020-09-29 21:01:33 | × | justsomeguy quits (~justsomeg@216.186.218.241) (Changing host) |
| 2020-09-29 21:01:33 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2020-09-29 21:02:38 | → | thir joins (~thir@p200300f27f0fc60094e773283d7bf825.dip0.t-ipconnect.de) |
| 2020-09-29 21:04:23 | → | knupfer joins (~Thunderbi@200116b82c08f600492c838d09b9ddcd.dip.versatel-1u1.de) |
| 2020-09-29 21:05:18 | → | bitmagie joins (~Thunderbi@200116b80673370090ed3453f880395e.dip.versatel-1u1.de) |
| 2020-09-29 21:06:42 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 256 seconds) |
| 2020-09-29 21:06:49 | × | mu_ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 21:06:49 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 264 seconds) |
| 2020-09-29 21:07:17 | → | mu_ joins (~mu@unaffiliated/mu) |
| 2020-09-29 21:07:32 | × | luke quits (~luke@bitnomial/staff/luke) (Quit: sleep) |
| 2020-09-29 21:09:02 | × | bitmagie quits (~Thunderbi@200116b80673370090ed3453f880395e.dip.versatel-1u1.de) (Client Quit) |
| 2020-09-29 21:12:43 | → | mnrmnaughmnrgle joins (~mnrmnaugh@unaffiliated/mnrmnaugh) |
| 2020-09-29 21:12:47 | → | borne joins (~fritjof@200116b864231000537d5cc8226f9d9f.dip.versatel-1u1.de) |
| 2020-09-29 21:14:42 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 260 seconds) |
| 2020-09-29 21:14:51 | × | knupfer quits (~Thunderbi@200116b82c08f600492c838d09b9ddcd.dip.versatel-1u1.de) (Quit: knupfer) |
| 2020-09-29 21:15:03 | → | knupfer joins (~Thunderbi@200116b82c08f600518a782c5c52e58a.dip.versatel-1u1.de) |
| 2020-09-29 21:15:18 | × | hyperisco quits (~hyperisco@d192-186-117-226.static.comm.cgocable.net) (Ping timeout: 260 seconds) |
| 2020-09-29 21:17:03 | × | mu_ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 21:17:17 | → | mu__ joins (~mu@unaffiliated/mu) |
| 2020-09-29 21:20:28 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2020-09-29 21:24:04 | × | __monty__ quits (~toonn@unaffiliated/toonn) (Quit: leaving) |
| 2020-09-29 21:24:59 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2020-09-29 21:25:58 | → | hyperisco joins (~hyperisco@d192-186-117-226.static.comm.cgocable.net) |
| 2020-09-29 21:26:49 | × | mu__ quits (~mu@unaffiliated/mu) (Read error: Connection reset by peer) |
| 2020-09-29 21:27:09 | → | dhil joins (~dhil@11.29.39.217.dyn.plus.net) |
| 2020-09-29 21:27:24 | → | mu_ joins (~mu@unaffiliated/mu) |
| 2020-09-29 21:28:07 | × | filwisher quits (~filwisher@cpc76738-dals23-2-0-cust186.20-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2020-09-29 21:28:26 | hololeap | will build a colossal truncated dodecahedron out of peat moss |
| 2020-09-29 21:28:50 | <pjb> | That's a plan. |
| 2020-09-29 21:30:27 | × | knupfer quits (~Thunderbi@200116b82c08f600518a782c5c52e58a.dip.versatel-1u1.de) (Ping timeout: 260 seconds) |
| 2020-09-29 21:30:36 | × | Ariakenom quits (~Ariakenom@h-82-196-111-138.NA.cust.bahnhof.se) (Quit: Leaving) |
All times are in UTC.