00:03:39 -!- Melvar has quit (Quit: WeeChat 2.9). 00:04:29 frankly I find interesting three words which sound a bit Polish to my ear: желоведейства, дружинскороже and поднаже (I used a list of words in various grammatical forms, as opposed to lexemes, so the letter distribution would be more live) 00:05:00 -!- tromp has joined. 00:06:16 also a curious word is произведь. It alludes to произведение “product, production” and something like исповедь “confession” or медведь “bear” (noun) 00:06:54 can’t place my bet what one could use this portmanteau for 00:09:19 (it might also allude to произвол “arbitrariness, arbitrary decisions (with your disapproval of them)”) 00:09:57 -!- tromp has quit (Ping timeout: 258 seconds). 00:10:30 -!- Melvar has joined. 00:11:34 -!- tromp has joined. 00:15:45 -!- tromp has quit (Ping timeout: 240 seconds). 00:15:59 preved medved 00:16:59 -!- uignrsglks has joined. 00:20:51 -!- naivesheep has joined. 00:21:24 arseniiv You might want to look into context tree weighting. 00:23:54 -!- uignrsglks has quit (Quit: Connection closed). 00:32:10 @tell uignrsglks thanks, interesting! 00:32:10 Consider it noted. 00:32:17 -!- rain1 has quit (Quit: WeeChat 3.0). 00:33:00 -!- Cale has joined. 00:33:19 -!- tromp has joined. 00:33:34 -!- tromp has quit (Remote host closed the connection). 00:37:23 [[C Plus Minus Plus Minus]] M https://esolangs.org/w/index.php?diff=80509&oldid=80505 * PythonshellDebugwindow * (+51) /* Implementations */ Cats 00:53:02 -!- numer has joined. 00:53:57 -!- arseniiv has quit (Ping timeout: 264 seconds). 00:58:05 -!- numer has quit (Quit: Connection closed). 00:58:23 -!- numer has joined. 00:59:38 -!- numer has quit (Client Quit). 01:14:49 -!- ubq323 has quit (Quit: WeeChat 2.3). 03:25:25 -!- mmmattyx has quit (Quit: Connection closed for inactivity). 04:06:36 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)). 05:17:39 -!- delta23 has quit (Quit: Leaving). 06:43:45 -!- sprock has quit (Ping timeout: 264 seconds). 06:53:13 -!- imode has quit (Ping timeout: 258 seconds). 07:00:52 [[RASEL]] M https://esolangs.org/w/index.php?diff=80510&oldid=80461 * Nakilon * (+2) /* Factorial */ forgot to about the latest conditional trampoline change 07:01:13 [[RASEL]] M https://esolangs.org/w/index.php?diff=80511&oldid=80510 * Nakilon * (+0) /* Nth Fibonacci number */ forgot to about the latest conditional trampoline change 07:07:17 damn I copypasted a typo between two edit messages 07:07:33 forgot to about *facepalm* 07:15:03 oh cmon 07:15:06 10:14:44 ​/hackenv/bin/`: line 5: 53 File size limit exceededcat xaa xab xac > rasel.jar 07:43:54 -!- Sgeo has quit (Read error: Connection reset by peer). 07:48:07 [[RASEL]] M https://esolangs.org/w/index.php?diff=80512&oldid=80511 * TaterTomorrow * (+0) Minor spelling and grammar fixes. 08:16:05 -!- tromp has joined. 08:53:06 -!- b_jonas has quit (Quit: leaving). 09:07:48 * Taneb has started learning Morse code 09:18:52 -!- LKoen has joined. 09:28:21 -!- rain1 has joined. 09:50:45 * nakilon sadly looks at his 14819846 bytes large file 10:01:31 [[Firstreplace]] https://esolangs.org/w/index.php?diff=80513&oldid=79325 * Abyxlrz * (-219) 10:17:34 -!- arseniiv has joined. 10:19:44 [[User:Gilbert189]] https://esolangs.org/w/index.php?diff=80514&oldid=80267 * Gilbert189 * (+13) 10:26:00 -!- Lord_of_Life_ has joined. 10:29:32 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 10:29:39 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 11:01:05 -!- LKoen has quit (Read error: Connection reset by peer). 11:01:40 -!- LKoen has joined. 11:15:58 -!- LKoen has quit (Read error: Connection reset by peer). 11:16:33 -!- LKoen has joined. 11:24:03 Yeah, that limit's a little draconian. But you've got to draw a line somewhere, and the bot's really not that convenient for "big things". 11:26:04 For "normal software", I can always install things with apt into the host container, where it gets its userland from. Not sure about Ruby gems; since there's no Internet access from the UML sandbox, you'd at least have to install them in an offline fashion. And $HOME is a non-persistent directory. 11:28:38 yeah, I could not easily find anything about providing ruby as a stand-alone folder so that's why I'm wrapping it in .jar and deleted files from it one by one to reduce size from 25.8 to 14.0 MB 11:29:22 but it does not look like it's possible to achieve 10, so I'm now googling how to split jar into two jars but no success yet 11:30:30 I think that should really just be a matter of splitting the files in any arbitrary way. As long as they're all in the classpath, I don't think it should much matter which file they're from. But who knows. 11:30:46 -!- LKoen has quit (Read error: Connection reset by peer). 11:30:57 (I can install plain Ruby on it though, if that helps.) 11:31:34 -!- kritixilithos has joined. 11:31:38 -!- LKoen has joined. 11:31:44 I don't know Java and these things make no sense to me 11:31:58 I can't imagine how one jar would know it should go look into another one 11:32:24 > install plain Ruby 11:32:24 that would be awesome ..D 11:32:26 error: 11:32:26 Variable not in scope: install :: t0 -> t1 -> terror: Variable not in sc... 11:32:35 The jar doesn't have to, it's the JVM that does the class-loading, and I think it just iterates over the classpath. 11:33:05 Ruby 2.5 seems to be the Debian (10) default. Is that fine? 11:33:28 yep 11:36:07 `ruby -v 11:36:09 ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu] 11:36:24 yay! thank you! I'll make something around that 11:40:44 -!- TheLie has joined. 11:46:10 -!- LKoen has quit (Read error: Connection reset by peer). 11:46:43 -!- LKoen has joined. 11:49:20 Just realized if I used the "upper half" / "lower half" block-drawing characters in a terminal for bitmapped graphics, I'd get pretty close to a VGA mode 13h screen. That's just bizarre. 11:49:24 (A full-sized terminal window with my settings is 319 columns and 94 lines.) 11:49:54 `` echo "116/7//.@" | ./rasel 11:49:56 42 11:51:46 `` echo 'A"!dlroW ,olleH">:?@,Hj' | ./rasel 11:51:48 Hello, World! 11:52:03 not the best interface though ..D 12:13:04 -!- kritixilithos has quit (Quit: quit). 12:28:19 `` echo '"?yadot tuoba sthguoht ruoy era tahw tognuf">:?@,08-j' | ./rasel 12:28:20 fungot what are your thoughts about today? 12:28:49 hah, he does not respond to other bots 12:32:33 we've had bot loops... they're never fun if the corresponding bot ops aren't around to stop them 12:33:09 so many bots here ignore the other ones 12:34:17 > fungot 12:34:17 nakilon: part of my problem like that, and you can't inspect the dynamic context any more, though 12:34:19 error: Variable not in scope: fungot 12:34:23 Also, some subset of the bots add a non-breaking space if the output starts with a non-alphabetic character, to avoid trigger characters. (Of course that's not applicable to triggering fungot by name.) 12:34:23 fizzie: from what i understand, r5rs is. srfi is " scheme in 5 minutes. 12:37:24 arseniiv since you are back, those words are cool 12:37:43 ha :) 12:38:25 what did you use to teach it? a dictionary or a book? 12:40:18 you all know the thispersondoesnotexist.com 12:40:35 recently I randomly entered the url thiscatdoesnotexist.com and it appeared to be a thing 12:40:59 I would like to make a thisnewswebsitedoesnotexist.com 12:41:33 or just fakenews.com 12:42:04 oh wait this domain is already taken 12:44:01 Apparently there's both thiscatdoesnotexist.com and thesecatsdonotexist.com. 12:44:07 The difference is, the latter has more cats (at a time). 12:45:11 I resist so much to download them all 12:45:33 can use it to generate fake karma for reddit spambots though 12:53:50 -!- NotApplicable has joined. 13:12:10 [[Special:Log/upload]] upload * Not applicable * uploaded "[[File:Gradient to black transparent.png]]": Transparent to black linear gradient 13:20:08 arseniiv https://nlpub.ru/%D0%9E%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0_%D1%82%D0%B5%D0%BA%D1%81%D1%82%D0%B0 13:21:14 tmi 13:21:43 [[Unfair]] M https://esolangs.org/w/index.php?diff=80516&oldid=80494 * PythonshellDebugwindow * (+24) /* Number cat */ cat 13:24:18 that's just a big list of the best libraries for NLP in different languages, might be helpful 13:27:36 I’ll forward it to my NLP friends though, thanks! For myself I’m not much into real NLP (yet?..) 13:31:07 [[User:Not applicable]] https://esolangs.org/w/index.php?diff=80517&oldid=80504 * Not applicable * (+151) 13:31:16 nakilon: ah one of them already said thanks :) 13:31:39 cool ..) 13:32:07 they might already know this resource though 13:32:13 . o O ( there's nothing natural about NLP ) 13:33:01 Is it illegal to do this on Esolangs for a user page 13:33:19 https://esolangs.org/wiki/User:Not_applicable 13:34:27 nakilon: possible! That was the case several times when I stumbled on something related and showed them 13:35:03 Should i change it then? 13:36:00 NotApplicable: user pages get a lot of freedom, nobody really cares, I think... as long as no actual laws are violated and it's not spam 13:36:18 Ok, thanks 13:36:27 :) 13:36:37 int-e friends are natual 13:36:42 also they are language processing 13:37:48 Ai Dungeon is probably the best natural language processing for a computer 13:37:50 lol 13:38:25 -!- Sgeo has joined. 13:38:51 I doubt it is doing any language analysis 13:39:18 I mean, it *is* AI 13:39:22 it's just memorizing tons of text 13:39:41 And generating an output based on that text 13:39:52 Actually, look at this 13:39:58 ... 13:39:59 hold on 13:40:35 https://play.aidungeon.io/main/scenarioView?publicId=af4a05f0-cc52-11ea-a06c-f134f3d35cd1 13:40:46 it's hype and marketing 13:53:23 NotApplicable: What I think might be more of a problem are the icons. There's an overall CC0 license for all "content" in the wiki, it gets put on the bottom of every page, including user pages. And the GitHub Octocat logo definitely isn't CC0. 13:53:43 (Not to mention that file uploads are "global", not specific to the page they're used in.) 13:54:17 https://esolangs.org/wiki/Esolang:Copyrights and so on. 13:55:40 hmm did I miss icons? 13:55:54 Ok, I'll go change that 13:56:14 oh there 13:56:30 THe only problem is that I don't think you can delete images 13:56:47 -!- b_jonas has joined. 13:57:21 -!- Arcorann_ has quit (Ping timeout: 246 seconds). 13:58:25 -!- TheLie has quit (Remote host closed the connection). 13:58:56 [[User:Not applicable]] M https://esolangs.org/w/index.php?diff=80518&oldid=80517 * Not applicable * (-102) Removed icons due to copyright stuff 13:59:27 NotApplicable: fizzie is an esowiki admin, there are ways 13:59:40 -!- imode has joined. 14:00:17 heh... this is hard to unsee: the github cat has a tentacle arm 14:00:34 Well, it's a cat-octupus 14:00:41 What'd you expect 14:00:56 I always thought it was a tail 14:01:32 I think that's what they were going for lol 14:03:36 hmm why is it an octopus... does it deal with octopus merges? 14:04:07 Nah i think i remember hearing somewhere that the founder just though it looked cool 14:04:29 I also forgot about this version which is unambiguous. https://github.githubassets.com/images/modules/logos_page/Octocat.png 14:05:18 GitHub's mascot is an anthropomorphized "octocat" with five octopus-like arms.[54][55] The character was created by graphic designer Simon Oxley as clip art to sell on iStock,[56] a website that enables designers to market royalty-free digital images. GitHub became interested in Oxley's work after Twitter selected a bird that he designed for their 14:05:18 own logo.[57] The illustration GitHub chose was a character that Oxley had named Octopuss.[56] Since GitHub wanted Octopuss for their logo (a use that the iStock license disallows), they negotiated with Oxley to buy exclusive rights to the image.[56] 14:05:19 GitHub renamed Octopuss to Octocat,[56] and trademarked the character along with the new name.[54] Later, GitHub hired illustrator Cameron McEfee to adapt Octocat for different purposes on the website and promotional materials; McEfee and various GitHub users have since created hundreds of variations of the character, which are available on The 14:05:19 Octodex.[58][59] 14:05:26 ^wikipedia 14:05:46 the name needs more Lovecraft... oc'thoc'aht 14:05:54 lol 14:06:20 At least it wasnt octopuss 14:06:25 that just sounds wrong 14:06:52 Oh if it started out as Octopuss... things are beginning to make more sense. 14:07:57 And yes I do see why they would change it... but it's the kind of adolescent humor I've come to expect from budding tech companies. 14:10:28 You know the githubassets domain? 14:10:34 go to the root 14:10:43 All it says is "welcome" and that's it 14:10:50 https://github.githubassets.com/ 14:11:46 It's not even HTML 14:22:19 lol 14:34:42 It works! 14:37:27 Anybody know what the home dir for HackEso is 14:38:11 `pwd 14:38:12 ​/hackenv/tmp 14:38:32 Huh? That didnt work before 14:38:36 `` env | grep hackenv 14:38:37 PWD=/hackenv/tmp \ HACKENV=/hackenv \ PATH=/hackenv/bin:/usr/bin:/bin \ IRC_MESSAGE=`` env | grep hackenv 14:46:40 -!- NotApplicable has quit (Quit: Ping timeout (120 seconds)). 14:47:33 -!- NotApplicable has joined. 14:58:43 [[Talk:Turi]] M https://esolangs.org/w/index.php?diff=80519&oldid=80129 * Tetrapyronia * (-54) 15:22:16 -!- MDude has joined. 15:33:14 `` echo $HOME 15:33:15 ​/tmp 15:38:13 I always thought the OctoCat had something do with merges too. 15:39:02 And yeah, it's maybe a little confusing that the current working directory of each command != the home directory. 15:41:01 The rationale is something like, we want the cwd to be persistent but not version-controlled (to make it more convenient to do multi-step operations, but to not default to making a permanent commit), and we want the home directory to be definitely non-version-controlled because of all the programs that like sticking stuff into $HOME. I guess you could argue for making $HOME /hackenv/tmp, or 15:41:07 /hackenv/tmp/home, or something. But setting it to /tmp predates the existence of /hackenv/tmp, which was a later innovation. 15:42:20 (I'll take a look at deleting the images at some point, I did do it for some other upload in the past.) 16:03:00 -!- sprock has joined. 16:20:26 -!- tromp has quit (Remote host closed the connection). 16:26:04 -!- tromp has joined. 16:32:59 * nakilon never thought that $HOME and $pwd have to be the same 16:49:03 `? recursion 16:49:04 You might expect a reference to recursion here, but to make it interesting you'll actuallSTACK OVERFLOW 16:54:58 `? ? 16:55:00 ​? is wisdom 16:55:10 `? ¯\(°_o)/¯ 16:55:12 ​¯\(°_o)/¯ `? ¯\(°_o)/¯ 16:55:21 `? wisdom 16:55:22 wisdom is always factually accurate, except for this entry, and, uh, that other one? It started with, like, an ø? 16:56:14 `? ¯\(°​_o)/¯ 16:56:16 ​¯\(°​_o)/¯ is a misspelling of ¯\(°_o)/¯ 16:56:35 ``? ¯\(°​_o)/¯ | hd 16:56:36 ​`?? No such file or directory 16:56:53 `` ? ¯\(°​_o)/¯ | hd 16:56:54 ​/hackenv/bin/`: eval: line 5: syntax error near unexpected token `)' \ /hackenv/bin/`: eval: line 5: `? ¯\(°​_o)/¯ | hd' 16:57:01 I've spent an hour right now to come up with own way to mark up sentences and have marked up 100 news articles 16:57:50 `` which hd 16:57:51 ​/hackenv/bin/hd 16:57:52 about 6% of them are grammatically correct and funny but unfortunately you won't understand the language, lol 16:58:45 `` \? '¯\(°​_o)/¯' | hd 16:58:47 000000 c2 af 5c 28 c2 b0 e2 80 8b 5f 6f 29 2f c2 af 20 >..\(....._o)/.. < \ 000010 69 73 20 61 20 6d 69 73 73 70 65 6c 6c 69 6e 67 >is a misspelling< \ 000020 20 6f 66 20 c2 af 5c 28 c2 b0 5f 6f 29 2f c2 af > of ..\(.._o)/..< \ 000030 0a >.< \ 000031 16:59:11 actually marking up English titles would be much easier 16:59:25 `unidecode °° 16:59:26 ​[U+00B0 DEGREE SIGN] [U+00B0 DEGREE SIGN] 16:59:33 mm 16:59:48 I'll try some /r/programming feed I guess 17:03:43 so the former has an extra zero-width space... no idea why 17:04:50 I think it's because it says it is the misspelling 17:04:56 but they look the same 17:11:41 there was another utility that actually 17:11:45 xxsomething 17:12:00 xxd 17:12:01 `` find xx* 17:12:04 find: ‘xx*’: No such file or directory 17:12:15 and I use hexdump for some reason on my machine 17:12:19 hexdump -C 17:12:21 `` ls /hackenv/bin/xx* 17:12:22 ls: cannot access '/hackenv/bin/xx*': No such file or directory 17:12:24 `` ls /hackenv/bin/x* 17:12:26 ​/hackenv/bin/xkcdwhatiflist 17:12:37 `` which xxd 17:12:38 No output. 17:12:47 `` which vim 17:12:48 No output. 17:12:56 `` which ? 17:12:58 ​/hackenv/bin/? 17:12:58 I believe it installs with vim 17:13:06 `` vim 17:13:07 ​/hackenv/bin/`: line 5: vim: command not found 17:13:09 `` vi 17:13:10 ex/vi: Error: /var/tmp/vi.recover: No such file or directory \ ex/vi: Modifications not recoverable if the session fails \ ex/vi: Error: /var/tmp/vi.recover/vi.6b4N9d: No such file or directory \ Error: stderr: Inappropriate ioctl for device 17:13:16 ah 17:13:22 `` which vim' 17:13:23 ​/hackenv/bin/`: eval: line 5: unexpected EOF while looking for matching `'' \ /hackenv/bin/`: eval: line 6: syntax error: unexpected end of file 17:13:25 `` which vim 17:13:26 No output. 17:13:31 `` which vi 17:13:32 ​/usr/bin/vi 17:14:03 `` ls / -R | grep "xx" 17:14:12 ls: cannot open directory '/proc/1/fd': Permission denied \ ls: cannot open directory '/proc/1/fdinfo': Permission denied \ ls: cannot open directory '/proc/1/map_files': Permission denied \ ls: cannot open directory '/proc/1/ns': Permission denied \ ls: cannot open directory '/proc/1/task/1/fd': Permission denied \ ls: cannot open directory '/proc/1/task/1/fdinfo': Permission denied \ ls: cannot open directory '/proc/1/task/1/ns': Permission 17:15:11 `which xxd 17:15:12 No output. 17:15:20 `` xxd 17:15:21 ​/hackenv/bin/`: line 5: xxd: command not found 17:15:23 `xxd 17:15:24 xxd? No such file or directory 17:16:13 `` ls / -R 2>/dev/null | grep "xx" 17:16:49 No output. 17:17:02 -!- kspalaiologos has joined. 17:19:45 `` ls / -R 2>/dev/null | grep xx 17:20:21 No output. 17:30:08 -!- FreeFull has joined. 17:52:03 -!- NotApplicable has quit (Quit: Ping timeout (120 seconds)). 17:52:17 [[V]] https://esolangs.org/w/index.php?diff=80520&oldid=80375 * Bo Tie * (+84) Interpreter :) 17:52:17 -!- NotApplicable has joined. 17:54:33 [[V]] M https://esolangs.org/w/index.php?diff=80521&oldid=80520 * Bo Tie * (+0) too many edits 18:03:43 [[V]] M https://esolangs.org/w/index.php?diff=80522&oldid=80521 * Bo Tie * (-25) 18:04:39 -!- ais523 has joined. 18:13:14 -!- tromp has quit (Remote host closed the connection). 18:19:23 -!- tromp has joined. 18:31:11 -!- tromp has quit (Remote host closed the connection). 18:48:47 -!- tromp has joined. 19:01:23 -!- tromp has quit (Remote host closed the connection). 19:18:00 -!- tromp has joined. 19:35:32 -!- NotApplicable has quit (Quit: Connection closed). 20:03:00 -!- tromp has quit (Remote host closed the connection). 20:06:30 -!- tromp has joined. 21:24:25 -!- kspalaiologos has quit (Quit: Leaving). 21:48:42 Snow World Land {-} Snow World Land ;; All objects are snow. ;; {T}: Add {C}. ;; When ~ dies, add one mana of any color into your mana pool or return a non-snow world card or non-world snow card from your graveyard into your hand. 22:01:55 -!- tromp has quit (Remote host closed the connection). 22:04:55 -!- tromp has joined. 22:21:37 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)). 22:49:32 [[User:Erinius/Ideas]] N https://esolangs.org/w/index.php?oldid=80523 * Erinius * (+79) created 22:50:15 [[User:Erinius]] https://esolangs.org/w/index.php?diff=80524&oldid=78118 * Erinius * (+34) 23:07:22 [[User:Erinius/Ideas]] https://esolangs.org/w/index.php?diff=80525&oldid=80523 * Erinius * (+139) 23:16:57 [[Parse this sic]] https://esolangs.org/w/index.php?diff=80526&oldid=80508 * Digital Hunter * (-1) /* 99 bottles of beer */ huh, one of my bounds was off! Verified using a still-unsure-if-it's-really-working interpreter 23:23:57 -!- MDude has joined. 23:24:40 -!- Bowserinator has quit (Remote host closed the connection). 23:26:12 [[Parse this sic]] https://esolangs.org/w/index.php?diff=80527&oldid=80526 * Digital Hunter * (+0) /* Reverse cat */ substrings are weird. I'm probably gonna need to fix a bunch of programs just for this problem. I can't quite wrap my head around it. 23:28:54 -!- Arcorann_ has joined. 23:29:29 [[Deadfish]] M https://esolangs.org/w/index.php?diff=80528&oldid=80293 * Digital Hunter * (+92) /* Parse this sic */ Really really sorry. This has been tested with a semi-working interpreter so if it's actually still broken then I'll give up for sure. 23:30:44 -!- tromp has quit (Remote host closed the connection). 23:32:52 -!- Bowserinator has joined. 23:34:00 -!- arseniiv_ has joined. 23:34:40 [[Parse this sic]] M https://esolangs.org/w/index.php?diff=80529&oldid=80527 * Digital Hunter * (-27) /* Info to come */ 23:34:54 Hmm, wonder if this "postmarketOS" thing is any good. It seems to be pretty much the only potentially still maintained Linux thing I can find for a 2012 Nexus 7 tablet. 23:36:36 -!- arseniiv has quit (Ping timeout: 246 seconds). 23:37:27 -!- tromp has joined. 23:41:45 -!- tromp has quit (Ping timeout: 240 seconds). 23:41:54 -!- oerjan has joined. 23:53:27 -!- Bowserinator_ has joined. 23:53:47 -!- Bowserinator has quit (Read error: Connection reset by peer). 23:55:30 @metar ENVA 23:55:30 ENVA 032350Z 13008KT CAVOK M18/M20 Q1022 RMK WIND 670FT 12008KT 23:55:34 brrr 23:56:03 @metar EGLL 23:56:04 EGLL 032350Z AUTO 21005KT 9999 NCD 05/03 Q1006 NOSIG 23:56:16 It was all spring-y here the other day. 23:56:18 hierjan 23:56:29 hichaf, hizzie 23:56:35 @metar koak 23:56:36 KOAK 032353Z 25011KT 10SM FEW042 FEW095 14/07 A3021 RMK AO2 SLP229 T01440072 10156 20122 55013 23:56:52 Oh, that reminds me, I was supposed to look at deleting those file uploads. 23:59:48 [[Special:Log/delete]] delete * Fizzie * deleted "[[File:Reddit logo onwhite.png]]": Copyright violation: Accidental upload of a likely non-CC0 file