User talk:Suffusion of Yellow/Archive 10
This is an archive of past discussions about User:Suffusion of Yellow. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 5 | ← | Archive 8 | Archive 9 | Archive 10 | Archive 11 |
Lower than expected recall
I have 1,279 things on my mind today so I'll mention this before I forget. Could you look at this guy's article? I'm on Discord. Daniel Quinlan (talk) 22:37, 29 December 2023 (UTC)
- @Daniel Quinlan: Took care of it, thanks. Suffusion of Yellow (talk) 22:48, 29 December 2023 (UTC)
- Would it be possible to do something similar as a new thing focused on administrator talk pages? I'm not sure about the best actions to take, but it seems like a strong indicator for initial edits. Daniel Quinlan (talk) 00:05, 30 December 2023 (UTC)
- Might be worth a try. I'll email you in a day or two. Suffusion of Yellow (talk) 03:25, 31 December 2023 (UTC)
- @Daniel Quinlan: Sent you an email. Suffusion of Yellow (talk) 22:13, 31 December 2023 (UTC)
- Might be worth a try. I'll email you in a day or two. Suffusion of Yellow (talk) 03:25, 31 December 2023 (UTC)
- Would it be possible to do something similar as a new thing focused on administrator talk pages? I'm not sure about the best actions to take, but it seems like a strong indicator for initial edits. Daniel Quinlan (talk) 00:05, 30 December 2023 (UTC)
Filter 1242
I've restored that filter (with some modifications); that targets a very active LTA who edits across several large broad ranges. There should be limited collateral because of the AND condition on those ranges. I'm not on the mailing list, so I'm not sure what concern you are talking about. OhNoitsJamie Talk 17:56, 1 January 2024 (UTC)
- @Ohnoitsjamie: The concern EggRoll97 raised on the mailing list was fixed with Special:AbuseFilter/history/1242/diff/prev/30471. But I'd feel more comfortable without so many common words there; that regex still matches about 500,000 titles. (Protip: If Special:Search times out when looking for page titles, just download the whole list; it's only about only about 300 MB). Certainly, your latest update reduces the FPs quite a bit, but best to keep an eye on this. Suffusion of Yellow (talk) 21:16, 1 January 2024 (UTC)
- If it possible to view profiling for individual filters? OhNoitsJamie Talk 22:01, 1 January 2024 (UTC)
- Not in any way that I know of. AFAIK the best that's publicly available is the "Of the last X actions, this filter has matched..." at the top of each filter page, which isn't all that helpful because it only shows the average, not the worst case. Users with the right kind of logstash access (e.g. MusikAnimal) can view of log of "slow filters" but I don't know to what extent it's proactively monitored. Suffusion of Yellow (talk) 22:11, 1 January 2024 (UTC)
- If it possible to view profiling for individual filters? OhNoitsJamie Talk 22:01, 1 January 2024 (UTC)
Improving filter 397
Hi Suffusion of Yellow. I noticed that filter 397 was matching on a fair number of innocuous words and it also looked like some words could be added so I did some pretty extensive work to improve the filter and make it more maintainable. It could be made a bit faster by not computing the second ccnorm() result unless it's needed, but I want to see how fast the revised version is before I bother doing that. Please let me know if you have any concerns, questions, or feedback. Daniel Quinlan (talk) 05:07, 10 January 2024 (UTC)
- Thanks! I wouldn't worry about performance (within reason) for non-mainspace filters, so long as you check the namespace before you do anything expensive. The majority of other filters will short-circuit at
page_namespace == 0
, so the total runtime will be low. One thing about 397 (hist · log) is that it almost always overlaps with 803 (hist · log). So all that work seems like a bit of a wasted effort. It might be worth looking for other filters to merge some of those regexes into. 384 (hist · log), 260 (hist · log) haven't had major additions in years. One more thing: if you're going go to through the trouble of commenting each part of the regex, might it make sense to use extended syntax:That way there's no need to list every part twice. Lastly, I might have already plugged this to you, but I built User:Suffusion of Yellow/FilterDebugger for exactly this sort of work. It won't work if you're using any really tricky regex (possessive repeats, recursion, etc.) but should be good enough for this. Suffusion of Yellow (talk) 00:07, 11 January 2024 (UTC)regex := "(?x) fo+ba+[rz] # foobar and variants |xy+zz+y # xyzzy ... ";
- Thanks. It looks like the performance is the same as before because so few edits make it past the initial conditions (as expected).
- I wasn't sure if free-spacing was supported, but that might come in handy. I'm hoping to revise several filters based on abuse expressions and 397 seemed like a relatively easy place to start. 384 looks like a good next stop and I suspect most if not all of the patterns can be shared.
- I'll try to check out FilterDebugger sometime soon too. Daniel Quinlan (talk) 05:05, 11 January 2024 (UTC)
Frivolous topic
I have to wonder— is your username by any chance a reference to the I Ching calculator in The Long Dark Tea-Time of the Soul? 🌺 Cremastra (talk) 21:10, 10 January 2024 (UTC)
- But of course. :-) Suffusion of Yellow (talk) 22:36, 15 January 2024 (UTC)
User script request
Hi. Now that I'm an EFM, I realize that it would be helpful to have a script that linked each warning/disallow message name (like "abusefilter-disallowed-WPWP-extendedconfirmed" on Special:AbuseFilter/1258 for example) to the relevant message (MediaWiki:abusefilter-disallowed-WPWP-extendedconfirmed). Any chance you would be interested in writing such a script? If not I can take a crack at it but you seem to have cornered the market on edit filter-related scripts so I figured I'd ask. Thanks, --DannyS712 (talk) 20:36, 18 January 2024 (UTC)
- @DannyS712: I'm not really all that active right now; plus I have maybe 20 or so unfinished scripts that I'd rather get to first. If you want this done, go for it! Suffusion of Yellow (talk) 01:56, 25 January 2024 (UTC)
Improving Filter 1045
Hi Suffusion of Yellow, do you think the additions of {{Close paraphrasing}} could also be added to line 9? Thanks Nobody (talk) 14:34, 7 February 2024 (UTC)
- @1AmNobody24: Thanks, Done. Suffusion of Yellow (talk) 22:20, 10 February 2024 (UTC)
Scripts++ Newsletter – Issue 24
Hello everyone, and welcome to the 24th issue of the Wikipedia Scripts++ Newsletter, covering all our favorite new and updated user scripts since 24 December 2021. Uh-huh, we're finally covering the good ones among the rest! Aren't you excited? Remember to include a link in double brackets to the script's .js page when you install the script, so that we can see who uses the script in WhatLinksHere! The ScriptInstaller gadget automatically does this. Aaron Liu (talk) 01:00, 1 March 2024 (UTC)
Got anything good? Tell us about your new, improved, old, or messed-up script here!
- Making user scripts load faster by SD0001 is this month's featured script, which caches userscripts every day to eliminate the overhead caused by force-downloading the newest version of scripts every time you open a Wikipedia page. Despite being released in April 2021, our best script scouters have failed to locate it due to its omission from the US of L. For security reasons, the script only supports loading JavaScript pages.
After earthly attempts at improving the original have failed...
- Aaron Liu has created What redirects here from Guarapiranga/WhatRedirectsHere; his fork includes support for every MediaWiki wiki, corrected link positions, an access key, and some rudimentary translation.
- Ahecht has created a fork of SiBr4/TemplateSearch, which adds the "TP:" shortcut for "Template:" in the search box, and updated it to be compatible with Vector 2022.
- AquilaFasciata/goToTopFast is a much faster fork of the classic goToTop script that also adds compatibility for Minerva and Vector 2022.
- Mesidast/Tidy citations is a fork of Meteor sandwich yum/Tidy citations is a fork of Waldyrious/formatcitations. It configurably harmonizes whitespace and cleans up parameters in citation templates, descriptive edit summary included.
Unfortunately, this section has remained nearly identical. Help us out here!
- Many of our favorite scripts such as Fred Gandt/userResourceManager, Guarapiranga/search-shortcuts and Bradv/Superlinks haven't been updated for Vector 2022. You could be the one to change that!
- Elominius/media timer works, but its UI looks alien. Someone could improve it...
- To a lesser extent, the same goes for PrimeHunter/Search sort. I wish someone would integrate the sorts into the sort menu instead of adding 11 portlet links.
- We want...
- ...a mark-as-read button and watchlist notices support for Aaron Liu/Watchlyst Greybar Unsin
- ...a tool to automatically fix CAT:BROKENREFs, preferably a fork/addition to TheJJJunk/ARA
- ...a fix/fork of DannyS712/SectionRemover to make it work
- A simple script to second or archive proposed deletions
- A script to auto-expand V22 ToC sections like this demo
- A WP:3O response tool that can automatically remove the relevant request from the 3O dashboard
- A byte filter to be split from Nux/LongTableFilters
- ...and many more, all available at Wikipedia:User scripts/Requests
- DannyS712/AbuseFilterMessageLinks add links to the "warn" and "disallow" messages in edit filters.
- Diegodlh/Web2Cit/script adds an option to use m:Web2Cit (which WP:ProveIt also uses) instead of mw:Citoid to generate citations in the Visual Editor.
- Dragoniez/SuppressEnterInForm stops you from accidentally submitting anything due to pressing enter while in the smaller box, and works on almost anything... except the InputBox element itself, used in subscription lists and the Signpost Crossword! Oh, the humanity!
- Doǵu/Adiutor (pictured) provides a nice, integrated interface to do some twinkley tasks such as copyvio detection, CSD tagging, and viewing the most recent diff.
- Eejit43 has quite the aesthetically pleasing scripts, all made in TypeScript.
- /afcrc-helper is a replacement for the unmaintained Enterprisey/AFCRHS and processes Redirects for Creation and Categories for Creation requests.
- /ajax-undo stops the "undo" button from taking you to another page while providing a text box to provide a reason for the revert.
- /redirect-helper (pictured) adds a much better interface for editing and redirects, including categorization, for which valid categories are dictated by /redirect-helper.json.
- /rmtr-helper helps process technical requested moves without being able to actually move them.
- Guycn2/UserInfoPopup (pictured) adds a flyout after the watchlist star on userspace pages that displays the common information you might use about a user.
- Jeeputer/editCounter, under userspace, adds a portlet link to count your edits by namespace, put them in a table, and put that table in a hardcoded subpage, all in the background.
- Hilst/Scripts/sectionLinks converts all section links to use the § sign, which are known to be preferred over the ugly # by 99% of the devils I've met.
- Moonythedwarf/extra-unreliable highlights phrases commonly used in spammed and POV'd paragraphs.
- NguoiDungKhongDinhDanh/FormattedEditRequest (pictured) generates a wikitext-formatted diff view of any changes you've made that you can copy and paste anywhere.
- PrimeHunter/Category source.js adds portlet links to tell you where a category for an article comes from and supports those from template transclusions.
- Qwerfjkl/massCFD creates mass WP:CfD nominations.
- Rublov/refspace highlights footnote spacing errors in red.
- Sophivorus's MiniEdit adds some nice, li'l buttons next to paragraphs to edit their wikitext with a minimal interface.
Edit-listings
- Dragoniez/ToollinkTweaks adds more and customizable links next to users in page history, logs, watchlist, recent changes, etc.
- Firefly/more-block-info optimizes the display of rangeblocks in contribution pages. Doesn't work outside the English locale of any wiki, unfortunately.
- Ingenuity/AbuseFilterContribs adds the edit filters that an edit tripped (if any) to a user's contributions page.
- Nardog/ExamineMore makes it so the paging at Special:AbuseFilter/examine actually works, pending a fix to T292764.
- NguoiDungKhongDinhDanh/AjaxLoader makes paging links (e.g. older 50, 500, newest) load without refreshing and makes you realize how slow your internet actually is.
Appearance-ricing
- Ahecht/RedirectID adds the redirect target to all redirects. For all the WP:NAVPOPS haters. (Do these exist?)
- Dragoniez/MarkBLockedGlobal: Remember the "strike blocked usernames" gadget? Now you can use a red, dotted line to highlight rangeblocks and global locks!
- GhostInTheMachine/GraphicReplyLink replaces the [ reply ] link with 💬, which is some sort of rainy cloud I guess?[Joke]
- Jonesey/common (pictured) has some styles to overhaul your Vector 2022 experience. It reduces padding everywhere, and makes the top bar animation faster.
- Aaron Liu/V22 is a fork that narrows the sidebars instead of upheaving them, reverts the January 2024 dropdown changes, and restores the old page-link color for links that don't go outside the current wiki.
- Nardog: SmartDiff is a spiritual successor to Enterprisey/fancy-diffs. It makes the page title part of links in diffs clickable, along with template and parser function calls. Unnamed parameters can be configured per template to also be linked. All links are styled based on the normal CSS classes of rendered links.
- Phlsph7/ClassicalTOC (Vector 2022) reinserts the inline table of contents to pages under Vector 2022.
- For the paranoid: Rublov/anonymize replaces your username at the top of the screen with the generic "User page" text. Remember, it is your duty to persuade everyone that editing is an honor.
- Sideswipe9th/Vector 2022 Floating Tools Menu moves the Page Tools menu to the left and makes it float along with the table of contents.
- Sm8ps/SectionEditing makes pressing Tab ↹ toggle the visibility of the tiny [ edit ] links next to section headings.. Not a great name, eh?
- The wub/tocExpandAll adds a button on top of the floating ToC to expand or collapse subheadings.
Permissions required!
- Ahecht/potd-helper: A script to post the picture of the day. A powerful upgrade for your mop.
- Dragoniez
- /AjaxBlock provides a dialog box for easy input of reasons while blocking users.
- /Selective Rollback (pictured) provides a dialog box to customize rollback edit summaries and does them without reloading the page. Seriously, why doesn't MediaWiki already do this?
- Theleekycauldron/DYK promoter automates (nearly) all the work needed to post a DYK hook.
QOL shortcuts
- BrandonXLF/SVGEditor lets you edit any file that is an SVG, straight from the file page.
- DanCherek/UAABotRemover adds a portlet link to enable a removal shortcut of faulty reports from Wikipedia:Usernames for administrator attention.
- DreamRimmer/BlankUserPage helps you destroy webhost-ers' hopes and dreams with a user-friendly dialog box.
- ESanders (WMF)/commentlinks.js adds a "link" button right after the "reply" button while the WMF struggles to reach feature parity with Convenient Discussions.
- Isaacl/copy-comment-link-to-clipboard does exactly what you'd think it does, but in Wikitext.
- FenrisAureus/SimpleStatus adds a shortcut at the top to edit your /Status subpage while providing a pre-made template.
- Fred Gandt/addCloneClearButtonAboveScributoConsole: What a mouthful! Yet all it does (no offense) is add another Clear button on top of the Lua module debug console.
- Guarapiranga/GlobalWatchlistLink adds a link to metawiki:Special:GlobalWatchlist next to the normal watchlist.
- Nardog
- PasteToCommons adds a paste handler to upload the pasted image to Wikimedia Commons.
- Unpipe tries to detect violations of WP:NOPIPE and fix them as much as possible.
- Ohconfucius/tometricunits automatically adds unit conversions of imperial units in brackets after their uses per MOS:UNITS.
- Suntooooth
- /flickrsearch adds a portlet link to search for uploadable flickr images about the subject.
- /randomincategory adds a portlet link when on Category pages to go to a random page in the current category.
- Vghfr/EasyTemplates adds a portlet link to automatically insert some of the most common inline {{fix}} templates.
Yes, we're just doing 'em as we go now. Thanks for reading through this looong issue, if you did! I'm sure this'll send a record for the longest issue ev-ah. You may need to wait even longer for the last issue, as our reserve of old-y and goodie scripts have ran out... We encourage you to try and do some of the requests or improvement tasks. See you in Summer, hopefully!
FilterDebugger
It looks like the implementation of ccnorm doesn't properly map '¡' to i. Special:AbuseLog/36337996 is currently shown as not a match. 0xDeadbeef→∞ (talk to me) 12:53, 11 November 2023 (UTC)
- @0xDeadbeef: Thanks; looks like mw:Equivset has finally been updated! I'll rebuild with the newer version. Suffusion of Yellow (talk) 19:23, 12 November 2023 (UTC)
- Should be fixed now. Suffusion of Yellow (talk) 19:40, 12 November 2023 (UTC)
- works now, thanks! 0xDeadbeef→∞ (talk to me) 07:07, 13 November 2023 (UTC)
- You might also want to keep an eye on phab:T357855. 1234qwer1234qwer4 20:30, 26 February 2024 (UTC)
- Thanks, subscribed! Suffusion of Yellow (talk) 02:52, 1 March 2024 (UTC)
A barnstar for you!
The Technical Barnstar | |
This is absolutely amazing, thank you. 1234qwer1234qwer4 20:29, 26 February 2024 (UTC) |
- @1234qwer1234qwer4: Thanks! Always nice to know someone other than me is using these tools. Suffusion of Yellow (talk) 02:53, 1 March 2024 (UTC)
RFA2024 update: no longer accepting new proposals in phase I
Hey there! This is to let you know that phase I of the 2024 requests for adminship (RfA) review is now no longer accepting new proposals. Lots of proposals remain open for discussion, and the current round of review looks to be on a good track towards making significant progress towards improving RfA's structure and environment. I'd like to give my heartfelt thanks to everyone who has given us their idea for change to make RfA better, and the same to everyone who has given the necessary feedback to improve those ideas. The following proposals remain open for discussion:
- Proposal 2, initiated by HouseBlaster, provides for the addition of a text box at Wikipedia:Requests for adminship reminding all editors of our policies and enforcement mechanisms around decorum.
- Proposals 3 and 3b, initiated by Barkeep49 and Usedtobecool, respectively, provide for trials of discussion-only periods at RfA. The first would add three extra discussion-only days to the beginning, while the second would convert the first two days to discussion-only.
- Proposal 5, initiated by SilkTork, provides for a trial of RfAs without threaded discussion in the voting sections.
- Proposals 6c and 6d, initiated by BilledMammal, provide for allowing users to be selected as provisional admins for a limited time through various concrete selection criteria and smaller-scale vetting.
- Proposal 7, initiated by Lee Vilenski, provides for the "General discussion" section being broken up with section headings.
- Proposal 9b, initiated by Reaper Eternal, provides for the requirement that allegations of policy violation be substantiated with appropriate links to where the alleged misconduct occured.
- Proposals 12c, 21, and 21b, initiated by City of Silver, Ritchie333, and HouseBlaster, respectively, provide for reducing the discretionary zone, which currently extends from 65% to 75%. The first would reduce it 65%–70%, the second would reduce it to 50%–66%, and the third would reduce it to 60%–70%.
- Proposal 13, initiated by Novem Lingaue, provides for periodic, privately balloted admin elections.
- Proposal 14, initiated by Kusma, provides for the creation of some minimum suffrage requirements to cast a vote.
- Proposals 16 and 16c, initiated by Thebiguglyalien and Soni, respectively, provide for community-based admin desysop procedures. 16 would desysop where consensus is established in favor at the administrators' noticeboard; 16c would allow a petition to force reconfirmation.
- Proposal 16e, initiated by BilledMammal, would extend the recall procedures of 16 to bureaucrats.
- Proposal 17, initiated by SchroCat, provides for "on-call" admins and 'crats to monitor RfAs for decorum.
- Proposal 18, initiated by theleekycauldron, provides for lowering the RfB target from 85% to 75%.
- Proposal 24, initiated by SportingFlyer, provides for a more robust alternate version of the optional candidate poll.
- Proposal 25, initiated by Femke, provides for the requirement that nominees be extended-confirmed in addition to their nominators.
- Proposal 27, initiated by WereSpielChequers, provides for the creation of a training course for admin hopefuls, as well as periodic retraining to keep admins from drifting out of sync with community norms.
- Proposal 28, initiated by HouseBlaster, tightens restrictions on multi-part questions.
To read proposals that were closed as unsuccessful, please see Wikipedia:Requests for adminship/2024 review/Phase I/Closed proposals. You are cordially invited once again to participate in the open discussions; when phase I ends, phase II will review the outcomes of trial proposals and refine the implementation details of other proposals. Another notification will be sent out when this phase begins, likely with the first successful close of a major proposal. Happy editing! theleekycauldron (talk • she/her), via:
MediaWiki message delivery (talk) 10:53, 14 March 2024 (UTC)
Moving a filter clause
My 1094 filter is primarily intended for LTAs, but some recent additions has it picking up lots of primary-school vandalism related to Skibidi Toilet (e.g. [1]). It seems like it would be more appropriate to merge those clauses to an existing filter that targest that type of disruption. Do you know of an existing filter that would be a good candidate for that and is monitored by a bot for WP:AIV autopostings? OhNoitsJamie Talk 13:48, 26 March 2024 (UTC)
- (talk page watcher) Probably 614 (hist · log)? 0xDeadbeef→∞ (talk to me) 14:50, 26 March 2024 (UTC)
- Perfect, thank you 0xDeadbeef! OhNoitsJamie Talk 14:52, 26 March 2024 (UTC)
- No problem. Just noting: the list of filters monitored by the bot is configured at Template:DatBot filters. 0xDeadbeef→∞ (talk to me) 14:53, 26 March 2024 (UTC)
- Perfect, thank you 0xDeadbeef! OhNoitsJamie Talk 14:52, 26 March 2024 (UTC)
LTA
Since you've seemed to have related experience, Wikipedia:Edit_filter_noticeboard#Adding_potential_LTA_filter. Q T C 20:25, 29 March 2024 (UTC)
- @OverlordQ: Sorry for the late reply. I see you've removed the thread and don't have email enabled. There's not much to say in public, except that filters don't work terribly well against that sort of LTA. Email me if you want to discuss more. Suffusion of Yellow (talk) 22:06, 2 April 2024 (UTC)
Filter highlighter problem, and a question
Your filter highlighter script shows that a disabled filter, whether public or private, is enabled even though it's not, and it's missing the line across the filter's name for disabled filters.
Question: do I place window.effpUseDev = true;
above or below
importScript('User:Suffusion of Yellow/effp-helper.js');
? That's because I want to enable experimental features for effp-helper.
Thanks, Codename Noreste 🤔 talk 23:58, 3 April 2024 (UTC)
- Um, which filter? Results are cached for up to 30 minutes; otherwise there would be a extra ~150K API request with every page load. I just disabled a few filters; is it one of those? Suffusion of Yellow (talk) 00:05, 4 April 2024 (UTC)
- I meant that the filter highlighter script displays that any disabled filter is enabled without the line crossing out the filter's name indicating that filter is disabled, even though those disabled filters are actually disabled. Codename Noreste 🤔 talk 00:25, 4 April 2024 (UTC)
- Does it at least say "disabled" in the title text? Suffusion of Yellow (talk) 00:31, 4 April 2024 (UTC)
- When I hover over a random public filter, say for example Special:AbuseFilter/1, it is actually disabled, and the information says that it is disabled. However, I do not see any line crossing out the filter's public description name indicating that it is visually disabled. Codename Noreste 🤔 talk 00:37, 4 April 2024 (UTC)
- But you see it on the the documentation page, I take it? That's weird; that should be the same CSS. I'll look at this more later, but try other browsers, zoom in, zoom out, etc. Suffusion of Yellow (talk) 01:25, 4 April 2024 (UTC)
- Hmm, in Firefox when I choose "always underline links" the strikeout doesn't show for me either. Maybe you have some similar setting? I don't know if that's possible to override, but I'll look at it. Suffusion of Yellow (talk) 02:57, 4 April 2024 (UTC)
- When I hover over a random public filter, say for example Special:AbuseFilter/1, it is actually disabled, and the information says that it is disabled. However, I do not see any line crossing out the filter's public description name indicating that it is visually disabled. Codename Noreste 🤔 talk 00:37, 4 April 2024 (UTC)
- Does it at least say "disabled" in the title text? Suffusion of Yellow (talk) 00:31, 4 April 2024 (UTC)
- I meant that the filter highlighter script displays that any disabled filter is enabled without the line crossing out the filter's name indicating that filter is disabled, even though those disabled filters are actually disabled. Codename Noreste 🤔 talk 00:25, 4 April 2024 (UTC)
- Oh and the order doesn't matter; everything in common.js will be executed before any of the imported scripts. Suffusion of Yellow (talk) 00:06, 4 April 2024 (UTC)
Magic
The Magician's Barnstar | |
Looking at Special:AbuseFilter/1297, I think you could convert ClueBot NG into edit filter code and people wouldn't notice for a while. ~ ToBeFree (talk) 20:59, 15 April 2024 (UTC) |
- Thanks, ToBeFree! I do hope to able to set that to disallow, but edits like Special:Diff/1218192315 are going to be tricky. Suffusion of Yellow (talk) 21:31, 15 April 2024 (UTC)
- That diff isn't vandalism? ~ ToBeFree (talk) 21:44, 15 April 2024 (UTC)
- You would think so. But search YouTube for a video called 'QT Hush - "The Peeky-Boo Caper" (1960)'. (I won't link to it since it's probably a copyvio). When the title card comes up at about 00:25, it clearly says "The Peeky-Poo Caper". I suspect very few people care about this subject. Suffusion of Yellow (talk) 22:06, 15 April 2024 (UTC)
- Interesting. Weird. ~ ToBeFree (talk) 23:52, 15 April 2024 (UTC)
- You would think so. But search YouTube for a video called 'QT Hush - "The Peeky-Boo Caper" (1960)'. (I won't link to it since it's probably a copyvio). When the title card comes up at about 00:25, it clearly says "The Peeky-Poo Caper". I suspect very few people care about this subject. Suffusion of Yellow (talk) 22:06, 15 April 2024 (UTC)
- That diff isn't vandalism? ~ ToBeFree (talk) 21:44, 15 April 2024 (UTC)
- (talk page watcher) Speaking of filters, 1297 caught Special:Diff/1219231893 of an IP posting "your mom" vandalism of which I just reverted; that filter tagged it, while 320 (hist · log) did not catch it at all. 1297 could possibly detect any false negatives other filters may not catch, and that diff technically counts as a false negative of filter 320. Anyway, if filter 1297 tracks a huge number of vandalism that filters 12, 225, 260, 380, 384, and 614 may not catch if at all, then 1297 would also be justifiable in my opinion. Codename Noreste 🤔 𝙇𝙖 𝙎𝙪𝙢𝙖 14:39, 16 April 2024 (UTC)
done, can follow up at T363020 of course. — xaosflux Talk 20:54, 19 April 2024 (UTC)
- Thanks, I'll leave the IP the vague note. Suffusion of Yellow (talk) 21:00, 19 April 2024 (UTC)
This edit caught my eye...
Thought you might find it of interest. At Sneedville, Tennessee *previously known as Chvcksville* was added...using a V instead of a U...so very clever. Shearonink (talk) 00:14, 26 April 2024 (UTC)
- Well, I'm sure they feel clever, at least. I don't think this is a major problem anymore; best just to treat it as a WP:RBI matter when they slip past the filter. Suffusion of Yellow (talk) 00:22, 26 April 2024 (UTC)
would this be okay?
can I send them my username on Fortnite? Ill delete it after, and well talk on fortnite EdenBAnn (talk) 22:22, 30 April 2024 (UTC)
- Do not share any personal information that be tracked to your real-life identity. It's not likely in your case, but Wikipedia users have been known to get death threats. "Deleting it after" won't help; everything you say on Wikipedia is recorded in the page history. Suffusion of Yellow (talk) 22:33, 30 April 2024 (UTC)
- Okay Thank You! EdenBAnn (talk) 22:34, 30 April 2024 (UTC)
A cupcake for you!
Hi, sorry about all the mess on my friend's talk page. We will figure it out, how to talk to each other on a different website. So here is a cupcake as an apology. Quirkykiana (talk) 22:38, 30 April 2024 (UTC) |
- Thank you! You weren't causing any major harm, but if that had gone on for thousands of edits, someone would have eventually taken harsher action. Suffusion of Yellow (talk) 22:46, 30 April 2024 (UTC)
Reminder to vote now to select members of the first U4C
- You can find this message translated into additional languages on Meta-wiki. Please help translate to other languages.
Dear Wikimedian,
You are receiving this message because you previously participated in the UCoC process.
This is a reminder that the voting period for the Universal Code of Conduct Coordinating Committee (U4C) ends on May 9, 2024. Read the information on the voting page on Meta-wiki to learn more about voting and voter eligibility.
The Universal Code of Conduct Coordinating Committee (U4C) is a global group dedicated to providing an equitable and consistent implementation of the UCoC. Community members were invited to submit their applications for the U4C. For more information and the responsibilities of the U4C, please review the U4C Charter.
Please share this message with members of your community so they can participate as well.
On behalf of the UCoC project team,
You've got mail!
Message added 18:43, 4 May 2024 (UTC). It may take a few minutes from the time the email is sent for it to show up in your inbox. You can {{You've got mail}} or {{ygm}} template. at any time by removing the
It's about an update to a private filter's string and I sent you a list of some LTA ranges. Codename Noreste 🤔 La Suma 18:43, 4 May 2024 (UTC)
RFA2024 update: phase I concluded, phase II begins
Hi there! Phase I of the Wikipedia:Requests for adminship/2024 review has concluded, with several impactful changes gaining community consensus and proceeding to various stages of implementation. Some proposals will be implemented in full outright; others will be discussed at phase II before being implemented; and still others will proceed on a trial basis before being brought to phase II. The following proposals have gained consensus:
- Proposals 2 and 9b (phase II discussion): Add a reminder of civility norms at RfA and Require links for claims of specific policy violations
- Proposal 3b (in trial): Make the first two days discussion-only
- Proposal 13 (in trial): Admin elections
- Proposal 14 (implemented): Suffrage requirements
- Proposals 16 and 16c (phase II discussion): Allow the community to initiate recall RfAs and Community recall process based on dewiki
- Proposal 17 (phase II discussion): Have named Admins/crats to monitor infractions
- Proposal 24 (phase II discussion): Provide better mentoring for becoming an admin and the RfA process
- Proposal 25 (implemented): Require nominees to be extended confirmed
See the project page for a full list of proposals and their outcomes. A huge thank-you to everyone who has participated so far :) looking forward to seeing lots of hard work become a reality in phase II. theleekycauldron (talk), via MediaWiki message delivery (talk) 08:09, 5 May 2024 (UTC)
A barnstar for you!
The Technical Barnstar | |
Without your help via email, I wouldn't be able to assist with some changes to vandal filters like 936, and your FilterDebugger script is quite useful in my EFFPR and edit filter work. Codename Noreste 🤔 La Suma 22:59, 12 May 2024 (UTC) |
- Thank you, Codename Noreste. Always happy to help. Suffusion of Yellow (talk) 23:22, 12 May 2024 (UTC)
You've got mail!
Message added 20:04, 23 May 2024 (UTC). It may take a few minutes from the time the email is sent for it to show up in your inbox. You can {{You've got mail}} or {{ygm}} template. at any time by removing the
Just another regex string addition to a private filter that is sent to your inbox. Codename Noreste 🤔 La Suma 20:04, 23 May 2024 (UTC)
Alt tag
I think you might have missed the alt tag for your 9th account. If this belongs to you, I suggest adding it when you can. The Night Watch (talk) 23:53, 2 June 2024 (UTC)
- Urgh, thanks. At least I wasn't autoblocked this time. Suffusion of Yellow (talk) 23:56, 2 June 2024 (UTC)