←2018-10-22 2018-10-23 2018-10-24→ ↑2018 ↑all
00:32:21 <zzo38> O, and the mmap address is higher I suppose. Then, that will explain it
00:50:49 -!- oren has joined.
00:51:33 <oren> 5-18-1 Summary: Don't use the comma operator. Pros: Some people might be confused by the comma operator. Cons: The comma operator is no more inherently unsafe than any other construct. Some people might be confused by it, but not people who are competent in C and C++. It's been used for decades and is a normal part of programming practice. Our Approach: Always Disregard
00:52:04 <oren> stupid MISRA. MISRA is making me misra-ble
01:11:28 -!- Hack0xDay has joined.
01:11:46 <Hack0xDay> hacking ?
01:12:05 -!- Hack0xDay has left.
01:33:32 -!- nfd has quit (Ping timeout: 272 seconds).
01:33:42 -!- nfd9001 has joined.
01:36:26 <zzo38> oren: What is that?
01:42:04 -!- sprocklem has quit (Ping timeout: 264 seconds).
01:43:04 -!- sprocklem has joined.
02:14:25 -!- TellsTogo has joined.
03:35:26 <zzo38> I have worked more on Free Hero Mesh (including now the level can be rendered in the level editor, and some numbers are displayed on the left, although the level editor is not yet complete). Do you like this Free Hero Mesh so far?
03:41:44 -!- oerjan has quit (Quit: Nite).
05:13:21 -!- TellsTogo has quit (Ping timeout: 256 seconds).
05:21:27 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
05:22:58 -!- Lord_of_Life has joined.
06:12:48 <esowiki> [[MIX (Knuth)]] https://esolangs.org/w/index.php?diff=58046&oldid=58013 * Zzo38 * (+702)
06:16:21 <esowiki> [[MIX (Knuth)]] https://esolangs.org/w/index.php?diff=58047&oldid=58046 * Zzo38 * (+14)
06:29:18 -!- doesthiswork has quit (Ping timeout: 252 seconds).
07:21:35 -!- xkapastel has quit (Quit: Connection closed for inactivity).
07:52:57 -!- oklopol has joined.
08:42:30 -!- AnotherTest has joined.
09:57:16 -!- wob_jonas has joined.
09:58:49 <wob_jonas> zzo38: yes, what fizzie said, but with the additional trick is that the heap address is large on x86_64 because it's more convenient to manage a contiguous (in virtual address space) heap
09:59:31 -!- wob_jonas has quit (Client Quit).
11:32:57 -!- doesthiswork has joined.
12:16:49 <esowiki> [[BFC]] https://esolangs.org/w/index.php?diff=58048&oldid=57928 * Sinthorion * (+2242)
12:25:07 <esowiki> [[BFC]] https://esolangs.org/w/index.php?diff=58049&oldid=58048 * Sinthorion * (+658)
12:26:07 <esowiki> [[BFC]] M https://esolangs.org/w/index.php?diff=58050&oldid=58049 * Sinthorion * (+40) /* Layer 1 */
12:29:02 -!- doesthiswork has quit (Ping timeout: 272 seconds).
12:31:29 -!- doesthiswork has joined.
12:40:00 -!- doesthiswork has quit (Ping timeout: 252 seconds).
12:48:06 -!- xkapastel has joined.
13:06:03 -!- arseniiv__ has joined.
13:31:57 -!- oklopol has quit (Ping timeout: 252 seconds).
13:38:27 -!- sleepnap has joined.
13:42:26 -!- arseniiv__ has changed nick to arseniiv.
13:53:02 -!- oklopol has joined.
13:55:16 -!- AnotherTest has quit (Ping timeout: 264 seconds).
15:35:55 -!- LKoen has joined.
15:39:33 -!- oerjan has joined.
15:53:18 -!- S_Gautam has joined.
16:05:38 -!- erkin has joined.
16:08:27 -!- Lord_of_Life has quit (Changing host).
16:08:27 -!- Lord_of_Life has joined.
16:14:08 -!- AnotherTest has joined.
16:36:53 -!- oerjan has quit (Quit: Later).
17:05:31 -!- sleepnap has quit (Ping timeout: 260 seconds).
17:11:56 -!- sleepnap has joined.
17:19:35 -!- Lord_of_Life_ has joined.
17:22:56 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
17:34:02 <esowiki> [[Talk:BFC]] N https://esolangs.org/w/index.php?oldid=58051 * Sinthorion * (+1396) Created page with " === Idea: Variadic template parameters === Example: <code> {printc:c:_{c}+.} {prints:*s:{printc:{s}}_} {prints:48:65:6C:6C:6F} (prints "Hello") </code> Explanation: Any param..."
17:42:10 <esowiki> [[BFC]] https://esolangs.org/w/index.php?diff=58052&oldid=58050 * Sinthorion * (+592) defaults / template overloading
17:42:50 <esowiki> [[BFC]] M https://esolangs.org/w/index.php?diff=58053&oldid=58052 * Sinthorion * (+9)
17:46:21 -!- Phantom_Hoover has joined.
17:46:21 -!- Phantom_Hoover has quit (Changing host).
17:46:21 -!- Phantom_Hoover has joined.
17:54:59 <oren> I think the best way to 1-up sqlite would be to use a code of conduct even older, say excerpted from Lucretius or Marcus Aurelius
18:01:29 <oren> Let no act be done without a purpose, nor otherwise than according to the perfect principles of art. -- Imp. C. Marcus Aurelius Antoninus Aug.
18:04:58 <izabera> if i have two comparison functions and a set of elements
18:05:35 <izabera> what data structure can i use to quickly find an element that's >X according to one criterion, and >Y according to the other one?
18:12:47 -!- FreeFull has quit (Quit: Rebooting).
18:20:12 -!- FreeFull has joined.
19:17:54 -!- oklopol has quit (Ping timeout: 252 seconds).
19:32:07 <oren> izabera: a treap, maybe?
19:33:02 <oren> izabera: or perhaps just two trees
19:35:57 <izabera> i'm using two trees
19:36:10 <izabera> but i can't find which elements match both conditions
19:36:16 <izabera> like, not efficiently
19:36:34 <izabera> best i can do is basically a linear scan
19:56:16 -!- john_metcalf has joined.
20:04:24 <Taneb> You're not going to be able to do it better than O(N) no matter what
20:12:56 -!- S_Gautam has quit (Quit: Connection closed for inactivity).
21:36:16 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”).
22:38:36 -!- AnotherTest has quit (Ping timeout: 260 seconds).
22:54:58 -!- MDead has joined.
22:55:03 -!- MDude has quit (Ping timeout: 245 seconds).
22:55:06 -!- MDead has changed nick to MDude.
23:01:21 -!- oerjan has joined.
23:09:53 <oerjan> `le/rn hammurabi//If anyone creates a webpage that unexpectedly starts playing sounds, he shall be put to death. http://45338297.weebly.com/laws-on-property-and-theft.html
23:09:55 <HackEso> Learned 'hammurabi': If anyone creates a webpage that unexpectedly starts playing sounds, he shall be put to death. http://45338297.weebly.com/laws-on-property-and-theft.html
23:10:25 * oerjan was trying to look up some better sources for oren
23:13:34 <oerjan> `slwd hammurabi//s,I,From Hammurabi's law: I,
23:13:35 <HackEso> hammurabi//From Hammurabi's law: If anyone creates a webpage that unexpectedly starts playing sounds, he shall be put to death. http://45338297.weebly.com/laws-on-property-and-theft.html
23:13:58 <oerjan> (before i get put to death for violating the laws of wisdom)
23:19:50 -!- Phantom_Hoover has quit (Remote host closed the connection).
23:46:44 <Sgeo> PLAV SPACE INVADERS
23:59:10 <oerjan> @wn plav
23:59:11 <lambdabot> No match for "plav".
23:59:20 <oerjan> NO SUCH WORD
←2018-10-22 2018-10-23 2018-10-24→ ↑2018 ↑all