Logs: liberachat/#haskell
| 2026-02-07 14:30:06 | → | juri_ joins (~juri@212.86.45.136) |
| 2026-02-07 14:30:16 | × | juri_ quits (~juri@212.86.45.136) (Read error: Connection reset by peer) |
| 2026-02-07 14:30:28 | <davean> | So like the 100Mbps ethernet on that would probably be 1/4th of what the wifi its self can handle. |
| 2026-02-07 14:30:40 | <davean> | Which is fine if the radio spectrum is free, and you don't want more |
| 2026-02-07 14:31:37 | <davean> | Wifi 6E is where things get a lot better |
| 2026-02-07 14:32:00 | <davean> | Before that its mostly just faster means less time talking, means less collisions |
| 2026-02-07 14:33:26 | <davean> | Back when you were getting your device I was moving everything to 10GbE though! |
| 2026-02-07 14:33:48 | × | nschoe quits (~nschoe@2a01:e0a:8e:a190:9ee1:e472:fae2:1b2f) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2026-02-07 14:33:57 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 14:34:06 | → | nschoe joins (~nschoe@82-65-202-30.subs.proxad.net) |
| 2026-02-07 14:37:38 | <davean> | I'm glad you were able to get haskell to run on it - what are you using haskell for on it? |
| 2026-02-07 14:38:39 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2026-02-07 14:39:37 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-07 14:41:49 | <[exa]> | davean: commandline thingy for generating scripts that then manage some other stuff |
| 2026-02-07 14:41:54 | × | aha-engine quits (~aha-engin@85-220-13-76.dsl.dynamic.simnet.is) (Quit: aha-engine) |
| 2026-02-07 14:43:23 | <davean> | ah so it runs once. |
| 2026-02-07 14:45:22 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 14:45:39 | → | juri_ joins (~juri@84.19.175.187) |
| 2026-02-07 14:47:19 | <[exa]> | yeah good question, how does microhs actually work for longer-running stuff? |
| 2026-02-07 14:48:15 | <davean> | Don't know! Haven't used it! |
| 2026-02-07 14:48:20 | <davean> | I was curious! |
| 2026-02-07 14:48:41 | <[exa]> | as in, the memory leaks are gonna look completely differently there than in ghc, right :D |
| 2026-02-07 14:48:50 | <davean> | Why would there be memory leaks? |
| 2026-02-07 14:49:00 | <davean> | I don't know of any memory leaks with GHC ... |
| 2026-02-07 14:49:36 | <[exa]> | these https://wiki.haskell.org/index.php?title=Memory_leak |
| 2026-02-07 14:50:03 | <[exa]> | not an actual leak, more like "unnecessary reference to a megablob doesn't just force itself away" |
| 2026-02-07 14:50:15 | <davean> | Oh thsoe should look about the same? |
| 2026-02-07 14:50:25 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-07 14:50:57 | <davean> | I mean those aren't mistakes, they're directly requested things to happen |
| 2026-02-07 14:51:01 | <davean> | if they don't happen you're not haskell. |
| 2026-02-07 14:51:15 | <davean> | Those are the features that make haskell work |
| 2026-02-07 14:51:27 | <davean> | They're just people missusing the features |
| 2026-02-07 14:52:06 | <davean> | a few of them aren't strictly required, in that there are multiple valid evaluations |
| 2026-02-07 14:55:08 | <[exa]> | yeah I mean, these are the things that hurt most for long-running haskell |
| 2026-02-07 15:01:09 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 15:06:04 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2026-02-07 15:08:49 | → | oskarw` joins (~user@user/oskarw) |
| 2026-02-07 15:09:48 | × | oskarw quits (~user@user/oskarw) (Ping timeout: 256 seconds) |
| 2026-02-07 15:12:38 | × | trickard quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Ping timeout: 244 seconds) |
| 2026-02-07 15:13:25 | → | trickard joins (~trickard@cpe-61-98-47-163.wireline.com.au) |
| 2026-02-07 15:16:15 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 15:16:55 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 15:17:55 | × | emmanuelux quits (~em@user/emmanuelux) (Client Quit) |
| 2026-02-07 15:21:24 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 15:21:58 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-02-07 15:22:08 | × | trickard quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2026-02-07 15:23:35 | → | trickard_ joins (~trickard@cpe-61-98-47-163.wireline.com.au) |
| 2026-02-07 15:24:19 | × | emmanuelux quits (~em@user/emmanuelux) (Client Quit) |
| 2026-02-07 15:25:22 | × | pavonia quits (~user@user/siracusa) (Quit: Bye!) |
| 2026-02-07 15:26:26 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 15:27:24 | × | trickard_ quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2026-02-07 15:27:45 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 15:33:49 | → | trickard_ joins (~trickard@cpe-61-98-47-163.wireline.com.au) |
| 2026-02-07 15:34:34 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-02-07 15:41:29 | × | qqq quits (~qqq@185.54.22.56) (Remote host closed the connection) |
| 2026-02-07 15:45:25 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 15:47:32 | × | driib3180 quits (~driib@vmi931078.contaboserver.net) (Quit: The Lounge - https://thelounge.chat) |
| 2026-02-07 15:48:21 | × | emmanuelux quits (~em@user/emmanuelux) (Read error: Connection reset by peer) |
| 2026-02-07 15:50:25 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-07 15:51:38 | → | driib3180 joins (~driib@vmi931078.contaboserver.net) |
| 2026-02-07 15:53:15 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 15:54:40 | × | emmanuelux quits (~em@user/emmanuelux) (Read error: Connection reset by peer) |
| 2026-02-07 15:56:15 | × | driib3180 quits (~driib@vmi931078.contaboserver.net) (Quit: The Lounge - https://thelounge.chat) |
| 2026-02-07 15:57:08 | → | driib3180 joins (~driib@vmi931078.contaboserver.net) |
| 2026-02-07 15:57:50 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 15:59:40 | × | raincomplex quits (~rain@user/raincomplex) (Read error: Connection reset by peer) |
| 2026-02-07 16:01:10 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 16:02:35 | → | raincomplex joins (~rain@user/raincomplex) |
| 2026-02-07 16:03:28 | × | driib3180 quits (~driib@vmi931078.contaboserver.net) (Quit: The Lounge - https://thelounge.chat) |
| 2026-02-07 16:03:31 | × | emmanuelux quits (~em@user/emmanuelux) (Read error: Connection reset by peer) |
| 2026-02-07 16:04:39 | → | Enrico63 joins (~Enrico63@host-79-27-153-69.retail.telecomitalia.it) |
| 2026-02-07 16:05:54 | → | rekahsoft joins (~rekahsoft@bras-base-orllon1103w-grc-20-76-67-111-168.dsl.bell.ca) |
| 2026-02-07 16:06:34 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-02-07 16:07:07 | × | Natch quits (~natch@c-92-34-15-120.bbcust.telenor.se) (Remote host closed the connection) |
| 2026-02-07 16:07:12 | → | driib3180 joins (~driib@vmi931078.contaboserver.net) |
| 2026-02-07 16:09:18 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 16:09:25 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2026-02-07 16:09:34 | → | emmanuelux joins (~em@user/emmanuelux) |
| 2026-02-07 16:14:07 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-02-07 16:15:07 | → | Natch joins (~natch@c-92-34-15-120.bbcust.telenor.se) |
| 2026-02-07 16:17:19 | → | jmcantrell_ joins (~weechat@user/jmcantrell) |
| 2026-02-07 16:23:22 | → | KindFoxo joins (~KindFoxo@user/KindoFoxo) |
| 2026-02-07 16:24:30 | jmcantrell_ | is now known as jmcantrell |
| 2026-02-07 16:25:01 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 16:29:55 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-02-07 16:39:01 | × | trickard_ quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Ping timeout: 264 seconds) |
| 2026-02-07 16:41:03 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 16:42:48 | × | KindFoxo quits (~KindFoxo@user/KindoFoxo) (Remote host closed the connection) |
| 2026-02-07 16:43:03 | × | Enrico63 quits (~Enrico63@host-79-27-153-69.retail.telecomitalia.it) (Quit: Client closed) |
| 2026-02-07 16:43:05 | → | trickard_ joins (~trickard@cpe-61-98-47-163.wireline.com.au) |
| 2026-02-07 16:46:13 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-07 16:53:35 | × | trickard_ quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2026-02-07 16:54:01 | → | trickard_ joins (~trickard@cpe-61-98-47-163.wireline.com.au) |
| 2026-02-07 16:54:13 | → | Guest930 joins (~Guest930@res404s-128-61-105-38.res.gatech.edu) |
| 2026-02-07 16:54:30 | → | tzh joins (~tzh@c-76-115-131-146.hsd1.or.comcast.net) |
| 2026-02-07 16:56:50 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-07 17:04:39 | × | rensenwxre quits (~fwam@user/fwam) (Quit: chee to) |
| 2026-02-07 17:05:03 | → | rensenwxre joins (~fwam@user/fwam) |
| 2026-02-07 17:08:14 | → | hakutaku joins (~textual@user/hakutaku) |
| 2026-02-07 17:13:21 | × | trickard_ quits (~trickard@cpe-61-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
All times are in UTC.