Logs: liberachat/#haskell
| 2026-02-22 19:36:18 | × | arandombit quits (~arandombi@2a02:2455:8656:7100:39ec:d978:7913:b533) (Changing host) |
| 2026-02-22 19:36:18 | → | arandombit joins (~arandombi@user/arandombit) |
| 2026-02-22 19:41:19 | × | arandombit quits (~arandombi@user/arandombit) (Ping timeout: 276 seconds) |
| 2026-02-22 19:43:41 | × | Enrico63 quits (~Enrico63@host-79-19-156-232.retail.telecomitalia.it) (Quit: Client closed) |
| 2026-02-22 19:46:22 | → | Lord_of_Life_ joins (~Lord@user/lord-of-life/x-2819915) |
| 2026-02-22 19:46:41 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 19:47:12 | × | Lord_of_Life quits (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 264 seconds) |
| 2026-02-22 19:47:47 | Lord_of_Life_ | is now known as Lord_of_Life |
| 2026-02-22 19:48:53 | × | Dykam quits (Dykam@dykam.nl) (Server closed connection) |
| 2026-02-22 19:49:02 | → | Dykam joins (Dykam@dykam.nl) |
| 2026-02-22 19:51:20 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-22 19:52:24 | → | arandombit joins (~arandombi@2a02:2455:8656:7100:39ec:d978:7913:b533) |
| 2026-02-22 19:52:24 | × | arandombit quits (~arandombi@2a02:2455:8656:7100:39ec:d978:7913:b533) (Changing host) |
| 2026-02-22 19:52:24 | → | arandombit joins (~arandombi@user/arandombit) |
| 2026-02-22 19:54:08 | × | arandombit quits (~arandombi@user/arandombit) (Remote host closed the connection) |
| 2026-02-22 19:59:31 | × | CiaoSen quits (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 272 seconds) |
| 2026-02-22 20:01:01 | → | GdeVolpi1 joins (~GdeVolpia@user/GdeVolpiano) |
| 2026-02-22 20:02:02 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 20:03:25 | × | GdeVolpiano quits (~GdeVolpia@user/GdeVolpiano) (Ping timeout: 276 seconds) |
| 2026-02-22 20:06:13 | × | arkeet quits (~arkeet@moriya.ca) (Server closed connection) |
| 2026-02-22 20:06:22 | → | arkeet joins (arkeet@moriya.ca) |
| 2026-02-22 20:06:38 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-22 20:14:34 | <gentauro> | juri_: how did you kill it? I normally opt for `htop` + F4 and just filter for the name of the app and then F9 + SIGKILL |
| 2026-02-22 20:17:24 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 20:17:30 | <geekosaur> | double ctrl-c should work |
| 2026-02-22 20:17:36 | <newmind> | ctrl-z (suspends it) and kill %% (or kill -9 %%, if feeling unfriendly) often works too and keeps you from having to look up the pid |
| 2026-02-22 20:18:49 | × | wickedjargon quits (~user@24.244.23.82) (Ping timeout: 248 seconds) |
| 2026-02-22 20:18:59 | <geekosaur> | also an underused one: ctrl-\ |
| 2026-02-22 20:19:49 | <newmind> | so underused that i seemingly don't even know it oO |
| 2026-02-22 20:21:13 | <gentauro> | geekosaur: gonna try that next time |
| 2026-02-22 20:21:49 | <gentauro> | and yeah ctrl+\ never heard of that :o |
| 2026-02-22 20:24:19 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-22 20:29:18 | × | fp quits (~Thunderbi@2001-14ba-6e24-3000--198.rev.dnainternet.fi) (Ping timeout: 256 seconds) |
| 2026-02-22 20:30:52 | <EvanR> | ctrl \ gives me Quit (core dumped) -- (where?) |
| 2026-02-22 20:32:07 | → | werneta joins (~werneta@71.83.160.242) |
| 2026-02-22 20:35:27 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 20:35:40 | × | bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 252 seconds) |
| 2026-02-22 20:39:05 | <mauke> | cat /proc/sys/kernel/core_pattern |
| 2026-02-22 20:40:09 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-02-22 20:43:45 | <c_wraith> | don't most systems ship with a ulimit of 0 bytes on core files these days? |
| 2026-02-22 20:48:55 | × | tremon quits (~tremon@83.80.159.219) (Remote host closed the connection) |
| 2026-02-22 20:50:48 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 20:55:30 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 20:59:28 | <geekosaur> | yes, but if you enable it some systems will still eat it (ubuntu for example sends it to a core daemon and you need to disable that for userspace core dumps) |
| 2026-02-22 20:59:45 | <geekosaur> | ulimit -c unlimited |
| 2026-02-22 21:00:37 | → | fp joins (~Thunderbi@2001-14ba-6e24-3000--198.rev.dnainternet.fi) |
| 2026-02-22 21:05:16 | → | bitdex joins (~bitdex@gateway/tor-sasl/bitdex) |
| 2026-02-22 21:05:23 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 2026-02-22 21:06:10 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 21:08:31 | × | morj quits (~morj@user/morj) (Quit: Konversation terminated!) |
| 2026-02-22 21:10:40 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-22 21:11:09 | × | peterbecich quits (~Thunderbi@71.84.33.135) (Ping timeout: 245 seconds) |
| 2026-02-22 21:12:20 | → | pavonia joins (~user@user/siracusa) |
| 2026-02-22 21:19:37 | × | fp quits (~Thunderbi@2001-14ba-6e24-3000--198.rev.dnainternet.fi) (Ping timeout: 248 seconds) |
| 2026-02-22 21:21:33 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 21:21:36 | × | wootehfoot quits (~wootehfoo@user/wootehfoot) (Quit: Leaving) |
| 2026-02-22 21:25:15 | → | jtnuttall joins (~jeremy@user/jeremyn) |
| 2026-02-22 21:26:01 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-02-22 21:34:04 | → | fp joins (~Thunderbi@89-27-10-140.bb.dnainternet.fi) |
| 2026-02-22 21:35:10 | × | fp quits (~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Client Quit) |
| 2026-02-22 21:36:56 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 21:41:16 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-22 21:42:37 | → | karenw joins (~karenw@user/karenw) |
| 2026-02-22 21:52:17 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 21:59:05 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-02-22 22:03:10 | × | tromp quits (~textual@2001:1c00:3487:1b00:d474:c3:3da5:424a) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2026-02-22 22:07:53 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2026-02-22 22:10:20 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 22:13:47 | → | tromp joins (~textual@2001:1c00:3487:1b00:d474:c3:3da5:424a) |
| 2026-02-22 22:14:42 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-22 22:15:24 | → | skum joins (~skum@user/skum) |
| 2026-02-22 22:25:46 | → | merijn joins (~merijn@62.45.136.136) |
| 2026-02-22 22:30:28 | × | merijn quits (~merijn@62.45.136.136) (Ping timeout: 268 seconds) |
| 2026-02-22 22:31:08 | × | target_i quits (~target_i@user/target-i/x-6023099) (Quit: leaving) |
| 2026-02-22 22:40:02 | × | tromp quits (~textual@2001:1c00:3487:1b00:d474:c3:3da5:424a) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2026-02-22 22:41:05 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 22:45:53 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 22:55:12 | → | mange joins (~mange@user/mange) |
| 2026-02-22 22:56:28 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 23:01:32 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 23:05:00 | × | jtnuttall quits (~jeremy@user/jeremyn) (Ping timeout: 268 seconds) |
| 2026-02-22 23:11:50 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 23:16:43 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 23:19:47 | → | jtnuttall joins (~jeremy@user/jeremyn) |
| 2026-02-22 23:27:11 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 23:32:45 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 23:43:14 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-22 23:46:53 | × | anpad quits (~pandeyan@user/anpad) (Quit: ZNC 1.10.1 - https://znc.in) |
| 2026-02-22 23:48:10 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-02-22 23:49:17 | → | anpad joins (~pandeyan@user/anpad) |
| 2026-02-22 23:52:17 | × | LUCKY_NOOB quits (~LUCKY_NOO@user/LUCKY-NOOB:44374) (Read error: Connection reset by peer) |
| 2026-02-22 23:52:34 | → | LUCKY_NOOB joins (~LUCKY_NOO@user/LUCKY-NOOB:44374) |
| 2026-02-22 23:56:41 | → | haskell-noob joins (~haskell-n@50.35.80.129) |
| 2026-02-22 23:58:36 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-23 00:03:30 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-02-23 00:04:12 | × | jreicher quits (~joelr@user/jreicher) (Read error: Connection reset by peer) |
| 2026-02-23 00:05:16 | → | jreicher joins (~joelr@user/jreicher) |
| 2026-02-23 00:09:11 | × | humasect quits (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-02-23 00:13:59 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-23 00:18:17 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
All times are in UTC.