<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Anime on Ivon's Blog</title><link>https://ivonblog.com/en-us/tags/anime/</link><description>Recent content in Anime on Ivon's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>infoivonblog.nkfjt@aleeas.com (Ivon Huang)</managingEditor><webMaster>infoivonblog.nkfjt@aleeas.com (Ivon Huang)</webMaster><copyright>You are welcome to share articles of Ivon's Blog (ivonblog.com). Please include the original URL when citing articles, and abide by CC BY-NC-ND 4.0 license. For commercial use, please write an e-mail to me.</copyright><lastBuildDate>Fri, 22 May 2026 00:01:00 +0800</lastBuildDate><atom:link href="https://ivonblog.com/en-us/tags/anime/index.xml" rel="self" type="application/rss+xml"/><item><title>Ecchi Fanservice Anime With Nipple Scenes Dataset is Now Open-sourced</title><link>https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/</link><pubDate>Fri, 22 May 2026 00:01:00 +0800</pubDate><author>infoivonblog.nkfjt@aleeas.com (Ivon Huang)</author><guid>https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/</guid><description>&lt;style&gt;
 .form-name-popup {
 color: white;
 text-align: center;
 position: fixed;
 z-index: 9;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.6);
 overflow: scroll;
 }

 .form-name-popup-inner {
 position: absolute;
 width: 100%;
 height: 100%;
 padding: 50px;
 overflow: scroll;
 }

 .form-name-popup-close {
 position: absolute;
 z-index: 999;
 top: 5px;
 right: 10px;
 color: #fff;
 }

 .r18button {
 width: 100px;
 height: auto;
 }

 .r18icon {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
&lt;/style&gt;

&lt;script&gt;

 var formhtml = `
&lt;div id="popwindow" class="form-name-popup"&gt;
 &lt;div class="form-name-popup"&gt;
 &lt;p&gt;
 &lt;b&gt; Money, violence, sex! Age verification&lt;/b&gt;
 &lt;/p&gt;
 This page contains adult, violent, and gory content. Are you an adult? If you are not an adult, please click No to leave this page.
 &lt;p&gt;
 &lt;img src="https://ivonblog.com/images/R-18_icon.svg" class="r18icon" alt="R-18 Icon" width="200"&gt;
 &lt;div&gt;
 &lt;button onclick="pass()" class="r18button"&gt;Yes&lt;/button&gt;
 &lt;button onclick="notpass()" class="r18button"&gt;No&lt;/button&gt;
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;
`;


 document.addEventListener("DOMContentLoaded", function () {
 if (document.cookie.includes("isadult=yes")) {
 pass();
 } else {
 let newDivpopupwindow = document.createElement("div");
 newDivpopupwindow.innerHTML = formhtml;
 document.body.appendChild(newDivpopupwindow);
 window.onscroll = function () {
 window.scrollTo(0, 0);
 };
 }
 });
 function pass() {
 const popup = document.getElementById("popwindow");
 if (popup) {
 popup.style.display = "none";
 }
 window.onscroll = function () { };
 document.cookie = "isadult=yes; path=/; max-age=86400;";
 }
 function notpass() {
 window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
 }

&lt;/script&gt;

&lt;p&gt;I open-sourced a structured JSON dataset for cataloging ecchi and fanservice anime, especially mainstream non-hentai titles with visible nipple scenes.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What is this?
 &lt;div id="what-is-this" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-this" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;This is a dataset for tracking ecchi and fanservice scenes in anime, with a particular focus on whether a title contains visible nipple exposure.&lt;/p&gt;
&lt;p&gt;By &amp;ldquo;ecchi&amp;rdquo; or &amp;ldquo;fanservice,&amp;rdquo; I mean mainstream anime that includes sexually suggestive scenes: bath scenes, changing scenes, swimsuit episodes, exposed breasts, butt shots, and similar material made for the viewer&amp;rsquo;s gaze. Some titles are censored during TV broadcast with steam, light beams, mysterious shadows, or other holy censorship techniques, and later get less censored versions on Blu-ray, DVD, or certain streaming releases.&lt;/p&gt;
&lt;p&gt;That said, this project is &lt;strong&gt;not&lt;/strong&gt; a hentai or porn database. The focus is on commercial Japanese anime that still belongs to the mainstream / non-hentai side of anime culture. In other words: this is the cursed middle ground where TV anime, BD upgrades, and horny metadata meet.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
 &lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/images/title.webp"
 onerror="this.onerror=null;this.src='https://ivonblog.com/images/cannotloadimage.avif'"
 width="512"
 height="288"&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;This page explains the project, the inclusion criteria, the data format, the source code, and possible future plans.
&lt;figure&gt;
 &lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/images/htxacgcc.webp"
 onerror="this.onerror=null;this.src='https://ivonblog.com/images/cannotloadimage.avif'"
 width="886"
 height="916"&gt;&lt;/figure&gt;
&lt;figure&gt;
 &lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/images/t.webp"
 onerror="this.onerror=null;this.src='https://ivonblog.com/images/cannotloadimage.avif'"
 width="712"
 height="845"&gt;&lt;/figure&gt;&lt;/p&gt;

&lt;h2 class="relative group"&gt;Scope
 &lt;div id="scope" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#scope" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;This dataset mainly covers titles such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;mainstream Japanese anime&lt;/li&gt;
&lt;li&gt;non-hentai / non-porn anime&lt;/li&gt;
&lt;li&gt;ecchi anime and fanservice-heavy shows&lt;/li&gt;
&lt;li&gt;anime with visible nipple scenes&lt;/li&gt;
&lt;li&gt;bath scenes, changing scenes, swimsuit episodes, and other suggestive scenes&lt;/li&gt;
&lt;li&gt;TV, Blu-ray, OVA, and streaming versions when the differences are relevant&lt;/li&gt;
&lt;li&gt;titles where episode numbers, character names, and scene categories can be organized as metadata&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This list began as a private project on my personal website around November 2021. I slowly collected information from multiple sources and organized it into tables, including anime titles, episode numbers, character names, and scene notes.&lt;/p&gt;
&lt;p&gt;I have checked more than 200 anime titles while working on this project, but this kind of information is scattered across old blogs, forums, wikis, imageboards, personal notes, and random comments from people who somehow remember the exact episode where the censorship disappeared. There are still missing entries and errors.&lt;/p&gt;</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://ivonblog.com/en-us/posts/ecchi-fanservice-anime-list-specification/featured.webp"/></item><item><title>Ubunchu! Learn Linux Through Manga and Understand Free Software Community Culture</title><link>https://ivonblog.com/en-us/posts/ubunchu-manga-review/</link><pubDate>Tue, 10 Feb 2026 16:00:00 +0800</pubDate><author>infoivonblog.nkfjt@aleeas.com (Ivon Huang)</author><guid>https://ivonblog.com/en-us/posts/ubunchu-manga-review/</guid><description>&lt;!-- Co-translated by ChatGPT --&gt;
&lt;p&gt;The world&amp;rsquo;s first! Ubuntu school romantic comedy manga.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ubunchu!&lt;/em&gt;, whose Chinese translation calls it Wubangchu, is a manga drawn by Japanese manga artist 瀬尾浩史. It was once serialized in Ubuntu Magazine Japan and has now ended.
&lt;figure&gt;
 &lt;img
 class="my-0 rounded-md"
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 alt=""
 src="https://ivonblog.com/en-us/posts/ubunchu-manga-review/images/ubunchu.webp"
 onerror="this.onerror=null;this.src='https://ivonblog.com/images/cannotloadimage.avif'"
 width="363"
 height="139"&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;The manga introduces the Ubuntu system in a light and humorous tone. Whether you are a newbie or an old hand, you can experience the fun of Linux from it.&lt;/p&gt;
&lt;p&gt;It does not use the technique of operating system anthropomorphism (OS-tan). Instead, it truly acts out how Linux is used in daily life.&lt;/p&gt;
&lt;p&gt;This manga was published in 2009. The system that appears in the manga is roughly from the Ubuntu 9.04 era, and later the heroine spends an entire day and night upgrading to Ubuntu 9.10. Perhaps because of trademark issues, the manga uniformly calls Ubuntu Ubunchu?&lt;/p&gt;
&lt;p&gt;Although it is old, the things it talks about are still applicable today! For example, GNOME still occasionally fights with X Server and crashes. ( &lt;del&gt;Just cut X11 support directly and switch to Wayland, then you do not have to worry about this problem&lt;/del&gt; )&lt;/p&gt;
&lt;p&gt;Compared with Linux comics drawn by Daniel Stori and xkcd, &lt;em&gt;Ubunchu!&lt;/em&gt; does not talk about too many technical things. It mainly talks about Linux and free software community culture, as well as the real-world difficulties encountered when promoting Linux to Windows users.&lt;/p&gt;

&lt;h2 class="relative group"&gt;1. Ubunchu! Characters
 &lt;div id="1-ubunchu-characters" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#1-ubunchu-characters" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;如月あかね: President of the System Administration Club. A fanatical Unix believer who prefers browsing the internet from the command line and did not know desktop graphical systems existed until high school.
&lt;img src="images/akane1.webp" width=400&gt;&lt;/p&gt;
&lt;p&gt;御堂マサト: A Windows user, vice president of the System Administration Club, and Kisaragi&amp;rsquo;s archenemy.
&lt;img src="images/masato.webp" width=400&gt;&lt;/p&gt;
&lt;p&gt;椎名里沙: A Macintosh user and natural airhead, but also the first person to promote Ubuntu to the club members.
&lt;img src="images/risa.webp" width=400&gt;&lt;/p&gt;
&lt;p&gt;篠崎あきは: President of the Computer Science Club, opposed to free software solutions.&lt;/p&gt;

&lt;h2 class="relative group"&gt;2. Resources for Reading Ubunchu! Online
 &lt;div id="2-resources-for-reading-ubunchu-online" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2-resources-for-reading-ubunchu-online" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Official website of the manga&amp;rsquo;s original author: &lt;a href="https://www.aerialline.com/comics/ubunchu/" target="_blank" rel="noreferrer"&gt;うぶんちゅ！ - 株式会社 架空線&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This manga is released under the CC BY-NC-SA 2.0 license, and users may freely modify and share it.&lt;/p&gt;
&lt;p&gt;English translations (the translators obtained authorization from the original author):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://seotch.wordpress.com/ubunchu/" target="_blank" rel="noreferrer"&gt;Ubunchu! | AERIAL LINE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sirtetris.gitlab.io/ubunchu-translation/" target="_blank" rel="noreferrer"&gt;Ubunchu! translation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Chinese fan-translation resources online are incomplete.&lt;/p&gt;

&lt;h2 class="relative group"&gt;3. Episode Summaries of Ubunchu!
 &lt;div id="3-episode-summaries-of-ubunchu" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#3-episode-summaries-of-ubunchu" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Although this manga series can be freely reposted, for length reasons I only include the covers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Episode 1: Ubunchu Appears!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;うぶんちゅがやって来た！
&lt;img src="images/01.webp" width=400&gt;&lt;/p&gt;
&lt;p&gt;Linux CLI hardcore faction vs. Windows user vs. Mac user.&lt;/p&gt;
&lt;p&gt;Unexpectedly, it is the Mac user who first wants everyone to try Ubuntu? By the end, even the Linux CLI hardcore faction is shocked by Ubuntu&amp;rsquo;s friendly interface.&lt;/p&gt;
&lt;p&gt;As long as you have Wine, you can even play Windows bishoujo games!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Episode 2: CLI and the Little Sprites&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ＣＵＩとコビトとお姉さま
&lt;img src="images/02.webp" width=400&gt;&lt;/p&gt;
&lt;p&gt;Introduces Linux command-line concepts.&lt;/p&gt;
&lt;p&gt;In this episode, Shiina Risa treats Linux commands as little sprites working inside the computer, and the Linux desktop environment GNOME happens to mean a small sprite in English.&lt;/p&gt;</description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://ivonblog.com/en-us/posts/ubunchu-manga-review/featured.webp"/></item></channel></rss>