User talk:Vabold

From Custom Mario Kart
Jump to navigation Jump to search

Welcome to the Custom Mario Kart Wiiki!

Wiiki.png

Thank you for joining the Custom Mario Kart Wiiki!

Before you get started, Click here to read the Rules page.

Keep the following in mind as you contribute to the site:

  • Make good edits. Always use the SHOW PREVIEW button to check your changes before you use the SAVE button. If you make a mistake, wait 15 minutes before saving the same page a third or fourth time in a row.
  • Saving lots of edits without PREVIEWING will get the moderators on your case, and can get you banned from the Wiiki.
  • Write articles in third person (using words like he, she and they) instead of first person (I, me and we.) User pages and talk pages are the exceptions to this rule.
  • Use correct grammar, spelling and capitalization.
  • If someone posts on your talk page, please post a reply.
  • Sign all of your posts on talk pages with four tildes (~~~~). This will turn into your name and the time you wrote the comment.
  • Don't delete anything from your talk page.
  • Use the Templates on the Main Page when making new articles for content such as Custom Tracks, Texture Hacks, Characters and other releases.
  • We encourage all content makers to create a User Link to put on their release pages and to add it to the Author List.

Thank you! -- -- Have a nice day, from ZillaSpaz 09:14, 16 November 2013 (UTC)

Wiiki Rules

I'll take this directly from the rules page:
Do not edit any individual page more than 2 TIMES in a row in a 15 MINUTE PERIOD.
--CT creator Emer, (talk here) 22:31, 27 May 2014 (UTC)

When you sign any comment you make on any talk page, please sign with ~~~~ instead. It's fully automated; it includes your username and gives a time stamp.
--Have a nice day, from ZillaSpaz 22:57, 2 June 2014 (UTC)

I suggest reading the Rules:
"Uploaded images must have long, descriptive filenames (GCN_Sherbet_Land_Tock_Version.jpg) instead of short, meaningless filenames. (Image0027.jpg, Mytrack.jpg, avatar.jpg)"
--maczkopeti (talk) 20:56, 29 June 2014 (UTC)

Metadata on ct.wiimm.de

Hi, I noticed your request at Talk:Wiimm's Custom Archive. I already wrote code that parses some metadata from the Archive, although it is in C and not in Python (and it is very much not optimal). You can find it in the source code for Cealgair's CT Downloader. I hope this will save you some time. -- Cealgair (talk|contribs) 15:42, 5 April 2022 (UTC)

Thanks for the tip. I've had a look at polish_info() - reading directly from the HTML source this way is something I actively want to avoid, because:
1) I don't want to request the entire webpage for one table, as it's wasteful on the server's part.
2) Handling information this way will likely get very messy very quickly.
3) Performance will be much better by simply parsing a valid JSON file.
Vabold (talk) 04:50, 8 April 2022 (UTC)
Hi, I agree that it's not great for the reasons you explained, but I don't think there's a much better alternative at the moment. Wiimm has many other requests to deal with (plus his personal life), so who knows if or when yours would be fulfilled. Therefore, I think my messy solution is worth implementing. If you find a better solution that can work immediately, let me know. -- Cealgair (talk|contribs) 09:58, 8 April 2022 (UTC)