2024-04-25 00:00:34 +0200 | chiselfuse | (~chiselfus@user/chiselfuse) (Remote host closed the connection) |
2024-04-25 00:03:12 +0200 | <haskellbridge> | <irregularsphere> (continuning discussion about exofunctors) by the way, I realized my code snippet's problem is at `<*>` because that does not appear in the traditional definition of a lax monoidal functor, rather only on Haskell (with their `id f a = f a`) |
2024-04-25 00:03:32 +0200 | <haskellbridge> | <irregularsphere> could have realized this sooner, I know |
2024-04-25 00:04:31 +0200 | <haskellbridge> | <irregularsphere> also, I found freelude which is interesting too |
2024-04-25 00:04:59 +0200 | raehik | (~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) |
2024-04-25 00:05:08 +0200 | <ncf> | what problem? |
2024-04-25 00:06:27 +0200 | <ncf> | haskell's definition is something like a lax closed functor, which are equivalent to lax monoidal functors between monoidal closed categories |
2024-04-25 00:07:04 +0200 | Lears | (~Leary]@user/Leary/x-0910699) (Ping timeout: 255 seconds) |
2024-04-25 00:08:01 +0200 | <ncf> | but yes it looks like constraining x -> y is a bit random |
2024-04-25 00:08:46 +0200 | <ncf> | i guess you need that because of the precondition thing on FuncOf? |
2024-04-25 00:12:23 +0200 | peterbecich | (~Thunderbi@47.229.123.186) |
2024-04-25 00:15:04 +0200 | <ncf> | i guess the issue here is that Eq is not a *closed* subcategory of Hask |
2024-04-25 00:15:30 +0200 | <ncf> | so you can get away with ConsMonoidal but not ConsApplicative |
2024-04-25 00:18:29 +0200 | <haskellbridge> | <irregularsphere> ncf: constraints asking for too much, e.g. `a (x -> y)` |
2024-04-25 00:18:48 +0200 | <haskellbridge> | <irregularsphere> I need the precondition because of `(<*>) = liftA2 id` |
2024-04-25 00:19:14 +0200 | <haskellbridge> | <irregularsphere> and `liftA2 f a = (<*>) fmapC (f a)` |
2024-04-25 00:20:23 +0200 | raehik | (~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 268 seconds) |
2024-04-25 00:20:39 +0200 | <haskellbridge> | <irregularsphere> `liftA2 f a = (<*> (fmapC f a))*` |
2024-04-25 00:21:32 +0200 | <haskellbridge> | <irregularsphere> since `f :: x -> y -> z` then `fmapC` implies `a x, a (y -> z)`, thus `(<*>) fs as = liftA2 id` and `id :: (x -> y) -> x -> y` implies `a (x -> y)` |
2024-04-25 00:23:04 +0200 | <haskellbridge> | <irregularsphere> and yes haskell's Applicative is that (I don't know what a lax closed functor is specifically) but after constraining you don't see `a (x -> y)` that much |
2024-04-25 00:23:23 +0200 | cyphase | (~cyphase@user/cyphase) (Quit: cyphase.com) |
2024-04-25 00:24:32 +0200 | <haskellbridge> | <irregularsphere> I realized `<*>`'s type signature is `f (x -> y) -> f x- > f y`, since `f` is assumed to work on values of `a` then `f (x -> y)` does not make much sense either |
2024-04-25 00:24:38 +0200 | <ncf> | https://ncatlab.org/nlab/show/closed+functor |
2024-04-25 00:25:30 +0200 | <haskellbridge> | <irregularsphere> ah |
2024-04-25 00:25:49 +0200 | <haskellbridge> | <irregularsphere> so my code snippet only works on closed subcategories |
2024-04-25 00:27:29 +0200 | <haskellbridge> | <irregularsphere> well then I guess it being specifically a closed subcategory is not good! imagine `Eq (x -> y)` |
2024-04-25 00:29:35 +0200 | cyphase | (~cyphase@user/cyphase) |
2024-04-25 00:31:56 +0200 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
2024-04-25 00:37:02 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 00:37:06 +0200 | Pixi__ | (~Pixi@user/pixi) (Quit: Leaving) |
2024-04-25 00:37:53 +0200 | Pixi | (~Pixi@user/pixi) |
2024-04-25 00:39:13 +0200 | oo_miguel | (~Thunderbi@78-11-181-16.static.ip.netia.com.pl) (Ping timeout: 256 seconds) |
2024-04-25 00:45:40 +0200 | waldo | (~waldo@user/waldo) (Ping timeout: 268 seconds) |
2024-04-25 00:45:45 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 00:46:31 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 00:46:46 +0200 | sawilagar | (~sawilagar@user/sawilagar) (Ping timeout: 246 seconds) |
2024-04-25 00:51:10 +0200 | waldo | (~waldo@user/waldo) |
2024-04-25 00:51:55 +0200 | sroso | (~sroso@user/SrOso) |
2024-04-25 00:52:22 +0200 | sroso | (~sroso@user/SrOso) (Max SendQ exceeded) |
2024-04-25 00:56:10 +0200 | phma_ | (~phma@2001:5b0:210f:7f28:c0a7:813e:87a3:391e) |
2024-04-25 00:56:38 +0200 | phma | (phma@2001:5b0:2172:c758:72f8:9d6a:4a7b:7a0f) (Read error: Connection reset by peer) |
2024-04-25 00:57:48 +0200 | waldo | (~waldo@user/waldo) (Quit: waldo) |
2024-04-25 00:58:02 +0200 | waldo | (~waldo@user/waldo) |
2024-04-25 00:58:10 +0200 | sroso | (~sroso@user/SrOso) |
2024-04-25 01:04:28 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) |
2024-04-25 01:07:25 +0200 | zwrv | (~yin@user/zero) (Ping timeout: 246 seconds) |
2024-04-25 01:13:29 +0200 | ph88 | (~ph88@91.64.63.48) (Remote host closed the connection) |
2024-04-25 01:13:30 +0200 | chiselfu1e | (~chiselfus@user/chiselfuse) (Remote host closed the connection) |
2024-04-25 01:14:17 +0200 | zwrv | (~yin@user/zero) |
2024-04-25 01:14:28 +0200 | chiselfuse | (~chiselfus@user/chiselfuse) |
2024-04-25 01:19:57 +0200 | peterbecich | (~Thunderbi@47.229.123.186) (Ping timeout: 255 seconds) |
2024-04-25 01:24:00 +0200 | mima | (~mmh@aftr-62-216-211-51.dynamic.mnet-online.de) (Ping timeout: 255 seconds) |
2024-04-25 01:40:11 +0200 | philopsos | (~caecilius@user/philopsos) |
2024-04-25 01:49:48 +0200 | trev | (~trev@user/trev) (Ping timeout: 268 seconds) |
2024-04-25 01:51:08 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2024-04-25 01:51:24 +0200 | trev | (~trev@user/trev) |
2024-04-25 01:55:40 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) (Remote host closed the connection) |
2024-04-25 01:58:00 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out) |
2024-04-25 02:04:19 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) |
2024-04-25 02:21:15 +0200 | xff0x | (~xff0x@2405:6580:b080:900:a709:5227:95bf:dd51) (Ping timeout: 268 seconds) |
2024-04-25 02:31:04 +0200 | kilolympus | (~kilolympu@31.205.200.246) |
2024-04-25 02:41:43 +0200 | raehik | (~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) |
2024-04-25 02:43:37 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
2024-04-25 02:49:28 +0200 | attebregge | (~adam@user/attebregge) |
2024-04-25 02:50:26 +0200 | zwrv | zzz |
2024-04-25 02:51:14 +0200 | zzz | yin |
2024-04-25 02:53:21 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) |
2024-04-25 02:54:22 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) (Remote host closed the connection) |
2024-04-25 02:55:08 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) |
2024-04-25 02:56:47 +0200 | waldo | (~waldo@user/waldo) (Ping timeout: 260 seconds) |
2024-04-25 03:03:49 +0200 | Katarushisu1 | (~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) (Quit: Ping timeout (120 seconds)) |
2024-04-25 03:04:02 +0200 | demon-cat | (~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net) (Remote host closed the connection) |
2024-04-25 03:04:08 +0200 | Katarushisu1 | (~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) |
2024-04-25 03:04:25 +0200 | demon-cat | (~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net) |
2024-04-25 03:09:08 +0200 | yin | (~yin@user/zero) (Ping timeout: 260 seconds) |
2024-04-25 03:10:48 +0200 | yin | (~yin@user/zero) |
2024-04-25 03:23:34 +0200 | tri | (~tri@ool-18bc2e74.dyn.optonline.net) |
2024-04-25 03:27:50 +0200 | tri | (~tri@ool-18bc2e74.dyn.optonline.net) (Ping timeout: 245 seconds) |
2024-04-25 03:29:12 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 03:29:14 +0200 | peterbecich | (~Thunderbi@47.229.123.186) |
2024-04-25 03:29:45 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 03:32:08 +0200 | ghost_ | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 03:35:24 +0200 | otto_s | (~user@p5b0445f5.dip0.t-ipconnect.de) (Ping timeout: 255 seconds) |
2024-04-25 03:37:02 +0200 | otto_s | (~user@p5b04436d.dip0.t-ipconnect.de) |
2024-04-25 03:51:07 +0200 | ghost_ | totalghost |
2024-04-25 03:52:40 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Changing host) |
2024-04-25 03:52:40 +0200 | totalghost | (~ghost@user/totalghost) |
2024-04-25 03:57:34 +0200 | totalghost | (~ghost@user/totalghost) (Quit: leaving) |
2024-04-25 03:57:49 +0200 | ghost_ | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 03:57:53 +0200 | ghost_ | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Client Quit) |
2024-04-25 03:58:21 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 03:58:48 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Changing host) |
2024-04-25 03:58:48 +0200 | totalghost | (~ghost@user/totalghost) |
2024-04-25 04:03:31 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) (Ping timeout: 260 seconds) |
2024-04-25 04:06:03 +0200 | raehik | (~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Quit: WeeChat 4.2.2) |
2024-04-25 04:07:12 +0200 | dsrt^ | (~cd@c-98-242-74-66.hsd1.ga.comcast.net) |
2024-04-25 04:07:17 +0200 | yin | (~yin@user/zero) (Ping timeout: 240 seconds) |
2024-04-25 04:09:24 +0200 | yin | (~yin@user/zero) |
2024-04-25 04:11:50 +0200 | kaskal | (~kaskal@2001:4bb8:2d2:1257:60b1:1057:17df:5755) (Read error: Connection reset by peer) |
2024-04-25 04:12:07 +0200 | kaskal | (~kaskal@089144220117.atnat0029.highway.webapn.at) |
2024-04-25 04:16:56 +0200 | phma_ | phma |
2024-04-25 04:23:45 +0200 | dsrt^ | (~cd@c-98-242-74-66.hsd1.ga.comcast.net) (Remote host closed the connection) |
2024-04-25 04:26:36 +0200 | peterbecich | (~Thunderbi@47.229.123.186) (Ping timeout: 260 seconds) |
2024-04-25 04:30:26 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection) |
2024-04-25 04:30:35 +0200 | totalghost | (~ghost@user/totalghost) (Ping timeout: 264 seconds) |
2024-04-25 04:30:53 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
2024-04-25 04:34:30 +0200 | td_ | (~td@i5387093D.versanet.de) (Ping timeout: 245 seconds) |
2024-04-25 04:36:22 +0200 | td_ | (~td@i5387092A.versanet.de) |
2024-04-25 04:39:39 +0200 | phma | (~phma@2001:5b0:210f:7f28:c0a7:813e:87a3:391e) (Read error: Connection reset by peer) |
2024-04-25 04:40:33 +0200 | phma | (~phma@host-67-44-208-48.hnremote.net) |
2024-04-25 04:41:02 +0200 | Inst | (~Inst@user/Inst) |
2024-04-25 04:45:55 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 04:51:38 +0200 | <haskellbridge> | <irregularsphere> ...right, the FuncOf precondition is probably not needed anyway |
2024-04-25 04:52:04 +0200 | <haskellbridge> | <irregularsphere> should I make a library out of this after polishing? seems promising |
2024-04-25 04:56:25 +0200 | madeleine-sydney | (~madeleine@c-76-155-235-153.hsd1.co.comcast.net) |
2024-04-25 04:57:43 +0200 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) (Quit: Connection closed for inactivity) |
2024-04-25 05:00:35 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) |
2024-04-25 05:09:32 +0200 | foul_owl | (~kerry@185.216.231.182) (Ping timeout: 260 seconds) |
2024-04-25 05:15:11 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Ping timeout: 256 seconds) |
2024-04-25 05:15:32 +0200 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) |
2024-04-25 05:20:35 +0200 | aforemny_ | (~aforemny@i59f516e0.versanet.de) (Ping timeout: 252 seconds) |
2024-04-25 05:21:19 +0200 | aforemny | (~aforemny@i59F516E4.versanet.de) |
2024-04-25 05:25:30 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 05:26:34 +0200 | waleee | (~waleee@h-176-10-144-38.NA.cust.bahnhof.se) (Ping timeout: 268 seconds) |
2024-04-25 05:27:07 +0200 | foul_owl | (~kerry@185.219.141.160) |
2024-04-25 05:29:12 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 05:29:42 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 05:32:53 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 05:34:26 +0200 | yin | (~yin@user/zero) |
2024-04-25 05:53:21 +0200 | Square | (~Square@user/square) |
2024-04-25 06:03:13 +0200 | madeleine-sydney | (~madeleine@c-76-155-235-153.hsd1.co.comcast.net) (Quit: Konversation terminated!) |
2024-04-25 06:04:25 +0200 | _ht | (~Thunderbi@28-52-174-82.ftth.glasoperator.nl) |
2024-04-25 06:04:41 +0200 | <Inst> | wait, Int is magical, right? |
2024-04-25 06:04:57 +0200 | <Inst> | Int, Char, etc, they should evaluate to Int# Thunk |
2024-04-25 06:05:05 +0200 | <Inst> | Char# Thunk |
2024-04-25 06:05:19 +0200 | tri | (~tri@ool-18bc2e74.dyn.optonline.net) |
2024-04-25 06:08:09 +0200 | michalz | (~michalz@185.246.207.218) |
2024-04-25 06:13:43 +0200 | kshube | (~kshube@2406:7400:56:7ccd:eb5a:72e4:5bef:2a2e) |
2024-04-25 06:14:47 +0200 | <c_wraith> | Int is not magical, other than the constructor name. Int# is magical |
2024-04-25 06:15:41 +0200 | <c_wraith> | Int is the regular Haskell wrapper around the magic Int# |
2024-04-25 06:18:15 +0200 | kshube | (~kshube@2406:7400:56:7ccd:eb5a:72e4:5bef:2a2e) (Ping timeout: 245 seconds) |
2024-04-25 06:18:31 +0200 | kshube | (~kshube@49.207.195.24) |
2024-04-25 06:31:10 +0200 | yin | (~yin@user/zero) (Ping timeout: 246 seconds) |
2024-04-25 06:33:00 +0200 | yin | (~yin@user/zero) |
2024-04-25 06:36:21 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) |
2024-04-25 06:43:02 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) (Ping timeout: 268 seconds) |
2024-04-25 06:43:34 +0200 | rosco | (~rosco@yp-146-6.tm.net.my) |
2024-04-25 06:45:59 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) (Ping timeout: 256 seconds) |
2024-04-25 06:51:23 +0200 | rosco | (~rosco@yp-146-6.tm.net.my) (Quit: Lost terminal) |
2024-04-25 06:51:38 +0200 | rosco | (~rosco@yp-146-6.tm.net.my) |
2024-04-25 06:56:10 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) (Ping timeout: 245 seconds) |
2024-04-25 07:04:01 +0200 | destituion | (~destituio@85.221.111.174) |
2024-04-25 07:05:28 +0200 | euleritian | (~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Ping timeout: 246 seconds) |
2024-04-25 07:06:39 +0200 | euleritian | (~euleritia@dynamic-176-004-206-216.176.4.pool.telefonica.de) |
2024-04-25 07:10:50 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 07:11:25 +0200 | euleritian | (~euleritia@dynamic-176-004-206-216.176.4.pool.telefonica.de) (Read error: Connection reset by peer) |
2024-04-25 07:11:42 +0200 | euleritian | (~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) |
2024-04-25 07:17:00 +0200 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
2024-04-25 07:17:09 +0200 | euleritian | (~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Read error: Connection reset by peer) |
2024-04-25 07:17:17 +0200 | yin | (~yin@user/zero) |
2024-04-25 07:18:43 +0200 | euleritian | (~euleritia@dynamic-176-004-206-216.176.4.pool.telefonica.de) |
2024-04-25 07:23:24 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 07:26:25 +0200 | zetef | (~quassel@5.2.182.98) |
2024-04-25 07:30:08 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 07:34:13 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 07:35:00 +0200 | attebregge | (~adam@user/attebregge) (Quit: Lost terminal) |
2024-04-25 07:37:18 +0200 | acidjnk | (~acidjnk@p200300d6e714dc7109d5fea24ae1df5e.dip0.t-ipconnect.de) |
2024-04-25 07:37:28 +0200 | danso | (~danso@user/danso) (Ping timeout: 256 seconds) |
2024-04-25 07:37:37 +0200 | danso_o | (~danso@user/danso) |
2024-04-25 07:50:29 +0200 | tri | (~tri@ool-18bc2e74.dyn.optonline.net) (Remote host closed the connection) |
2024-04-25 07:52:11 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Ping timeout: 264 seconds) |
2024-04-25 07:52:50 +0200 | <dminuoso> | In fact, Int will evaluate to Int. |
2024-04-25 07:52:57 +0200 | <dminuoso> | It's a box around Int# |
2024-04-25 07:53:15 +0200 | <dminuoso> | While GHC will aggressively try to unbox Int, you cannot rely on that. |
2024-04-25 07:59:21 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 08:16:20 +0200 | phma | (~phma@host-67-44-208-48.hnremote.net) (Read error: Connection reset by peer) |
2024-04-25 08:17:16 +0200 | phma | (~phma@2001:5b0:212a:83b8:81d8:7229:2d03:5112) |
2024-04-25 08:17:23 +0200 | mima | (~mmh@aftr-62-216-211-38.dynamic.mnet-online.de) |
2024-04-25 08:27:49 +0200 | zetef | (~quassel@5.2.182.98) (Remote host closed the connection) |
2024-04-25 08:30:31 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 08:33:51 +0200 | renpose | (~renpose@user/renpose) |
2024-04-25 08:37:02 +0200 | <renpose> | So I'm using HKD with the barbies package, and I ended up writing `newtype F a f = F (f a) deriving (Generic, FunctorB, ApplicativeB, TraversableB)` since I cannot use `type TyF f = Identity (f Ty)` and use `TyF` partially applied in a type family. What is `F`? Surely it has a name? |
2024-04-25 08:38:12 +0200 | <renpose> | Is it just a higher-kinded version of the identity functor? |
2024-04-25 08:41:59 +0200 | <dminuoso> | renpose: Mmm, it's a kind of lifted ($) I guess. |
2024-04-25 08:42:57 +0200 | <dminuoso> | Apply might be a suitable name, though semigroupoids uses it for something else (namely Applicative sans pure) |
2024-04-25 08:43:12 +0200 | <dminuoso> | Or you could just call it Dollar. :-) |
2024-04-25 08:43:32 +0200 | <dminuoso> | Or you could just straight up name it :$ or :$: |
2024-04-25 08:43:34 +0200 | <renpose> | `($) == flip id` isn't it? |
2024-04-25 08:43:45 +0200 | <dminuoso> | No, ($) = id. |
2024-04-25 08:43:46 +0200 | <renpose> | I like :$: |
2024-04-25 08:44:08 +0200 | <renpose> | Oh yeah, brainfart |
2024-04-25 08:45:35 +0200 | <jackdk> | it's more like `(&) = flip ($)`, no? |
2024-04-25 08:47:41 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) (Ping timeout: 256 seconds) |
2024-04-25 08:50:42 +0200 | oo_miguel | (~Thunderbi@78-11-181-16.static.ip.netia.com.pl) |
2024-04-25 08:53:22 +0200 | euleritian | (~euleritia@dynamic-176-004-206-216.176.4.pool.telefonica.de) (Read error: Connection reset by peer) |
2024-04-25 08:53:43 +0200 | euleritian | (~euleritia@77.22.252.56) |
2024-04-25 08:54:00 +0200 | yin | (~yin@user/zero) (Ping timeout: 260 seconds) |
2024-04-25 08:55:31 +0200 | yin | (~yin@user/zero) |
2024-04-25 08:55:32 +0200 | euleritian | (~euleritia@77.22.252.56) (Read error: Connection reset by peer) |
2024-04-25 08:56:20 +0200 | euleritian | (~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) |
2024-04-25 08:58:44 +0200 | ft | (~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving) |
2024-04-25 09:03:03 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) |
2024-04-25 09:06:40 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 09:08:01 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 09:16:53 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Ping timeout: 268 seconds) |
2024-04-25 09:18:48 +0200 | renpose | (~renpose@user/renpose) (Quit: Client closed) |
2024-04-25 09:24:51 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-04-25 09:25:11 +0200 | random-jellyfish | (~developer@user/random-jellyfish) |
2024-04-25 09:31:35 +0200 | kshube | (~kshube@49.207.195.24) (Ping timeout: 245 seconds) |
2024-04-25 09:36:04 +0200 | zetef | (~quassel@5.2.182.98) |
2024-04-25 09:37:45 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) |
2024-04-25 09:38:41 +0200 | zetef | (~quassel@5.2.182.98) (Remote host closed the connection) |
2024-04-25 09:47:07 +0200 | destituion | (~destituio@85.221.111.174) (Ping timeout: 255 seconds) |
2024-04-25 09:47:26 +0200 | causal | (~eric@50.35.88.207) |
2024-04-25 09:49:26 +0200 | danza_ | (~francesco@151.43.170.223) |
2024-04-25 09:50:35 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) |
2024-04-25 09:53:42 +0200 | rosco | (~rosco@yp-146-6.tm.net.my) (Quit: Lost terminal) |
2024-04-25 09:55:25 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 09:57:28 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) |
2024-04-25 09:57:30 +0200 | waldo | (~waldo@user/waldo) |
2024-04-25 10:00:45 +0200 | Square | (~Square@user/square) (Ping timeout: 245 seconds) |
2024-04-25 10:05:24 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) (Read error: Connection reset by peer) |
2024-04-25 10:06:39 +0200 | destituion | (~destituio@193.91.180.222) |
2024-04-25 10:06:41 +0200 | gmg | (~user@user/gehmehgeh) |
2024-04-25 10:12:43 +0200 | Square | (~Square@user/square) |
2024-04-25 10:14:51 +0200 | waldo | (~waldo@user/waldo) (Ping timeout: 252 seconds) |
2024-04-25 10:16:39 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 10:25:51 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 10:34:26 +0200 | yin | (~yin@user/zero) |
2024-04-25 10:36:28 +0200 | danza__ | (~francesco@151.37.242.9) |
2024-04-25 10:37:02 +0200 | gooba | (~gooba@90-231-13-185-no3430.tbcn.telia.com) (Remote host closed the connection) |
2024-04-25 10:39:15 +0200 | danza_ | (~francesco@151.43.170.223) (Ping timeout: 260 seconds) |
2024-04-25 10:41:32 +0200 | gooba | (~gooba@90-231-13-185-no3430.tbcn.telia.com) |
2024-04-25 10:41:36 +0200 | gooba | (~gooba@90-231-13-185-no3430.tbcn.telia.com) (Remote host closed the connection) |
2024-04-25 10:42:07 +0200 | econo_ | (uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity) |
2024-04-25 10:48:08 +0200 | [Leary] | (~Leary]@user/Leary/x-0910699) |
2024-04-25 10:49:01 +0200 | sroso | (~sroso@user/SrOso) (Read error: Connection reset by peer) |
2024-04-25 10:51:34 +0200 | tzh | (~tzh@c-73-164-206-160.hsd1.or.comcast.net) (Quit: zzz) |
2024-04-25 10:57:47 +0200 | danse-nr3 | (~danse-nr3@151.37.242.9) |
2024-04-25 10:57:55 +0200 | danse-nr3 | (~danse-nr3@151.37.242.9) (Remote host closed the connection) |
2024-04-25 11:03:40 +0200 | danza__ | (~francesco@151.37.242.9) (Ping timeout: 245 seconds) |
2024-04-25 11:06:02 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:f849:272c:fda5:33c9) (Ping timeout: 268 seconds) |
2024-04-25 11:08:14 +0200 | zmt01 | (~zmt00@user/zmt00) |
2024-04-25 11:08:53 +0200 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
2024-04-25 11:11:10 +0200 | zmt00 | (~zmt00@user/zmt00) (Ping timeout: 245 seconds) |
2024-04-25 11:11:23 +0200 | ph88 | (~ph88@ip5b403f30.dynamic.kabel-deutschland.de) |
2024-04-25 11:14:30 +0200 | gmg | (~user@user/gehmehgeh) |
2024-04-25 11:15:02 +0200 | srk | (~sorki@user/srk) (Quit: ZNC 1.8.1 - https://znc.in) |
2024-04-25 11:21:37 +0200 | Guest95 | (~Guest95@217.7.130.9) |
2024-04-25 11:23:55 +0200 | random-jellyfish | (~developer@user/random-jellyfish) (Ping timeout: 268 seconds) |
2024-04-25 11:31:30 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:70c3:4ccf:73d4:2185) |
2024-04-25 11:31:43 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 11:32:50 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Ping timeout: 245 seconds) |
2024-04-25 11:39:08 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:70c3:4ccf:73d4:2185) (Remote host closed the connection) |
2024-04-25 11:44:04 +0200 | destituion | (~destituio@193.91.180.222) (Ping timeout: 246 seconds) |
2024-04-25 11:45:04 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) |
2024-04-25 11:51:57 +0200 | sawilagar | (~sawilagar@user/sawilagar) |
2024-04-25 11:54:01 +0200 | euleritian | (~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Ping timeout: 255 seconds) |
2024-04-25 11:56:40 +0200 | Square | (~Square@user/square) (Ping timeout: 246 seconds) |
2024-04-25 11:56:59 +0200 | chele | (~chele@user/chele) |
2024-04-25 12:00:04 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) (Read error: Connection reset by peer) |
2024-04-25 12:01:32 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 12:01:50 +0200 | destituion | (~destituio@85.221.111.174) |
2024-04-25 12:04:15 +0200 | Guest95 | (~Guest95@217.7.130.9) (Quit: Client closed) |
2024-04-25 12:13:20 +0200 | __monty__ | (~toonn@user/toonn) |
2024-04-25 12:47:19 +0200 | Lord_of_Life_ | (~Lord@user/lord-of-life/x-2819915) |
2024-04-25 12:47:50 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 245 seconds) |
2024-04-25 12:48:25 +0200 | yeitrafferin | (~user@2a04:4540:7213:4d00:b9b0:d2b9:e58a:8d24) |
2024-04-25 12:48:44 +0200 | Lord_of_Life_ | Lord_of_Life |
2024-04-25 12:51:36 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
2024-04-25 12:57:47 +0200 | berberman | (~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-04-25 12:58:31 +0200 | berberman | (~berberman@user/berberman) |
2024-04-25 13:03:11 +0200 | qqq | (~qqq@92.43.167.61) |
2024-04-25 13:06:52 +0200 | ocra8 | (ocra8@user/ocra8) (Quit: WeeChat 4.2.2) |
2024-04-25 13:08:46 +0200 | <Inst> | dminuoso: the problem is, whenever I try to seq a value of type int, I just get the constructor |
2024-04-25 13:09:23 +0200 | <Inst> | there's a nice Julian girl, well, not sure what to call her, with OCaml experience who's playing around with Haskell these days |
2024-04-25 13:09:24 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:7c15:d614:7e94:5929) |
2024-04-25 13:09:44 +0200 | <Inst> | has a Haskell background, and was complaining about her scanl1 being inefficient because it was defined via maps |
2024-04-25 13:10:39 +0200 | <Inst> | it was, but not because of the reason she thought (i.e, O(n^log n, I think) because of the maps, but because of the thunks she was accumulating |
2024-04-25 13:10:52 +0200 | <Inst> | so went on about laziness |
2024-04-25 13:10:56 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 13:11:41 +0200 | <Inst> | but basically, literally, every Int has a WHNF of Int Int# iirc |
2024-04-25 13:11:52 +0200 | <Inst> | Int _ |
2024-04-25 13:13:43 +0200 | ocra8 | (ocra8@user/ocra8) |
2024-04-25 13:27:22 +0200 | <tomsmeding> | Int is just `data Int = I# Int#` |
2024-04-25 13:27:26 +0200 | <tomsmeding> | so yes, it is lazy |
2024-04-25 13:31:06 +0200 | <Inst> | and iirc even if i seq an Int constructor (but not deepseq), it won't evaluate the underlying number |
2024-04-25 13:31:30 +0200 | <Inst> | is that called boxing? |
2024-04-25 13:32:34 +0200 | <Inst> | the implication is also that addition in Haskell... well, i wasn't actualyl that surprised by that! |
2024-04-25 13:32:48 +0200 | <Inst> | addition, basic arithmetic operations, is also lazy |
2024-04-25 13:33:17 +0200 | <Inst> | not until i pattern match, run an eq, or do something like print |
2024-04-25 13:33:28 +0200 | <tomsmeding> | I think seq'ing an Int constructor will evaluate the Int# |
2024-04-25 13:33:52 +0200 | <tomsmeding> | Int# is an unlifted data type, so it has no bottom value |
2024-04-25 13:34:06 +0200 | <tomsmeding> | so if you evaluate until you have an I#, you automatically also have the Int# inside |
2024-04-25 13:41:36 +0200 | yin | (~yin@user/zero) |
2024-04-25 13:47:12 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:f849:272c:fda5:33c9) |
2024-04-25 13:58:28 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 13:59:21 +0200 | yin | (~yin@user/zero) (Quit: Reconnecting) |
2024-04-25 13:59:36 +0200 | yin | (~yin@user/zero) |
2024-04-25 13:59:52 +0200 | billchenchina | (~billchenc@103.152.35.21) |
2024-04-25 14:00:55 +0200 | billchenchina | (~billchenc@103.152.35.21) (Remote host closed the connection) |
2024-04-25 14:05:29 +0200 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 268 seconds) |
2024-04-25 14:06:03 +0200 | kshube | (~kshube@49.207.195.24) |
2024-04-25 14:06:06 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) (Ping timeout: 260 seconds) |
2024-04-25 14:06:11 +0200 | kshube | (~kshube@49.207.195.24) (Client Quit) |
2024-04-25 14:07:43 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) |
2024-04-25 14:11:08 +0200 | danza | (~francesco@151.37.242.9) |
2024-04-25 14:18:16 +0200 | <Inst> | so it's sort of the reverse of newtype? |
2024-04-25 14:19:59 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
2024-04-25 14:28:15 +0200 | <lyxia> | it's different |
2024-04-25 14:30:55 +0200 | jco | (~jco@90-230-146-75-no600.tbcn.telia.com) |
2024-04-25 14:31:04 +0200 | jco | (~jco@90-230-146-75-no600.tbcn.telia.com) () |
2024-04-25 14:31:47 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 14:32:50 +0200 | danza | (~francesco@151.37.242.9) (Ping timeout: 256 seconds) |
2024-04-25 14:34:56 +0200 | zetef | (~quassel@93.122.248.176) |
2024-04-25 14:40:17 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) (Ping timeout: 256 seconds) |
2024-04-25 14:42:18 +0200 | sp1ff | (~user@c-24-21-45-157.hsd1.wa.comcast.net) |
2024-04-25 14:42:47 +0200 | <tomsmeding> | https://hackage.haskell.org/package/base-4.19.1.0/docs/GHC-Exts.html#t:RuntimeRep |
2024-04-25 14:43:15 +0200 | <tomsmeding> | % :i Int# |
2024-04-25 14:43:15 +0200 | <yahb2> | type Int# :: TYPE 'IntRep ; data Int# ; -- Defined in ‘GHC.Prim’ |
2024-04-25 14:43:21 +0200 | <tomsmeding> | Int# is unboxed |
2024-04-25 14:43:34 +0200 | <tomsmeding> | (which is something different from "unlifted", which is what I said before) |
2024-04-25 14:44:14 +0200 | <tomsmeding> | boxed values are those that are represented by a pointer to a heap location |
2024-04-25 14:44:24 +0200 | <tomsmeding> | lifted values are those that can be bottom (i.e. that are "lazy") |
2024-04-25 14:45:06 +0200 | <tomsmeding> | boxed types can be unlifted; this means that _|_ is not an element of that type |
2024-04-25 14:46:02 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 14:46:11 +0200 | <tomsmeding> | with -XUnliftedDatatypes you can define your own unlifted data types https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/primitives.html#extension-UnliftedD… |
2024-04-25 14:46:44 +0200 | <tomsmeding> | unboxed types can never be lifted (because they are not represented by a pointer, they are just the value itself), hence the liftedness distinction applies to boxed types only |
2024-04-25 14:47:13 +0200 | <tomsmeding> | when I figured out the model of how this works, I was delighted by how structured it really is |
2024-04-25 15:00:04 +0200 | destituion | (~destituio@85.221.111.174) (Ping timeout: 268 seconds) |
2024-04-25 15:00:11 +0200 | danza | (~francesco@151.19.233.234) |
2024-04-25 15:00:53 +0200 | xff0x | (~xff0x@2405:6580:b080:900:78b5:44c3:11b7:3511) |
2024-04-25 15:02:03 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) |
2024-04-25 15:10:13 +0200 | zetef | (~quassel@93.122.248.176) (Remote host closed the connection) |
2024-04-25 15:19:04 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Remote host closed the connection) |
2024-04-25 15:20:03 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
2024-04-25 15:31:23 +0200 | danza | (~francesco@151.19.233.234) (Ping timeout: 260 seconds) |
2024-04-25 15:32:03 +0200 | <haskellbridge> | <irregularsphere> is there a haskell feature/system that can create new kinds? |
2024-04-25 15:32:59 +0200 | <ncf> | https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/data_kinds.html |
2024-04-25 15:33:43 +0200 | <haskellbridge> | <irregularsphere> thanks (man, you know everything) |
2024-04-25 15:38:59 +0200 | yin | (~yin@user/zero) |
2024-04-25 15:42:28 +0200 | <tomsmeding> | (DataKinds is a feature that you absolutely _cannot miss_ if you want to do dependently-typed-ish stuff in haskell) |
2024-04-25 15:48:00 +0200 | xff0x | (~xff0x@2405:6580:b080:900:78b5:44c3:11b7:3511) (Ping timeout: 255 seconds) |
2024-04-25 15:54:24 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 16:00:55 +0200 | TheOneWhoFuncts | (~Thunderbi@104.28.233.85) |
2024-04-25 16:01:30 +0200 | akegalj | (~akegalj@78-1-50-53.adsl.net.t-com.hr) |
2024-04-25 16:01:50 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) |
2024-04-25 16:01:58 +0200 | waleee | (~waleee@h-176-10-144-38.na.cust.bahnhof.se) |
2024-04-25 16:07:40 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 16:09:37 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Remote host closed the connection) |
2024-04-25 16:10:43 +0200 | xff0x | (~xff0x@2405:6580:b080:900:78b5:44c3:11b7:3511) |
2024-04-25 16:11:01 +0200 | TheOneWhoFuncts | (~Thunderbi@104.28.233.85) (Quit: TheOneWhoFuncts) |
2024-04-25 16:11:33 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 16:12:26 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 16:12:45 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 16:39:14 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 16:40:14 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 16:43:45 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 16:51:06 +0200 | yin | (~yin@user/zero) (Ping timeout: 256 seconds) |
2024-04-25 16:51:14 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 16:51:19 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 16:51:32 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 17:01:49 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 17:03:42 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (Ping timeout: 268 seconds) |
2024-04-25 17:06:20 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 260 seconds) |
2024-04-25 17:08:22 +0200 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) (Quit: Connection closed for inactivity) |
2024-04-25 17:10:48 +0200 | <carbolymer> | asyncs are reusing threads, right? |
2024-04-25 17:11:19 +0200 | <carbolymer> | i.e. if I do `throwTo` to async's thread, it doesn't die right away, does it? |
2024-04-25 17:13:07 +0200 | <EvanR> | messing with async's thread without going through async sounds questionable |
2024-04-25 17:13:16 +0200 | <carbolymer> | oh it does https://hackage.haskell.org/package/async-2.2.5/docs/Control-Concurrent-Async.html#v:cancel |
2024-04-25 17:13:23 +0200 | <EvanR> | you can cancel an async thread through async |
2024-04-25 17:13:30 +0200 | <c_wraith> | Well, it dies whenever the exception is delivered. |
2024-04-25 17:13:41 +0200 | <c_wraith> | A thread can run for a long time without receiving an async exception |
2024-04-25 17:13:50 +0200 | <c_wraith> | .. if the code is written in just the right way. |
2024-04-25 17:14:45 +0200 | <carbolymer> | no complaints on async implementation |
2024-04-25 17:15:07 +0200 | <carbolymer> | tbh it's the best concurrency api I've worked with |
2024-04-25 17:15:14 +0200 | <EvanR> | me too |
2024-04-25 17:15:58 +0200 | <EvanR> | it makes simple stuff simple |
2024-04-25 17:16:13 +0200 | <EvanR> | and doesn't try to claim that complicated stuff is simple |
2024-04-25 17:18:53 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 17:19:46 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 17:22:29 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 17:30:23 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.2.1) |
2024-04-25 17:44:01 +0200 | <dminuoso> | Sigh, Im starting to really want named parameters. |
2024-04-25 17:46:42 +0200 | <EvanR> | pass in a record ? |
2024-04-25 17:46:57 +0200 | <dminuoso> | For a one-off function? |
2024-04-25 17:47:05 +0200 | <EvanR> | even better |
2024-04-25 17:47:06 +0200 | <dminuoso> | With only one call-site? |
2024-04-25 17:47:19 +0200 | <EvanR> | then you can hide it all without worry about name pollution |
2024-04-25 17:48:17 +0200 | <EvanR> | if you start doing N of these one off one call site things you have a point |
2024-04-25 17:48:19 +0200 | <dminuoso> | It's just all so disconnected. |
2024-04-25 17:50:36 +0200 | <carbolymer> | dminuoso: I was literally thinking this while looking at a function with 13 argumens in my teammate's PR |
2024-04-25 17:51:17 +0200 | <dminuoso> | It feels like fmap{f = (* 2), x = Just 2} should be a thing. Id be totally fine with restrictions like having to name all (named) arguments. |
2024-04-25 17:51:22 +0200 | <carbolymer> | dminuoso: https://hackage.haskell.org/package/named-0.3.0.1/docs/Named.html |
2024-04-25 17:51:41 +0200 | <dminuoso> | Especially since record construction already in itself has named parameters, considering the data constructor is a function too. |
2024-04-25 17:52:34 +0200 | <dminuoso> | carbolymer: Hah, fun coincidence I have needle and haysteck as two names for my usecase too! |
2024-04-25 17:53:00 +0200 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
2024-04-25 17:53:29 +0200 | <dminuoso> | Yeah, Im aware you can conjure something with Symbol, but it introducing a whole dependency just to avoid writing a separate data type for a one-off thing seems like overkill too. |
2024-04-25 17:54:10 +0200 | <EvanR> | the paper "extensible records with scoped labels", yet another application of extensible records, strikes again |
2024-04-25 17:54:34 +0200 | <EvanR> | your notation could be interpreted as passing in an anonymous extensible record |
2024-04-25 17:55:43 +0200 | <dminuoso> | Honestly, Im rather surprised this syntax is restricted to just constructors. |
2024-04-25 17:57:20 +0200 | gmg | (~user@user/gehmehgeh) |
2024-04-25 17:58:15 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (Ping timeout: 245 seconds) |
2024-04-25 18:01:42 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 18:03:10 +0200 | waleee | (~waleee@h-176-10-144-38.na.cust.bahnhof.se) (Quit: WeeChat 4.1.2) |
2024-04-25 18:07:06 +0200 | chele | (~chele@user/chele) (Remote host closed the connection) |
2024-04-25 18:09:57 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 18:10:42 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 18:12:50 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:7c15:d614:7e94:5929) (Quit: ubert) |
2024-04-25 18:15:51 +0200 | raym | (~ray@user/raym) (Ping timeout: 268 seconds) |
2024-04-25 18:17:02 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 18:27:51 +0200 | causal | (~eric@50.35.88.207) (*.net *.split) |
2024-04-25 18:27:51 +0200 | rvalue | (~rvalue@user/rvalue) (*.net *.split) |
2024-04-25 18:27:51 +0200 | ski | (~ski@ext-1-033.eduroam.chalmers.se) (*.net *.split) |
2024-04-25 18:27:51 +0200 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split) |
2024-04-25 18:27:51 +0200 | end | (~end@user/end/x-0094621) (*.net *.split) |
2024-04-25 18:27:51 +0200 | jespada | (~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net) (*.net *.split) |
2024-04-25 18:27:51 +0200 | gentauro | (~gentauro@user/gentauro) (*.net *.split) |
2024-04-25 18:27:51 +0200 | dagit | (~dagit@2001:558:6025:38:71c6:9d58:7252:8976) (*.net *.split) |
2024-04-25 18:27:51 +0200 | kimiamania | (~76637481@user/kimiamania) (*.net *.split) |
2024-04-25 18:27:51 +0200 | fun-safe-math | (~fun-safe-@24.21.106.247) (*.net *.split) |
2024-04-25 18:27:51 +0200 | lockywolf | (~lockywolf@public.lockywolf.net) (*.net *.split) |
2024-04-25 18:27:51 +0200 | incertia | (~incertia@209.122.137.252) (*.net *.split) |
2024-04-25 18:27:51 +0200 | acarrico | (~acarrico@dhcp-68-142-49-163.greenmountainaccess.net) (*.net *.split) |
2024-04-25 18:27:51 +0200 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | siers | (~ij@user/ij) (*.net *.split) |
2024-04-25 18:27:51 +0200 | wryish | (~wryish@2605:4c40:119:efa3:0:727d:19eb:1) (*.net *.split) |
2024-04-25 18:27:51 +0200 | [exa] | (~exa@user/exa/x-3587197) (*.net *.split) |
2024-04-25 18:27:51 +0200 | eugenrh | (~eugenrh@user/eugenrh) (*.net *.split) |
2024-04-25 18:27:51 +0200 | Pozyomka | (~pyon@user/pyon) (*.net *.split) |
2024-04-25 18:27:51 +0200 | hook54321 | (sid149355@user/hook54321) (*.net *.split) |
2024-04-25 18:27:51 +0200 | Pent | (sid313808@id-313808.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | yandere | (sid467876@id-467876.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | adium | (adium@user/adium) (*.net *.split) |
2024-04-25 18:27:51 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | Rembane | (~Rembane@user/Rembane) (*.net *.split) |
2024-04-25 18:27:51 +0200 | tired | (~tired@user/tired) (*.net *.split) |
2024-04-25 18:27:51 +0200 | robertm | (robertm@lattice.rojoma.com) (*.net *.split) |
2024-04-25 18:27:51 +0200 | litharge | (litharge@libera/bot/litharge) (*.net *.split) |
2024-04-25 18:27:51 +0200 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split) |
2024-04-25 18:27:51 +0200 | sp1ff | (~user@c-24-21-45-157.hsd1.wa.comcast.net) (*.net *.split) |
2024-04-25 18:27:51 +0200 | __monty__ | (~toonn@user/toonn) (*.net *.split) |
2024-04-25 18:27:52 +0200 | mei | (~mei@user/mei) (*.net *.split) |
2024-04-25 18:27:52 +0200 | ystael | (~ystael@user/ystael) (*.net *.split) |
2024-04-25 18:27:52 +0200 | petrichor | (~znc-user@user/petrichor) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dtman34 | (~dtman34@2601:447:d001:ed50:e2b0:b15b:8890:6869) (*.net *.split) |
2024-04-25 18:27:52 +0200 | leah2 | (~leah@vuxu.org) (*.net *.split) |
2024-04-25 18:27:52 +0200 | kritzefitz | (~kritzefit@debian/kritzefitz) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tertek | (~tertek@user/tertek) (*.net *.split) |
2024-04-25 18:27:52 +0200 | zer0bitz | (~zer0bitz@user/zer0bitz) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sukbeom | (~sukbeom@121.172.255.83) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
2024-04-25 18:27:52 +0200 | V | (~v@ircpuzzles/2022/april/winner/V) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Etabeta1 | (~Etabeta1@user/meow/Etabeta1) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Fijxu | (~Fijxu@user/fijxu) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tdammers | (~tdammers@41-138-178-143.ftth.glasoperator.nl) (*.net *.split) |
2024-04-25 18:27:52 +0200 | s4msung | (~s4msung@user/s4msung) (*.net *.split) |
2024-04-25 18:27:52 +0200 | caubert | (~caubert@user/caubert) (*.net *.split) |
2024-04-25 18:27:52 +0200 | YuutaW | (~YuutaW@mail.yuuta.moe) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sam113101 | (~sam@24.157.253.231) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
2024-04-25 18:27:52 +0200 | gmg | (~user@user/gehmehgeh) (*.net *.split) |
2024-04-25 18:27:52 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (*.net *.split) |
2024-04-25 18:27:52 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) (*.net *.split) |
2024-04-25 18:27:52 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (*.net *.split) |
2024-04-25 18:27:52 +0200 | chiselfuse | (~chiselfus@user/chiselfuse) (*.net *.split) |
2024-04-25 18:27:52 +0200 | ec | (~ec@gateway/tor-sasl/ec) (*.net *.split) |
2024-04-25 18:27:52 +0200 | califax | (~califax@user/califx) (*.net *.split) |
2024-04-25 18:27:52 +0200 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (*.net *.split) |
2024-04-25 18:27:52 +0200 | chexum | (~quassel@gateway/tor-sasl/chexum) (*.net *.split) |
2024-04-25 18:27:52 +0200 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (*.net *.split) |
2024-04-25 18:27:52 +0200 | noumenon | (~noumenon@113.51-175-156.customer.lyse.net) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tv | (~tv@user/tv) (*.net *.split) |
2024-04-25 18:27:52 +0200 | infinity0 | (~infinity0@pwned.gg) (*.net *.split) |
2024-04-25 18:27:52 +0200 | anon1123_ | (~anon1123@2a02:ab88:282:b00:da3a:ddff:fe3a:947c) (*.net *.split) |
2024-04-25 18:27:52 +0200 | xigua | (~xigua@user/xigua) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dyniec | (~dyniec@dybiec.info) (*.net *.split) |
2024-04-25 18:27:52 +0200 | peutri | (~peutri@bobo.desast.re) (*.net *.split) |
2024-04-25 18:27:52 +0200 | lyxia | (~lyxia@poisson.chat) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Arsen | (arsen@gentoo/developer/managarm.dev.Arsen) (*.net *.split) |
2024-04-25 18:27:52 +0200 | haskellbridge | (~haskellbr@69.135.3.34) (*.net *.split) |
2024-04-25 18:27:52 +0200 | forell_ | (~forell@host-178-216-90-220.sta.tvknaszapraca.pl) (*.net *.split) |
2024-04-25 18:27:52 +0200 | it_ | (~quassel@v2202212189510211193.supersrv.de) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Philonous | (~Philonous@user/philonous) (*.net *.split) |
2024-04-25 18:27:52 +0200 | todi | (~todi@p57803331.dip0.t-ipconnect.de) (*.net *.split) |
2024-04-25 18:27:52 +0200 | remmie | (ianremsen@tilde.team) (*.net *.split) |
2024-04-25 18:27:52 +0200 | motherfsck | (~motherfsc@user/motherfsck) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sgarcia | (sgarcia@swarm.znchost.com) (*.net *.split) |
2024-04-25 18:27:52 +0200 | delyan_ | (sid523379@id-523379.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Flow | (~none@gentoo/developer/flow) (*.net *.split) |
2024-04-25 18:27:52 +0200 | visilii | (~visilii@213.24.125.229) (*.net *.split) |
2024-04-25 18:27:52 +0200 | yaroot | (~yaroot@p2987138-ipngn7501souka.saitama.ocn.ne.jp) (*.net *.split) |
2024-04-25 18:27:52 +0200 | hugo- | (znc@quicksilver.lysator.liu.se) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sajith | (~sajith@user/sajith) (*.net *.split) |
2024-04-25 18:27:52 +0200 | flocks | (~flocks@134.122.90.60) (*.net *.split) |
2024-04-25 18:27:52 +0200 | drdo | (~drdo@bl5-29-74.dsl.telepac.pt) (*.net *.split) |
2024-04-25 18:27:52 +0200 | mniip_ | (mniip@libera/staff/mniip) (*.net *.split) |
2024-04-25 18:27:52 +0200 | jrm | (~jrm@user/jrm) (*.net *.split) |
2024-04-25 18:27:52 +0200 | poscat0x04 | (~poscat@user/poscat) (*.net *.split) |
2024-04-25 18:27:52 +0200 | TMA | (tma@twin.jikos.cz) (*.net *.split) |
2024-04-25 18:27:52 +0200 | gawen | (~gawen@user/gawen) (*.net *.split) |
2024-04-25 18:27:52 +0200 | red-snail | (~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sm | (~znc@plaintextaccounting/sm) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Tisoxin | (~Ikosit@user/ikosit) (*.net *.split) |
2024-04-25 18:27:52 +0200 | Fischmiep | (~Fischmiep@user/Fischmiep) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dontdieych_ | (~alarm@132.226.169.184) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tinwood | (~tinwood@canonical/tinwood) (*.net *.split) |
2024-04-25 18:27:52 +0200 | remexre | (~remexre@user/remexre) (*.net *.split) |
2024-04-25 18:27:52 +0200 | rembo10 | (~rembo10@main.remulis.com) (*.net *.split) |
2024-04-25 18:27:52 +0200 | hadronized | (~phaazon@2001:41d0:a:fe76::1) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tureba | (~tureba@tureba.org) (*.net *.split) |
2024-04-25 18:27:52 +0200 | bjs | (sid190364@user/bjs) (*.net *.split) |
2024-04-25 18:27:52 +0200 | degraafk | (sid71464@id-71464.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sympt | (~sympt@user/sympt) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dfg | (~dfg@user/dfg) (*.net *.split) |
2024-04-25 18:27:52 +0200 | NemesisD | (sid24071@id-24071.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:52 +0200 | koolazer | (~koo@user/koolazer) (*.net *.split) |
2024-04-25 18:27:52 +0200 | sawilagar | (~sawilagar@user/sawilagar) (*.net *.split) |
2024-04-25 18:27:52 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dolio | (~dolio@130.44.134.54) (*.net *.split) |
2024-04-25 18:27:52 +0200 | bairyn | (~bairyn@50.250.232.19) (*.net *.split) |
2024-04-25 18:27:52 +0200 | tomku|two | (~tomku@user/tomku) (*.net *.split) |
2024-04-25 18:27:52 +0200 | orcus | (~orcus@mail.brprice.uk) (*.net *.split) |
2024-04-25 18:27:52 +0200 | dispater | (~dispater@mail.brprice.uk) (*.net *.split) |
2024-04-25 18:27:53 +0200 | nek0 | (~nek0@user/nek0) (*.net *.split) |
2024-04-25 18:27:53 +0200 | sa | (sid1055@id-1055.tinside.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | jackdk | (sid373013@cssa/jackdk) (*.net *.split) |
2024-04-25 18:27:53 +0200 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
2024-04-25 18:27:53 +0200 | heartbur1 | (~gass@81.4.123.134) (*.net *.split) |
2024-04-25 18:27:53 +0200 | geekosaur | (sid609282@xmonad/geekosaur) (*.net *.split) |
2024-04-25 18:27:53 +0200 | edmundnoble_ | (sid229620@id-229620.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | lally | (sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | alinab | (sid468903@id-468903.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split) |
2024-04-25 18:27:53 +0200 | idnar | (sid12240@debian/mithrandi) (*.net *.split) |
2024-04-25 18:27:53 +0200 | edm | (sid147314@id-147314.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | exarkun | (~exarkun@user/exarkun) (*.net *.split) |
2024-04-25 18:27:53 +0200 | eL_Bart0- | (eL_Bart0@dietunichtguten.org) (*.net *.split) |
2024-04-25 18:27:53 +0200 | shane | (~shane@ana.rch.ist) (*.net *.split) |
2024-04-25 18:27:53 +0200 | stefan-__ | (~m-yh2rcc@42dots.de) (*.net *.split) |
2024-04-25 18:27:53 +0200 | hexology | (~hexology@user/hexology) (*.net *.split) |
2024-04-25 18:27:53 +0200 | SoF | (~skius@user/skius) (*.net *.split) |
2024-04-25 18:27:53 +0200 | drlkf | (~drlkf@192.184.163.34.bc.googleusercontent.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | JSharp | (sid4580@user/JSharp) (*.net *.split) |
2024-04-25 18:27:53 +0200 | aristid | (sid1599@id-1599.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | natto | (~natto@129.154.243.159) (*.net *.split) |
2024-04-25 18:27:53 +0200 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | ProofTechnique_ | (sid79547@id-79547.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | iphy | (sid67735@user/iphy) (*.net *.split) |
2024-04-25 18:27:53 +0200 | sclv | (sid39734@haskell/developer/sclv) (*.net *.split) |
2024-04-25 18:27:53 +0200 | jocke-l | (jocke-l@a.x0.is) (*.net *.split) |
2024-04-25 18:27:53 +0200 | ocra8 | (ocra8@user/ocra8) (*.net *.split) |
2024-04-25 18:27:53 +0200 | qqq | (~qqq@92.43.167.61) (*.net *.split) |
2024-04-25 18:27:53 +0200 | pavonia | (~user@user/siracusa) (*.net *.split) |
2024-04-25 18:27:53 +0200 | euphores | (~SASL_euph@user/euphores) (*.net *.split) |
2024-04-25 18:27:53 +0200 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | SteelBlueSilk | (~SteelBlue@user/SteelBlueSilk) (*.net *.split) |
2024-04-25 18:27:53 +0200 | driib | (~driib@vmi931078.contaboserver.net) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Benzi-Junior | (~BenziJuni@232-148-209-31.dynamic.hringdu.is) (*.net *.split) |
2024-04-25 18:27:53 +0200 | zlqrvx | (~zlqrvx@user/zlqrvx) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Maxdamantus | (~Maxdamant@user/maxdamantus) (*.net *.split) |
2024-04-25 18:27:53 +0200 | ridcully | (~ridcully@p508ac2b4.dip0.t-ipconnect.de) (*.net *.split) |
2024-04-25 18:27:53 +0200 | AlexNoo | (~AlexNoo@178.34.161.189) (*.net *.split) |
2024-04-25 18:27:53 +0200 | monochrom | (trebla@216.138.220.146) (*.net *.split) |
2024-04-25 18:27:53 +0200 | echoreply | (~echoreply@45.32.163.16) (*.net *.split) |
2024-04-25 18:27:53 +0200 | troydm | (~troydm@user/troydm) (*.net *.split) |
2024-04-25 18:27:53 +0200 | igemnace | (~igemnace@user/igemnace) (*.net *.split) |
2024-04-25 18:27:53 +0200 | swistak | (~swistak@185.21.216.141) (*.net *.split) |
2024-04-25 18:27:53 +0200 | tinjamin | (~tinjamin@banshee.h4x0r.space) (*.net *.split) |
2024-04-25 18:27:53 +0200 | byte | (~byte@149.28.222.189) (*.net *.split) |
2024-04-25 18:27:53 +0200 | hammond | (proscan@user/hammond2) (*.net *.split) |
2024-04-25 18:27:53 +0200 | df | (~ben@justworks.xyz) (*.net *.split) |
2024-04-25 18:27:53 +0200 | krei-se | (~krei-se@p5085d49b.dip0.t-ipconnect.de) (*.net *.split) |
2024-04-25 18:27:53 +0200 | lbseale | (~quassel@user/ep1ctetus) (*.net *.split) |
2024-04-25 18:27:53 +0200 | defanor- | (~defanor@tart.uberspace.net) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Unode | (~Unode@fg-ext-220.embl.de) (*.net *.split) |
2024-04-25 18:27:53 +0200 | dminuoso | (~weechat@user/dminuoso) (*.net *.split) |
2024-04-25 18:27:53 +0200 | hexeme | (~hexeme@user/hexeme) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Vq | (~vq@81-231-76-8-no600.tbcn.telia.com) (*.net *.split) |
2024-04-25 18:27:53 +0200 | urdh | (~urdh@user/urdh) (*.net *.split) |
2024-04-25 18:27:53 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Sgeo | (~Sgeo@user/sgeo) (*.net *.split) |
2024-04-25 18:27:53 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) (*.net *.split) |
2024-04-25 18:27:53 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (*.net *.split) |
2024-04-25 18:27:53 +0200 | [Leary] | (~Leary]@user/Leary/x-0910699) (*.net *.split) |
2024-04-25 18:27:53 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) (*.net *.split) |
2024-04-25 18:27:53 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (*.net *.split) |
2024-04-25 18:27:53 +0200 | foul_owl | (~kerry@185.219.141.160) (*.net *.split) |
2024-04-25 18:27:53 +0200 | aforemny | (~aforemny@i59F516E4.versanet.de) (*.net *.split) |
2024-04-25 18:27:53 +0200 | bollu | (~bollu@159.65.151.13) (*.net *.split) |
2024-04-25 18:27:53 +0200 | hc | (~hc@mail.hce.li) (*.net *.split) |
2024-04-25 18:27:54 +0200 | iteratee | (~kyle@162.218.222.207) (*.net *.split) |
2024-04-25 18:27:54 +0200 | m1dnight | (~christoph@82.146.125.185) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Xe | (~cadey@perl/impostor/xe) (*.net *.split) |
2024-04-25 18:27:54 +0200 | TonyStone | (~TonyStone@user/TonyStone) (*.net *.split) |
2024-04-25 18:27:54 +0200 | sudden | (~cat@user/sudden) (*.net *.split) |
2024-04-25 18:27:54 +0200 | int-e | (~noone@int-e.eu) (*.net *.split) |
2024-04-25 18:27:54 +0200 | biberu | (~biberu@user/biberu) (*.net *.split) |
2024-04-25 18:27:54 +0200 | malte | (~malte@mal.tc) (*.net *.split) |
2024-04-25 18:27:54 +0200 | CATS | (apic@brezn3.muc.ccc.de) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Rodney_ | (~Rodney@176.254.244.83) (*.net *.split) |
2024-04-25 18:27:54 +0200 | esph | (~weechat@user/esph) (*.net *.split) |
2024-04-25 18:27:54 +0200 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
2024-04-25 18:27:54 +0200 | juri_ | (~juri@implicitcad.org) (*.net *.split) |
2024-04-25 18:27:54 +0200 | GoldsteinQ | (~goldstein@goldstein.rs) (*.net *.split) |
2024-04-25 18:27:54 +0200 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
2024-04-25 18:27:54 +0200 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:54 +0200 | cyphase | (~cyphase@user/cyphase) (*.net *.split) |
2024-04-25 18:27:54 +0200 | sprout | (~quassel@84-80-106-227.fixed.kpn.net) (*.net *.split) |
2024-04-25 18:27:54 +0200 | manwithluck | (manwithluc@gateway/vpn/protonvpn/manwithluck) (*.net *.split) |
2024-04-25 18:27:54 +0200 | op_4 | (~tslil@user/op-4/x-9116473) (*.net *.split) |
2024-04-25 18:27:54 +0200 | cawfee | (~root@2406:3003:2077:1c50::babe) (*.net *.split) |
2024-04-25 18:27:54 +0200 | scav | (sid309693@user/scav) (*.net *.split) |
2024-04-25 18:27:54 +0200 | hololeap | (~quassel@user/hololeap) (*.net *.split) |
2024-04-25 18:27:54 +0200 | lambdap2371 | (~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:54 +0200 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
2024-04-25 18:27:54 +0200 | h2t | (~h2t@user/h2t) (*.net *.split) |
2024-04-25 18:27:54 +0200 | PHO`_ | (~pho@akari.cielonegro.org) (*.net *.split) |
2024-04-25 18:27:54 +0200 | darkling | (~darkling@2001-ba8-1f1-f0e6-0-0-0-2.autov6rev.bitfolk.space) (*.net *.split) |
2024-04-25 18:27:54 +0200 | joeyh | (joeyh@kitenet.net) (*.net *.split) |
2024-04-25 18:27:54 +0200 | MironZ | (~MironZ@nat-infra.ehlab.uk) (*.net *.split) |
2024-04-25 18:27:54 +0200 | mjacob | (~mjacob@adrastea.uberspace.de) (*.net *.split) |
2024-04-25 18:27:54 +0200 | lisq | (~quassel@lis.moe) (*.net *.split) |
2024-04-25 18:27:54 +0200 | carter | (sid14827@id-14827.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | dumptruckman | (~dumptruck@69-164-220-160.ip.linodeusercontent.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
2024-04-25 18:27:54 +0200 | aspen | (sid449115@id-449115.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
2024-04-25 18:27:54 +0200 | landonf | (landonf@mac68k.info) (*.net *.split) |
2024-04-25 18:27:54 +0200 | nckx | (nckx@libera/staff/owl/nckx) (*.net *.split) |
2024-04-25 18:27:54 +0200 | energizer | (~energizer@user/energizer) (*.net *.split) |
2024-04-25 18:27:54 +0200 | bah | (~bah@l1.tel) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Goodbye_Vincent | (cyvahl@freakshells.net) (*.net *.split) |
2024-04-25 18:27:54 +0200 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split) |
2024-04-25 18:27:54 +0200 | laman1 | (~laman@rego.ai) (*.net *.split) |
2024-04-25 18:27:54 +0200 | noteness- | (~noteness@user/noteness) (*.net *.split) |
2024-04-25 18:27:54 +0200 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
2024-04-25 18:27:54 +0200 | loonycyborg | (loonycybor@wesnoth/developer/loonycyborg) (*.net *.split) |
2024-04-25 18:27:54 +0200 | _0xa_ | (~user@2001:19f0:5001:2ba8:5400:1ff:feda:88fc) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Jon | (jon@dow.land) (*.net *.split) |
2024-04-25 18:27:54 +0200 | kosmikus | (~kosmikus@nullzig.kosmikus.org) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Hecate | (~mariposa@user/hecate) (*.net *.split) |
2024-04-25 18:27:54 +0200 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
2024-04-25 18:27:54 +0200 | pierrot | (~pi@user/pierrot) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Luj | (~Luj@2a01:e0a:5f9:9681:627d:73c1:73b3:2561) (*.net *.split) |
2024-04-25 18:27:54 +0200 | hueso | (~root@user/hueso) (*.net *.split) |
2024-04-25 18:27:54 +0200 | bwe | (~bwe@2a01:4f8:1c1c:4878::2) (*.net *.split) |
2024-04-25 18:27:54 +0200 | systemfault | (sid267009@about/typescript/member/systemfault) (*.net *.split) |
2024-04-25 18:27:54 +0200 | img | (~img@user/img) (*.net *.split) |
2024-04-25 18:27:54 +0200 | henrytill | (e0180937c3@2a03:6000:1812:100::e8c) (*.net *.split) |
2024-04-25 18:27:54 +0200 | rselim | (ce261f06ff@user/milesrout) (*.net *.split) |
2024-04-25 18:27:54 +0200 | cpli | (77fc530071@2a03:6000:1812:100::252) (*.net *.split) |
2024-04-25 18:27:54 +0200 | chaitlatte0 | (ea29c0bb16@user/chaitlatte0) (*.net *.split) |
2024-04-25 18:27:54 +0200 | jleightcap | (7bc4014b62@user/jleightcap) (*.net *.split) |
2024-04-25 18:27:54 +0200 | brettgilio | (a35ba67324@2a03:6000:1812:100::260) (*.net *.split) |
2024-04-25 18:27:54 +0200 | JoelMcCracken | (5ea8252fbb@2a03:6000:1812:100::10e3) (*.net *.split) |
2024-04-25 18:27:54 +0200 | whereiseveryone | (206ba86c98@2a03:6000:1812:100::2e4) (*.net *.split) |
2024-04-25 18:27:54 +0200 | kuruczgy | (55b66dd3ae@2a03:6000:1812:100::127f) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Ankhers | (e99e97ef8e@2a03:6000:1812:100::2a2) (*.net *.split) |
2024-04-25 18:27:54 +0200 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) (*.net *.split) |
2024-04-25 18:27:54 +0200 | fgaz_ | (1ff9197ed6@2a03:6000:1812:100::11ea) (*.net *.split) |
2024-04-25 18:27:54 +0200 | bsima1 | (9d7e39c8ad@2a03:6000:1812:100::dd) (*.net *.split) |
2024-04-25 18:27:54 +0200 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | integral | (sid296274@user/integral) (*.net *.split) |
2024-04-25 18:27:54 +0200 | chessai | (sid225296@id-225296.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | fr33domlover | (~fr33domlo@towards.vision) (*.net *.split) |
2024-04-25 18:27:54 +0200 | mesaoptimizer | (~mesaoptim@user/PapuaHardyNet) (*.net *.split) |
2024-04-25 18:27:54 +0200 | earthy | (~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Teacup | (~teacup@user/teacup) (*.net *.split) |
2024-04-25 18:27:54 +0200 | mcfrdy | (~mcfrdy@user/mcfrdy) (*.net *.split) |
2024-04-25 18:27:54 +0200 | dy | (sid3438@user/dy) (*.net *.split) |
2024-04-25 18:27:54 +0200 | gaze__ | (sid387101@id-387101.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | [_________] | (~oos95GWG@user/oos95GWG) (*.net *.split) |
2024-04-25 18:27:54 +0200 | APic | (apic@apic.name) (*.net *.split) |
2024-04-25 18:27:54 +0200 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | tomjaguarpaw | (~tom@172-104-25-182.ip.linodeusercontent.com) (*.net *.split) |
2024-04-25 18:27:54 +0200 | ringo___ | (~ringo@157.230.117.128) (*.net *.split) |
2024-04-25 18:27:54 +0200 | acro | (~acro@user/acro) (*.net *.split) |
2024-04-25 18:27:54 +0200 | davl | (~davl@207.154.228.18) (*.net *.split) |
2024-04-25 18:27:54 +0200 | welterde | (welterde@thinkbase.srv.welterde.de) (*.net *.split) |
2024-04-25 18:27:54 +0200 | immae | (~immae@2a01:4f8:141:53e7::) (*.net *.split) |
2024-04-25 18:27:54 +0200 | institor | (~henricus@user/institor) (*.net *.split) |
2024-04-25 18:27:54 +0200 | krasjet | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
2024-04-25 18:27:54 +0200 | rachelambda | (~rachelamb@cust-95-80-25-71.csbnet.se) (*.net *.split) |
2024-04-25 18:27:54 +0200 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
2024-04-25 18:27:54 +0200 | acidsys | (~crameleon@openSUSE/member/crameleon) (*.net *.split) |
2024-04-25 18:27:54 +0200 | patrl | (~patrl@user/patrl) (*.net *.split) |
2024-04-25 18:27:55 +0200 | beaky | (~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split) |
2024-04-25 18:27:55 +0200 | takuan | (~takuan@178-116-218-225.access.telenet.be) (*.net *.split) |
2024-04-25 18:27:55 +0200 | koz | (~koz@121.99.240.58) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mulk | (~mulk@p5b112e4a.dip0.t-ipconnect.de) (*.net *.split) |
2024-04-25 18:27:55 +0200 | xsarnik | (xsarnik@lounge.fi.muni.cz) (*.net *.split) |
2024-04-25 18:27:55 +0200 | xstill_ | (xstill@fimu/xstill) (*.net *.split) |
2024-04-25 18:27:55 +0200 | ncf | (~n@monade.li) (*.net *.split) |
2024-04-25 18:27:55 +0200 | _d0t | (~{-d0t-}@user/-d0t-/x-7915216) (*.net *.split) |
2024-04-25 18:27:55 +0200 | dostoyevsky2 | (~sck@user/dostoyevsky2) (*.net *.split) |
2024-04-25 18:27:55 +0200 | terrorjack | (~terrorjac@2a01:4f8:c17:87f8::) (*.net *.split) |
2024-04-25 18:27:55 +0200 | vgtw | (~vgtw@user/vgtw) (*.net *.split) |
2024-04-25 18:27:55 +0200 | erisco | (~erisco@d24-141-66-165.home.cgocable.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Me-me | (~me-me@user/me-me) (*.net *.split) |
2024-04-25 18:27:55 +0200 | YoungFrog | (~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Moyst_ | (~moyst@user/moyst) (*.net *.split) |
2024-04-25 18:27:55 +0200 | meinside | (uid24933@id-24933.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mikko | (~mikko@user/mikko) (*.net *.split) |
2024-04-25 18:27:55 +0200 | masterbuilder | (~quassel@user/masterbuilder) (*.net *.split) |
2024-04-25 18:27:55 +0200 | pieguy128 | (~pieguy128@bras-base-mtrlpq5031w-grc-47-67-70-101-170.dsl.bell.ca) (*.net *.split) |
2024-04-25 18:27:55 +0200 | nitrix | (~nitrix@user/meow/nitrix) (*.net *.split) |
2024-04-25 18:27:55 +0200 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
2024-04-25 18:27:55 +0200 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
2024-04-25 18:27:55 +0200 | tnks | (sid412124@id-412124.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | bradparker | (sid262931@id-262931.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | jmct | (sid160793@id-160793.tinside.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mjrosenb | (~mjrosenb@pool-96-232-177-77.nycmny.fios.verizon.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Angelz | (Angelz@user/angelz) (*.net *.split) |
2024-04-25 18:27:55 +0200 | cptaffe | (~cptaffe@user/cptaffe) (*.net *.split) |
2024-04-25 18:27:55 +0200 | b20n | (sid115913@id-115913.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | deriamis | (deriamis@ec2-54-187-167-69.us-west-2.compute.amazonaws.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | ricardo_2 | (~ricardo@217.70.197.9) (*.net *.split) |
2024-04-25 18:27:55 +0200 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split) |
2024-04-25 18:27:55 +0200 | constxd | (~constxd@user/constxd) (*.net *.split) |
2024-04-25 18:27:55 +0200 | lieven | (~mal@ns2.wyrd.be) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) (*.net *.split) |
2024-04-25 18:27:55 +0200 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split) |
2024-04-25 18:27:55 +0200 | tamer | (~tamer@user/tamer) (*.net *.split) |
2024-04-25 18:27:55 +0200 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mrmonday | (~robert@what.i.hope.is.not.a.tabernaevagant.es) (*.net *.split) |
2024-04-25 18:27:55 +0200 | evertedsphere | (sid434122@id-434122.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (*.net *.split) |
2024-04-25 18:27:55 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) (*.net *.split) |
2024-04-25 18:27:55 +0200 | oo_miguel | (~Thunderbi@78-11-181-16.static.ip.netia.com.pl) (*.net *.split) |
2024-04-25 18:27:55 +0200 | philopsos | (~caecilius@user/philopsos) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Athas | (athas@sigkill.dk) (*.net *.split) |
2024-04-25 18:27:55 +0200 | vulpine | (xfnw@user/meow/xfnw) (*.net *.split) |
2024-04-25 18:27:55 +0200 | johnw | (~johnw@69.62.242.138) (*.net *.split) |
2024-04-25 18:27:55 +0200 | samhh | (7569f027cf@2a03:6000:1812:100::e4) (*.net *.split) |
2024-04-25 18:27:55 +0200 | akspecs | (00cc8321af@sourcehut/user/akspecs) (*.net *.split) |
2024-04-25 18:27:55 +0200 | shreyasminocha | (51fdc93eda@user/shreyasminocha) (*.net *.split) |
2024-04-25 18:27:55 +0200 | ursa-major | (114efe6c39@2a03:6000:1812:100::11f3) (*.net *.split) |
2024-04-25 18:27:55 +0200 | jmcantrell | (644f1bed9a@user/jmcantrell) (*.net *.split) |
2024-04-25 18:27:55 +0200 | aniketd | (32aa4844cd@2a03:6000:1812:100::dcb) (*.net *.split) |
2024-04-25 18:27:55 +0200 | evanrelf | (3addc196af@2a03:6000:1812:100::f0) (*.net *.split) |
2024-04-25 18:27:55 +0200 | fluffyballoon | (45ce440a48@2a03:6000:1812:100::e2) (*.net *.split) |
2024-04-25 18:27:55 +0200 | probie | (cc0b34050a@user/probie) (*.net *.split) |
2024-04-25 18:27:55 +0200 | fn_lumi | (3d621153a5@2a03:6000:1812:100::df7) (*.net *.split) |
2024-04-25 18:27:55 +0200 | arcadewise | (52968ed80d@2a03:6000:1812:100::3df) (*.net *.split) |
2024-04-25 18:27:55 +0200 | filwisher | (2e6936c793@2a03:6000:1812:100::170) (*.net *.split) |
2024-04-25 18:27:55 +0200 | lukec | (9dfd4d094e@2a03:6000:1812:100::10e) (*.net *.split) |
2024-04-25 18:27:55 +0200 | benjaminl | (~benjaminl@user/benjaminl) (*.net *.split) |
2024-04-25 18:27:55 +0200 | nurupo | (~nurupo.ga@user/nurupo) (*.net *.split) |
2024-04-25 18:27:55 +0200 | coldtom | (~coldtom@coldrick.cc) (*.net *.split) |
2024-04-25 18:27:55 +0200 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split) |
2024-04-25 18:27:55 +0200 | cln_ | (cln@wtf.cx) (*.net *.split) |
2024-04-25 18:27:55 +0200 | fiddlerw- | (~fiddlerwo@user/fiddlerwoaroof) (*.net *.split) |
2024-04-25 18:27:55 +0200 | m5zs7k | (aquares@web10.mydevil.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | lockna_ | (~lockna@static.139.16.130.94.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:55 +0200 | bw_____ | (sid2730@id-2730.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | inedia | (~irc@2600:3c00:e000:287::1) (*.net *.split) |
2024-04-25 18:27:55 +0200 | teqwve | (teqwve@static.141.38.201.195.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mauke | (~mauke@user/mauke) (*.net *.split) |
2024-04-25 18:27:55 +0200 | PotatoGim | (sid99505@id-99505.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
2024-04-25 18:27:55 +0200 | canta | (~canta@user/canta) (*.net *.split) |
2024-04-25 18:27:55 +0200 | riatre | (~quassel@2001:310:6000:f::5198:1) (*.net *.split) |
2024-04-25 18:27:55 +0200 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | amir | (sid22336@user/amir) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mht-wtf | (~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
2024-04-25 18:27:55 +0200 | ouroboros | (~ouroboros@user/ouroboros) (*.net *.split) |
2024-04-25 18:27:55 +0200 | disconnect3d | (~disconnec@user/disconnect3d) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mmaruseacph2 | (~mihai@mihai.page) (*.net *.split) |
2024-04-25 18:27:55 +0200 | A_Dragon | (A_D@libera/staff/dragon) (*.net *.split) |
2024-04-25 18:27:55 +0200 | mira | (~aranea@wireguard/contributorcat/mira) (*.net *.split) |
2024-04-25 18:27:55 +0200 | danso_o | (~danso@user/danso) (*.net *.split) |
2024-04-25 18:27:55 +0200 | acidjnk | (~acidjnk@p200300d6e714dc7109d5fea24ae1df5e.dip0.t-ipconnect.de) (*.net *.split) |
2024-04-25 18:27:55 +0200 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | Patternmaster | (~georg@user/Patternmaster) (*.net *.split) |
2024-04-25 18:27:55 +0200 | _________ | (~nobody@user/noodly) (*.net *.split) |
2024-04-25 18:27:55 +0200 | catties | (~catties@user/meow/catties) (*.net *.split) |
2024-04-25 18:27:55 +0200 | JamesMowery | (~JamesMowe@ip98-171-80-211.ph.ph.cox.net) (*.net *.split) |
2024-04-25 18:27:55 +0200 | tabemann_ | (~tabemann@2600:1700:7990:24e0:42f1:a891:a658:f99d) (*.net *.split) |
2024-04-25 18:27:55 +0200 | tt12310 | (~tt1231@2603:6010:8700:4a81:219f:50d3:618a:a6ee) (*.net *.split) |
2024-04-25 18:27:55 +0200 | puke | (~puke@user/puke) (*.net *.split) |
2024-04-25 18:27:56 +0200 | jle` | (~jle`@2603:8001:3b02:84d4:99e7:4463:681a:66ac) (*.net *.split) |
2024-04-25 18:27:56 +0200 | JimL | (~quassel@89.162.16.26) (*.net *.split) |
2024-04-25 18:27:56 +0200 | amjoseph | (~amjoseph@static-198-44-128-146.cust.tzulo.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
2024-04-25 18:27:56 +0200 | _xor | (~xor@ip-208-102-243-175.dynamic.fuse.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split) |
2024-04-25 18:27:56 +0200 | migas97 | (~migas@static.140.65.63.178.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:56 +0200 | hovsater | (sid499516@user/hovsater) (*.net *.split) |
2024-04-25 18:27:56 +0200 | tomsmeding | (~tomsmedin@static.21.109.88.23.clients.your-server.de) (*.net *.split) |
2024-04-25 18:27:56 +0200 | fryguybob | (~fryguybob@024-094-050-022.inf.spectrum.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) (*.net *.split) |
2024-04-25 18:27:56 +0200 | byorgey | (~byorgey@user/byorgey) (*.net *.split) |
2024-04-25 18:27:56 +0200 | buhman | (sid411355@user/buhman) (*.net *.split) |
2024-04-25 18:27:56 +0200 | andreas808 | (andreas303@is.drunk.and.ready-to.party) (*.net *.split) |
2024-04-25 18:27:56 +0200 | smalltalkman | (uid545680@id-545680.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | bgamari | (~bgamari@64.223.226.84) (*.net *.split) |
2024-04-25 18:27:56 +0200 | pdw | (~user@215.156.62.185.bridgefibre.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | ames | (~amelia@offtopia/offtopian/amelia) (*.net *.split) |
2024-04-25 18:27:56 +0200 | sa1 | (sid7690@id-7690.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | rune_ | (sid21167@id-21167.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | NiKaN | (sid385034@id-385034.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | apache | (apache2@anubis.0x90.dk) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Techcable | (sid534393@user/Techcable) (*.net *.split) |
2024-04-25 18:27:56 +0200 | ph88 | (~ph88@ip5b403f30.dynamic.kabel-deutschland.de) (*.net *.split) |
2024-04-25 18:27:56 +0200 | michalz | (~michalz@185.246.207.218) (*.net *.split) |
2024-04-25 18:27:56 +0200 | FragByte | (~christian@user/fragbyte) (*.net *.split) |
2024-04-25 18:27:56 +0200 | nschoe | (~nschoe@2a01:e0a:8e:a190:f3a1:c501:e8bd:2571) (*.net *.split) |
2024-04-25 18:27:56 +0200 | dunj3 | (~dunj3@kingdread.de) (*.net *.split) |
2024-04-25 18:27:56 +0200 | mrmr1553343 | (~mrmr@user/mrmr) (*.net *.split) |
2024-04-25 18:27:56 +0200 | RMSBach | (~guygastin@137.184.131.156) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Vajb | (~Vajb@85-76-14-24-nat.elisa-mobile.fi) (*.net *.split) |
2024-04-25 18:27:56 +0200 | arahael | (~arahael@119-18-1-21.771201.syd.nbn.aussiebb.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | cross | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | anpad | (~pandeyan@user/anpad) (*.net *.split) |
2024-04-25 18:27:56 +0200 | doyougnu | (~doyougnu@45.46.170.68) (*.net *.split) |
2024-04-25 18:27:56 +0200 | abrar | (~abrar@pool-72-78-199-167.phlapa.fios.verizon.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Batzy | (~quassel@user/batzy) (*.net *.split) |
2024-04-25 18:27:56 +0200 | MelMalik | (ellenor@invictus.wa.us.umbrellix.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | sefidel | (~sefidel@user/sefidel) (*.net *.split) |
2024-04-25 18:27:56 +0200 | cayley5 | (~cayley5@user/phileasfogg) (*.net *.split) |
2024-04-25 18:27:56 +0200 | micro | (~micro@user/micro) (*.net *.split) |
2024-04-25 18:27:56 +0200 | myme | (~myme@2a01:799:d5c:5f00:1e69:7aff:feab:e7ae) (*.net *.split) |
2024-04-25 18:27:56 +0200 | snek | (sid280155@id-280155.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | diagprov | (sid348783@user/diagprov) (*.net *.split) |
2024-04-25 18:27:56 +0200 | tritlo_ | (sid58727@id-58727.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | yahb2 | (~yahb2@user/tomsmeding/bot/yahb2) (*.net *.split) |
2024-04-25 18:27:56 +0200 | ian_ | (~ian@matrix.chaos.earth.li) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Clint | (~Clint@user/clint) (*.net *.split) |
2024-04-25 18:27:56 +0200 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
2024-04-25 18:27:56 +0200 | rncwnd | (~quassel@2a01:4f8:221:27c6::1) (*.net *.split) |
2024-04-25 18:27:56 +0200 | kronicmage | (~kronicmag@neotame.csclub.uwaterloo.ca) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) (*.net *.split) |
2024-04-25 18:27:56 +0200 | shawwwn | (sid6132@id-6132.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | dsal | (sid13060@id-13060.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
2024-04-25 18:27:56 +0200 | chymera | (~chymera@ns1000526.ip-51-81-46.us) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Logio | (em@kapsi.fi) (*.net *.split) |
2024-04-25 18:27:56 +0200 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:56 +0200 | ggVGc | (~ggVGc@a.lowtech.earth) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Deide | (d0130db69a@user/deide) (*.net *.split) |
2024-04-25 18:27:56 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (*.net *.split) |
2024-04-25 18:27:56 +0200 | berberman | (~berberman@user/berberman) (*.net *.split) |
2024-04-25 18:27:56 +0200 | yeitrafferin | (~user@2a04:4540:7213:4d00:b9b0:d2b9:e58a:8d24) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Inst | (~Inst@user/Inst) (*.net *.split) |
2024-04-25 18:27:56 +0200 | td_ | (~td@i5387092A.versanet.de) (*.net *.split) |
2024-04-25 18:27:56 +0200 | notzmv | (~daniel@user/notzmv) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Feuermagier | (~Feuermagi@user/feuermagier) (*.net *.split) |
2024-04-25 18:27:56 +0200 | sshine | (~simon@zhen.mechanicus.xyz) (*.net *.split) |
2024-04-25 18:27:56 +0200 | Franciman | (~Franciman@mx1.fracta.dev) (*.net *.split) |
2024-04-25 18:27:56 +0200 | samhh_ | (7569f027cf@2a03:6000:1812:100::e4) (*.net *.split) |
2024-04-25 18:27:56 +0200 | jkoshy | (99b9359beb@user/jkoshy) (*.net *.split) |
2024-04-25 18:27:56 +0200 | fvr | (ef3e56ca8b@2a03:6000:1812:100::3c4) (*.net *.split) |
2024-04-25 18:27:56 +0200 | jakzale | (6291399afa@user/jakzale) (*.net *.split) |
2024-04-25 18:27:56 +0200 | ymherklotz | (cb2c9cfbdd@2a03:6000:1812:100::29a) (*.net *.split) |
2024-04-25 18:27:56 +0200 | sm2n | (ae95cb1267@user/sm2n) (*.net *.split) |
2024-04-25 18:27:56 +0200 | sus | (1b7af6299f@user/zeromomentum) (*.net *.split) |
2024-04-25 18:27:57 +0200 | b0o | (0e4a0bf4c9@2a03:6000:1812:100::1bf) (*.net *.split) |
2024-04-25 18:27:57 +0200 | duncan | (c6181279e3@user/meow/duncan) (*.net *.split) |
2024-04-25 18:27:57 +0200 | pmk | (6afe4476a1@2a03:6000:1812:100::26d) (*.net *.split) |
2024-04-25 18:27:57 +0200 | lane | (809450f172@2a03:6000:1812:100::1300) (*.net *.split) |
2024-04-25 18:27:57 +0200 | ggb | (a62ffbaf4f@2a03:6000:1812:100::3ac) (*.net *.split) |
2024-04-25 18:27:57 +0200 | raghavgururajan | (ea769b8000@user/raghavgururajan) (*.net *.split) |
2024-04-25 18:27:57 +0200 | nonzen | (~nonzen@user/nonzen) (*.net *.split) |
2024-04-25 18:27:57 +0200 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | tomboy64 | (~tomboy64@user/tomboy64) (*.net *.split) |
2024-04-25 18:27:57 +0200 | T_S_____ | (sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | nisstyre | (wes@user/nisstyre) (*.net *.split) |
2024-04-25 18:27:57 +0200 | turlando | (~turlando@user/turlando) (*.net *.split) |
2024-04-25 18:27:57 +0200 | jakesyl_____ | (sid56879@id-56879.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | liskin | (~liskin@xmonad/liskin) (*.net *.split) |
2024-04-25 18:27:57 +0200 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split) |
2024-04-25 18:27:57 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) (*.net *.split) |
2024-04-25 18:27:57 +0200 | lexi-lambda | (sid92601@id-92601.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split) |
2024-04-25 18:27:57 +0200 | xerox | (~edi@user/edi) (*.net *.split) |
2024-04-25 18:27:57 +0200 | farn_ | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split) |
2024-04-25 18:27:57 +0200 | gmc | (sid58314@id-58314.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | mankyKitty | (sid31287@id-31287.helmsley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | astra | (sid289983@id-289983.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | caasih | (sid13241@id-13241.ilkley.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | yushyin | (PYLyYfdKtk@mail.karif.server-speed.net) (*.net *.split) |
2024-04-25 18:27:57 +0200 | xacktm | (xacktm@user/xacktm) (*.net *.split) |
2024-04-25 18:27:57 +0200 | nrr_______ | (sid20938@id-20938.lymington.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | meooow | (~meooow@165.232.184.169) (*.net *.split) |
2024-04-25 18:27:57 +0200 | haasn | (sid579015@id-579015.hampstead.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | arkeet | (~arkeet@moriya.ca) (*.net *.split) |
2024-04-25 18:27:57 +0200 | codedmart | (codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split) |
2024-04-25 18:27:57 +0200 | noctux1 | (Hfi6K5vcqP@user/noctux) (*.net *.split) |
2024-04-25 18:27:57 +0200 | CalimeroTeknik | (~calimero@user/calimeroteknik) (*.net *.split) |
2024-04-25 18:27:57 +0200 | nicole | (ilbelkyr@libera/staff/ilbelkyr) (*.net *.split) |
2024-04-25 18:27:57 +0200 | ChanServ | (ChanServ@services.libera.chat) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Axman6 | (~Axman6@user/axman6) (*.net *.split) |
2024-04-25 18:27:57 +0200 | akegalj | (~akegalj@78-1-50-53.adsl.net.t-com.hr) (*.net *.split) |
2024-04-25 18:27:57 +0200 | mima | (~mmh@aftr-62-216-211-38.dynamic.mnet-online.de) (*.net *.split) |
2024-04-25 18:27:57 +0200 | demon-cat | (~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Katarushisu1 | (~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) (*.net *.split) |
2024-04-25 18:27:57 +0200 | bcksl | (~bcksl@user/bcksl) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split) |
2024-04-25 18:27:57 +0200 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | xal | (~xal@mx1.xal.systems) (*.net *.split) |
2024-04-25 18:27:57 +0200 | pointlessslippe1 | (~pointless@212.82.82.3) (*.net *.split) |
2024-04-25 18:27:57 +0200 | tcard_ | (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (*.net *.split) |
2024-04-25 18:27:57 +0200 | hippoid | (~hippoid@user/hippoid) (*.net *.split) |
2024-04-25 18:27:57 +0200 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (*.net *.split) |
2024-04-25 18:27:57 +0200 | markasoftware | (~quassel@107.161.26.124) (*.net *.split) |
2024-04-25 18:27:57 +0200 | ACuriousMoose | (~ACuriousM@142.68.181.38) (*.net *.split) |
2024-04-25 18:27:57 +0200 | cheater | (~Username@user/cheater) (*.net *.split) |
2024-04-25 18:27:57 +0200 | kmein | (~weechat@user/kmein) (*.net *.split) |
2024-04-25 18:27:57 +0200 | CrunchyFlakes | (~CrunchyFl@ip92348280.dynamic.kabel-deutschland.de) (*.net *.split) |
2024-04-25 18:27:57 +0200 | tessier | (~treed@ec2-184-72-149-67.compute-1.amazonaws.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | remedan | (~remedan@ip-78-102-118-253.bb.vodafone.cz) (*.net *.split) |
2024-04-25 18:27:57 +0200 | steew | (~steew@user/steew) (*.net *.split) |
2024-04-25 18:27:57 +0200 | hiredman | (~hiredman@frontier1.downey.family) (*.net *.split) |
2024-04-25 18:27:57 +0200 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split) |
2024-04-25 18:27:57 +0200 | quintasan | (~quassel@quintasan.pl) (*.net *.split) |
2024-04-25 18:27:57 +0200 | finsternis | (~X@23.226.237.192) (*.net *.split) |
2024-04-25 18:27:57 +0200 | aku | (~aku@65.108.245.241) (*.net *.split) |
2024-04-25 18:27:57 +0200 | noctux | (~noctux@user/noctux) (*.net *.split) |
2024-04-25 18:27:57 +0200 | connrs | (~connrs@user/connrs) (*.net *.split) |
2024-04-25 18:27:57 +0200 | davetapley | (sid666@id-666.uxbridge.irccloud.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | jjhoo | (~jahakala@user/jjhoo) (*.net *.split) |
2024-04-25 18:27:57 +0200 | pounce | (~pounce@user/cute/pounce) (*.net *.split) |
2024-04-25 18:27:57 +0200 | mustafa | (sid502723@rockylinux/releng/mustafa) (*.net *.split) |
2024-04-25 18:27:57 +0200 | shachaf | (~shachaf@user/shachaf) (*.net *.split) |
2024-04-25 18:27:57 +0200 | xnyhps | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split) |
2024-04-25 18:27:57 +0200 | spider | (spider@tilde.cafe) (*.net *.split) |
2024-04-25 18:27:57 +0200 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
2024-04-25 18:27:57 +0200 | pikajude | (~jude@149.28.207.64) (*.net *.split) |
2024-04-25 18:27:57 +0200 | dragestil | (~znc@user/dragestil) (*.net *.split) |
2024-04-25 18:27:57 +0200 | tstat_ | (~tstat@user/tstat) (*.net *.split) |
2024-04-25 18:27:57 +0200 | Aleksejs | (~Aleksejs@107.170.21.106) (*.net *.split) |
2024-04-25 18:27:57 +0200 | dfordvm | (~dfordivam@160.16.87.223.v6.sakura.ne.jp) (*.net *.split) |
2024-04-25 18:27:57 +0200 | xelxebar | (~xelxebar@wilsonb.com) (*.net *.split) |
2024-04-25 18:27:57 +0200 | ent | (entgod@kapsi.fi) (*.net *.split) |
2024-04-25 18:27:57 +0200 | piele | (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
2024-04-25 18:29:31 +0200 | akegalj | (~akegalj@78-1-50-53.adsl.net.t-com.hr) |
2024-04-25 18:29:31 +0200 | mima | (~mmh@aftr-62-216-211-38.dynamic.mnet-online.de) |
2024-04-25 18:29:31 +0200 | demon-cat | (~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net) |
2024-04-25 18:29:31 +0200 | Katarushisu1 | (~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) |
2024-04-25 18:29:31 +0200 | bcksl | (~bcksl@user/bcksl) |
2024-04-25 18:29:31 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
2024-04-25 18:29:31 +0200 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) |
2024-04-25 18:29:31 +0200 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) |
2024-04-25 18:29:31 +0200 | xal | (~xal@mx1.xal.systems) |
2024-04-25 18:29:31 +0200 | pointlessslippe1 | (~pointless@212.82.82.3) |
2024-04-25 18:29:31 +0200 | tcard_ | (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) |
2024-04-25 18:29:31 +0200 | hippoid | (~hippoid@user/hippoid) |
2024-04-25 18:29:31 +0200 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) |
2024-04-25 18:29:31 +0200 | markasoftware | (~quassel@107.161.26.124) |
2024-04-25 18:29:31 +0200 | ACuriousMoose | (~ACuriousM@142.68.181.38) |
2024-04-25 18:29:31 +0200 | cheater | (~Username@user/cheater) |
2024-04-25 18:29:31 +0200 | kmein | (~weechat@user/kmein) |
2024-04-25 18:29:31 +0200 | CrunchyFlakes | (~CrunchyFl@ip92348280.dynamic.kabel-deutschland.de) |
2024-04-25 18:29:31 +0200 | tessier | (~treed@ec2-184-72-149-67.compute-1.amazonaws.com) |
2024-04-25 18:29:31 +0200 | remedan | (~remedan@ip-78-102-118-253.bb.vodafone.cz) |
2024-04-25 18:29:31 +0200 | steew | (~steew@user/steew) |
2024-04-25 18:29:31 +0200 | hiredman | (~hiredman@frontier1.downey.family) |
2024-04-25 18:29:31 +0200 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) |
2024-04-25 18:29:31 +0200 | quintasan | (~quassel@quintasan.pl) |
2024-04-25 18:29:31 +0200 | finsternis | (~X@23.226.237.192) |
2024-04-25 18:29:31 +0200 | pikajude | (~jude@149.28.207.64) |
2024-04-25 18:29:31 +0200 | aku | (~aku@65.108.245.241) |
2024-04-25 18:29:31 +0200 | noctux | (~noctux@user/noctux) |
2024-04-25 18:29:31 +0200 | connrs | (~connrs@user/connrs) |
2024-04-25 18:29:31 +0200 | davetapley | (sid666@id-666.uxbridge.irccloud.com) |
2024-04-25 18:29:31 +0200 | jjhoo | (~jahakala@user/jjhoo) |
2024-04-25 18:29:31 +0200 | pounce | (~pounce@user/cute/pounce) |
2024-04-25 18:29:31 +0200 | mustafa | (sid502723@rockylinux/releng/mustafa) |
2024-04-25 18:29:31 +0200 | shachaf | (~shachaf@user/shachaf) |
2024-04-25 18:29:31 +0200 | xnyhps | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) |
2024-04-25 18:29:31 +0200 | spider | (spider@tilde.cafe) |
2024-04-25 18:29:31 +0200 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
2024-04-25 18:29:31 +0200 | dragestil | (~znc@user/dragestil) |
2024-04-25 18:29:31 +0200 | tstat_ | (~tstat@user/tstat) |
2024-04-25 18:29:31 +0200 | Aleksejs | (~Aleksejs@107.170.21.106) |
2024-04-25 18:29:31 +0200 | dfordvm | (~dfordivam@160.16.87.223.v6.sakura.ne.jp) |
2024-04-25 18:29:31 +0200 | xelxebar | (~xelxebar@wilsonb.com) |
2024-04-25 18:29:31 +0200 | ent | (entgod@kapsi.fi) |
2024-04-25 18:29:31 +0200 | piele | (~piele@tbonesteak.creativeserver.net) |
2024-04-25 18:33:26 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 18:33:26 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 18:33:26 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 18:33:26 +0200 | mcksp | (~mcksp@host2.98.gci-net.pl) |
2024-04-25 18:33:26 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 18:33:26 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 18:33:26 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) |
2024-04-25 18:33:26 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
2024-04-25 18:33:26 +0200 | destituion | (~destituio@2a02:2121:340:2456:fffe:d0f:7737:dd1) |
2024-04-25 18:33:26 +0200 | sp1ff | (~user@c-24-21-45-157.hsd1.wa.comcast.net) |
2024-04-25 18:33:26 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) |
2024-04-25 18:33:26 +0200 | ocra8 | (ocra8@user/ocra8) |
2024-04-25 18:33:26 +0200 | qqq | (~qqq@92.43.167.61) |
2024-04-25 18:33:26 +0200 | berberman | (~berberman@user/berberman) |
2024-04-25 18:33:26 +0200 | yeitrafferin | (~user@2a04:4540:7213:4d00:b9b0:d2b9:e58a:8d24) |
2024-04-25 18:33:26 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) |
2024-04-25 18:33:26 +0200 | sawilagar | (~sawilagar@user/sawilagar) |
2024-04-25 18:33:26 +0200 | ph88 | (~ph88@ip5b403f30.dynamic.kabel-deutschland.de) |
2024-04-25 18:33:26 +0200 | [Leary] | (~Leary]@user/Leary/x-0910699) |
2024-04-25 18:33:26 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) |
2024-04-25 18:33:26 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
2024-04-25 18:33:26 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) |
2024-04-25 18:33:26 +0200 | oo_miguel | (~Thunderbi@78-11-181-16.static.ip.netia.com.pl) |
2024-04-25 18:33:26 +0200 | danso_o | (~danso@user/danso) |
2024-04-25 18:33:26 +0200 | acidjnk | (~acidjnk@p200300d6e714dc7109d5fea24ae1df5e.dip0.t-ipconnect.de) |
2024-04-25 18:33:26 +0200 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
2024-04-25 18:33:26 +0200 | michalz | (~michalz@185.246.207.218) |
2024-04-25 18:33:26 +0200 | foul_owl | (~kerry@185.219.141.160) |
2024-04-25 18:33:26 +0200 | aforemny | (~aforemny@i59F516E4.versanet.de) |
2024-04-25 18:33:26 +0200 | Inst | (~Inst@user/Inst) |
2024-04-25 18:33:26 +0200 | td_ | (~td@i5387092A.versanet.de) |
2024-04-25 18:33:26 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
2024-04-25 18:33:26 +0200 | philopsos | (~caecilius@user/philopsos) |
2024-04-25 18:33:26 +0200 | chiselfuse | (~chiselfus@user/chiselfuse) |
2024-04-25 18:33:26 +0200 | cyphase | (~cyphase@user/cyphase) |
2024-04-25 18:33:26 +0200 | bollu | (~bollu@159.65.151.13) |
2024-04-25 18:33:26 +0200 | pavonia | (~user@user/siracusa) |
2024-04-25 18:33:26 +0200 | ec | (~ec@gateway/tor-sasl/ec) |
2024-04-25 18:33:26 +0200 | Luj | (~Luj@2a01:e0a:5f9:9681:627d:73c1:73b3:2561) |
2024-04-25 18:33:26 +0200 | mei | (~mei@user/mei) |
2024-04-25 18:33:26 +0200 | califax | (~califax@user/califx) |
2024-04-25 18:33:26 +0200 | noumenon | (~noumenon@113.51-175-156.customer.lyse.net) |
2024-04-25 18:33:26 +0200 | notzmv | (~daniel@user/notzmv) |
2024-04-25 18:33:26 +0200 | hueso | (~root@user/hueso) |
2024-04-25 18:33:26 +0200 | ystael | (~ystael@user/ystael) |
2024-04-25 18:33:26 +0200 | koz | (~koz@121.99.240.58) |
2024-04-25 18:33:26 +0200 | euphores | (~SASL_euph@user/euphores) |
2024-04-25 18:33:26 +0200 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
2024-04-25 18:33:26 +0200 | mulk | (~mulk@p5b112e4a.dip0.t-ipconnect.de) |
2024-04-25 18:33:26 +0200 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) |
2024-04-25 18:33:26 +0200 | Patternmaster | (~georg@user/Patternmaster) |
2024-04-25 18:33:26 +0200 | tolt | (~weechat-h@li219-154.members.linode.com) |
2024-04-25 18:33:26 +0200 | _________ | (~nobody@user/noodly) |
2024-04-25 18:33:26 +0200 | catties | (~catties@user/meow/catties) |
2024-04-25 18:33:26 +0200 | SteelBlueSilk | (~SteelBlue@user/SteelBlueSilk) |
2024-04-25 18:33:26 +0200 | driib | (~driib@vmi931078.contaboserver.net) |
2024-04-25 18:33:26 +0200 | JamesMowery | (~JamesMowe@ip98-171-80-211.ph.ph.cox.net) |
2024-04-25 18:33:26 +0200 | FragByte | (~christian@user/fragbyte) |
2024-04-25 18:33:26 +0200 | nschoe | (~nschoe@2a01:e0a:8e:a190:f3a1:c501:e8bd:2571) |
2024-04-25 18:33:26 +0200 | Benzi-Junior | (~BenziJuni@232-148-209-31.dynamic.hringdu.is) |
2024-04-25 18:33:26 +0200 | tabemann_ | (~tabemann@2600:1700:7990:24e0:42f1:a891:a658:f99d) |
2024-04-25 18:33:26 +0200 | tt12310 | (~tt1231@2603:6010:8700:4a81:219f:50d3:618a:a6ee) |
2024-04-25 18:33:26 +0200 | petrichor | (~znc-user@user/petrichor) |
2024-04-25 18:33:26 +0200 | tv | (~tv@user/tv) |
2024-04-25 18:33:26 +0200 | xsarnik | (xsarnik@lounge.fi.muni.cz) |
2024-04-25 18:33:26 +0200 | xstill_ | (xstill@fimu/xstill) |
2024-04-25 18:33:26 +0200 | chexum | (~quassel@gateway/tor-sasl/chexum) |
2024-04-25 18:33:26 +0200 | infinity0 | (~infinity0@pwned.gg) |
2024-04-25 18:33:26 +0200 | sprout | (~quassel@84-80-106-227.fixed.kpn.net) |
2024-04-25 18:33:26 +0200 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
2024-04-25 18:33:26 +0200 | puke | (~puke@user/puke) |
2024-04-25 18:33:26 +0200 | manwithluck | (manwithluc@gateway/vpn/protonvpn/manwithluck) |
2024-04-25 18:33:26 +0200 | ncf | (~n@monade.li) |
2024-04-25 18:33:26 +0200 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) |
2024-04-25 18:33:26 +0200 | dtman34 | (~dtman34@2601:447:d001:ed50:e2b0:b15b:8890:6869) |
2024-04-25 18:33:26 +0200 | jle` | (~jle`@2603:8001:3b02:84d4:99e7:4463:681a:66ac) |
2024-04-25 18:33:26 +0200 | leah2 | (~leah@vuxu.org) |
2024-04-25 18:33:26 +0200 | dunj3 | (~dunj3@kingdread.de) |
2024-04-25 18:33:26 +0200 | kritzefitz | (~kritzefit@debian/kritzefitz) |
2024-04-25 18:33:26 +0200 | zlqrvx | (~zlqrvx@user/zlqrvx) |
2024-04-25 18:33:26 +0200 | tertek | (~tertek@user/tertek) |
2024-04-25 18:33:26 +0200 | anon1123_ | (~anon1123@2a02:ab88:282:b00:da3a:ddff:fe3a:947c) |
2024-04-25 18:33:26 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) |
2024-04-25 18:33:26 +0200 | bwe | (~bwe@2a01:4f8:1c1c:4878::2) |
2024-04-25 18:33:26 +0200 | zer0bitz | (~zer0bitz@user/zer0bitz) |
2024-04-25 18:33:26 +0200 | hc | (~hc@mail.hce.li) |
2024-04-25 18:33:26 +0200 | Maxdamantus | (~Maxdamant@user/maxdamantus) |
2024-04-25 18:33:26 +0200 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) |
2024-04-25 18:33:26 +0200 | Feuermagier | (~Feuermagi@user/feuermagier) |
2024-04-25 18:33:26 +0200 | xigua | (~xigua@user/xigua) |
2024-04-25 18:33:26 +0200 | JimL | (~quassel@89.162.16.26) |
2024-04-25 18:33:26 +0200 | ridcully | (~ridcully@p508ac2b4.dip0.t-ipconnect.de) |
2024-04-25 18:33:26 +0200 | iteratee | (~kyle@162.218.222.207) |
2024-04-25 18:33:26 +0200 | dyniec | (~dyniec@dybiec.info) |
2024-04-25 18:33:26 +0200 | _d0t | (~{-d0t-}@user/-d0t-/x-7915216) |
2024-04-25 18:33:26 +0200 | dostoyevsky2 | (~sck@user/dostoyevsky2) |
2024-04-25 18:33:26 +0200 | mrmr1553343 | (~mrmr@user/mrmr) |
2024-04-25 18:33:26 +0200 | m1dnight | (~christoph@82.146.125.185) |
2024-04-25 18:33:26 +0200 | terrorjack | (~terrorjac@2a01:4f8:c17:87f8::) |
2024-04-25 18:33:26 +0200 | op_4 | (~tslil@user/op-4/x-9116473) |
2024-04-25 18:33:27 +0200 | Xe | (~cadey@perl/impostor/xe) |
2024-04-25 18:33:27 +0200 | TonyStone | (~TonyStone@user/TonyStone) |
2024-04-25 18:33:27 +0200 | sukbeom | (~sukbeom@121.172.255.83) |
2024-04-25 18:33:27 +0200 | Ranhir | (~Ranhir@157.97.53.139) |
2024-04-25 18:33:27 +0200 | AlexNoo | (~AlexNoo@178.34.161.189) |
2024-04-25 18:33:27 +0200 | monochrom | (trebla@216.138.220.146) |
2024-04-25 18:33:27 +0200 | echoreply | (~echoreply@45.32.163.16) |
2024-04-25 18:33:27 +0200 | V | (~v@ircpuzzles/2022/april/winner/V) |
2024-04-25 18:33:27 +0200 | sudden | (~cat@user/sudden) |
2024-04-25 18:33:27 +0200 | peutri | (~peutri@bobo.desast.re) |
2024-04-25 18:33:27 +0200 | lyxia | (~lyxia@poisson.chat) |
2024-04-25 18:33:27 +0200 | Athas | (athas@sigkill.dk) |
2024-04-25 18:33:27 +0200 | Etabeta1 | (~Etabeta1@user/meow/Etabeta1) |
2024-04-25 18:33:27 +0200 | troydm | (~troydm@user/troydm) |
2024-04-25 18:33:27 +0200 | cawfee | (~root@2406:3003:2077:1c50::babe) |
2024-04-25 18:33:27 +0200 | Arsen | (arsen@gentoo/developer/managarm.dev.Arsen) |
2024-04-25 18:33:27 +0200 | dolio | (~dolio@130.44.134.54) |
2024-04-25 18:33:27 +0200 | bairyn | (~bairyn@50.250.232.19) |
2024-04-25 18:33:27 +0200 | haskellbridge | (~haskellbr@69.135.3.34) |
2024-04-25 18:33:27 +0200 | Fijxu | (~Fijxu@user/fijxu) |
2024-04-25 18:33:27 +0200 | tdammers | (~tdammers@41-138-178-143.ftth.glasoperator.nl) |
2024-04-25 18:33:27 +0200 | vgtw | (~vgtw@user/vgtw) |
2024-04-25 18:33:27 +0200 | int-e | (~noone@int-e.eu) |
2024-04-25 18:33:27 +0200 | forell_ | (~forell@host-178-216-90-220.sta.tvknaszapraca.pl) |
2024-04-25 18:33:27 +0200 | biberu | (~biberu@user/biberu) |
2024-04-25 18:33:27 +0200 | igemnace | (~igemnace@user/igemnace) |
2024-04-25 18:33:27 +0200 | erisco | (~erisco@d24-141-66-165.home.cgocable.net) |
2024-04-25 18:33:27 +0200 | tomku|two | (~tomku@user/tomku) |
2024-04-25 18:33:27 +0200 | Me-me | (~me-me@user/me-me) |
2024-04-25 18:33:27 +0200 | it_ | (~quassel@v2202212189510211193.supersrv.de) |
2024-04-25 18:33:27 +0200 | s4msung | (~s4msung@user/s4msung) |
2024-04-25 18:33:27 +0200 | sshine | (~simon@zhen.mechanicus.xyz) |
2024-04-25 18:33:27 +0200 | Philonous | (~Philonous@user/philonous) |
2024-04-25 18:33:27 +0200 | todi | (~todi@p57803331.dip0.t-ipconnect.de) |
2024-04-25 18:33:27 +0200 | malte | (~malte@mal.tc) |
2024-04-25 18:33:27 +0200 | CATS | (apic@brezn3.muc.ccc.de) |
2024-04-25 18:33:27 +0200 | caubert | (~caubert@user/caubert) |
2024-04-25 18:33:27 +0200 | YuutaW | (~YuutaW@mail.yuuta.moe) |
2024-04-25 18:33:27 +0200 | sam113101 | (~sam@24.157.253.231) |
2024-04-25 18:33:27 +0200 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) |
2024-04-25 18:33:27 +0200 | silver.libera.chat | +v haskellbridge |
2024-04-25 18:33:27 +0200 | Rodney_ | (~Rodney@176.254.244.83) |
2024-04-25 18:33:27 +0200 | remmie | (ianremsen@tilde.team) |
2024-04-25 18:33:27 +0200 | orcus | (~orcus@mail.brprice.uk) |
2024-04-25 18:33:27 +0200 | dispater | (~dispater@mail.brprice.uk) |
2024-04-25 18:33:27 +0200 | motherfsck | (~motherfsc@user/motherfsck) |
2024-04-25 18:33:27 +0200 | esph | (~weechat@user/esph) |
2024-04-25 18:33:27 +0200 | RMSBach | (~guygastin@137.184.131.156) |
2024-04-25 18:33:27 +0200 | constxd | (~constxd@user/constxd) |
2024-04-25 18:33:27 +0200 | sgarcia | (sgarcia@swarm.znchost.com) |
2024-04-25 18:33:27 +0200 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) |
2024-04-25 18:33:27 +0200 | Vajb | (~Vajb@85-76-14-24-nat.elisa-mobile.fi) |
2024-04-25 18:33:27 +0200 | systemfault | (sid267009@about/typescript/member/systemfault) |
2024-04-25 18:33:27 +0200 | swistak | (~swistak@185.21.216.141) |
2024-04-25 18:33:27 +0200 | img | (~img@user/img) |
2024-04-25 18:33:27 +0200 | delyan_ | (sid523379@id-523379.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | Flow | (~none@gentoo/developer/flow) |
2024-04-25 18:33:27 +0200 | YoungFrog | (~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be) |
2024-04-25 18:33:27 +0200 | arahael | (~arahael@119-18-1-21.771201.syd.nbn.aussiebb.net) |
2024-04-25 18:33:27 +0200 | Franciman | (~Franciman@mx1.fracta.dev) |
2024-04-25 18:33:27 +0200 | visilii | (~visilii@213.24.125.229) |
2024-04-25 18:33:27 +0200 | vulpine | (xfnw@user/meow/xfnw) |
2024-04-25 18:33:27 +0200 | cross | (~cross@spitfire.i.gajendra.net) |
2024-04-25 18:33:27 +0200 | anpad | (~pandeyan@user/anpad) |
2024-04-25 18:33:27 +0200 | juri_ | (~juri@implicitcad.org) |
2024-04-25 18:33:27 +0200 | doyougnu | (~doyougnu@45.46.170.68) |
2024-04-25 18:33:27 +0200 | yaroot | (~yaroot@p2987138-ipngn7501souka.saitama.ocn.ne.jp) |
2024-04-25 18:33:27 +0200 | johnw | (~johnw@69.62.242.138) |
2024-04-25 18:33:27 +0200 | Moyst_ | (~moyst@user/moyst) |
2024-04-25 18:33:27 +0200 | tinjamin | (~tinjamin@banshee.h4x0r.space) |
2024-04-25 18:33:27 +0200 | samhh_ | (7569f027cf@2a03:6000:1812:100::e4) |
2024-04-25 18:33:27 +0200 | jkoshy | (99b9359beb@user/jkoshy) |
2024-04-25 18:33:27 +0200 | henrytill | (e0180937c3@2a03:6000:1812:100::e8c) |
2024-04-25 18:33:27 +0200 | jakzale | (6291399afa@user/jakzale) |
2024-04-25 18:33:27 +0200 | jleightcap | (7bc4014b62@user/jleightcap) |
2024-04-25 18:33:27 +0200 | chaitlatte0 | (ea29c0bb16@user/chaitlatte0) |
2024-04-25 18:33:27 +0200 | cpli | (77fc530071@2a03:6000:1812:100::252) |
2024-04-25 18:33:27 +0200 | rselim | (ce261f06ff@user/milesrout) |
2024-04-25 18:33:27 +0200 | fvr | (ef3e56ca8b@2a03:6000:1812:100::3c4) |
2024-04-25 18:33:27 +0200 | sus | (1b7af6299f@user/zeromomentum) |
2024-04-25 18:33:27 +0200 | sm2n | (ae95cb1267@user/sm2n) |
2024-04-25 18:33:27 +0200 | ymherklotz | (cb2c9cfbdd@2a03:6000:1812:100::29a) |
2024-04-25 18:33:27 +0200 | duncan | (c6181279e3@user/meow/duncan) |
2024-04-25 18:33:27 +0200 | b0o | (0e4a0bf4c9@2a03:6000:1812:100::1bf) |
2024-04-25 18:33:27 +0200 | samhh | (7569f027cf@2a03:6000:1812:100::e4) |
2024-04-25 18:33:27 +0200 | ursa-major | (114efe6c39@2a03:6000:1812:100::11f3) |
2024-04-25 18:33:27 +0200 | shreyasminocha | (51fdc93eda@user/shreyasminocha) |
2024-04-25 18:33:27 +0200 | akspecs | (00cc8321af@sourcehut/user/akspecs) |
2024-04-25 18:33:27 +0200 | brettgilio | (a35ba67324@2a03:6000:1812:100::260) |
2024-04-25 18:33:27 +0200 | jmcantrell | (644f1bed9a@user/jmcantrell) |
2024-04-25 18:33:27 +0200 | whereiseveryone | (206ba86c98@2a03:6000:1812:100::2e4) |
2024-04-25 18:33:27 +0200 | JoelMcCracken | (5ea8252fbb@2a03:6000:1812:100::10e3) |
2024-04-25 18:33:27 +0200 | Ankhers | (e99e97ef8e@2a03:6000:1812:100::2a2) |
2024-04-25 18:33:27 +0200 | kuruczgy | (55b66dd3ae@2a03:6000:1812:100::127f) |
2024-04-25 18:33:27 +0200 | aniketd | (32aa4844cd@2a03:6000:1812:100::dcb) |
2024-04-25 18:33:27 +0200 | arcadewise | (52968ed80d@2a03:6000:1812:100::3df) |
2024-04-25 18:33:27 +0200 | fn_lumi | (3d621153a5@2a03:6000:1812:100::df7) |
2024-04-25 18:33:27 +0200 | probie | (cc0b34050a@user/probie) |
2024-04-25 18:33:27 +0200 | fluffyballoon | (45ce440a48@2a03:6000:1812:100::e2) |
2024-04-25 18:33:27 +0200 | evanrelf | (3addc196af@2a03:6000:1812:100::f0) |
2024-04-25 18:33:27 +0200 | pmk | (6afe4476a1@2a03:6000:1812:100::26d) |
2024-04-25 18:33:27 +0200 | fgaz_ | (1ff9197ed6@2a03:6000:1812:100::11ea) |
2024-04-25 18:33:27 +0200 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) |
2024-04-25 18:33:27 +0200 | raghavgururajan | (ea769b8000@user/raghavgururajan) |
2024-04-25 18:33:27 +0200 | ggb | (a62ffbaf4f@2a03:6000:1812:100::3ac) |
2024-04-25 18:33:27 +0200 | lane | (809450f172@2a03:6000:1812:100::1300) |
2024-04-25 18:33:27 +0200 | filwisher | (2e6936c793@2a03:6000:1812:100::170) |
2024-04-25 18:33:27 +0200 | lukec | (9dfd4d094e@2a03:6000:1812:100::10e) |
2024-04-25 18:33:27 +0200 | bsima1 | (9d7e39c8ad@2a03:6000:1812:100::dd) |
2024-04-25 18:33:27 +0200 | GoldsteinQ | (~goldstein@goldstein.rs) |
2024-04-25 18:33:27 +0200 | wagle | (~wagle@quassel.wagle.io) |
2024-04-25 18:33:27 +0200 | amjoseph | (~amjoseph@static-198-44-128-146.cust.tzulo.com) |
2024-04-25 18:33:27 +0200 | hugo- | (znc@quicksilver.lysator.liu.se) |
2024-04-25 18:33:27 +0200 | sajith | (~sajith@user/sajith) |
2024-04-25 18:33:27 +0200 | nonzen | (~nonzen@user/nonzen) |
2024-04-25 18:33:27 +0200 | benjaminl | (~benjaminl@user/benjaminl) |
2024-04-25 18:33:27 +0200 | meinside | (uid24933@id-24933.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | tomboy64 | (~tomboy64@user/tomboy64) |
2024-04-25 18:33:27 +0200 | mikko | (~mikko@user/mikko) |
2024-04-25 18:33:27 +0200 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | flocks | (~flocks@134.122.90.60) |
2024-04-25 18:33:27 +0200 | andjjj23 | (~irc@107.170.228.47) |
2024-04-25 18:33:27 +0200 | _xor | (~xor@ip-208-102-243-175.dynamic.fuse.net) |
2024-04-25 18:33:27 +0200 | drdo | (~drdo@bl5-29-74.dsl.telepac.pt) |
2024-04-25 18:33:27 +0200 | mniip_ | (mniip@libera/staff/mniip) |
2024-04-25 18:33:27 +0200 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) |
2024-04-25 18:33:27 +0200 | migas97 | (~migas@static.140.65.63.178.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | masterbuilder | (~quassel@user/masterbuilder) |
2024-04-25 18:33:27 +0200 | byte | (~byte@149.28.222.189) |
2024-04-25 18:33:27 +0200 | abrar | (~abrar@pool-72-78-199-167.phlapa.fios.verizon.net) |
2024-04-25 18:33:27 +0200 | Batzy | (~quassel@user/batzy) |
2024-04-25 18:33:27 +0200 | MelMalik | (ellenor@invictus.wa.us.umbrellix.net) |
2024-04-25 18:33:27 +0200 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | integral | (sid296274@user/integral) |
2024-04-25 18:33:27 +0200 | chessai | (sid225296@id-225296.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | sefidel | (~sefidel@user/sefidel) |
2024-04-25 18:33:27 +0200 | fr33domlover | (~fr33domlo@towards.vision) |
2024-04-25 18:33:27 +0200 | cayley5 | (~cayley5@user/phileasfogg) |
2024-04-25 18:33:27 +0200 | micro | (~micro@user/micro) |
2024-04-25 18:33:27 +0200 | myme | (~myme@2a01:799:d5c:5f00:1e69:7aff:feab:e7ae) |
2024-04-25 18:33:27 +0200 | hammond | (proscan@user/hammond2) |
2024-04-25 18:33:27 +0200 | mesaoptimizer | (~mesaoptim@user/PapuaHardyNet) |
2024-04-25 18:33:27 +0200 | nurupo | (~nurupo.ga@user/nurupo) |
2024-04-25 18:33:27 +0200 | jrm | (~jrm@user/jrm) |
2024-04-25 18:33:27 +0200 | coldtom | (~coldtom@coldrick.cc) |
2024-04-25 18:33:27 +0200 | earthy | (~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net) |
2024-04-25 18:33:27 +0200 | nek0 | (~nek0@user/nek0) |
2024-04-25 18:33:27 +0200 | diagprov | (sid348783@user/diagprov) |
2024-04-25 18:33:27 +0200 | snek | (sid280155@id-280155.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | scav | (sid309693@user/scav) |
2024-04-25 18:33:27 +0200 | tritlo_ | (sid58727@id-58727.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | poscat0x04 | (~poscat@user/poscat) |
2024-04-25 18:33:27 +0200 | hololeap | (~quassel@user/hololeap) |
2024-04-25 18:33:27 +0200 | yahb2 | (~yahb2@user/tomsmeding/bot/yahb2) |
2024-04-25 18:33:27 +0200 | TMA | (tma@twin.jikos.cz) |
2024-04-25 18:33:27 +0200 | hovsater | (sid499516@user/hovsater) |
2024-04-25 18:33:27 +0200 | tomsmeding | (~tomsmedin@static.21.109.88.23.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | fryguybob | (~fryguybob@024-094-050-022.inf.spectrum.com) |
2024-04-25 18:33:27 +0200 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) |
2024-04-25 18:33:27 +0200 | pieguy128 | (~pieguy128@bras-base-mtrlpq5031w-grc-47-67-70-101-170.dsl.bell.ca) |
2024-04-25 18:33:27 +0200 | sm | (~znc@plaintextaccounting/sm) |
2024-04-25 18:33:27 +0200 | sa | (sid1055@id-1055.tinside.irccloud.com) |
2024-04-25 18:33:27 +0200 | jackdk | (sid373013@cssa/jackdk) |
2024-04-25 18:33:27 +0200 | T_S_____ | (sid501726@id-501726.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) |
2024-04-25 18:33:27 +0200 | gawen | (~gawen@user/gawen) |
2024-04-25 18:33:27 +0200 | byorgey | (~byorgey@user/byorgey) |
2024-04-25 18:33:27 +0200 | red-snail | (~snail@static.151.210.203.116.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | nisstyre | (wes@user/nisstyre) |
2024-04-25 18:33:27 +0200 | lambdap2371 | (~lambdap@static.167.190.119.168.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | df | (~ben@justworks.xyz) |
2024-04-25 18:33:27 +0200 | turlando | (~turlando@user/turlando) |
2024-04-25 18:33:27 +0200 | jakesyl_____ | (sid56879@id-56879.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | buhman | (sid411355@user/buhman) |
2024-04-25 18:33:27 +0200 | Tisoxin | (~Ikosit@user/ikosit) |
2024-04-25 18:33:27 +0200 | dminuoso | (~weechat@user/dminuoso) |
2024-04-25 18:33:27 +0200 | liskin | (~liskin@xmonad/liskin) |
2024-04-25 18:33:27 +0200 | krei-se | (~krei-se@p5085d49b.dip0.t-ipconnect.de) |
2024-04-25 18:33:27 +0200 | nitrix | (~nitrix@user/meow/nitrix) |
2024-04-25 18:33:27 +0200 | dibblego | (~dibblego@haskell/developer/dibblego) |
2024-04-25 18:33:27 +0200 | silver.libera.chat | +v yahb2 |
2024-04-25 18:33:27 +0200 | thaumavorio | (~thaumavor@thaumavor.io) |
2024-04-25 18:33:27 +0200 | lbseale | (~quassel@user/ep1ctetus) |
2024-04-25 18:33:27 +0200 | darkling | (~darkling@2001-ba8-1f1-f0e6-0-0-0-2.autov6rev.bitfolk.space) |
2024-04-25 18:33:27 +0200 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) |
2024-04-25 18:33:27 +0200 | pdw | (~user@215.156.62.185.bridgefibre.net) |
2024-04-25 18:33:27 +0200 | Fischmiep | (~Fischmiep@user/Fischmiep) |
2024-04-25 18:33:27 +0200 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
2024-04-25 18:33:27 +0200 | dontdieych_ | (~alarm@132.226.169.184) |
2024-04-25 18:33:27 +0200 | heartbur1 | (~gass@81.4.123.134) |
2024-04-25 18:33:27 +0200 | ian_ | (~ian@matrix.chaos.earth.li) |
2024-04-25 18:33:27 +0200 | Clint | (~Clint@user/clint) |
2024-04-25 18:33:27 +0200 | andreas808 | (andreas303@is.drunk.and.ready-to.party) |
2024-04-25 18:33:27 +0200 | defanor- | (~defanor@tart.uberspace.net) |
2024-04-25 18:33:27 +0200 | smalltalkman | (uid545680@id-545680.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | geekosaur | (sid609282@xmonad/geekosaur) |
2024-04-25 18:33:27 +0200 | edmundnoble_ | (sid229620@id-229620.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | Unode | (~Unode@fg-ext-220.embl.de) |
2024-04-25 18:33:27 +0200 | bgamari | (~bgamari@64.223.226.84) |
2024-04-25 18:33:27 +0200 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
2024-04-25 18:33:27 +0200 | rncwnd | (~quassel@2a01:4f8:221:27c6::1) |
2024-04-25 18:33:27 +0200 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) |
2024-04-25 18:33:27 +0200 | kronicmage | (~kronicmag@neotame.csclub.uwaterloo.ca) |
2024-04-25 18:33:27 +0200 | h2t | (~h2t@user/h2t) |
2024-04-25 18:33:27 +0200 | tinwood | (~tinwood@canonical/tinwood) |
2024-04-25 18:33:27 +0200 | cln_ | (cln@wtf.cx) |
2024-04-25 18:33:27 +0200 | m5zs7k | (aquares@web10.mydevil.net) |
2024-04-25 18:33:27 +0200 | fiddlerw- | (~fiddlerwo@user/fiddlerwoaroof) |
2024-04-25 18:33:27 +0200 | lockna_ | (~lockna@static.139.16.130.94.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | bw_____ | (sid2730@id-2730.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | stefan-_ | (~cri@42dots.de) |
2024-04-25 18:33:27 +0200 | tnks | (sid412124@id-412124.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | PHO`_ | (~pho@akari.cielonegro.org) |
2024-04-25 18:33:27 +0200 | hexeme | (~hexeme@user/hexeme) |
2024-04-25 18:33:27 +0200 | lally | (sid388228@id-388228.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | bradparker | (sid262931@id-262931.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | jmct | (sid160793@id-160793.tinside.irccloud.com) |
2024-04-25 18:33:27 +0200 | alinab | (sid468903@id-468903.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | remexre | (~remexre@user/remexre) |
2024-04-25 18:33:27 +0200 | mjrosenb | (~mjrosenb@pool-96-232-177-77.nycmny.fios.verizon.net) |
2024-04-25 18:33:27 +0200 | inedia | (~irc@2600:3c00:e000:287::1) |
2024-04-25 18:33:27 +0200 | joeyh | (joeyh@kitenet.net) |
2024-04-25 18:33:27 +0200 | teqwve | (teqwve@static.141.38.201.195.clients.your-server.de) |
2024-04-25 18:33:27 +0200 | Vq | (~vq@81-231-76-8-no600.tbcn.telia.com) |
2024-04-25 18:33:27 +0200 | MironZ | (~MironZ@nat-infra.ehlab.uk) |
2024-04-25 18:33:27 +0200 | rembo10 | (~rembo10@main.remulis.com) |
2024-04-25 18:33:27 +0200 | Angelz | (Angelz@user/angelz) |
2024-04-25 18:33:27 +0200 | Teacup | (~teacup@user/teacup) |
2024-04-25 18:33:27 +0200 | ames | (~amelia@offtopia/offtopian/amelia) |
2024-04-25 18:33:27 +0200 | mauke | (~mauke@user/mauke) |
2024-04-25 18:33:27 +0200 | mjacob | (~mjacob@adrastea.uberspace.de) |
2024-04-25 18:33:27 +0200 | lisq | (~quassel@lis.moe) |
2024-04-25 18:33:27 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) |
2024-04-25 18:33:27 +0200 | hadronized | (~phaazon@2001:41d0:a:fe76::1) |
2024-04-25 18:33:27 +0200 | tureba | (~tureba@tureba.org) |
2024-04-25 18:33:27 +0200 | mcfrdy | (~mcfrdy@user/mcfrdy) |
2024-04-25 18:33:27 +0200 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) |
2024-04-25 18:33:27 +0200 | cptaffe | (~cptaffe@user/cptaffe) |
2024-04-25 18:33:27 +0200 | lexi-lambda | (sid92601@id-92601.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | urdh | (~urdh@user/urdh) |
2024-04-25 18:33:27 +0200 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | b20n | (sid115913@id-115913.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | carter | (sid14827@id-14827.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | PotatoGim | (sid99505@id-99505.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | idnar | (sid12240@debian/mithrandi) |
2024-04-25 18:33:27 +0200 | dy | (sid3438@user/dy) |
2024-04-25 18:33:27 +0200 | bjs | (sid190364@user/bjs) |
2024-04-25 18:33:27 +0200 | degraafk | (sid71464@id-71464.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | CalimeroTeknik | (~calimero@user/calimeroteknik) |
2024-04-25 18:33:27 +0200 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) |
2024-04-25 18:33:27 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
2024-04-25 18:33:27 +0200 | gaze__ | (sid387101@id-387101.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | dumptruckman | (~dumptruck@69-164-220-160.ip.linodeusercontent.com) |
2024-04-25 18:33:27 +0200 | [_________] | (~oos95GWG@user/oos95GWG) |
2024-04-25 18:33:27 +0200 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) |
2024-04-25 18:33:27 +0200 | sympt | (~sympt@user/sympt) |
2024-04-25 18:33:27 +0200 | APic | (apic@apic.name) |
2024-04-25 18:33:27 +0200 | canta | (~canta@user/canta) |
2024-04-25 18:33:27 +0200 | dfg | (~dfg@user/dfg) |
2024-04-25 18:33:27 +0200 | edm | (sid147314@id-147314.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | edwardk | (sid47016@haskell/developer/edwardk) |
2024-04-25 18:33:27 +0200 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | NemesisD | (sid24071@id-24071.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | riatre | (~quassel@2001:310:6000:f::5198:1) |
2024-04-25 18:33:27 +0200 | sa1 | (sid7690@id-7690.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | rune_ | (sid21167@id-21167.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) |
2024-04-25 18:33:27 +0200 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | deriamis | (deriamis@ec2-54-187-167-69.us-west-2.compute.amazonaws.com) |
2024-04-25 18:33:27 +0200 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | amir | (sid22336@user/amir) |
2024-04-25 18:33:27 +0200 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | aspen | (sid449115@id-449115.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | c_wraith | (~c_wraith@adjoint.us) |
2024-04-25 18:33:27 +0200 | silver.libera.chat | +v lambdabot |
2024-04-25 18:33:27 +0200 | tomjaguarpaw | (~tom@172-104-25-182.ip.linodeusercontent.com) |
2024-04-25 18:33:27 +0200 | landonf | (landonf@mac68k.info) |
2024-04-25 18:33:27 +0200 | nckx | (nckx@libera/staff/owl/nckx) |
2024-04-25 18:33:27 +0200 | xerox | (~edi@user/edi) |
2024-04-25 18:33:27 +0200 | farn_ | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) |
2024-04-25 18:33:27 +0200 | ricardo_2 | (~ricardo@217.70.197.9) |
2024-04-25 18:33:27 +0200 | koolazer | (~koo@user/koolazer) |
2024-04-25 18:33:27 +0200 | exarkun | (~exarkun@user/exarkun) |
2024-04-25 18:33:27 +0200 | eL_Bart0- | (eL_Bart0@dietunichtguten.org) |
2024-04-25 18:33:27 +0200 | energizer | (~energizer@user/energizer) |
2024-04-25 18:33:27 +0200 | gmc | (sid58314@id-58314.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | astra | (sid289983@id-289983.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | shawwwn | (sid6132@id-6132.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | mankyKitty | (sid31287@id-31287.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | caasih | (sid13241@id-13241.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | mht-wtf | (~mht@2a03:b0c0:3:e0::1e2:c001) |
2024-04-25 18:33:27 +0200 | Dykam | (Dykam@dykam.nl) |
2024-04-25 18:33:27 +0200 | bah | (~bah@l1.tel) |
2024-04-25 18:33:27 +0200 | ringo___ | (~ringo@157.230.117.128) |
2024-04-25 18:33:27 +0200 | ouroboros | (~ouroboros@user/ouroboros) |
2024-04-25 18:33:27 +0200 | Goodbye_Vincent | (cyvahl@freakshells.net) |
2024-04-25 18:33:27 +0200 | disconnect3d | (~disconnec@user/disconnect3d) |
2024-04-25 18:33:27 +0200 | acro | (~acro@user/acro) |
2024-04-25 18:33:27 +0200 | davl | (~davl@207.154.228.18) |
2024-04-25 18:33:27 +0200 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) |
2024-04-25 18:33:27 +0200 | litharge | (litharge@libera/bot/litharge) |
2024-04-25 18:33:27 +0200 | NiKaN | (sid385034@id-385034.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | apache | (apache2@anubis.0x90.dk) |
2024-04-25 18:33:27 +0200 | Techcable | (sid534393@user/Techcable) |
2024-04-25 18:33:27 +0200 | jocke-l | (jocke-l@a.x0.is) |
2024-04-25 18:33:27 +0200 | sclv | (sid39734@haskell/developer/sclv) |
2024-04-25 18:33:27 +0200 | iphy | (sid67735@user/iphy) |
2024-04-25 18:33:27 +0200 | ProofTechnique_ | (sid79547@id-79547.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | natto | (~natto@129.154.243.159) |
2024-04-25 18:33:27 +0200 | aristid | (sid1599@id-1599.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | JSharp | (sid4580@user/JSharp) |
2024-04-25 18:33:27 +0200 | drlkf | (~drlkf@192.184.163.34.bc.googleusercontent.com) |
2024-04-25 18:33:27 +0200 | SoF | (~skius@user/skius) |
2024-04-25 18:33:27 +0200 | hexology | (~hexology@user/hexology) |
2024-04-25 18:33:27 +0200 | stefan-__ | (~m-yh2rcc@42dots.de) |
2024-04-25 18:33:27 +0200 | shane | (~shane@ana.rch.ist) |
2024-04-25 18:33:27 +0200 | pierrot | (~pi@user/pierrot) |
2024-04-25 18:33:27 +0200 | cjay | (cjay@nerdbox.nerd2nerd.org) |
2024-04-25 18:33:27 +0200 | Hecate | (~mariposa@user/hecate) |
2024-04-25 18:33:27 +0200 | kosmikus | (~kosmikus@nullzig.kosmikus.org) |
2024-04-25 18:33:27 +0200 | _0xa_ | (~user@2001:19f0:5001:2ba8:5400:1ff:feda:88fc) |
2024-04-25 18:33:27 +0200 | Jon | (jon@dow.land) |
2024-04-25 18:33:27 +0200 | loonycyborg | (loonycybor@wesnoth/developer/loonycyborg) |
2024-04-25 18:33:27 +0200 | absence | (torgeihe@hildring.pvv.ntnu.no) |
2024-04-25 18:33:27 +0200 | noteness- | (~noteness@user/noteness) |
2024-04-25 18:33:27 +0200 | laman1 | (~laman@rego.ai) |
2024-04-25 18:33:27 +0200 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) |
2024-04-25 18:33:27 +0200 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | beaky | (~beaky@2a03:b0c0:0:1010::1e:a001) |
2024-04-25 18:33:27 +0200 | patrl | (~patrl@user/patrl) |
2024-04-25 18:33:27 +0200 | acidsys | (~crameleon@openSUSE/member/crameleon) |
2024-04-25 18:33:27 +0200 | opqdonut | (opqdonut@pseudo.fixme.fi) |
2024-04-25 18:33:27 +0200 | rachelambda | (~rachelamb@cust-95-80-25-71.csbnet.se) |
2024-04-25 18:33:27 +0200 | krasjet | (~krjst@2604:a880:800:c1::16b:8001) |
2024-04-25 18:33:27 +0200 | institor | (~henricus@user/institor) |
2024-04-25 18:33:27 +0200 | immae | (~immae@2a01:4f8:141:53e7::) |
2024-04-25 18:33:27 +0200 | welterde | (welterde@thinkbase.srv.welterde.de) |
2024-04-25 18:33:27 +0200 | evertedsphere | (sid434122@id-434122.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | mrmonday | (~robert@what.i.hope.is.not.a.tabernaevagant.es) |
2024-04-25 18:33:27 +0200 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) |
2024-04-25 18:33:27 +0200 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) |
2024-04-25 18:33:27 +0200 | davean | (~davean@davean.sciesnet.net) |
2024-04-25 18:33:27 +0200 | tamer | (~tamer@user/tamer) |
2024-04-25 18:33:27 +0200 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) |
2024-04-25 18:33:27 +0200 | lieven | (~mal@ns2.wyrd.be) |
2024-04-25 18:33:27 +0200 | mira | (~aranea@wireguard/contributorcat/mira) |
2024-04-25 18:33:27 +0200 | A_Dragon | (A_D@libera/staff/dragon) |
2024-04-25 18:33:27 +0200 | mmaruseacph2 | (~mihai@mihai.page) |
2024-04-25 18:33:27 +0200 | yushyin | (PYLyYfdKtk@mail.karif.server-speed.net) |
2024-04-25 18:33:27 +0200 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) |
2024-04-25 18:33:27 +0200 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) |
2024-04-25 18:33:27 +0200 | dsal | (sid13060@id-13060.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | xacktm | (xacktm@user/xacktm) |
2024-04-25 18:33:27 +0200 | stilgart | (~Christoph@chezlefab.net) |
2024-04-25 18:33:27 +0200 | nrr_______ | (sid20938@id-20938.lymington.irccloud.com) |
2024-04-25 18:33:27 +0200 | meooow | (~meooow@165.232.184.169) |
2024-04-25 18:33:27 +0200 | chymera | (~chymera@ns1000526.ip-51-81-46.us) |
2024-04-25 18:33:27 +0200 | haasn | (sid579015@id-579015.hampstead.irccloud.com) |
2024-04-25 18:33:27 +0200 | Logio | (em@kapsi.fi) |
2024-04-25 18:33:27 +0200 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) |
2024-04-25 18:33:27 +0200 | Deide | (d0130db69a@user/deide) |
2024-04-25 18:33:27 +0200 | ggVGc | (~ggVGc@a.lowtech.earth) |
2024-04-25 18:33:27 +0200 | nicole | (ilbelkyr@libera/staff/ilbelkyr) |
2024-04-25 18:33:27 +0200 | noctux1 | (Hfi6K5vcqP@user/noctux) |
2024-04-25 18:33:27 +0200 | codedmart | (codedmart@2600:3c01::f03c:92ff:fefe:8511) |
2024-04-25 18:33:27 +0200 | arkeet | (~arkeet@moriya.ca) |
2024-04-25 18:33:27 +0200 | ChanServ | (ChanServ@services.libera.chat) |
2024-04-25 18:33:27 +0200 | silver.libera.chat | +o ChanServ |
2024-04-25 18:33:34 +0200 | causal | (~eric@50.35.88.207) |
2024-04-25 18:33:34 +0200 | rvalue | (~rvalue@user/rvalue) |
2024-04-25 18:33:34 +0200 | ski | (~ski@ext-1-033.eduroam.chalmers.se) |
2024-04-25 18:33:34 +0200 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) |
2024-04-25 18:33:34 +0200 | end | (~end@user/end/x-0094621) |
2024-04-25 18:33:34 +0200 | jespada | (~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net) |
2024-04-25 18:33:34 +0200 | gentauro | (~gentauro@user/gentauro) |
2024-04-25 18:33:34 +0200 | dagit | (~dagit@2001:558:6025:38:71c6:9d58:7252:8976) |
2024-04-25 18:33:34 +0200 | kimiamania | (~76637481@user/kimiamania) |
2024-04-25 18:33:34 +0200 | fun-safe-math | (~fun-safe-@24.21.106.247) |
2024-04-25 18:33:34 +0200 | lockywolf | (~lockywolf@public.lockywolf.net) |
2024-04-25 18:33:34 +0200 | incertia | (~incertia@209.122.137.252) |
2024-04-25 18:33:34 +0200 | acarrico | (~acarrico@dhcp-68-142-49-163.greenmountainaccess.net) |
2024-04-25 18:33:34 +0200 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
2024-04-25 18:33:34 +0200 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) |
2024-04-25 18:33:34 +0200 | siers | (~ij@user/ij) |
2024-04-25 18:33:34 +0200 | wryish | (~wryish@2605:4c40:119:efa3:0:727d:19eb:1) |
2024-04-25 18:33:34 +0200 | [exa] | (~exa@user/exa/x-3587197) |
2024-04-25 18:33:34 +0200 | eugenrh | (~eugenrh@user/eugenrh) |
2024-04-25 18:33:34 +0200 | Pozyomka | (~pyon@user/pyon) |
2024-04-25 18:33:34 +0200 | hook54321 | (sid149355@user/hook54321) |
2024-04-25 18:33:34 +0200 | Pent | (sid313808@id-313808.lymington.irccloud.com) |
2024-04-25 18:33:34 +0200 | yandere | (sid467876@id-467876.ilkley.irccloud.com) |
2024-04-25 18:33:34 +0200 | adium | (adium@user/adium) |
2024-04-25 18:33:34 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
2024-04-25 18:33:34 +0200 | Rembane | (~Rembane@user/Rembane) |
2024-04-25 18:33:35 +0200 | tired | (~tired@user/tired) |
2024-04-25 18:33:35 +0200 | robertm | (robertm@lattice.rojoma.com) |
2024-04-25 18:33:45 +0200 | haskellbridge | (~haskellbr@69.135.3.34) (Excess Flood) |
2024-04-25 18:33:55 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 268 seconds) |
2024-04-25 18:33:59 +0200 | Pixi | (~Pixi@user/pixi) (Max SendQ exceeded) |
2024-04-25 18:34:42 +0200 | Axman6 | (~Axman6@user/axman6) |
2024-04-25 18:34:51 +0200 | yin | (~yin@user/zero) |
2024-04-25 18:34:56 +0200 | Square | (~Square@user/square) |
2024-04-25 18:34:59 +0200 | kimiamania | (~76637481@user/kimiamania) (Max SendQ exceeded) |
2024-04-25 18:35:02 +0200 | haskellbridge | (~haskellbr@69.135.3.34) |
2024-04-25 18:35:02 +0200 | ChanServ | +v haskellbridge |
2024-04-25 18:35:11 +0200 | Pixi | (~Pixi@user/pixi) |
2024-04-25 18:35:21 +0200 | kimiamania | (~76637481@user/kimiamania) |
2024-04-25 18:35:38 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 18:37:04 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (Ping timeout: 246 seconds) |
2024-04-25 18:37:07 +0200 | hook54321 | (sid149355@user/hook54321) (Ping timeout: 247 seconds) |
2024-04-25 18:37:07 +0200 | Pent | (sid313808@id-313808.lymington.irccloud.com) (Ping timeout: 247 seconds) |
2024-04-25 18:37:43 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 18:38:17 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 18:38:20 +0200 | Pent | (sid313808@id-313808.lymington.irccloud.com) |
2024-04-25 18:39:56 +0200 | hook54321 | (sid149355@user/hook54321) |
2024-04-25 18:44:59 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 18:45:57 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 18:46:44 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 18:49:09 +0200 | tzh | (~tzh@c-73-164-206-160.hsd1.or.comcast.net) |
2024-04-25 18:49:09 +0200 | yin | (~yin@user/zero) (Ping timeout: 268 seconds) |
2024-04-25 18:50:44 +0200 | yin | (~yin@user/zero) |
2024-04-25 18:53:05 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 18:54:10 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 18:58:48 +0200 | titibandit | (~titibandi@user/titibandit) |
2024-04-25 19:01:51 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (Ping timeout: 260 seconds) |
2024-04-25 19:01:55 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) (Remote host closed the connection) |
2024-04-25 19:02:43 +0200 | pastly | (~pastly@gateway/tor-sasl/pastly) |
2024-04-25 19:02:45 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 19:03:32 +0200 | xstill_ | (xstill@fimu/xstill) (Read error: Connection reset by peer) |
2024-04-25 19:03:38 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 19:03:43 +0200 | xsarnik | (xsarnik@lounge.fi.muni.cz) (Read error: Connection reset by peer) |
2024-04-25 19:04:30 +0200 | gmg | (~user@user/gehmehgeh) |
2024-04-25 19:07:35 +0200 | rosco | (rosco@gateway/vpn/airvpn/rosco) (Quit: Lost terminal) |
2024-04-25 19:08:16 +0200 | xsarnik | (xsarnik@lounge.fi.muni.cz) |
2024-04-25 19:08:40 +0200 | xstill_ | (xstill@fimu/xstill) |
2024-04-25 19:10:26 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 19:10:38 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) |
2024-04-25 19:11:05 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 19:11:21 +0200 | Yumemi_ | (~Yumemi@chamoin.net) (Ping timeout: 268 seconds) |
2024-04-25 19:11:25 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) |
2024-04-25 19:11:40 +0200 | Yumemi | (~Yumemi@2001:bc8:47a0:1b14::1) |
2024-04-25 19:14:27 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 19:18:20 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 19:19:34 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 19:21:45 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 19:23:52 +0200 | <tomsmeding> | yeah there's more libraries like that https://hackage.haskell.org/package/tagged-0.8.8/docs/Data-Tagged.html |
2024-04-25 19:24:08 +0200 | <tomsmeding> | (tagged is more low-tech) |
2024-04-25 19:25:24 +0200 | <tomsmeding> | but that doesn't do anything to reduce the feeling of "this is overkill" |
2024-04-25 19:32:09 +0200 | <mauke> | you know what they say: there's no such thing as "too much overkill" |
2024-04-25 19:33:07 +0200 | <EvanR> | cycle "over" ++ "kill" |
2024-04-25 19:33:20 +0200 | <EvanR> | does not terminate. QED |
2024-04-25 19:36:09 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) |
2024-04-25 19:36:10 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 19:37:10 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 19:38:08 +0200 | finsternis | (~X@23.226.237.192) (Read error: Connection reset by peer) |
2024-04-25 19:40:38 +0200 | demesne | (~demesne@50.35.88.207) |
2024-04-25 19:40:40 +0200 | internatetional | (~internate@2001:448a:20a3:c2e5:e897:9f98:476b:e7c3) |
2024-04-25 19:44:30 +0200 | xdminsy | (~xdminsy@117.147.70.233) (Ping timeout: 245 seconds) |
2024-04-25 19:46:47 +0200 | yin | (~yin@user/zero) (Ping timeout: 264 seconds) |
2024-04-25 19:48:15 +0200 | yin | (~yin@user/zero) |
2024-04-25 19:51:16 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) |
2024-04-25 19:56:07 +0200 | CiaoSen | (~Jura@2a05:5800:2b6:d200:e6b9:7aff:fe80:3d03) |
2024-04-25 19:56:59 +0200 | CiaoSen | (~Jura@2a05:5800:2b6:d200:e6b9:7aff:fe80:3d03) (Client Quit) |
2024-04-25 19:56:59 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 19:57:45 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 19:59:18 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 20:03:17 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 240 seconds) |
2024-04-25 20:05:20 +0200 | yin | (~yin@user/zero) (Ping timeout: 245 seconds) |
2024-04-25 20:07:12 +0200 | yin | (~yin@user/zero) |
2024-04-25 20:12:50 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) (Ping timeout: 245 seconds) |
2024-04-25 20:12:51 +0200 | demesne | (~demesne@50.35.88.207) (Remote host closed the connection) |
2024-04-25 20:13:12 +0200 | demesne | (~demesne@50.35.88.207) |
2024-04-25 20:14:13 +0200 | demesne | (~demesne@50.35.88.207) (Remote host closed the connection) |
2024-04-25 20:14:31 +0200 | demesne | (~demesne@50.35.88.207) |
2024-04-25 20:15:04 +0200 | yin | (~yin@user/zero) (Ping timeout: 246 seconds) |
2024-04-25 20:17:50 +0200 | demesne | (~demesne@50.35.88.207) (Remote host closed the connection) |
2024-04-25 20:18:05 +0200 | demesne | (~demesne@50.35.88.207) |
2024-04-25 20:21:54 +0200 | yin | (~yin@user/zero) |
2024-04-25 20:22:46 +0200 | philopsos | (~caecilius@user/philopsos) (Ping timeout: 246 seconds) |
2024-04-25 20:26:51 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 20:27:33 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 20:35:31 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 20:35:50 +0200 | yin | (~yin@user/zero) (Ping timeout: 268 seconds) |
2024-04-25 20:35:50 +0200 | philopsos | (~caecilius@user/philopsos) |
2024-04-25 20:36:00 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) |
2024-04-25 20:36:33 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 20:37:35 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Remote host closed the connection) |
2024-04-25 20:39:36 +0200 | waleee | (~waleee@m83-185-32-15.cust.tele2.se) (Read error: Connection reset by peer) |
2024-04-25 20:43:40 +0200 | philopsos | (~caecilius@user/philopsos) (Ping timeout: 255 seconds) |
2024-04-25 20:52:27 +0200 | ski | (~ski@ext-1-033.eduroam.chalmers.se) (Ping timeout: 260 seconds) |
2024-04-25 20:52:40 +0200 | y04nn | (~username@2a03:1b20:8:f011::e10d) |
2024-04-25 20:57:16 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2024-04-25 20:58:58 +0200 | ski | (~ski@ext-1-033.eduroam.chalmers.se) |
2024-04-25 20:59:02 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (Quit: brb) |
2024-04-25 20:59:09 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
2024-04-25 20:59:09 +0200 | ChanServ | +v lambdabot |
2024-04-25 20:59:44 +0200 | demesne | (~demesne@50.35.88.207) (Remote host closed the connection) |
2024-04-25 21:01:45 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer) |
2024-04-25 21:08:17 +0200 | mei | (~mei@user/mei) (Remote host closed the connection) |
2024-04-25 21:10:43 +0200 | mei | (~mei@user/mei) |
2024-04-25 21:13:27 +0200 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2024-04-25 21:18:01 +0200 | ft | (~ft@p4fc2a20e.dip0.t-ipconnect.de) |
2024-04-25 21:22:50 +0200 | target_i | (~target_i@user/target-i/x-6023099) |
2024-04-25 21:25:48 +0200 | waleee | (~waleee@h-176-10-144-38.NA.cust.bahnhof.se) |
2024-04-25 21:28:19 +0200 | raym | (~ray@user/raym) |
2024-04-25 21:30:35 +0200 | peterbecich | (~Thunderbi@47.229.123.186) |
2024-04-25 21:31:46 +0200 | mcksp | (~mcksp@host2.98.gci-net.pl) (Quit: Client closed) |
2024-04-25 21:34:18 +0200 | yin | (~yin@user/zero) |
2024-04-25 21:34:30 +0200 | xdminsy | (~xdminsy@117.147.70.233) |
2024-04-25 21:41:05 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 21:43:35 +0200 | Square | (~Square@user/square) (Ping timeout: 256 seconds) |
2024-04-25 21:45:39 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 260 seconds) |
2024-04-25 21:59:11 +0200 | yeitrafferin | (~user@2a04:4540:7213:4d00:b9b0:d2b9:e58a:8d24) (Quit: Leaving) |
2024-04-25 22:01:07 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 22:04:16 +0200 | peterbecich | (~Thunderbi@47.229.123.186) (Ping timeout: 246 seconds) |
2024-04-25 22:06:00 +0200 | akegalj | (~akegalj@78-1-50-53.adsl.net.t-com.hr) (Quit: leaving) |
2024-04-25 22:06:15 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 272 seconds) |
2024-04-25 22:16:09 +0200 | _ht | (~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Remote host closed the connection) |
2024-04-25 22:18:35 +0200 | euleritian | (~euleritia@212.144.241.187) |
2024-04-25 22:20:59 +0200 | falafel | (~falafel@2a0c:5a87:3103:ec01::62b8) |
2024-04-25 22:24:36 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 22:30:14 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 22:34:27 +0200 | takuan | (~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection) |
2024-04-25 22:35:48 +0200 | internatetional | (~internate@2001:448a:20a3:c2e5:e897:9f98:476b:e7c3) (Quit: Leaving) |
2024-04-25 22:36:35 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 264 seconds) |
2024-04-25 22:37:53 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 22:38:53 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 22:42:04 +0200 | haskellbridge | (~haskellbr@69.135.3.34) (Remote host closed the connection) |
2024-04-25 22:42:29 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 22:43:03 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 22:43:25 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 22:45:04 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 22:46:07 +0200 | haskellbridge | (~haskellbr@69.135.3.34) |
2024-04-25 22:46:07 +0200 | ChanServ | +v haskellbridge |
2024-04-25 22:46:24 +0200 | k_hachig | (~k_hachig@ipagstaticip-b4f1257d-69a8-678e-1ff6-80999a2f9589.sdsl.bell.ca) (Ping timeout: 256 seconds) |
2024-04-25 22:47:30 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2024-04-25 22:47:51 +0200 | motherfsck | (~motherfsc@user/motherfsck) (Ping timeout: 255 seconds) |
2024-04-25 22:48:51 +0200 | haskellbridge | (~haskellbr@69.135.3.34) (Remote host closed the connection) |
2024-04-25 22:50:31 +0200 | yin | (~yin@user/zero) (Ping timeout: 260 seconds) |
2024-04-25 22:58:50 +0200 | peterbecich | (~Thunderbi@47.229.123.186) |
2024-04-25 23:00:04 +0200 | haskellbridge | (~haskellbr@69.135.3.34) |
2024-04-25 23:00:04 +0200 | ChanServ | +v haskellbridge |
2024-04-25 23:01:42 +0200 | Sgeo | (~Sgeo@user/sgeo) |
2024-04-25 23:02:10 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) |
2024-04-25 23:05:06 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (Ping timeout: 260 seconds) |
2024-04-25 23:05:40 +0200 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
2024-04-25 23:06:53 +0200 | emmanuelux | (~emmanuelu@user/emmanuelux) |
2024-04-25 23:07:35 +0200 | machinedgod | (~machinedg@d173-183-246-216.abhsia.telus.net) (Ping timeout: 252 seconds) |
2024-04-25 23:07:47 +0200 | waldo | (~waldo@user/waldo) |
2024-04-25 23:08:09 +0200 | falafel | (~falafel@2a0c:5a87:3103:ec01::62b8) (Ping timeout: 268 seconds) |
2024-04-25 23:09:17 +0200 | tri | (~tri@ool-18bbef1a.static.optonline.net) (Ping timeout: 240 seconds) |
2024-04-25 23:10:37 +0200 | peterbecich | (~Thunderbi@47.229.123.186) (Ping timeout: 268 seconds) |
2024-04-25 23:14:55 +0200 | michalz | (~michalz@185.246.207.218) (Quit: ZNC 1.8.2 - https://znc.in) |
2024-04-25 23:17:43 +0200 | titibandit | (~titibandi@user/titibandit) (Ping timeout: 268 seconds) |
2024-04-25 23:21:17 +0200 | target_i | (~target_i@user/target-i/x-6023099) (Quit: leaving) |
2024-04-25 23:33:59 +0200 | <cheater> | is there a way to download all of stackage easily |
2024-04-25 23:34:03 +0200 | mei | (~mei@user/mei) (Remote host closed the connection) |
2024-04-25 23:34:06 +0200 | <cheater> | and then use that as a resolver for cabal or whatever |
2024-04-25 23:34:12 +0200 | totalghost | (~ghost@172-105-178-131.ip.linodeusercontent.com) |
2024-04-25 23:36:18 +0200 | <dolio> | You mean you want to download all the archives? Or a list of versions to use with cabal? |
2024-04-25 23:36:26 +0200 | mei | (~mei@user/mei) |
2024-04-25 23:37:22 +0200 | <cheater> | archives |
2024-04-25 23:37:41 +0200 | <cheater> | it's probably fine if it's one archive per package, as long as they all work with each other |
2024-04-25 23:38:27 +0200 | <cheater> | or like. mostly work |
2024-04-25 23:38:30 +0200 | <cheater> | most of them |
2024-04-25 23:38:32 +0200 | <cheater> | etc etc |
2024-04-25 23:38:36 +0200 | <sm> | https://github.com/haskell/hackage-security/tree/master/hackage-repo-tool might be part of it |
2024-04-25 23:38:40 +0200 | <cheater> | can't have it perfect |
2024-04-25 23:38:58 +0200 | <cheater> | hmm interesting, ty |
2024-04-25 23:40:35 +0200 | <cheater> | jesus that's pretty complex still though |
2024-04-25 23:40:42 +0200 | <cheater> | i thought it would be easier |
2024-04-25 23:40:47 +0200 | euleritian | (~euleritia@212.144.241.187) (Ping timeout: 264 seconds) |
2024-04-25 23:40:49 +0200 | <cheater> | i guess not a common need |
2024-04-25 23:41:12 +0200 | <sm> | I've seen discussion of "private hackage repositories" somewhere |
2024-04-25 23:41:21 +0200 | <geekosaur> | except in the corporate world, and I'm not sure they publish their tools |
2024-04-25 23:41:36 +0200 | <cheater> | sm yeah that's what this repo refers to at the top of the readme |
2024-04-25 23:41:36 +0200 | <sm> | #haskell-stack:matrix.org will know more about how to tackle it with stack |
2024-04-25 23:42:10 +0200 | <cheater> | you'd think having local copies of package repos would be more popular given the recent rise in supply chain vectors |
2024-04-25 23:43:12 +0200 | <dolio> | How does pre-downloading the attack help you avoid that? |
2024-04-25 23:43:33 +0200 | <cheater> | that's a pretty big assumption you're making there |
2024-04-25 23:44:49 +0200 | yin | (~yin@user/zero) |
2024-04-25 23:45:01 +0200 | <sm> | also: https://cabal.readthedocs.io/en/3.4/installing-packages.html#local-no-index-repositories |
2024-04-25 23:45:43 +0200 | <cheater> | hell yea |
2024-04-25 23:45:48 +0200 | <cheater> | that's exactly how i imagined it |
2024-04-25 23:46:44 +0200 | <cheater> | thanks a lot sm |
2024-04-25 23:47:21 +0200 | <cheater> | i guess you could use stack with an lts resolver and just hammer all the packages it has one by one and put them in a dir like that |
2024-04-25 23:47:22 +0200 | <haskellbridge> | <sm> np. You've still got to get a copy of all needed tarballs |
2024-04-25 23:47:32 +0200 | <cheater> | and then you never have to touch stack again |
2024-04-25 23:47:49 +0200 | <cheater> | the which is the preferable way to use stack |
2024-04-25 23:48:29 +0200 | <haskellbridge> | <sm> do you simply want to point cabal to a stackage snapshot, with a suitable entry in cabal.project ? |
2024-04-25 23:50:05 +0200 | <haskellbridge> | <sm> someone here will know how to do that.. discussion here: https://github.com/haskell/cabal/issues/7556 |
2024-04-25 23:50:20 +0200 | motherfsck | (~motherfsc@user/motherfsck) |
2024-04-25 23:50:35 +0200 | <cheater> | well the idea is for the snapshot to be on my computer |
2024-04-25 23:50:59 +0200 | <haskellbridge> | <sm> ah |
2024-04-25 23:52:56 +0200 | <haskellbridge> | <sm> if you install a few big packages with either cabal or stack, most of these tarballs will be available under ~/.cabal or ~/.stack :) |
2024-04-25 23:53:04 +0200 | <cheater> | heh |
2024-04-25 23:53:12 +0200 | <cheater> | well, the idea is to keep those packages around for a while |
2024-04-25 23:53:26 +0200 | <cheater> | so not just download them and use them immediately |
2024-04-25 23:53:30 +0200 | <haskellbridge> | <sm> sure. But copy them from there to your new dir |
2024-04-25 23:53:33 +0200 | <cheater> | like dolio said, that doesn't do much |
2024-04-25 23:53:35 +0200 | <cheater> | right |
2024-04-25 23:53:59 +0200 | <cheater> | well, i'm satisfied that it's possible |
2024-04-25 23:54:03 +0200 | <cheater> | that's all i really needed to know |
2024-04-25 23:54:12 +0200 | <haskellbridge> | <sm> actually, copy them from ~/.stack so they all come from the desired snapshot. |
2024-04-25 23:54:42 +0200 | <haskellbridge> | <sm> poor man's stackage-mirroring workflow, until you find the right way |
2024-04-25 23:55:01 +0200 | <cheater> | aye |
2024-04-25 23:55:19 +0200 | <cheater> | eh i think the file information should be available somehow somewhere at which point you're just wgeting all things |
2024-04-25 23:55:23 +0200 | <cheater> | it's fine though |
2024-04-25 23:55:28 +0200 | <cheater> | don't need to figure this one out rn |
2024-04-25 23:55:28 +0200 | euleritian | (~euleritia@212.144.241.187) |
2024-04-25 23:55:29 +0200 | <cheater> | :) |
2024-04-25 23:59:57 +0200 | euleritian | (~euleritia@212.144.241.187) (Ping timeout: 268 seconds) |