For obvious reasons, Kemineko doesn’t post new work as often as the more cheesecake-oriented Pixiv artists.
Unrelated and amusing, I just got a variant on the “I hacked your account and recorded you watching porn” scam email. The content is the same, but the subject line includes emoji (🍆✊💦) and the body text is mangled with similar-looking Unicode characters (“I ίɳfected your ɗevίce”, etc). The, um, “thrust” of the message is familiar nonsense.
(sending it to an email address at a vanity domain that has never had any kind of account or password associated with it just adds ❄️ing to the 🎂)
Magical Terrapin Andii says:
“There is a manga series about a guy who started out as a slime in a fantasy world, died, and got reincarnated as a Japanese office worker.
“Still haven’t found ‘That time my smartphone got reincarnated as a spider farm’ but it’s probably in there.”
Having some “experience” in the field, may I offer a few suggestions that may aid your search?
That last one’s for Pete (who I’m sure has already read it…), and the full title is: “異世界で最強の杖に転生した俺が嫌がる少女をムリヤリ魔法 少女にPする!”, in which Our Hero, a magical-girl otaku, gets hit by a truck while saving a little girl, summoned to another world by a busty, scantily-clad sorceress, and reincarnated as the strongest magic wand. Annoyed that a world full of magic doesn’t have magical girls, he becomes the Producer for a busty, scantily-clad young beauty, and works to overcome her reluctance, shyness, and crippling lack of self-esteem to groom her into becoming his new world’s first true (busty, scantily-clad) magical girl.
This is not an accurate illustration of how I spent the 3-day weekend, but I did do some cleaning and laundry, and ripped out a bunch of dead bamboo.
This is not quite how I’ll be relaxing after…
Slightly less likely than cold fusion, it’s The Year Of The Linux Desktop. The video explains a lot, really.
Replaced the Youtube link with Brickmuppet’s Bitchute upload.
It’s a fair cop:
(via)
Brickmuppet hand-assembled a list of popular Pixiv pics on both the Male and Female lists. Naturally I scripted it with PixivPy, and included their relative position on the two lists…
The core of the code looks like this (delete “_r18” from both searches to see the clean-ish images); output is suitable for including directly in a Markdown-based blog like mine:
url = 'https://www.pixiv.net/member_illust.php?mode=medium&illust_id='
result = aapi.illust_ranking(mode='day_male_r18')
male={}
mcount=0
for i in result.illusts:
mcount = mcount + 1
male[i.id] = mcount
while result.next_url:
next_qs = aapi.parse_qs(result.next_url)
result = aapi.illust_ranking(**next_qs)
for i in result.illusts:
mcount = mcount + 1
male[i.id] = mcount
result = aapi.illust_ranking(mode='day_female_r18')
fcount=0
for i in result.illusts:
fcount = fcount + 1
if i.id in male:
print '* [F: %d, M: %d](%s%s)' % (fcount, male[i.id], url, i.id)
while result.next_url:
next_qs = aapi.parse_qs(result.next_url)
result = aapi.illust_ranking(**next_qs)
for i in result.illusts:
fcount = fcount + 1
if i.id in male:
print '* [F: %d, M: %d](%s%s)' % (fcount, male[i.id], url, i.id)
Rankings and links after the jump, because about a third of the clean sets of 500 and more than half the R-18 sets of 300 interest multiple genders: