Difference between revisions of "User talk:Vabold"

From Custom Mario Kart
Jump to navigation Jump to search
Line 25: Line 25:
 
:: 3) Performance will be much better by simply parsing a valid JSON file.
 
:: 3) Performance will be much better by simply parsing a valid JSON file.
 
: [[User:Vabold|Vabold]] ([[User talk:Vabold|talk]]) 04:50, 8 April 2022 (UTC)
 
: [[User:Vabold|Vabold]] ([[User talk: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. -- [[User:Cealgair|Cealgair]] ([[User talk:Cealgair|talk]]|[[Special:Contributions/Cealgair|contribs]]) 09:58, 8 April 2022 (UTC)

Revision as of 09:58, 8 April 2022

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.
  • If you plan to update a lot of pages in a short period of time, please clear it with a moderator first.
  • 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! --KantoEpic (talk) 19:03, 14 March 2021 (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)