←2023-04-06 2023-04-07 2023-04-08→ ↑2023 ↑all
01:38:09 -!- MrAureliusR has quit (Ping timeout: 255 seconds).
02:01:26 -!- wpa has quit (Quit: Connection closed for inactivity).
02:17:05 -!- MrAureliusR has joined.
03:18:26 -!- wpa has joined.
03:36:38 <zzo38> In a Markdown file I tried to write "- A. = Artifact" and "- L. = Land" etc but instead it just writes stuff like "a. = Land" etc (and puts a space before it). How to do it properly how I intend to write it?
03:39:31 -!- ais523 has joined.
03:40:12 <ais523> zzo38: it'll depend on the Markdown parser you're using, but normally you put a backslash before the punctuation mark that's being misinterpreted
03:40:16 <ais523> e.g. before a hyphen or a period
03:40:57 <zzo38> OK, I will try that
03:41:44 <zzo38> OK, that works
03:42:40 <ais523> this is one of the things I dislike about Markdown – I like the idea of having a markup language that resembles plain text, but when you put the backslashes everywhere, it doesn't really resemble plain text any more
03:45:02 <zzo38> I thought that too
03:51:32 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
03:52:26 -!- Noisytoot has joined.
04:47:08 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in).
04:50:12 -!- slavfox has joined.
05:07:02 -!- ais523 has quit (Quit: quit).
05:23:52 -!- Noisytoot has quit (Ping timeout: 276 seconds).
05:32:34 -!- Noisytoot has joined.
05:47:27 -!- Noisytoot has quit (Ping timeout: 255 seconds).
06:13:54 -!- Noisytoot has joined.
06:51:17 -!- Noisytoot has changed nick to Guest808.
06:51:17 -!- Guest808 has quit (Killed (cadmium.libera.chat (Nickname regained by services))).
06:51:19 -!- Noisytoot has joined.
06:54:19 -!- Noisytoot has quit (Excess Flood).
06:57:22 <river> shapez is free on epic games
06:58:10 <esolangs> [[Plutonium]] https://esolangs.org/w/index.php?diff=107933&oldid=93559 * Shahryar * (+26)
07:01:25 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=107934&oldid=107908 * Shahryar * (-16) /* P */
07:01:45 -!- Noisytoot has joined.
07:03:36 <esolangs> [[Plutonium]] https://esolangs.org/w/index.php?diff=107935&oldid=107933 * Shahryar * (-1231) Blanked the page
07:12:35 -!- Noisytoot has quit (Ping timeout: 268 seconds).
07:18:42 -!- Noisytoot has joined.
07:19:26 -!- bgs has joined.
07:40:47 -!- Sgeo has quit (Read error: Connection reset by peer).
08:04:50 -!- tromp has quit (Read error: Connection reset by peer).
09:26:43 <int-e> Noisytoot: Has anybody linked your nick to Mastodon yet? (I know it's anachronistic but it seems like a thing that's bound to happen.)
09:56:53 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=107936&oldid=107934 * OliveIsAWord * (-3) Added two of my languages
13:33:48 <esolangs> [[Thue]] M https://esolangs.org/w/index.php?diff=107937&oldid=105133 * Xyzzy * (+362)
13:34:39 <esolangs> [[Thue]] https://esolangs.org/w/index.php?diff=107938&oldid=107937 * Xyzzy * (+16)
13:35:05 <esolangs> [[Thue]] https://esolangs.org/w/index.php?diff=107939&oldid=107938 * Xyzzy * (+1)
13:35:39 <esolangs> [[Thue]] https://esolangs.org/w/index.php?diff=107940&oldid=107939 * Xyzzy * (+0)
14:29:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=107941&oldid=107936 * Hakerh400 * (+3) Undo revision 107936 by [[Special:Contributions/OliveIsAWord|OliveIsAWord]] ([[User talk:OliveIsAWord|talk]]). Reason: the edit broke some links
14:31:04 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=107942&oldid=107941 * Hakerh400 * (+29) Add two languages from the previous revision back
14:42:54 -!- tromp has joined.
14:54:44 <esolangs> [[Special:Log/newusers]] create * MityJohn * New user account
15:00:25 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=107943&oldid=107909 * MityJohn * (+180)
15:01:34 <esolangs> [[User:MityJohn]] N https://esolangs.org/w/index.php?oldid=107944 * MityJohn * (+116) Created page with "Hi, I'm Jan aka mITy.John and fond of dicovering new programming languages as well as developing one on my own ;-) !"
15:11:37 -!- Sgeo has joined.
15:23:16 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
15:26:09 -!- Noisytoot has joined.
15:29:03 -!- FreeFull has joined.
15:35:31 -!- j-bot has joined.
17:51:47 -!- example99 has joined.
17:51:58 <example99> hi noisytoot
18:21:53 -!- example99 has quit (Ping timeout: 260 seconds).
18:36:55 -!- __monty__ has joined.
20:03:22 <Noisytoot> int-e: Not yet, surprisingly.
20:17:58 -!- bgs has quit (Remote host closed the connection).
20:38:11 <river> hello
20:45:09 -!- FreeFull has quit.
20:48:21 <zzo38> When making a memory allocation in C (whether it is static or dynamic), is it possible to tell it to leave a gap before and/or after the allocation, that is permanently not allocated (where, depending on the implementation, reads/writes may work as though it is allocated, or be used as temporary memory that won't interfere even if you write stuff in there, or be constant 0x00 or 0xFF, or cause segfaults or other abnormal termination)?
20:53:43 <b_jonas> zzo38: if you want reads/writes work as though it's allocated then just make the allocated region that much larger. if you want reads and writes to fail with segfault, then allocate the extra area but mprotect it to unreadable and unwritable.
20:54:17 <b_jonas> you can only do this aligned to OS pages, which are usually 8 kilobytes size these days
20:55:57 <b_jonas> if you do want it writable but don't care what you read from them then you could mremap the same pages multiple times if you want many such areas and each of them are large, but I don't think that comes up often, usually you just want a short buffer before and after
20:59:51 <river> hi
21:00:11 <river> i think that is what valgrind does
21:00:19 <river> or fsanitize
21:07:58 -!- Cale has quit (Remote host closed the connection).
21:15:00 <zzo38> What I intend is that it will try to avoid allocating any memory there, but not cause any problems with undesirable behaviour if it is accessed anyways.
21:57:45 -!- __monty__ has quit (Quit: leaving).
22:04:59 -!- Cale has joined.
22:36:35 -!- SGautam has joined.
22:41:55 -!- Cale has quit (Remote host closed the connection).
22:51:29 -!- Cale has joined.
23:03:04 -!- Cale has quit (Remote host closed the connection).
23:59:39 -!- Lord_of_Life has quit (Ping timeout: 248 seconds).
←2023-04-06 2023-04-07 2023-04-08→ ↑2023 ↑all