←2021-07-15 2021-07-16 2021-07-17→ ↑2021 ↑all
00:02:53 -!- oerjan has joined.
00:06:11 <esolangs> [[Gdelang]] M https://esolangs.org/w/index.php?diff=86355&oldid=86349 * PythonshellDebugwindow * (+71) Cats) (Wikipedia link
00:18:40 -!- Corbin has joined.
00:40:15 <esolangs> [[Talk:FFM/FFB]] M https://esolangs.org/w/index.php?diff=86356&oldid=85359 * Enoua5 * (+291)
04:36:13 -!- oerjan has quit (Quit: Nite).
05:42:50 -!- arseniiv has joined.
05:46:38 -!- arseniiv has quit (Client Quit).
05:58:49 -!- arseniiv has joined.
06:29:19 -!- zegalch has quit (Remote host closed the connection).
06:29:44 -!- zegalch has joined.
06:50:58 -!- Sgeo has quit (Read error: Connection reset by peer).
07:31:31 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=86357&oldid=86355 * TJC games * (+113) /* Interpretation */
07:32:50 -!- hendursaga has quit (Remote host closed the connection).
07:33:13 -!- hendursaga has joined.
07:33:44 <esolangs> [[Gdelang]] M https://esolangs.org/w/index.php?diff=86358&oldid=86357 * TJC games * (+19)
07:35:34 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=86359&oldid=86358 * TJC games * (-114) /* Interpretation */
07:54:11 -!- Hooloovoo has quit (Quit: Temporarily refracted into a free-standing prism.).
07:56:21 -!- Hooloovoo has joined.
08:12:23 -!- hendursaga has quit (Ping timeout: 244 seconds).
08:13:32 -!- tech_exorcist has joined.
08:13:51 -!- hendursaga has joined.
08:23:08 -!- tech_exorcist has quit (Quit: tech_exorcist).
08:23:44 -!- tech_exorcist has joined.
08:26:42 -!- Lord_of_Life_ has joined.
08:28:23 -!- Lord_of_Life has quit (Ping timeout: 255 seconds).
08:28:23 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:30:04 -!- arseniiv has quit (Ping timeout: 246 seconds).
10:33:57 -!- hanif has joined.
10:53:33 <esolangs> [[FlipJump]] https://esolangs.org/w/index.php?diff=86360&oldid=86127 * Tomhe * (+1029) /* The Assembly Language */ add namespaces syntax
11:11:01 <esolangs> [[FlipJump]] https://esolangs.org/w/index.php?diff=86361&oldid=86360 * Tomhe * (+37) /* Namespaces */ example updated
11:27:27 -!- arseniiv has joined.
11:42:30 -!- wib_jonas has joined.
11:43:54 <wib_jonas> today I learned that the pulse encoding for telephone numbers on rotary telephones had three (or maybe four or two) incompatible versions, so if you tried to use a phone in the wrong country or region, the digits printed on it would be wrong, and you'd have to permute your phone number before dialing\
11:44:05 <wib_jonas> s/permute/transliterate/
11:45:05 <wib_jonas> maybe this is what motivated introducing the DTMF encoding, so that they have one standard instead of three?
11:45:34 <esolangs> [[Special:Log/newusers]] create * Eidotter * New user account
11:45:40 <wib_jonas> and yes, I know that never works as in https://xkcd.com/927/
11:49:37 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=86362&oldid=86344 * Eidotter * (+187) /* Introductions */
13:08:25 <wib_jonas> Is there an attempt to make a dialect of C++ where you can optionally qualify pointers and variables to have rust ownership/reference semantics, in a way that's backwards compatible to traditional C++ compilers in that there's a header that lets you compile your code on those by macroing away those qualifiers, whereas a compiler that supports these
13:08:25 <wib_jonas> features can do the full type and lifetime checking?
13:08:51 <esolangs> [[Gdelang]] M https://esolangs.org/w/index.php?diff=86363&oldid=86359 * PythonshellDebugwindow * (-10) Unpipe
13:10:05 <wib_jonas> to be clear, this would be backwards compatible with existing C++ code, because pointers or variables that aren't qualified with the new keyword(s) would have C++'s looser semantics, not rust ownership
13:10:12 -!- nakilon8 has joined.
13:12:53 -!- Taneb0 has joined.
13:13:15 -!- moon7 has joined.
13:13:28 -!- lifthrasiir_ has joined.
13:14:22 <wib_jonas> I think you'd need like two keywords, let's say `own` so `T *own foo` declares a rust-like mut reference to a T, `T *const own foo` declares a rust-like const reference to T, `struct U { own T foo; };` declares foo as a member that the structure owns, etc, a variant of own that lets you specify a lifetime in parenthesis, and a bunch of presumably
13:14:22 <wib_jonas> template types for essential abstractions of rust
13:14:44 -!- Taneb has quit (Killed (NickServ (GHOST command used by Taneb0))).
13:14:48 -!- Taneb0 has changed nick to Taneb.
13:16:10 <wib_jonas> There could also be additional features that aren't compatible with existing C++ compilers of course, like rust enums
13:16:28 -!- Bowserinator_ has joined.
13:17:06 -!- citrons_ has joined.
13:18:49 -!- zegalch has quit (*.net *.split).
13:18:49 -!- Corbin has quit (*.net *.split).
13:18:49 -!- moon has quit (*.net *.split).
13:18:49 -!- lifthrasiir has quit (*.net *.split).
13:18:49 -!- citrons has quit (*.net *.split).
13:18:49 -!- nakilon has quit (*.net *.split).
13:18:49 -!- Bowserinator has quit (*.net *.split).
13:18:49 -!- moon7 has changed nick to moon.
13:18:50 -!- nakilon8 has changed nick to nakilon.
13:19:09 -!- zegalch has joined.
13:27:44 -!- Corbin has joined.
13:30:16 <nakilon> prawnsalad confirmed what I was saying https://gist.github.com/prawnsalad/4ca20da6c2295ddb06c1646791c61953 -- that all this crap was nothing else than echochamber made by tomaw to make pawns flame the channels, copypaste fakes and spread the hate with no reason
13:31:49 <nakilon> now I still wait for apologizing for multiple collective false accussations and defamation on me for just telling to stop
13:34:55 <Corbin> You and I have taken very different lessons from all of this. For example, I've paid attention to who seems to have gained @ hats on Freenode; more than a few acquaintances have gone mask-off and embraced a sudden rush of power, it seems.
13:42:51 <riv> wow there's people on freenode?
13:47:53 <wib_jonas> riv: obviously, since there are people who don't use IRC as frequently as I do, and when they log on after several month they don't know in advance about the drama and are surprised to find their irc client conencting to the broken pieces of freenode
13:48:08 <wib_jonas> presumably after that they'll quickly figure out which networks people have moved to
14:01:46 -!- delta23 has joined.
14:06:04 <wib_jonas> I'll have my old years old birthday soon. I'll feel old after that.
14:07:10 <riv> https://www.youtube.com/watch?v=6qD9XElTpCE
14:07:16 <riv> The Story of Shor's Algorithm, Straight From the Source | Peter Shor
14:29:02 -!- Sgeo has joined.
14:35:28 -!- vyv has joined.
14:40:50 -!- tech_exorcist has quit (Quit: tech_exorcist).
14:52:55 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=86364&oldid=86363 * TJC games * (+165)
14:53:07 <esolangs> [[Gdelang]] M https://esolangs.org/w/index.php?diff=86365&oldid=86364 * TJC games * (+1) /* Interpretation */
14:54:31 <arseniiv> <wib_jonas> I'll have my old years old birthday soon. I'll feel old after that. => hugs. I’ll have kinda old age in a couple of months too, though I think your age should be older so I shouldn’t be as sad
14:55:08 <wib_jonas> well I thought exactly the same around my last few birthdays, and will probably think the same for every birthday the next few decades
14:56:54 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=86366&oldid=86365 * TJC games * (+10)
15:01:35 <nakilon> "One of my guiding principles, also, has been the scientist's motto 'Take nobody's word for it' (nullius in verba), a corollary of which is that if scientists as a whole denounce an idea this should not necessarily be taken as proof that the said idea is absurd: rather, one should examine carefully the alleged grounds for such opinions and judge
15:01:35 <nakilon> how well these stand up to detailed scrutiny." http://www.tcm.phy.cam.ac.uk/~bdj10/ -- this was in ru wikipedia page with "missing reference" tag, added it, it's right on his Cambridge homepage
15:10:36 -!- Bowserinator_ has changed nick to Bowserinator.
15:22:04 <nakilon> in that Peter Shor's video the blue book behind looks like Spelunky Jetpack
15:23:56 -!- wib_jonas has quit (Quit: Client closed).
15:24:13 <riv> haha
15:29:11 <nakilon> lol this is ironic https://i.imgur.com/Crfembw.png
15:29:44 <nakilon> he tells about error correction and there is sqrt(1) on the slide
15:29:48 <nakilon> is that correct?
15:30:09 <riv> hehe
15:30:13 <riv> correct THAT
15:32:45 <Riviera> why would that be a problem?
15:33:34 <Riviera> riv: good, albeit short, nickname! ;D
15:34:56 <riv> hey!
15:42:47 -!- tech_exorcist has joined.
15:47:47 -!- riv has quit (Quit: Leaving).
16:27:56 <arseniiv> sqrt(1) is multivalued. Is it 1? Is it −1? Is it a hyperbolic unit j? Or −j? And when we have two such units j, k which anticommute, we have an explosion of the form (j cos t + k sin t), as squared that gives 1 + (j k + k j) cos t sin t = 1. I think we can deal with commuting j, k too but I forgot how
16:36:37 <arseniiv> sqrt(0) is of course even worse as you can multiply any nilpotent and it still remains nilpotent
16:36:50 <arseniiv> I man, quadratic nilpotent
16:36:58 <arseniiv> s/man/mean
16:58:53 -!- riv has joined.
17:05:09 <b_jonas> arseniiv: that's irrelevant, in this case it's clearly a typo for sqrt(8)
17:19:24 <esolangs> [[Tack]] N https://esolangs.org/w/index.php?oldid=86367 * AmNow * (+1387) Created page with "Tack is an esoteric programming language, with only one symbol: <code>!</code>. Tack was made by [[User: AmNow]]. == Commands == In Tack, the ! symbol marks to do the command..."
17:20:00 <esolangs> [[User:AmNow]] M https://esolangs.org/w/index.php?diff=86368&oldid=86324 * AmNow * (+16) Lang
17:20:50 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=86369&oldid=86350 * AmNow * (+11) /* T */
17:22:51 <arseniiv> b_jonas: I know :)
17:26:03 -!- hanif has quit (Quit: quit).
17:31:53 <esolangs> [[Tack]] M https://esolangs.org/w/index.php?diff=86370&oldid=86367 * AmNow * (+12)
17:40:05 -!- Melvar has quit (Ping timeout: 255 seconds).
17:45:23 <esolangs> [[Special:Log/newusers]] create * Newtykins * New user account
17:48:36 <nakilon> arseniiv don't you usually write +/-sqrt(1) then?
17:48:57 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=86371&oldid=86362 * Newtykins * (+336) /* Introductions */
17:54:02 -!- Melvar has joined.
17:58:14 -!- immibis__ has joined.
18:01:20 -!- immibis_ has quit (Ping timeout: 268 seconds).
18:19:23 <esolangs> [[T a b]] N https://esolangs.org/w/index.php?oldid=86372 * Newtykins * (+765) Created page with "t a b is a minimal esoteric programming language for the 23rd century. It is pretty much the exact same thing as [[Small]], but even more arbitrary and harder to read! Made by..."
18:20:19 <esolangs> [[Joke language list]] https://esolangs.org/w/index.php?diff=86373&oldid=84764 * Newtykins * (+104) /* General languages */
18:26:45 <arseniiv> nakilon: impossible for things other than complex numbers, unfortunately, as there are usually too many
18:27:06 <arseniiv> for example there is a whole sphere of quaternions which square to −1
18:28:32 <arseniiv> having fun with https://codeparade.itch.io/webcam-fractals
18:29:10 <arseniiv> what a simple concept and this is pure IFS world, nothing fancy
18:30:25 <arseniiv> but with analog-ish dynamics as a natural consequence of its design. And the experience when you hold a webcam in your hands!
18:32:01 <arseniiv> nice videos he does make, too
18:32:08 <arseniiv> its author
18:45:42 -!- tech_exorcist has quit (Quit: tech_exorcist).
18:54:34 -!- vyv has quit (Quit: Konversation terminated!).
18:55:36 <esolangs> [[Inse]] N https://esolangs.org/w/index.php?oldid=86374 * BurningApparatus * (+1585) Created page with "'''Inse''' is an [[esoteric programming language]] where code can be stored in memory as strings and can be run later. Its syntax is similar to BASIC where a command is follow..."
19:01:38 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=86375&oldid=86369 * BurningApparatus * (+11) /* I */
19:20:57 -!- imode has quit (Ping timeout: 245 seconds).
19:26:06 <esolangs> [[Swapfuck]] M https://esolangs.org/w/index.php?diff=86376&oldid=86342 * Rdococ * (+0) /* Computational class */
19:58:39 -!- moon has quit (Quit: leaving).
19:59:07 -!- moon has joined.
20:06:19 -!- immibis__ has changed nick to immibis.
20:29:40 <esolangs> [[Talk:Gdelang]] N https://esolangs.org/w/index.php?oldid=86377 * TJC games * (+106) Created page with "im on my kindle lool ~~~~"
21:07:43 <esolangs> [[T a b]] https://esolangs.org/w/index.php?diff=86378&oldid=86372 * Newtykins * (+158)
21:08:11 <esolangs> [[T a b]] https://esolangs.org/w/index.php?diff=86379&oldid=86378 * Newtykins * (+33)
21:42:01 <riv> http://www.leapsecond.com/
21:42:05 <riv> check out this site about leap seconds
21:45:01 -!- arseniiv has quit (Ping timeout: 265 seconds).
21:55:11 -!- imode has joined.
22:14:02 -!- PinealGlandOptic has quit (Quit: leaving).
22:25:30 <esolangs> [[Parse this sic]] https://esolangs.org/w/index.php?diff=86380&oldid=86353 * Digital Hunter * (+812) /* ROT13 cipher */ a fully more legit one
22:32:43 <esolangs> [[T a b]] https://esolangs.org/w/index.php?diff=86381&oldid=86379 * Newtykins * (+88)
23:30:55 -!- oerjan has joined.
23:52:50 <esolangs> [[T a b]] M https://esolangs.org/w/index.php?diff=86382&oldid=86381 * PythonshellDebugwindow * (+148) Cats and a Lowered Title
23:53:21 <esolangs> [[T a b]] M https://esolangs.org/w/index.php?diff=86383&oldid=86382 * PythonshellDebugwindow * (+0) Unusbale) -> (Unusable
23:55:56 <esolangs> [[Inse]] M https://esolangs.org/w/index.php?diff=86384&oldid=86374 * PythonshellDebugwindow * (+49) int)(1 + 1
←2021-07-15 2021-07-16 2021-07-17→ ↑2021 ↑all