User:The Anome
![]() | This user has been editing Wikipedia for more than twenty years. |
![]() | This user participates in WikiProject Geographical Coordinates. |
![]() |
---|
20 March 2023 |
The Anome is a second-wave Wikipedian.
The Anome abides.
Wikiprojects missing[edit]
- {{WikiProject Anthroponymy}} for set index pages?
- See also User:The Anome/SQL, and Wikipedia talk:WikiProject Council
- Articles not assigned to WikiProjects: https://quarry.wmcloud.org/query/72412
- Biographical articles without WP Biography tag: https://quarry.wmcloud.org/query/72401
- WikiProject to page category cross-reference mega-query: https://quarry.wmcloud.org/query/72090
Some stats:
- 184 million rows in the categorylinks table: https://quarry.wmcloud.org/query/72302
- 30 million distinct cl_from: https://quarry.wmcloud.org/query/72303
- 2.1 million cl_to: https://quarry.wmcloud.org/query/72304
So:
- out of a possible 184 million x 30 million = 5520 million million arcs, only 184 million actually exist
- I only need to generate two data structures, one with 184 million entries and the other with 30 million entries; both of these are quite reasonable to do in Python. Should be able to do this using just Python dicts indexed by strings; if I have (say) 24 Gbytes of RAM available, that's 24e9 / (184e6 + 30e6) = 112 bytes per key on average, which is plenty; no need to do anything fancy. Then I can use this to generate the appropriate p(category | WikiProject), p(WikiProject), and p(category) tables, ready for the later cross-correlation.
- Hmm. Looks like Python dict per-entry overhead is ~64 bytes per entry for large dicts. I might have to do a bit of compression on the labels to make this all fit.
- I can also bubble up the stats into parent categories; got to be a bit careful about multiple inheritance and loops, though.
- Actually, things are probably quite a bit better than this, since there are only 6 million articles, and we only care about article -> category, talk -> category and category -> category arcs.
- Quarry is awesome!
Tools[edit]
- https://quarry.wmflabs.org - Run SQL queries against Wikipedia
- https://petscan.wmflabs.org/ - Category tree queries
- https://wikishootme.toolforge.org/ - Photography reconciliation
- https://geograph2commons.toolforge.org/ - Upload Geograph.org images to Commons
- https://wikimap.toolforge.org/ - Mapping articles and images
- https://query.wikidata.org/ - SPARQL query of Wikidata
Alternate accounts[edit]
- User:๐๐๐ค๐ฅ ๐ธ๐๐๐ ๐ฆ๐๐ฅ 99 is a test account created for the purpose of filter testing.
Interesting reading[edit]
To do[edit]
Categories[edit]
- Put {{articles-missing-coordinates category}} into every category of that category tree, removing the templates it makes redundant.
Done
Coordinates[edit]
- Petscan search for all article missing coordinates that have coordinates on Wikidata, with QID references: [1]
- SPARQL query for coordinates of multiple entities on Wikidata, using VALUES: [2]
People[edit]
- Dave Lampert, (David Lee Lampert?) sex toy pioneer, recently became independently notable following his death[1][2][3][4]
Done
- Update and track User:The Anome/Ukraine sanctions, for subjects for article stubs and interwiki creation.
Done
- reasearch/update User:The Anome/Draft:Sardax → en:Sardax
Done
Things[edit]
Work in progress[edit]
- Template:Delusion
Done
- Battlefield recovery and battle damage assessment and repair; see https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN30978-ATP_4-31-000-WEB-1.pdf
Taxonomy[edit]
- Modify Template:Taxobox/core to detect if images are completely missing (none of image, image2, image_upright, image2_upright), and to add a category "Taxobox without images", or perhaps "$ORDER taxobox without images", where $ORDER is taken from the taxonomic hierarchy.
Physics[edit]
- Quasilocal mass: redirect created,
Done
Wikidata: knots and links[edit]
- look at KnotInfo stuff, and in particular why their Alexander polynomials seem to be a factor t different from everyone else's
Answer from the article: "Since this is only unique up to multiplication by the Laurent monomial , one often fixes a particular unique form"
- Knotinfo: https://knotinfo.math.indiana.edu/ -- keep on adding to/checking against Wikidata
- 2022: Knotilus is still dead, and doesn't look like it's ever coming back. Consider generating knot diagrams myself.
- Linkinfo!! https://linkinfo.math.indiana.edu/
- Link to a single link in linkinfo: https://linkinfo.math.indiana.edu/results.php?searchmode=singleknot&desktopmode=0&mobilemode=0&singleknotprev=L4a1%280%29&submittype=singleknot&singleknot=L4a1%7B0%7D
- Cross-correlate links in linkinfo with links in Knot Atlas
- Knot Atlas holds lots of values in "db" pages that hold just one fragment, eg http://katlas.org/wiki/Data:L10a140/Jones_Polynomial
- Done that. Push cross-correlated values to QuickStatements to enter the link data. — The Anome (talk) 11:56, 25 July 2022 (UTC)
- https://knotplot.com/zoo/
- Add crossing number and Gauss notation to knots
Usernames[edit]
- Wikipedia:Usernames for administrator attention
- Add exotic Unicode math "fonts" to the global titleblacklist -- now dealt with by an edit filter Special:AbuseFilter/1168
- User:AmandaNP/UAA/Blacklist
- User:AmandaNP/UAA/Whitelist
- MediaWiki:Titleblacklist
- MediaWiki:Titlewhitelist
Articles[edit]
- Fix markup in Turingery
Done
- Create "Thank you NHS" article
Done
- Jump Flooding Algorithm / Jump flooding algorithm โ see Draft:Jump flooding algorithm
Done
- Modulation wheel / Expression controller / Breath controller / Performance controller / Ribbon controller
- A proper ray marching article that is about the general topic, not volume ray casting in particular
Done
- Mention Vetenskapsforum COVID-19 within other articles
Done
Gamma squeeze- Deletion of
Penile agenesis and testicular agenesisarticle.Done
- Articles on Gold Star Publications, wrapping all their magazines up within the same article, since they were highly notable for their large porn magazine stable, but the individual magazines seemingly not. This would thus complete at least the 60's-2010's paper magazine era of the British porn series of articles.
Done
- Create article on Steve Osada / Osada Steve
Links[edit]
- Fix up remainder of https://wiki.alquds.edu/?query=Special:WhatLinksHere/2020_COVID-19_pandemic
Done
Disambiguation[edit]
- Finish cleanup of redirects etc. for ฮT (disambiguation)
- Direct links
Done
- Redirects (check)
Done
- Direct links
Bot[edit]
- Sort mangling of double-blank-line-spaced paras on tag insertion
Done
- Sort mangling of double-blank-line-spaced paras on tag removal
- Add Category:Townlands of Northern Ireland by county to the bot input list
Done
- Rewrite the Anomebot's internal API access library to use Python's "requests" HTTP library under the hood, to allow the use of persistent HTTPS connections
- Fix bot exclusion stuff: complex spec, painful to implement -- do a simplified version that just detects the {{bot}} tag
- OSM semantic bridge: see https://github.com/OSMBrasil/semantic-bridge/tree/master/src
Priority[edit]
- Take a look at Doncram's Paleontology in South Dakota#Protected areas.
Other[edit]
- Finish disambiguation for Custom House, London, 32 items left: https://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere/Custom_House,_London&limit=500
Done
- Create Irish logarithm article
Done
- Finish fixing up disambig for Ali Bongo
Done
- Help:Coordinates in infoboxes
- Wikipedia:Coordinates in infoboxes
- fix articles in Category:Articles using Infobox station with map locator, to use map_type parameter instead
- An article on signal processing delay / signal processing latency
- Liaise with User:PhotoCatBot's operator?
- Do bot work for Wikidata:Property proposal/KML file
Done
- Wikipedia talk:WikiProject Geographical coordinates/to do
- Go back and sort out past false positives for "type article" check in Wikibot
- Go back and sort out past false positives for "is a person" check in Wikibot
- User:The Anome/UK government organisations
- Wikipedia:WikiProject Short descriptions
- Math bugs:
- Turn Los Angeles Tribune into a disambig, creating proper articles for each newspaper.
Done
Wikidata[edit]
- Follow https://phabricator.wikimedia.org/T266496 bug for math fields in Wikidata
[edit]
See Category:Navboxes using background colours and Category:Political ideology templates: PetScan
See also: Category:Navboxes using background colours and Category:Political party templates by country: PetScan
Python code to remove color styling from navbox template wikitext: User:The Anome/rmcolors.py
Discussion: Wikipedia_talk:WikiProject_Templates#Advertising_colors
Articles for creation[edit]
Articles for:
refs:
- https://www.theatlantic.com/technology/archive/2014/05/chinas-mass-production-system/370898/
- https://www.bunniestudios.com/blog/?p=4297
Articles for splitting[edit]
- Broadway Records
Done
Geodata to-do[edit]
Next steps[edit]
{{coord missing}} now assigns pages with to
- Category:Articles missing coordinates with coordinates on Wikidata
- Category:Articles missing coordinates without coordinates on Wikidata
depending on the Wikidata entity's P625 property.
Next step is to start using data from this for the bot.
Bot[edit]
- Do similar format-preserving stuff to tag remover part of bot
- fix https://en.wikipedia.org/w/index.php?title=Special%3AWhatLinksHere&target=Template%3ACoords+missing&namespace=0 , which is messing with the bot's logic
- Remove lines from visited.txt that have "no such page" or "a type article" in logfile.txt; currently there are 4000+ of these; the first is caused by draftification, the second by a now-fixed bug in the bot code finding false positives
Quality control[edit]
- Look into autodetection of low-resolution geocoding of fine-grained objects (villages, buildings, landmarks...). Ping User:Abductive.
- Investigate why the matcher did not find the Okpilak River, surely a slam-dunk match?
Other[edit]
- Remove {{coord missing}} tags from articles with OS coordinates: (PetScan)
- Remove {{coord missing}} tags from articles with {{coord}} tags (PetScan)
- Harvest unused lat/long data from {{infobox settlement}}, and replace with {{coord}}: see here for monitoring script.
Not many articles have this, so this is likely to affect a couple of hundred of articles at most. Still, every little helps.
- Monitor Category:Pages with malformed coordinate tags
- Why do Republic of Dagestan etc. articles escape the {{coord missing}} sorter?
- Possible low-hanging fruit for geocoding: the following categories have thousands of non-geocoded articles that are not getting matched by my current software, and may benefit from special-purpose matching heuristics:
- Category:Brazil articles missing geocoordinate data (was 3000+ articles, now 2,478 as of 2015-03-25) -- ??
- Note: most of these appear to be rivers -- just matched 500+ of these by translating GNS names
- Category:Iran articles missing geocoordinate data (13,000+ articles) -- transliteration problems, presumably
- It looks like a lot of this might be repetition of the same location in multiple places: the bot's code gets 7000+ multi-matches for Iran
- See also this paper: "Cross linguistic name matching in English and Arabic: a "one to many mapping" extension of the Levenshtein edit distance algorithm" in Freeman, A. T.; Condon, S. L.; Ackerman, C. M. (2006). "Cross linguistic name matching in English and Arabic". Proceedings of the main conference on Human Language Technology Conference of the North American Chapter of the Association of Computational Linguistics: 471. doi:10.3115/1220835.1220895.
- And this: A verified Arabic-IPA mapping for Arabic transcription ... http://eprints.whiterose.ac.uk/79653/1/brierley14jss.pdf
- And this: http://geonames.nga.mil/gns/html/romanization.html
- Category:Pakistan articles missing geocoordinate data (~3500 articles) -- transliteration problems, presumably
- Note: 700+ multimatches from bot code
- Category:Philippines articles missing geocoordinate data (2000+ articles) -- ??
- Note: mostly universities, schools, other locatable organizations, very little here looks bot-matc
- Category:South Korea articles missing geocoordinate data (1700+ articles) -- not sure what's going on here: fixed my FIPS 10-4 mapping, but that doesn't go very far towards fixing the problem
- Note: insignificant number (< 100) of multimatches
- This may be a matter of transliteration: McCuneโReischauer vs. Revised Romanization
- Category:Turkey articles missing geocoordinate data (5000+ articles) -- lots of places with the same names but in different regions (eg. 17 villages all called "Akpฤฑnar"), same problem as was found with Polish placenames (also: why is Akรงakoca failing to be caught?) The bot code finds 3000+ multi-matches for Turkey.
- Also, this is due to non-standard naming conventions for the hierarchy of Turkish article categories: see, for example Category:Ankara Province.
- I've now used spatial disambiguation to resolve some 2000+ of these.
- Category:Brazil articles missing geocoordinate data (was 3000+ articles, now 2,478 as of 2015-03-25) -- ??
Total is over 27,000 possibles: even doing a fraction of these would make a big dent in the backlog.
Tools of interest[edit]
- WikiShootMe: https://tools.wmflabs.org/wikishootme/ (news article)
Edit filters[edit]
Working effectively[edit]
- Special:AbuseFilter/738, Special:AbuseFilter/1234: Frequently blocked user, returns every few months
- Special:AbuseFilter/887: Excessive repetition in usernames
- Special:AbuseFilter/890: random typing in usernames
- Special:AbuseFilter/1015: long-term IP-hopping vandal -- wide rangeblock in 2021 was highly effective, but they have made a reappearance recently
- Special:AbuseFilter/1062: "Rick-roll" vandalism -- working well
- Special:AbuseFilter/1168: Misuse of mathematical symbols in usernames -- working well
Needing review[edit]
- Special:AbuseFilter/1207: Turkey → Tรผrkiye (see also [3], [4]). Now cleared to 18 February 2023.
Of interest[edit]
- Special:AbuseFilter/279: detects multiple failed attempts to save edits
Character blacklists[edit]
Work in progress:
[\x{1D400}-\x{1D7FF}] # characters from Unicode block Mathematical Alphanumeric Symbols [\x{2100}-\x{214F}] # characters from Unicode block Letterlike Symbols [\x{2460}-\x{24FF}] # characters from Unicode block Enclosed Alphanumerics [\x{1F100}-\x{1F1FF}] # characters from Unicode block Enclosed Alphanumeric Supplement [\x{FF00}-\x{FFEF}] # characters from Unicode block Fullwidth and Halfwidth Forms [\x{2580}-\x{259F}] # characters from Unicode block Block Elements [\x{2500}-\x{257F}] # characters from Unicode block Box Drawing [\x{1D00}-\x{1D7F}] # characters from Unicode block Phonetic Extensions [\x{0250}-\x{02AF}] # characters from Unicode block IPA Extensions
See this diff for some usernames using these characters, and this diff for adding these to AmandaNP's bot. See also meta:Talk:Title blacklist for global discussion.
Literal patterns[edit]
Also this diff for addition of some of these characters as literal matches.
๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ|๐|๐|๐|๐|๐|๐ |๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐|๐ |๐ก|๐ข|๐ฃ|๐ค|๐ฅ|๐ฆ|๐ง|๐จ|๐ฉ|๐ช|๐ซ|๐ฌ|๐ญ|๐ฎ|๐ฏ|๐ฐ|๐ฑ|๐ฒ|๐ณ|๐ด|๐ต|๐ถ|๐ท|๐ธ|๐น|๐บ|๐ป|๐ผ|๐ฝ|๐พ|๐ฟ
-- now in Special:AbuseFilter/1168.
โ|โ|โ|โ|โ|โ |โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ|โ |โก|โข|โฃ|โค|โฅ|ฮฉ|โง|โจ|โฉ|K|ร |โฌ|โญ|โฎ|โฏ|โฐ|โฑ|โฒ|โณ|โด|โต|โถ|โท|โธ|โน|โบ|โป|โผ|โฝ|โพ|โฟ|โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ |โ
-- looks like the Kelvin symbol got normalized to a letter "K", so removed it, ditto the Angstrom sign which also got normalized, and now the ohm sign, which gets normalized to a capital omega
แด|แด|แด|แด|แด|แด |แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด|แด |แดก|แดข|แดฃ|แดค|แดฅ|แดฆ|แดง|แดจ|แดฉ|แดช|แดซ|แดฌ|แดญ|แดฎ|แดฏ|แดฐ|แดฑ|แดฒ|แดณ|แดด|แดต|แดถ|แดท|แดธ|แดน|แดบ|แดป|แดผ|แดฝ|แดพ|แดฟ|แต|แต|แต|แต|แต|แต |แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต|แต |แตก|แตข|แตฃ|แตค|แตฅ|แตฆ|แตง|แตจ|แตฉ|แตช|แตซ|แตฌ|แตญ|แตฎ|แตฏ|แตฐ|แตฑ|แตฒ|แตณ|แตด|แตต|แตถ|แตท|แตธ|แตน|แตบ|แตป|แตผ|แตฝ|แตพ|แตฟ
-- and these from the phonetic extensions range, which are AFAIK not used in any natural language
References[edit]
- ^ Dickson, E. J.; Dickson, E. J. (2021-07-09). "Dave Lampert, Inventor of the Sybian Sex Aid, Dead at 90". Rolling Stone. Retrieved 2021-07-10.
- ^ "30 Years Of Orgasms: Why The Sybian Remains The Cadillac Of Sex Toys". Vocativ. 2017-05-24. Retrieved 2021-07-10.
- ^ Blue, Marabelle (2021-07-08). "Sybian Founder, Creator Dave Lampert Passes Away". kinkemagazine. Retrieved 2021-07-10.
- ^ Home, Roux-Hinds Funeral. "Obituary for David L. Lampert | Roux-Hinds Funeral Home". Obituary for David L. Lampert | Roux-Hinds Funeral Home. Retrieved 2021-07-10.