| 00:23:35 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 00:42:52 | | mirrorforum joins |
| 00:47:38 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 00:49:33 | <systwi_> | I appreciate the suggestion BlankEclair but, right, sed's -E doesn't seem to support it unfortunately. |
| 00:50:21 | <systwi_> | Thank you JAA, although I get just "gov.kp" and "co.uk" on the ones that specify that. |
| 00:50:31 | <systwi_> | Trying to debug also... |
| 00:51:53 | <systwi_> | In case I wasn't clear enough earlier (which would be entirely my fault--I tend to do this often without realizing, sorry), I'd like to see "francocorbelli.it", "francocorbelli.co.uk", "francocorbelli.gov.kp". |
| 00:54:06 | <@JAA> | Hmm, that could depend on the exact regex implementation. I don't think POSIX prescribes how alternations are to be matched. |
| 00:58:59 | | etnguyen03 (etnguyen03) joins |
| 01:00:51 | <@JAA> | Oh, the non-greedy repetitions actually are in POSIX ERE. GNU sed doesn't seem to support them though. |
| 01:01:34 | <@JAA> | Yeah, that was only added in the recent revision of POSIX. |
| 01:03:45 | <@JAA> | You could do the domain extraction with `grep` instead. The problem with `sed` is that you need to match the whole line. With `grep -Eo`, you can rely on the leftmost longest match behaviour instead. |
| 01:03:52 | <@JAA> | `grep -Eo '[^.]+\.((co|com|edu|go|gov|govt|net|or|org)\.(au|cn|de|jp|kp|kr|my|ng|nl|nz|pk|pt|ru|sg|uk|us|za)|[a-z]+)$' <<<foo.example.gov.uk` |
| 01:17:02 | | mirrorforum joins |
| 01:21:38 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 01:22:17 | | Webuser116560 quits [Quit: Ooops, wrong browser tab.] |
| 01:44:04 | | mirrorforum joins |
| 01:48:41 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 02:19:02 | | mirrorforum joins |
| 02:23:55 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 02:42:33 | <systwi_> | TIL about the -o option in grep! Thanks a bunch JAA. This works really nicely. |
| 02:55:40 | | etnguyen03 quits [Client Quit] |
| 02:58:07 | | etnguyen03 (etnguyen03) joins |
| 03:04:32 | | mirrorforum joins |
| 03:09:33 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 03:11:03 | | etnguyen03 quits [Remote host closed the connection] |
| 03:17:31 | | mirrorforum joins |
| 03:22:25 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 03:30:12 | | DogsRNice joins |
| 03:44:18 | | fireatseaparks quits [Remote host closed the connection] |
| 03:44:53 | | fireatseaparks (fireatseaparks) joins |
| 03:45:18 | | mirrorforum joins |
| 03:50:10 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 03:54:34 | <DogsRNice> | https://store.steampowered.com/app/4482700/Kogama/ |
| 03:54:40 | <DogsRNice> | what a totally original looking game |
| 03:54:49 | | twiswist (twiswist) joins |
| 03:57:39 | | grill quits [Ping timeout: 268 seconds] |
| 03:57:39 | | twiswist_ quits [Ping timeout: 268 seconds] |
| 04:02:52 | | grill (grill) joins |
| 04:03:57 | <systwi_> | "Legacy Edition Team" |
| 04:04:07 | <systwi_> | DogsRNice: If this is what I think it is then WOW is that blatant. |
| 04:04:19 | <systwi_> | Practically begging for the DMCA hammer. |
| 04:17:41 | <nicolas17> | is |
| 04:17:45 | <nicolas17> | is this just compiled from the leaked source code |
| 04:19:57 | <systwi_> | nicolas17: What? Of course not... The name is different! :-P |
| 04:20:34 | <DogsRNice> | the discussion threads are... interesting |
| 04:20:48 | <DogsRNice> | https://steamcommunity.com/app/4482700/discussions/ |
| 04:23:59 | | DogsRNice quits [Read error: Connection reset by peer] |
| 04:59:51 | | ducky quits [Ping timeout: 268 seconds] |
| 04:59:55 | | ducky_ (ducky) joins |
| 05:00:32 | | ducky_ is now known as ducky |
| 06:12:42 | | pabs quits [Ping timeout: 268 seconds] |
| 06:13:42 | | pabs (pabs) joins |
| 07:17:07 | <nulldata> | According to people on Twitter, the person behind it has a...... history... https://x.com/goroakechiboba/status/2031029660658569474 |
| 07:17:07 | <eggdrop> | nitter: https://nitter.net/goroakechiboba/status/2031029660658569474 |
| 07:54:58 | | Snivy3 (Snivy) joins |
| 07:56:55 | | Snivy quits [Ping timeout: 268 seconds] |
| 07:56:56 | | Snivy3 is now known as Snivy |
| 08:21:23 | | mirrorforum joins |
| 08:53:02 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 08:54:12 | | mls quits [Quit: leaving] |
| 08:57:20 | | mirrorforum joins |
| 09:18:14 | | tzt quits [Ping timeout: 268 seconds] |
| 09:19:40 | | tzt (tzt) joins |
| 09:23:10 | | mirrorforum quits [Ping timeout: 268 seconds] |
| 09:36:52 | | mirrorforum joins |