←2019-07-06 2019-07-07 2019-07-08→ ↑2019 ↑all
00:00:00 <int-e> shachaf: I got a simultaneous sense of wonder and disgust.
00:01:30 <int-e> IOW an experience almost, but not quite, completely unlike pleasure.
00:06:02 <shachaf> Anyway now Rust is importing npm culture or something. Or so I hear.
00:06:14 <shachaf> I'm sure it'll turn out great.
00:06:22 * shachaf .kmc.moed++
00:07:28 <b_jonas> shachaf: right, so instead of just pulling in the posix regex function from libc, you can choose to use the package called "regex", which only has like ten transitive dependencies, if you're the kind who can be fooled by simple package names
00:08:06 <int-e> shachaf: they have a cargo cult, right?
00:08:11 <b_jonas> again, the language is good, the dependency hell is optional, you aren't required to use those popular packages, you can just use any good old library that has a C interface
00:08:15 <shachaf> int-e: I like how is-even depends on is-odd which depends on is-number.
00:08:28 <int-e> shachaf: that seems arbitrary
00:08:35 <shachaf> is-number is a good package because it supports not only things with number types but also strings that can be parsed as numbers.
00:08:37 <int-e> clearly is-odd should depend on is-even
00:08:50 <b_jonas> they also have an xml package, reimplemented in pure rust, that can't read utf-16 xml files, if you like that sort of thing
00:09:08 <b_jonas> int-e: and on n+k rules
00:09:10 <int-e> shachaf: I also get the feeling that you should stop browsing npm RIGHT NOW
00:09:30 <shachaf> Good idea.
00:09:45 <int-e> shachaf: If you want to get lost in a spiral of links, at least do it somewhere pleasant like allthetropes
00:10:41 <b_jonas> shachaf: doesn't javascript have a built-in & operator, so you can just do 0 != (x & 1) to test if a number is odd?
00:11:43 <shachaf> Maybe, but I took int-e's advice and I'm not going to think about it.
00:11:50 <b_jonas> ok
00:25:30 <arseniiv> we need an npm-fold way for an extraordimensionary esolang
00:25:41 <arseniiv> with all the ponyfills
00:26:53 <int-e> b_jonas: I don't know what you mean by "n+k rules"
00:27:09 <b_jonas> int-e: n+k patterns
00:28:11 <int-e> Hmm I guess the Wikipedia drama is more interesting.
00:28:44 <int-e> (this one, https://en.wikipedia.org/wiki/Wikipedia:Community_response_to_the_Wikimedia_Foundation%27s_ban_of_Fram#Open_letter_from_the_Arbitration_Committee_to_the_WMF_Board )
00:29:56 <b_jonas> `? enrichment center
00:29:57 <HackEso> enrichment center? ¯\(°​_o)/¯
00:30:16 <b_jonas> `? companion cube
00:30:19 <HackEso> There's cake inside it. Tear it apart, rip open your companion, and extract the delicious, delicious cake...
00:30:19 <b_jonas> `? glados
00:30:22 <HackEso> Hello, and again, welcome to the Aperture Science Computer Aided Internet Relay Chat & Enrichment Center. Please enjoy your stay at #esoteric, because you will never leave.
00:31:10 -!- arseniiv has quit (Ping timeout: 246 seconds).
00:31:17 <shachaf> int-e: I want to use good software instead of bad software. What do I do?
00:31:42 <int-e> shachaf: stop using software
00:32:37 <shachaf> Hmm, that addresses the second part but not the first.
00:33:02 <b_jonas> shachaf: do you have any specific goal for which you want to use software?
00:33:14 <int-e> Find, you're allowed to run your favorite hello world program from time to time, but only if you promise not to look at the environment it's running in.
00:33:17 <int-e> *Fine
00:34:16 <int-e> You could also use this elegantly designed platform: https://en.wikipedia.org/wiki/Etch_A_Sketch
00:36:18 <shachaf> I wish I could shake my computer whenever anything was bad.
00:37:56 <int-e> @google "force feedback PCI card"
00:37:57 <lambdabot> https://uibkaap.tk/Wo_Online-Filme-Download.html
00:38:08 <int-e> ... I won't go there.
00:49:17 <tswett[m]> I'm *still* trying to figure out how to process keyboard input in PCjs.
01:02:13 <b_jonas> tswett[m]: call the relevant BIOS functions maybe
01:04:05 <tswett[m]> Well, I got rid of the BIOS.
01:04:09 <tswett[m]> Maybe I shouldn't have done that. :D
01:04:38 <b_jonas> you can't get rid of the BIOS, it resides in a ROM chip. if you try to write it, it just ignores the writes.
01:04:51 <b_jonas> just reboot the machine and the BIOS will work again
01:04:58 <tswett[m]> I got rid of the part that emulates that ROM chip.
01:05:07 <zzo38> Maybe the SQLite command line program should have a command to edit triggers by using an external editor.
01:05:09 <b_jonas> you soldered it out?
01:05:15 <b_jonas> nice, then your computer won't even boot up
01:05:27 <tswett[m]> Something like that.
01:05:41 <tswett[m]> In any case, yes, out of all the things this computer is doing, booting is not one of them.
01:06:00 <zzo38> (Could also be used for editing the definition of a view or index.)
01:40:19 -!- Lord_of_Life_ has joined.
01:42:44 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
01:43:00 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
01:44:04 -!- xkapastel has quit (Quit: Connection closed for inactivity).
02:18:14 <tswett[m]> The good news: I've managed to read from the keyboard data port.
02:18:18 <tswett[m]> The bad news: I always get ff.
02:19:17 <b_jonas> tswett[m]: read it from the keyboard interrupt handler
02:29:01 <tswett[m]> More bad news: the screen doesn't update while the computer is running, only while it's stopped.
02:32:02 -!- zhiayang has quit (Remote host closed the connection).
02:32:52 -!- zhiayang has joined.
02:36:54 <tswett[m]> Well, either that, or the screen only updates at a multiple of 34304 (= 2^9 * 67) clock cycles, so that it happens to display the same thing every time it updates.
02:43:37 -!- adu has quit (Remote host closed the connection).
02:44:21 -!- adu has joined.
03:07:56 <esowiki> [[Category:Works-in-Progress]] M https://esolangs.org/w/index.php?diff=63964&oldid=63957 * A * (+31) All of these languages are WIP
03:14:06 <esowiki> [[Pistons & Pistons]] M https://esolangs.org/w/index.php?diff=63965&oldid=63935 * A * (+2)
03:35:16 -!- Sgeo has joined.
03:36:42 -!- Sgeo__ has quit (Ping timeout: 272 seconds).
03:45:05 -!- FreeFull has quit.
03:49:24 <zzo38> Now bystand version 0.1 is released. Posting is not implemented yet, but other than that it seems to work as far as I can tell. Please make a suggestion or whatever else it is.
03:50:19 <zzo38> It is http://zzo38computer.org/prog/bystand.zip Do you like this?
03:59:38 <zzo38> shachaf: If you want to use good software instead of bad software, then write a better software, please.
04:00:47 <shachaf> Good idea.
04:02:09 <shachaf> How good should I make my software?
04:02:41 <Hooloovo0> INTERCAL is a good choice
04:03:14 <zzo38> shachaf: As good as you need it to be, I suppose.
04:03:39 <shachaf> whoa
04:03:46 <shachaf> is that even possible
04:09:17 <zzo38> I don't know
04:17:42 <adu> shachaf: Imagine that you are trying to impress E. Scrooge, and that every success if followed by a "bah humbug"
06:12:24 -!- Cale has quit (*.net *.split).
06:12:26 -!- Camto[m] has quit (*.net *.split).
06:12:27 -!- grumble has quit (*.net *.split).
06:12:27 -!- uplime has quit (*.net *.split).
06:12:27 -!- pikhq has quit (*.net *.split).
06:12:27 -!- sprocklem has quit (*.net *.split).
06:12:27 -!- b_jonas has quit (*.net *.split).
06:12:27 -!- Hooloovo0 has quit (*.net *.split).
06:12:27 -!- sebbu has quit (*.net *.split).
06:12:28 -!- GeekDude has quit (*.net *.split).
06:12:28 -!- lifthrasiir has quit (*.net *.split).
06:12:28 -!- Lord_of_Life has quit (*.net *.split).
06:12:28 -!- rain1 has quit (*.net *.split).
06:12:28 -!- rodgort has quit (*.net *.split).
06:12:28 -!- trn has quit (*.net *.split).
06:12:28 -!- Melvar has quit (*.net *.split).
06:12:28 -!- limbo_ has quit (*.net *.split).
06:12:28 -!- Sgeo has quit (*.net *.split).
06:12:28 -!- mniip has quit (*.net *.split).
06:12:28 -!- int-e has quit (*.net *.split).
06:12:28 -!- ineiros has quit (*.net *.split).
06:12:28 -!- lizzie has quit (*.net *.split).
06:12:29 -!- shachaf has quit (*.net *.split).
06:12:29 -!- rdococ has quit (*.net *.split).
06:12:31 -!- adu has quit (*.net *.split).
06:12:31 -!- hakatashi has quit (*.net *.split).
06:12:31 -!- joast has quit (*.net *.split).
06:12:32 -!- ocharles has quit (*.net *.split).
06:12:32 -!- rickbutton has quit (*.net *.split).
06:12:32 -!- ski has quit (*.net *.split).
06:12:32 -!- nfd9001 has quit (*.net *.split).
06:12:32 -!- lambdabot has quit (*.net *.split).
06:12:32 -!- relrod has quit (*.net *.split).
06:12:32 -!- heroux has quit (*.net *.split).
06:12:32 -!- shikhin has quit (*.net *.split).
06:12:32 -!- jix has quit (*.net *.split).
06:12:32 -!- aloril has quit (*.net *.split).
06:12:32 -!- diginet has quit (*.net *.split).
06:12:32 -!- vertrex has quit (*.net *.split).
06:12:32 -!- izabera has quit (*.net *.split).
06:12:33 -!- mich181189 has quit (*.net *.split).
06:12:33 -!- lynn has quit (*.net *.split).
06:12:33 -!- Lymia has quit (*.net *.split).
06:12:33 -!- dog_star has quit (*.net *.split).
06:12:33 -!- fungot has quit (*.net *.split).
06:12:33 -!- zemhill_______ has quit (*.net *.split).
06:12:33 -!- sftp has quit (*.net *.split).
06:12:33 -!- kmc has quit (*.net *.split).
06:12:33 -!- haavard has quit (*.net *.split).
06:12:33 -!- quintopia has quit (*.net *.split).
06:12:33 -!- economicsbat has quit (*.net *.split).
06:12:33 -!- Taneb has quit (*.net *.split).
06:12:33 -!- tromp has quit (*.net *.split).
06:12:34 -!- wmww has quit (*.net *.split).
06:12:34 -!- ivzem[m] has quit (*.net *.split).
06:12:35 -!- Deewiant has quit (*.net *.split).
06:12:35 -!- zhiayang has quit (*.net *.split).
06:12:35 -!- aji has quit (*.net *.split).
06:12:35 -!- zzo38 has quit (*.net *.split).
06:12:35 -!- APic has quit (*.net *.split).
06:12:36 -!- fizzie has quit (*.net *.split).
06:12:37 -!- ^[ has quit (*.net *.split).
06:12:37 -!- ProofTechnique has quit (*.net *.split).
06:12:37 -!- moony has quit (*.net *.split).
06:12:37 -!- stux|away has quit (*.net *.split).
06:12:37 -!- j4cbo has quit (*.net *.split).
06:12:37 -!- glowcoil has quit (*.net *.split).
06:12:38 -!- xylochoron[m] has quit (*.net *.split).
06:12:39 -!- FireFly has quit (*.net *.split).
06:12:39 -!- sparr has quit (*.net *.split).
06:12:39 -!- budonyc has quit (*.net *.split).
06:12:39 -!- clog has quit (*.net *.split).
06:12:39 -!- myname has quit (*.net *.split).
06:12:39 -!- HackEso has quit (*.net *.split).
06:12:39 -!- erdic has quit (*.net *.split).
06:12:39 -!- paul2520 has quit (*.net *.split).
06:17:08 <esowiki> [[ABC]] M https://esolangs.org/w/index.php?diff=63966&oldid=63963 * Voltage2007 * (-60) Improved hello world code
06:18:14 -!- Sgeo has joined.
06:18:14 -!- adu has joined.
06:18:14 -!- zhiayang has joined.
06:18:14 -!- Lord_of_Life has joined.
06:18:14 -!- mniip has joined.
06:18:14 -!- ski has joined.
06:18:14 -!- aji has joined.
06:18:14 -!- sprocklem has joined.
06:18:14 -!- b_jonas has joined.
06:18:14 -!- budonyc has joined.
06:18:14 -!- tromp has joined.
06:18:14 -!- sftp has joined.
06:18:14 -!- int-e has joined.
06:18:14 -!- Hooloovo0 has joined.
06:18:14 -!- zzo38 has joined.
06:18:14 -!- nfd9001 has joined.
06:18:14 -!- ineiros has joined.
06:18:14 -!- kmc has joined.
06:18:14 -!- lambdabot has joined.
06:18:14 -!- hakatashi has joined.
06:18:14 -!- APic has joined.
06:18:14 -!- lizzie has joined.
06:18:14 -!- rain1 has joined.
06:18:14 -!- sebbu has joined.
06:18:14 -!- rdococ has joined.
06:18:14 -!- joast has joined.
06:18:14 -!- wmww has joined.
06:18:14 -!- ivzem[m] has joined.
06:18:14 -!- xylochoron[m] has joined.
06:18:14 -!- rodgort has joined.
06:18:14 -!- ^[ has joined.
06:18:14 -!- relrod has joined.
06:18:14 -!- trn has joined.
06:18:14 -!- haavard has joined.
06:18:14 -!- shachaf has joined.
06:18:14 -!- ProofTechnique has joined.
06:18:14 -!- heroux has joined.
06:18:14 -!- Melvar has joined.
06:18:14 -!- moony has joined.
06:18:14 -!- clog has joined.
06:18:14 -!- limbo_ has joined.
06:18:14 -!- shikhin has joined.
06:18:14 -!- GeekDude has joined.
06:18:14 -!- jix has joined.
06:18:14 -!- stux|away has joined.
06:18:14 -!- fizzie has joined.
06:18:14 -!- mich181189 has joined.
06:18:14 -!- quintopia has joined.
06:18:14 -!- aloril has joined.
06:18:14 -!- lifthrasiir has joined.
06:18:14 -!- lynn has joined.
06:18:14 -!- Lymia has joined.
06:18:14 -!- j4cbo has joined.
06:18:14 -!- economicsbat has joined.
06:18:14 -!- ocharles has joined.
06:18:14 -!- glowcoil has joined.
06:18:14 -!- rickbutton has joined.
06:18:14 -!- myname has joined.
06:18:14 -!- HackEso has joined.
06:18:14 -!- dog_star has joined.
06:18:14 -!- diginet has joined.
06:18:14 -!- erdic has joined.
06:18:14 -!- Taneb has joined.
06:18:14 -!- fungot has joined.
06:18:14 -!- vertrex has joined.
06:18:14 -!- FireFly has joined.
06:18:14 -!- Deewiant has joined.
06:18:14 -!- sparr has joined.
06:18:14 -!- izabera has joined.
06:18:14 -!- zemhill_______ has joined.
06:18:14 -!- paul2520 has joined.
06:18:23 -!- Cale has joined.
06:18:23 -!- Camto[m] has joined.
06:18:23 -!- grumble has joined.
06:18:23 -!- uplime has joined.
06:18:23 -!- pikhq has joined.
07:18:00 -!- mniip has quit (Quit: This page is intentionally left blank.).
07:26:18 -!- mniip has joined.
08:11:10 -!- AnotherTest has joined.
08:11:56 -!- tswett[m] has quit (Remote host closed the connection).
08:12:21 -!- Camto[m] has quit (Remote host closed the connection).
08:12:25 -!- wmww has quit (Write error: Broken pipe).
08:12:25 -!- ivzem[m] has quit (Remote host closed the connection).
08:12:28 -!- xylochoron[m] has quit (Remote host closed the connection).
08:18:42 -!- Camto[m] has joined.
08:24:46 -!- pikhq has quit (Ping timeout: 252 seconds).
08:25:02 -!- pikhq has joined.
08:33:20 -!- john_metcalf has joined.
08:39:06 -!- tswett[m] has joined.
08:39:06 -!- xylochoron[m] has joined.
08:39:13 -!- wmww has joined.
08:39:13 -!- ivzem[m] has joined.
09:46:25 -!- john_metcalf has quit (Ping timeout: 252 seconds).
10:22:51 -!- grumble has quit (Quit: inside their machines there is one empty file).
10:27:45 -!- gurmble has joined.
10:27:50 -!- gurmble has changed nick to grumble.
10:38:16 -!- atslash has joined.
12:41:52 -!- arseniiv has joined.
13:06:38 <esowiki> [[Special:Log/newusers]] create * Relts * New user account
13:40:54 -!- Lord_of_Life_ has joined.
13:43:26 -!- Lord_of_Life has quit (Ping timeout: 272 seconds).
13:43:29 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
13:47:00 -!- FreeFull has joined.
14:40:43 <esowiki> [[Special:Log/newusers]] create * DoggyDogWhirl * New user account
15:00:24 <esowiki> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=63967&oldid=63883 * DoggyDogWhirl * (+287) I'm DoggyDogWhirl. Nice to meet you!
15:37:19 <esowiki> [[Talk:Pistons & Pistons]] https://esolangs.org/w/index.php?diff=63968&oldid=63936 * Areallycoolusername * (+386)
15:38:00 <esowiki> [[Talk:Pistons & Pistons]] https://esolangs.org/w/index.php?diff=63969&oldid=63968 * Areallycoolusername * (+133)
15:40:28 <esowiki> [[Pistons & Pistons]] https://esolangs.org/w/index.php?diff=63970&oldid=63965 * Areallycoolusername * (+83)
16:40:51 <esowiki> [[User:DoggyDogWhirl]] N https://esolangs.org/w/index.php?oldid=63971 * DoggyDogWhirl * (+49)
17:21:26 <zzo38> How to define a text encoding in Firefox?
18:10:25 <esowiki> [[DDR]] N https://esolangs.org/w/index.php?oldid=63972 * DoggyDogWhirl * (+1658) Created page with "'''DDR''' is an [[esoteric programming language]] created by [[User:DoggyDogWhirl]]. It is inspired by the video game series ''Dance Dance Revolution'', and takes many of its..."
18:46:01 <b_jonas> `? nutrient
18:46:05 <HackEso> nutrient? ¯\(°​_o)/¯
18:46:27 <b_jonas> `? nut
18:46:28 <HackEso> nut? ¯\(°​_o)/¯
19:16:23 <esowiki> [[Special:Log/newusers]] create * Sideshowbob * New user account
19:19:02 <esowiki> [[Language list]] M https://esolangs.org/w/index.php?diff=63973&oldid=63942 * DoggyDogWhirl * (+10)
19:23:42 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=63974&oldid=63967 * Sideshowbob * (+167) /* Introductions */
19:25:10 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=63975&oldid=63974 * Sideshowbob * (+13) /* Introductions */
19:26:51 <esowiki> [[User:DoggyDogWhirl]] M https://esolangs.org/w/index.php?diff=63976&oldid=63971 * DoggyDogWhirl * (+24)
19:39:41 -!- laerling has joined.
19:57:39 <esowiki> [[DDR]] M https://esolangs.org/w/index.php?diff=63977&oldid=63972 * DoggyDogWhirl * (+42)
20:38:45 <zzo38> I made a program "RADMML", which can write music in Reality Adlib Tracker version 2 format. (Reality Adlib Tracker itself is only for Windows and Macintosh, but RADMML can be used on Linux, too. They provided source code for a playback software on Windows; I was able to modify it to work on Linux.)
20:42:53 -!- AnotherTest has quit (Ping timeout: 252 seconds).
22:02:40 -!- laerling has quit (Remote host closed the connection).
23:03:31 -!- tromp has quit (Remote host closed the connection).
23:04:04 -!- tromp has joined.
23:08:27 -!- tromp has quit (Ping timeout: 252 seconds).
23:18:46 -!- tromp has joined.
23:23:06 -!- tromp has quit (Ping timeout: 252 seconds).
23:34:20 -!- arseniiv has quit (Ping timeout: 272 seconds).
23:40:34 <zzo38> Did you look at bystand and see if it is good?
23:53:33 <esowiki> [[DDR/Python Implementation]] N https://esolangs.org/w/index.php?oldid=63978 * DoggyDogWhirl * (+2406)
23:53:39 <esowiki> [[DDR]] https://esolangs.org/w/index.php?diff=63979&oldid=63977 * DoggyDogWhirl * (+74)
←2019-07-06 2019-07-07 2019-07-08→ ↑2019 ↑all