2024/04/23

Newest at the top

2024-04-23 09:07:36 +0200 <danza> considering the state of the web, i thought about downloading that document. Might not find it again eventually
2024-04-23 09:06:55 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-04-23 09:06:37 +0200euleritian(~euleritia@dynamic-176-006-008-103.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2024-04-23 09:06:31 +0200Square2(~Square4@user/square)
2024-04-23 09:05:41 +0200 <danza> hah a language that can define only data structures. Fancy
2024-04-23 09:04:42 +0200 <mauke> predecessor of KRC, Miranda, Haskell
2024-04-23 09:04:01 +0200 <mauke> glguy: https://web.archive.org/web/20150402133901/http://www.eis.mdx.ac.uk/staffpages/dat/saslman.pdf
2024-04-23 09:02:51 +0200oo_miguel1oo_miguel
2024-04-23 09:02:51 +0200oo_miguel(~Thunderbi@78-11-181-16.static.ip.netia.com.pl) (Ping timeout: 245 seconds)
2024-04-23 08:58:57 +0200oo_miguel1(~Thunderbi@78-11-181-16.static.ip.netia.com.pl)
2024-04-23 08:53:12 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-04-23 08:51:15 +0200paddymahoney(~paddymaho@pool-99-250-26-190.cpe.net.cable.rogers.com)
2024-04-23 08:49:04 +0200jle`(~jle`@2603:8001:3b02:84d4:99e7:4463:681a:66ac)
2024-04-23 08:48:23 +0200jle`(~jle`@2603:8001:3b02:84d4:9428:fb32:50c:b0cc) (Ping timeout: 260 seconds)
2024-04-23 08:45:45 +0200dtman34(~dtman34@2601:447:d001:ed50:5054:ff:fee3:b667) (Ping timeout: 256 seconds)
2024-04-23 08:41:45 +0200 <Inst> sigh
2024-04-23 08:41:44 +0200 <Inst> settings = opt-14 / llc-14
2024-04-23 08:41:31 +0200zetef(~quassel@5.2.182.98) (Remote host closed the connection)
2024-04-23 08:41:30 +0200 <Inst> thanks glguy
2024-04-23 08:40:02 +0200zetef(~quassel@5.2.182.98)
2024-04-23 08:38:19 +0200 <glguy> mauke: Simple Authentication and Security Layer (SASL) ?
2024-04-23 08:37:13 +0200ft(~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving)
2024-04-23 08:30:38 +0200 <mauke> it's not exactly the same, but the parentheses in @xs = (2, 3); are also there purely because of precedence
2024-04-23 08:29:33 +0200 <mauke> glguy: "Note on syntax — the reader should understand why we need the brackets in f(2, 3). Not to make a list — that is done by the comma. Nor to denote functional application — mere juxtaposition does that. They are there because functional application binds more tightly than comma — without them we should be applying f to 2 only and not to the whole list."
2024-04-23 08:26:57 +0200mima(~mmh@aftr-62-216-211-1.dynamic.mnet-online.de)
2024-04-23 08:20:05 +0200leah2(~leah@vuxu.org)
2024-04-23 08:17:35 +0200oo_miguel(~Thunderbi@78-11-181-16.static.ip.netia.com.pl)
2024-04-23 08:14:45 +0200danza(~francesco@151.35.152.107)
2024-04-23 08:11:11 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-23 08:11:10 +0200philopsos(~caecilius@user/philopsos) (Ping timeout: 245 seconds)
2024-04-23 08:08:07 +0200peterbecich(~Thunderbi@47.229.123.186) (Ping timeout: 255 seconds)
2024-04-23 08:06:46 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-04-23 08:00:16 +0200bitmapper(uid464869@id-464869.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2024-04-23 07:59:10 +0200 <Inst> thanks
2024-04-23 07:58:35 +0200acidjnk(~acidjnk@p200300d6e714dc429de1f5b63f3ace20.dip0.t-ipconnect.de)
2024-04-23 07:58:15 +0200 <glguy> You can fix a particular GHC to use a particular llc and opt executable by editing your local settings file, e.g. .ghcup/ghc/9.4.8/lib/ghc-9.4.8/lib/settings
2024-04-23 07:55:48 +0200dunj3(~dunj3@kingdread.de)
2024-04-23 07:54:22 +0200rosco(~rosco@yp-146-6.tm.net.my)
2024-04-23 07:53:13 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-04-23 07:52:17 +0200peterbecich(~Thunderbi@47.229.123.186)
2024-04-23 07:51:05 +0200 <Axman6> https://downloads.haskell.org/ghc/latest/docs/users_guide/phases.html?highlight=pgm#ghc-flag--pgml…⟨cmd⟩
2024-04-23 07:50:57 +0200dunj3(~dunj3@kingdread.de) (Ping timeout: 252 seconds)
2024-04-23 07:50:38 +0200 <Axman6> or you can use -pgmlo opt-14 -pgmlc llc-14 as GHC arguments
2024-04-23 07:49:37 +0200 <Axman6> if you can use an older LLVM install in your path and/or alias opt=opt-14 or something then that might work
2024-04-23 07:45:03 +0200demesne(~demesne@50.35.88.207) (Remote host closed the connection)
2024-04-23 07:39:27 +0200peterbecich(~Thunderbi@47.229.123.186) (Ping timeout: 256 seconds)
2024-04-23 07:33:12 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Remote host closed the connection)
2024-04-23 07:32:58 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-04-23 07:30:07 +0200Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2024-04-23 07:28:51 +0200rosco(~rosco@yp-146-6.tm.net.my) (Quit: Lost terminal)