00:00:27 [[Timers]] M https://esolangs.org/w/index.php?diff=85312&oldid=85311 * Rphii * (+1) /* ASCII Table */ fix mess-up 00:01:07 [[Talk:FFM/FFB]] N https://esolangs.org/w/index.php?oldid=85313 * Oshaboy * (+76) Created page with "Is this a Finite State Automata? To me it seems like a Brainfuck Equivalent." 00:02:21 [[Timers]] https://esolangs.org/w/index.php?diff=85314&oldid=85312 * Rphii * (+4) /* ASCII Table */ the previous one wouldn't have worked 00:10:36 [[Truth-machine]] M https://esolangs.org/w/index.php?diff=85315&oldid=85074 * Oshaboy * (+34) Added a Truth Machine I wrote in my own esolang Sophie. 00:10:36 -!- Corbin has quit (Quit: Corbin). 00:11:04 [[Timers]] M https://esolangs.org/w/index.php?diff=85316&oldid=85314 * Rphii * (+2) /* ASCII Table */ fix mess-up 00:25:51 [[Timers]] https://esolangs.org/w/index.php?diff=85317&oldid=85316 * Rphii * (+76) /* Numbers */ add . number 00:26:44 [[Timers]] https://esolangs.org/w/index.php?diff=85318&oldid=85317 * Rphii * (-3) /* ASCII Table */ simplify by using the . number 00:27:08 [[Timers]] M https://esolangs.org/w/index.php?diff=85319&oldid=85318 * Rphii * (-1) /* Numbers */ fix mess-up 00:34:34 -!- delta23 has quit (Quit: Leaving). 00:35:52 -!- Corbin has joined. 01:17:45 Linux has a O_TMPFILE flag now, and then you can use linkat to add a name later if wanted, but it does not have a flag to allow linkat to overwrite an existing file, as far as I know. 01:18:50 Oh, interesting, that's a good point. 01:38:07 imagine such pastebin CLI that would just take the pipe, clipboard or params, ask you parameters and upload it to all the conforming pastebin services in parallel, printing the links to your terminal 01:38:40 the fastest one will be printed first, and then you can either wait for the rest or stop the CLI 01:39:21 or have a saved preference to upload only to the first one and copy it to clipboard, etc. 01:39:28 *copy url 01:39:33 Are there some services that will identify the uploaded data by hash? 01:40:27 probably there are torrent/dc indexers 01:49:46 Both Git and Fossil will identify data by hash, although Git adds a header so that it is not the same as the direct hash of the file, but Fossil does use the raw file directly so the hash does match that of the direct hash of the file. 01:51:05 there is also my uploader that you dislike for using not enough reliable for 200000 years long usage hashing 01:51:43 -!- aquijoule_ has joined. 01:52:43 zzo38: doesn't linkat always overwrites existing files, at least non-directory ones? 01:53:55 b_jonas: The documentation I saw says it doesn't. But whether it does or not, sometimes you might want it the other way. 01:54:40 -!- richbridger has quit (Ping timeout: 265 seconds). 01:55:32 zzo38: oh, you're right, only rename or renameat does that 01:56:18 that's useful actually, it means you can use link then unlink to rename a file without overwriting the destination name; but link to temporary file then rename to overwrite the destination name 01:57:05 I dind't know this 01:57:29 I'll use it the next time I write a script that wants to rename without clobbering 03:09:49 weird, sprunge git repo says it's using pygments 1.6 but their 1.6 tag doesn't include ruby lexer while the syntax highlighting works 03:11:55 though it's pithon and so by default the dependency versions mess 03:12:41 there is even no lock file at all 03:14:45 people can't reach him https://github.com/rupa/sprunge/issues/48 03:31:26 there was a talk few months ago about mime types -- looks like pygments supposes there are mime types for languages, like this: https://github.com/pygments/pygments/blob/f0ff1bad7122f2604c54401b7ef1547bbeb4260f/pygments/lexers/ruby.py#L39 03:31:34 don't ask me what is duby 03:39:06 -!- Lord_of_Life has quit (Ping timeout: 250 seconds). 03:39:11 -!- thunderfish has changed nick to mnrmnaugh. 03:40:03 -!- Lord_of_Life has joined. 03:45:33 Will they have IRC, Free Hero Mesh, X resource manager, ZIL, etc? 03:47:12 (Some formats have commands that can change the interpretation of the code during execution, so that the syntax highlighting won't work very well, such as PostScript and Forth.) 03:50:27 though github-linguist says: mime type: text/plain, language: Ruby 03:51:52 I guess the "internet strangers comments copypasta" would need a mime-type 03:52:18 that one for the clipboard standard format that no one will implement 03:56:05 Another consideration will be in some programming languages, which words are a keyword might depend on the context, e.g. in SQLite, some words are keywords in some contexts and plain words in other contexts. In the case of the words TRUE and FALSE, it depends on the database schema; they are keywords only if there aren't columns by those names. 04:02:02 as I understand the github-linguist uses this repo and this file to highlight befunge https://github.com/johanasplund/sublime-befunge/blob/master/Befunge-93.tmLanguage 04:03:09 might be a list of supported formats of grammar descriptions that are supported by linguist so I could make one for RASEL 04:04:42 There is also the consideration of character encodings. 04:08:03 I thought in befunge whether something is a command or a string depends on the execution? 04:09:00 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in). 04:09:20 -!- slavfox has joined. 04:10:29 yep 04:12:17 even without self-modification you can ram into a string from one of 4 directions in either string mode or not 04:12:48 and you can skip the string-mode instruction (") depending on a condition 04:14:11 fizzie you could probably add "bef" here or whatever is used commonly, you know better than me https://github.com/github/linguist/blob/16c70aef8cd62ca071231a380c69050f5e83c900/lib/linguist/languages.yml#L492 04:37:10 -!- dyeplexer has joined. 05:21:48 there should a technology allowing to inject a vaccine to a server to make it immune to a virus 05:22:12 in some more literal way than updating an antivirus scan db 05:36:35 [[YATDEL]] https://esolangs.org/w/index.php?diff=85320&oldid=85254 * HecknTarnation * (+210) 05:39:08 [[YATDEL]] M https://esolangs.org/w/index.php?diff=85321&oldid=85320 * HecknTarnation * (-64) /* Multi-File Hello World */ 06:32:57 [[V++]] https://esolangs.org/w/index.php?diff=85322&oldid=85306 * VMGP2 * (+440) 06:55:35 -!- tromp has joined. 07:12:29 -!- hendursaga has joined. 07:25:14 [[Nevermind]] https://esolangs.org/w/index.php?diff=85323&oldid=84239 * Bangyen * (+28) /* Calculator */ 07:40:21 [[StackLang]] https://esolangs.org/w/index.php?diff=85324&oldid=85235 * Dominicentek * (+43) Changed the definition of IF statements 07:40:53 -!- Sgeo has quit (Read error: Connection reset by peer). 07:41:31 [[StackLang]] https://esolangs.org/w/index.php?diff=85325&oldid=85324 * Dominicentek * (+7) Changed examples to actually get executed right by the interpreter 07:43:21 [[StackLang]] M https://esolangs.org/w/index.php?diff=85326&oldid=85325 * Dominicentek * (-6) 07:44:22 [[StackLang]] M https://esolangs.org/w/index.php?diff=85327&oldid=85326 * Dominicentek * (-2) Removed invalid instruction from truth machine example 07:44:47 -!- riv has quit (Quit: Leaving). 07:49:15 -!- hanif has joined. 07:54:27 [[User:VilgotanL]] M https://esolangs.org/w/index.php?diff=85328&oldid=84443 * VilgotanL * (+100) update languages list and add collaborations list 08:02:23 -!- tech_exorcist has joined. 08:04:04 -!- tech_exorcist has quit (Remote host closed the connection). 08:05:29 -!- tech_exorcist has joined. 08:09:46 -!- hendursaga has quit (Ping timeout: 244 seconds). 08:18:20 -!- tech_exorcist has quit (Ping timeout: 252 seconds). 08:18:48 -!- tech_exorcist has joined. 08:24:39 [[Talk:@]] N https://esolangs.org/w/index.php?oldid=85329 * VilgotanL * (+303) polish notation 08:29:07 -!- Koen_ has joined. 08:30:00 [[User:VilgotanL/Sandbox]] N https://esolangs.org/w/index.php?oldid=85330 * VilgotanL * (+80) created the page 08:31:30 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85331&oldid=85330 * VilgotanL * (+184) test 08:31:43 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85332&oldid=85331 * VilgotanL * (+2) test 08:32:48 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85333&oldid=85332 * VilgotanL * (+46) test 08:33:41 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85334&oldid=85333 * VilgotanL * (+47) test 08:33:43 -!- hendursaga has joined. 08:34:34 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85335&oldid=85334 * VilgotanL * (+104) test 08:36:11 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85336&oldid=85335 * VilgotanL * (+13) test 08:36:51 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85337&oldid=85336 * VilgotanL * (+5) test 08:44:29 [[User:VilgotanL/Sandbox]] M https://esolangs.org/w/index.php?diff=85338&oldid=85337 * VilgotanL * (-405) test 08:46:52 [[Timers]] M https://esolangs.org/w/index.php?diff=85339&oldid=85319 * Rphii * (+0) /* Commands */ fix less than command 08:49:23 [[Sophie]] https://esolangs.org/w/index.php?diff=85340&oldid=85310 * Bangyen * (-13) /* Examples */ 08:58:55 [[Timers]] M https://esolangs.org/w/index.php?diff=85341&oldid=85339 * Rphii * (-10) fix issues with commands so that I can try to implement it 09:04:07 [[Sophie]] https://esolangs.org/w/index.php?diff=85342&oldid=85340 * Bangyen * (+103) 09:05:31 [[User:Bangyen]] https://esolangs.org/w/index.php?diff=85343&oldid=83028 * Bangyen * (+100) 09:12:00 [[Circlefuck]] https://esolangs.org/w/index.php?diff=85344&oldid=75542 * Bangyen * (-54) 10:04:23 [[Truth-machine]] https://esolangs.org/w/index.php?diff=85345&oldid=85315 * Oshaboy * (-2) Formatting 10:26:05 TIL https://www.intercaloninterstates.org/examples.html 11:05:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:11:59 [[StackLang]] https://esolangs.org/w/index.php?diff=85346&oldid=85327 * Dominicentek * (+38) Changed truth machine once again and interpreter released 11:12:15 -!- riv has joined. 11:32:36 -!- tromp has joined. 11:52:10 -!- delta23 has joined. 12:14:09 -!- hanif has quit (Ping timeout: 244 seconds). 12:15:44 -!- hanif has joined. 12:21:17 [[User:AmNow]] M https://esolangs.org/w/index.php?diff=85347&oldid=85296 * AmNow * (+2) error correction 12:31:12 -!- hanif has quit (Ping timeout: 244 seconds). 13:16:17 [[WinReg]] M https://esolangs.org/w/index.php?diff=85348&oldid=85207 * Dominicentek * (-43) Updated the text 13:26:28 [[StackLang]] M https://esolangs.org/w/index.php?diff=85349&oldid=85346 * PythonshellDebugwindow * (+24) /* Interpreter */ Cat 14:04:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 14:16:26 -!- rdr has joined. 14:28:34 -!- Koen_ has quit (Remote host closed the connection). 14:42:57 -!- hanif has joined. 14:43:56 [[Special:Log/upload]] upload * Oshaboy * uploaded "[[File:Truth machine 4BOD.png]]" 14:44:31 [[4BOD]] https://esolangs.org/w/index.php?diff=85351&oldid=85305 * Oshaboy * (+74) Added Truth Machine 14:45:03 [[4BOD]] M https://esolangs.org/w/index.php?diff=85352&oldid=85351 * Oshaboy * (+12) Formatting 14:45:30 [[4BOD]] M https://esolangs.org/w/index.php?diff=85353&oldid=85352 * Oshaboy * (-18) Screw Headings 14:46:57 [[Truth-machine]] https://esolangs.org/w/index.php?diff=85354&oldid=85345 * Oshaboy * (+53) Added 4 Bits of Doom 14:50:20 -!- vyv has joined. 14:54:01 -!- riv has quit (Quit: Leaving). 15:04:21 -!- tromp has joined. 15:09:42 [[Timers]] https://esolangs.org/w/index.php?diff=85355&oldid=85341 * Rphii * (-99) /* Escape Sequences */ the 15:12:43 [[Timers]] https://esolangs.org/w/index.php?diff=85356&oldid=85355 * Rphii * (-264) shuffle around commands so that I can completely get rid of escape sequences 15:17:59 -!- Koen_ has joined. 15:34:30 -!- rdr has quit (Ping timeout: 252 seconds). 15:37:12 -!- hanif has quit (Ping timeout: 244 seconds). 15:43:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:47:22 -!- Sgeo has joined. 15:54:39 -!- lukalot has joined. 15:59:31 -!- hanif has joined. 16:01:34 [[User:Matthilde]] https://esolangs.org/w/index.php?diff=85357&oldid=84573 * Matthilde * (+186) 16:04:35 -!- hanif has quit (Ping timeout: 244 seconds). 16:06:01 -!- simcop2387 has quit (Read error: Connection reset by peer). 16:06:25 -!- perlbot_ has joined. 16:06:42 -!- perlbot has quit (Ping timeout: 240 seconds). 16:08:07 -!- perlbot_ has changed nick to perlbot. 16:08:15 <^[> nakilon: Is applying a patch to fix a vulnerability similar enough? 16:08:49 <^[> Arguably, updating an antivirus DB is a much closer metaphor to teaching the immune system to recognize a threat. 16:09:18 binary patch maybe 16:09:25 -!- simcop2387 has joined. 16:09:32 via unnatural interface like a needle through a skin 16:11:46 <^[> sknebel: The name alone is hilarious. 16:12:15 something like crack but a different purpose 16:12:48 there actually were antivirus viruses in the past 16:21:11 -!- Koen_ has quit (Remote host closed the connection). 16:22:13 -!- tromp has joined. 16:44:47 [[Special:Log/newusers]] create * Rockstario945 * New user account 16:45:49 -!- Koen_ has joined. 16:46:56 -!- rdr has joined. 16:53:19 -!- Koen_ has quit (Quit: Leaving...). 16:54:07 [[Sophie]] https://esolangs.org/w/index.php?diff=85358&oldid=85342 * Oshaboy * (+102) Comments 16:54:39 -!- rdr has left (WeeChat 2.3). 16:55:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 16:58:04 -!- lukalot has quit (Quit: Leaving). 17:11:34 -!- hanif has joined. 17:14:46 [[Talk:FFM/FFB]] M https://esolangs.org/w/index.php?diff=85359&oldid=85313 * VilgotanL * (+405) reply to oshaboy 17:24:13 [[BitCycle]] https://esolangs.org/w/index.php?diff=85360&oldid=75743 * Dlosc * (+144) Added links to online intepreters 17:26:23 [[Ouroboros]] M https://esolangs.org/w/index.php?diff=85361&oldid=50902 * Dlosc * (+13) Updated link to online interpreter 17:54:12 -!- tromp has joined. 18:16:07 -!- rdr has joined. 18:27:40 -!- hanif has quit (Quit: quit). 18:29:58 [[WinReg]] M https://esolangs.org/w/index.php?diff=85362&oldid=85348 * Dominicentek * (+42) Minor changes to command table 18:30:20 [[WinReg]] https://esolangs.org/w/index.php?diff=85363&oldid=85362 * Dominicentek * (+0) Fixed a typo 18:35:03 -!- dyeplexer has quit (Remote host closed the connection). 18:38:16 [[WinReg]] M https://esolangs.org/w/index.php?diff=85364&oldid=85363 * Dominicentek * (+6) Fixed one more specification of a command 18:50:50 [[User talk:PixelatedStarfish]] N https://esolangs.org/w/index.php?oldid=85365 * PixelatedStarfish * (+5) Created page with "Hi :D" 18:52:14 -!- riv has joined. 18:56:04 [[Blood32]] https://esolangs.org/w/index.php?diff=85366&oldid=85293 * PixelatedStarfish * (+22) 18:57:09 [[Blood32]] https://esolangs.org/w/index.php?diff=85367&oldid=85366 * PixelatedStarfish * (+24) /* External resources */ 18:58:23 [[Blood32]] https://esolangs.org/w/index.php?diff=85368&oldid=85367 * PixelatedStarfish * (+9) /* External resources */ 19:00:08 [[Category:Imperative paradigm]] N https://esolangs.org/w/index.php?oldid=85369 * PixelatedStarfish * (+118) Created page with "A imperative language consists of operations that change the state of the program to achieve a goal or complete a task" 19:02:42 [[Blood32]] M https://esolangs.org/w/index.php?diff=85370&oldid=85368 * PixelatedStarfish * (+5) 19:05:37 A book of philosophy of mathematics says, why should mathematics, but not astrology and theology, be included in the list of sciences? My own opinion is: It doesn't. None of the three are sciences; they are four different things. 19:05:58 [[User talk:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=85371&oldid=85365 * Bangyen * (+246) 19:12:35 [[4BOD]] https://esolangs.org/w/index.php?diff=85372&oldid=85353 * Oshaboy * (+45) 19:13:40 [[NDBall]] https://esolangs.org/w/index.php?diff=85373&oldid=85098 * Aspwil * (+134) /* Language Overview */ 19:14:07 <^[> Although they're all different, math is a very useful tool for science, so it has a special place in that context, unlike the other two. 19:14:48 <^[> Due to the closeness of their relationship, many people like to add math to the list of sciences. 19:25:14 [[Talk:=,-&~]] N https://esolangs.org/w/index.php?oldid=85374 * Bangyen * (+231) Created page with "== Rotation == Given the stack 1 2 3 (where 3 is the top element), would rotate up result in the stack 3 1 2? - ~~~~" 19:30:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:31:36 -!- tromp has joined. 19:35:20 [[User talk:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=85375&oldid=85371 * PixelatedStarfish * (-246) /* New Categories */ 19:36:47 [[Blood32]] https://esolangs.org/w/index.php?diff=85376&oldid=85370 * PixelatedStarfish * (-33) /* External resources */ 19:37:43 [[Blood32]] https://esolangs.org/w/index.php?diff=85377&oldid=85376 * PixelatedStarfish * (+0) 19:49:31 [[User talk:Bangyen]] https://esolangs.org/w/index.php?diff=85378&oldid=83895 * Bangyen * (+83) Undo revision 83895 by [[Special:Contributions/OfficialCraftCGame|OfficialCraftCGame]] ([[User talk:OfficialCraftCGame|talk]]) 20:01:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:02:33 Yes, it is a useful tool for science, and that is the argument given in the book, but that doesn't make it science, as far as I am concerned. 20:05:12 interesting. i only know the debate of whether mathematics should be considered natural science or humanities, but i wouldn't consider it not science. that may be a language thing 20:11:16 -!- rdr has quit (Quit: rdr). 20:22:09 [[8]] N https://esolangs.org/w/index.php?oldid=85379 * AmNow * (+887) content 20:22:59 [[User:AmNow]] https://esolangs.org/w/index.php?diff=85380&oldid=85347 * AmNow * (+7) added lang 20:23:35 there is the idea that it is more pure than science, you don't do experiements, you prove stuff instead of creating falsifiable theories 20:23:35 There can also be consideration of Platonism, etc 20:23:45 [[Language list]] M https://esolangs.org/w/index.php?diff=85381&oldid=85307 * AmNow * (+8) added lang 20:23:55 riv: Yes, that is what I think it is too 20:24:05 -!- vyv has quit (Quit: Konversation terminated!). 20:25:14 [[8]] M https://esolangs.org/w/index.php?diff=85382&oldid=85379 * AmNow * (+24) 20:27:49 -!- dutch has quit (Quit: WeeChat 3.2). 20:39:41 <^[> myname: What would be the argument for grouping it with the humanities? 20:39:47 <^[> That it's a branch of philosophy? 20:40:42 because it's more argumentative instead of experimental 20:40:59 [[User:AmNow]] M https://esolangs.org/w/index.php?diff=85383&oldid=85380 * AmNow * (+13) 20:41:05 -!- lukalot has joined. 20:49:38 [[User:Dlosc]] https://esolangs.org/w/index.php?diff=85384&oldid=53039 * Dlosc * (+290) Added some more stuff I did 20:49:57 -!- tromp has joined. 20:52:06 -!- tech_exorcist has quit (Remote host closed the connection). 20:53:23 -!- dutch has joined. 20:53:33 -!- tech_exorcist has joined. 21:03:29 [[WinReg]] https://esolangs.org/w/index.php?diff=85385&oldid=85364 * Dominicentek * (+92) Added interpreter and fixed invalid commands in examples 21:05:07 [[WinReg]] M https://esolangs.org/w/index.php?diff=85386&oldid=85385 * Dominicentek * (-26) Removed Unimplemented Category 21:20:42 -!- tech_exorcist has quit (Quit: tech_exorcist). 21:30:04 <^[> I generally think of math as a category separate from both the humanities and sciences, but it seems reasonable to group it with the former. 21:30:46 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:48:12 -!- dutch has quit (Quit: WeeChat 3.0.1). 22:54:57 -!- dutch has joined. 23:21:21 -!- delta23 has quit (Remote host closed the connection). 23:21:45 -!- delta23 has joined. 23:39:04 -!- delta23 has quit (Quit: Leaving).