Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→ 1,803,962 events total
2025-10-01 19:00:02 × caconym74787 quits (~caconym@user/caconym) (Quit: bye)
2025-10-01 19:00:43 caconym74787 joins (~caconym@user/caconym)
2025-10-01 19:03:19 × sord937 quits (~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2025-10-01 19:04:31 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-10-01 19:05:19 rvalue joins (~rvalue@about/hackers/rvalue)
2025-10-01 19:05:27 × Googulator66 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 19:05:59 Googulator66 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:08:25 aforemny joins (~aforemny@2001:9e8:6cd9:1700:fde0:55d:3aac:24dc)
2025-10-01 19:08:38 Anarchos joins (~Anarchos@91-161-254-16.subs.proxad.net)
2025-10-01 19:10:36 × Googulator66 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Client Quit)
2025-10-01 19:10:37 Googulator93 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:10:37 <Anarchos> i am trying to port Haskell (version 9.6.6 as it is the latest supported on my ubuntu to haikuOS. I build a gcc cross-compiler and the configure of ghc works fine, but it doesn't create a makefile
2025-10-01 19:11:00 <Anarchos> (ghc 9.6.6 on ubuntu 25.04)
2025-10-01 19:11:57 <c_wraith> You might get better help with that in #ghc
2025-10-01 19:12:10 <Anarchos> c_wraith ohsorry for the noise then
2025-10-01 19:12:39 <c_wraith> Oh, not a problem. It's a good question, and relevant. You just can get more of the eyes you really need in another place :)
2025-10-01 19:13:38 × aforemny quits (~aforemny@2001:9e8:6cd9:1700:fde0:55d:3aac:24dc) (Ping timeout: 265 seconds)
2025-10-01 19:15:49 Googulator10 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:16:12 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 19:16:17 × Googulator93 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 19:18:06 <Anarchos> c_wraith no trouble. I come from OCaml world, haskell seems a bit weird to me :)
2025-10-01 19:18:28 Googulator48 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:18:53 × Googulator10 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Client Quit)
2025-10-01 19:19:15 aforemny joins (~aforemny@i59F4C567.versanet.de)
2025-10-01 19:20:53 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-10-01 19:23:03 <haskellbridge> <sm> welcome, strange visitor! :)
2025-10-01 19:23:52 aforemny_ joins (~aforemny@2001:9e8:6cd9:2c00:7226:ed8d:e579:cfba)
2025-10-01 19:24:01 × aforemny quits (~aforemny@i59F4C567.versanet.de) (Ping timeout: 264 seconds)
2025-10-01 19:24:11 CiaoSen joins (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db)
2025-10-01 19:24:38 <[exa]> Anarchos: oh wow, good luck there
2025-10-01 19:25:16 <haskellbridge> <sm> maybe porting microhs would be an easier project
2025-10-01 19:25:36 × Googulator48 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 19:25:39 Googulator56 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:27:04 <[exa]> sm: you can port that one by carrying over the combinator blob from a different arch, right?
2025-10-01 19:27:24 × vanishingideal quits (~vanishing@user/vanishingideal) (Remote host closed the connection)
2025-10-01 19:28:38 × aforemny_ quits (~aforemny@2001:9e8:6cd9:2c00:7226:ed8d:e579:cfba) (Ping timeout: 244 seconds)
2025-10-01 19:29:28 aforemny joins (~aforemny@2001:9e8:6cd9:3200:b5c1:5861:ce91:59d2)
2025-10-01 19:30:49 <sm> that sounds right
2025-10-01 19:31:35 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 19:33:25 × tromp quits (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-10-01 19:33:35 <Anarchos> [exa] jessicah already tried, but stopped at https://gitlab.haskell.org/ghc/ghc/-/issues/17338
2025-10-01 19:33:44 × aforemny quits (~aforemny@2001:9e8:6cd9:3200:b5c1:5861:ce91:59d2) (Ping timeout: 256 seconds)
2025-10-01 19:33:47 <[exa]> how much different is the userspace there?
2025-10-01 19:34:58 tromp joins (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817)
2025-10-01 19:36:34 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2025-10-01 19:44:09 <Anarchos> [exa] is your question for me ?
2025-10-01 19:44:27 aforemny joins (~aforemny@i577B12EA.versanet.de)
2025-10-01 19:45:41 × Googulator56 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 19:45:42 Googulator74 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 19:47:14 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 19:49:19 × aforemny quits (~aforemny@i577B12EA.versanet.de) (Ping timeout: 240 seconds)
2025-10-01 19:51:44 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-10-01 19:53:29 <[exa]> Anarchos: yeah kindof, I lost track of the beos continuations sometime around 2010 so I'm pretty pleasantly surprised that it's not dead at all. so mostly curious
2025-10-01 19:54:06 <Anarchos> [exa] haiku is more and more stable and developpement never halted. What do you mean by userspace ?
2025-10-01 19:54:26 <[exa]> as in, if you can run terminal and get similar utilities as in gnu systems or bsds
2025-10-01 19:55:02 <[exa]> I see the porting problem there was more of linker issues, so I assume no huge differences from the other OSes?
2025-10-01 19:56:41 <Anarchos> [exa] it is pretty posix compliant
2025-10-01 19:59:12 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 20:03:19 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-10-01 20:05:46 × Googulator74 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 20:05:48 Googulator95 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 20:14:33 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 20:14:52 vanishingideal joins (~vanishing@user/vanishingideal)
2025-10-01 20:15:42 <[exa]> oh cool
2025-10-01 20:19:05 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-10-01 20:20:53 aforemny joins (~aforemny@2001:9e8:6cd9:7700:5933:fa2e:61ea:ff92)
2025-10-01 20:25:20 × aforemny quits (~aforemny@2001:9e8:6cd9:7700:5933:fa2e:61ea:ff92) (Ping timeout: 245 seconds)
2025-10-01 20:25:31 × Tuplanolla quits (~Tuplanoll@91-159-187-167.elisa-laajakaista.fi) (Quit: Leaving.)
2025-10-01 20:25:34 × Googulator95 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 20:25:41 Googulator49 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 20:26:30 × tromp quits (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-10-01 20:26:33 × michalz quits (~michalz@185.246.207.197) (Remote host closed the connection)
2025-10-01 20:30:03 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 20:31:10 tromp joins (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817)
2025-10-01 20:31:32 × tromp quits (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817) (Client Quit)
2025-10-01 20:31:32 × Everything quits (~Everythin@37.73.12.104) (Quit: leaving)
2025-10-01 20:32:02 aforemny joins (~aforemny@i59F4C679.versanet.de)
2025-10-01 20:32:53 Square joins (~Square@user/square)
2025-10-01 20:34:31 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-10-01 20:34:40 × aforemny quits (~aforemny@i59F4C679.versanet.de) (Client Quit)
2025-10-01 20:39:07 × vanishingideal quits (~vanishing@user/vanishingideal) (Quit: leaving)
2025-10-01 20:40:00 tromp joins (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817)
2025-10-01 20:40:43 Googulator17 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 20:40:44 × Googulator49 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 20:41:10 trickard_ is now known as trickard
2025-10-01 20:45:31 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 20:51:13 hirogen joins (~hirogen3@user/hirogen)
2025-10-01 20:52:43 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-10-01 20:55:20 × lxsameer quits (~lxsameer@Serene/lxsameer) (Ping timeout: 245 seconds)
2025-10-01 20:57:45 ttybitnik joins (~ttybitnik@user/wolper)
2025-10-01 20:58:54 aforemny joins (~aforemny@i577B123D.versanet.de)
2025-10-01 20:59:10 × takuan quits (~takuan@d8D86B9E9.access.telenet.be) (Remote host closed the connection)
2025-10-01 21:00:43 Googulator71 joins (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu)
2025-10-01 21:00:45 × Googulator17 quits (~Googulato@2a01-036d-0106-03fa-f110-0864-c42c-107f.pool6.digikabel.hu) (Quit: Client closed)
2025-10-01 21:03:11 × aforemny quits (~aforemny@i577B123D.versanet.de) (Ping timeout: 244 seconds)
2025-10-01 21:03:33 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-10-01 21:08:21 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-10-01 21:08:26 × tromp quits (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-10-01 21:13:31 tromp joins (~textual@2001:1c00:3487:1b00:48e3:4bde:a27a:5817)
2025-10-01 21:13:44 ljdarj1 joins (~Thunderbi@user/ljdarj)

All times are in UTC.