2025/05/06

Newest at the top

2025-05-06 12:36:29 +0200prdak(~Thunderbi@user/prdak) prdak
2025-05-06 12:35:52 +0200rvalue(~rvalue@user/rvalue) rvalue
2025-05-06 12:35:14 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-05-06 12:33:06 +0200fp(~Thunderbi@2001:708:20:1406::10c5) fp
2025-05-06 12:29:16 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-05-06 12:25:41 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-05-06 12:24:50 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) (Ping timeout: 244 seconds)
2025-05-06 12:13:08 +0200euleritian(~euleritia@ip4d17f864.dynamic.kabel-deutschland.de)
2025-05-06 12:12:51 +0200euleritian(~euleritia@dynamic-176-006-138-148.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-05-06 12:10:18 +0200lortabac(~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Ping timeout: 276 seconds)
2025-05-06 12:08:46 +0200wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-05-06 12:06:30 +0200michalz(~michalz@185.246.207.218)
2025-05-06 12:06:06 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) fp
2025-05-06 12:05:55 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) (Ping timeout: 252 seconds)
2025-05-06 12:02:37 +0200michalz(~michalz@185.246.207.221) (Ping timeout: 252 seconds)
2025-05-06 11:45:42 +0200euleritian(~euleritia@dynamic-176-006-138-148.176.6.pool.telefonica.de)
2025-05-06 11:44:40 +0200euleritian(~euleritia@ip4d17f864.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds)
2025-05-06 11:34:55 +0200tromp(~textual@2001:1c00:3487:1b00:cdc3:f42b:30fc:1c61)
2025-05-06 11:25:27 +0200prdak(~Thunderbi@user/prdak) (Read error: Connection reset by peer)
2025-05-06 11:22:03 +0200fp1fp
2025-05-06 11:19:44 +0200fp1(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) fp
2025-05-06 11:19:40 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) (Client Quit)
2025-05-06 11:17:50 +0200michalz(~michalz@185.246.207.221)
2025-05-06 11:16:21 +0200michalz(~michalz@185.246.207.217) (Ping timeout: 252 seconds)
2025-05-06 11:15:34 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) fp
2025-05-06 11:12:45 +0200prdak(~Thunderbi@user/prdak) prdak
2025-05-06 11:10:54 +0200j1n37-(~j1n37@user/j1n37) (Ping timeout: 265 seconds)
2025-05-06 11:09:40 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-05-06 10:52:08 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) (Ping timeout: 244 seconds)
2025-05-06 10:32:34 +0200fp1fp
2025-05-06 10:30:34 +0200 <[exa]> true.
2025-05-06 10:30:23 +0200 <tomsmeding> than some random tool from an executable uploaded to github with "Add files for upload"
2025-05-06 10:30:17 +0200fp1(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) fp
2025-05-06 10:30:14 +0200fp(~Thunderbi@wireless-86-50-140-117.open.aalto.fi) (Read error: Connection reset by peer)
2025-05-06 10:30:08 +0200 <tomsmeding> that is probably saner
2025-05-06 10:29:28 +0200 <[exa]> well I guess I'll do the trick with LD_LIBRARY_PATH and some scriptage
2025-05-06 10:29:10 +0200tromp(~textual@2001:1c00:3487:1b00:cdc3:f42b:30fc:1c61) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-05-06 10:28:56 +0200weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-05-06 10:25:56 +0200 <[exa]> whew https://github.com/sigurd-dev/mkblob
2025-05-06 10:25:38 +0200 <tomsmeding> https://unix.stackexchange.com/questions/685255/create-an-statically-linked-executable-from-a-dyna…
2025-05-06 10:25:28 +0200 <tomsmeding> that's apparently hard
2025-05-06 10:24:23 +0200 <[exa]> kinda wondering, can I take the dynamic executable and just somehow pack some of the libraries to it?
2025-05-06 10:23:52 +0200CiaoSen(~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen
2025-05-06 10:23:40 +0200chele(~chele@user/chele) chele
2025-05-06 10:23:32 +0200 <tomsmeding> you're right that this may be hard or impossible through ghc
2025-05-06 10:23:02 +0200 <tomsmeding> with gcc, you can, apparently
2025-05-06 10:22:00 +0200 <[exa]> can I somehow pick which libraries I want to have packed as static?
2025-05-06 10:21:06 +0200 <tomsmeding> ... but if you allow that, why do static linking of glibc in the first place
2025-05-06 10:20:52 +0200 <[exa]> ofc there it dies, that's ok
2025-05-06 10:20:34 +0200 <tomsmeding> try running the executable on a musl system, or a system with a much older glibc than the one you built on