[21:00:07] Hello World ! is anybody out there? [21:04:00] * Sagan is [21:32:55] } [21:33:40] ok i'm going to try to say hello in the strange way I know how: [21:33:47] while (TRUE) { [21:33:54] i.doLove() = "Wikipedia"; [21:34:00] i.know("who to talk to") = FALSE; [21:34:09] if(i.canCode() == TRUE){ [21:34:17] try { [21:34:28] i.know("who to talk to") = FALSE; [21:34:38] } catch (NotHelpingException e) { [21:34:43] System.out.println("Why aren't you coding more?") [21:34:48] } finally { [21:34:52] joinChat("wikimedia-devrel"); [21:34:56] System.out.println("Hello World!"); [21:35:19] } continue; } else { return i.goEdit(Article); [21:35:20] } [21:35:55] well that didn't look as beautiful as I intended it to... but hopefully at least 1 person gets to see it xD [21:43:44] if(i.canHaz(response)){ (i.willBe(happy)); } else {i.canHaz("cookie?");} [21:50:24] hi popcrate! [21:51:01] With what can we help when it comes to diving into Wikimedia code? :) [21:55:57] =D i.canHax(response) = True! [21:56:33] well i Know about phab's existence , haven't made an account yet [21:57:55] Is that where pretty much everything is? [21:59:21] I have a disconnect between (not helping, but wanting to) -> (being actively involved with current events) [22:07:41] Depends on what people want to do....... :) [22:18:02] unified login and OAuth to the rescue! [22:19:29] popcrate: What are you looking for? [22:19:57] popcrate: Phabricator is where we track tasks. See https://www.mediawiki.org/wiki/Phabricator for more info [22:20:03] well, I've been meaning to start helping with actual code on media wiki for awhile [22:20:07] oh i just made an account there ;) [22:20:11] popcrate, have you checked https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker already? [22:20:16] yeah =) [22:20:20] ah great [22:20:54] we have wishlists! [22:21:00] https://meta.wikimedia.org/wiki/2016_Community_Wishlist_Survey [22:21:10] =D [22:21:11] https://www.mediawiki.org/wiki/Developer_Wishlist/2017/results [22:21:26] a good place to start if you are looking for things to do [22:21:38] Or easy bugs to start with, e.g. in the field of Wikidata: https://www.mediawiki.org/wiki/Annoying_little_bugs#Wikidata [22:21:41] So many options. :) [22:22:14] I was kind of curious about google summer code, too. I just found out about it last week (i'm techincally still a student) [22:22:20] although I'm planning to help code regardless [22:22:46] thanks for the links btw :) [22:22:54] https://www.mediawiki.org/wiki/Outreach_programs and https://www.mediawiki.org/wiki/Google_Summer_of_Code_2017 that would be :) [22:23:53] GSoC application deadlines are in two weeks, which is less time than it sounds, so if you are interested in that, you should try to find a task quickly [22:23:55] yeah that's how I found this chat room lol [22:24:23] well a few weeks ago i posted an idea, although I'm sure there's more pressing tasks already [22:24:43] if nothing else, it will give you an idea of the kind of interests I have on wikipedia [22:25:40] https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(idea_lab)#Accessible_Citations_.28Experiment_with_.PDF.23page_links.29 [22:26:57] It's not really crucial, but somebody linked me to an old phabricator task, and then I started to get more interested in actually contributing with code [22:28:09] So that's just a bit of popcrate -lore ... =) [22:30:17] Thank you, andre_ and tgr =) [22:32:02] popcrate: if you are looking for an easy bug to fix as a start, IMO it's really annoying that you don't end up on a specific PDF page when clicking through from the image page [22:32:32] RIGHT [22:33:22] yw [22:33:27] ok wait here's the archived link to what I was semi-working on a few weeks ago [22:33:29] https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(idea_lab)/Archive_22#Update [22:33:57] it was mostly just hacking existing citation tags [22:36:09] That seems more like modifying the existing templates which Wikipedia relies on, popcrate. [22:42:35] I don't think that would be wise. Accessibility of references is the goal =) [22:43:53] I really don't agree on that. References are accessible. Without any hassle, actually. [22:45:21] Oh, I was just talking about adding #pagenumber to the end of URL links for pdf files [22:46:48] Yes, I saw that in the link you have provided. [22:48:01] I can't recall if there is an option to do that, I generally don't use PDF to cite, but this it can be achieved by adding one parameter. [22:51:06] mozilla's pdf.js supports #page=000 as an anchor link, I believe wiki commons is the same [22:52:41] browsers generally support #page=NN on direct PDF links [22:53:00] Yes, they do. [22:53:01] Commons supports ?page=NN on description pages [22:54:06] popcrate: if you want to fix the description page issue I mentioned, all that takes is a few lines in ImagePage::openShowImage [22:54:20] a good way to start your MediaWiki hacker career :) [22:54:27] ^ yes I'm looking into that atm actually =) [22:54:37] that was a great first task reccomendation haha