<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-07-08T07:36:25+00:00</updated><id>/feed.xml</id><title type="html">Blog of Akira Taguchi</title><subtitle>This is a hacker&apos;s blog. The author is Akira Taguchi. The posts are meant to act as troubleshooting help for anyone coming across this blog via keywords.</subtitle><entry><title type="html">How to install Windows</title><link href="/misc/2024/01/14/how-to-install-windows.html" rel="alternate" type="text/html" title="How to install Windows" /><published>2024-01-14T00:00:00+00:00</published><updated>2024-01-14T00:00:00+00:00</updated><id>/misc/2024/01/14/how-to-install-windows</id><content type="html" xml:base="/misc/2024/01/14/how-to-install-windows.html">&lt;p&gt;Hello everyone. Today I will show you how to install Windows. Unironically. Let me know if you had any TILs or if you think I missed something. This is how I setup my Windows.&lt;/p&gt;

&lt;p&gt;Windows machines need to be cleaned every now and then due to how it’s built, unlike GNU. My reason today was not however a routine formatting of the C drive. Finland’s worst &lt;a href=&quot;https://en.wikipedia.org/wiki/Foam_weapon&quot;&gt;bofferer&lt;/a&gt;, my friend just bought a 2tb nvme m.2 ssd. My setup so far has been os on nvm2, games and software on sata ssd and important/large files on hdd. I got tempted by satan and bought a pcie gen4 nvme 2tb ssd. Because nvme m.2 uses four lanes of pcie i just got a speed boost of around 2x so my nvme is around 8gbps fast. The amount of hentai i will transfer from my pc to my oculust quest 2 will be immaculate.&lt;/p&gt;

&lt;p&gt;After making my usb stick bootable with the help of windows installation assistant I started installing it. Apparently Windows N and KN versions mean (maybe) “No multimedia” and “Korea No multimedia”.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;These editions of Windows exist entirely for legal reasons. In 2004, the European Commission found Microsoft had violated European antitrust law, abusing its monopoly in the market to hurt competing video and audio applications. The EU fined Microsoft €500 million and required Microsoft to offer a version of Windows without Windows Media Player. Consumers and PC manufacturers can choose this version of Windows and install their preferred multimedia applications without Windows Media Player also being present. It’s not the only version of Windows offered in the European Union—it’s just an option that has to be available. This is why the “N” editions are only available in Europe.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Also it turns out choosing a name for your PC is as difficult as choosing your starter Pokémon. I will go with Stallmachine.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/stallman.jpg&quot; alt=&quot;richard stallman sleeping&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I thought the installation would take as long when it 15 years ago on my Windows 7. I wasn’t expecting an all-nighter but at least a few minutes. For this I bought Jany Austen’s Pride and Prejudice. Look at how lovely the cover made by &lt;a href=&quot;https://solmu.nu/&quot;&gt;Elina Warsta&lt;/a&gt; is!!!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/pride.png&quot; alt=&quot;Pride and Prejudice cover&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I read it for a few minutes then I got reminded of the 8gbps speed of my new nvme. The thing had already finished.&lt;/p&gt;

&lt;p&gt;Allow all tracking and dev logs because sustainability. Reminder for myself to change my insecure Microsoft and Google passwords to something longer and more easily typable. Apparently I’ve set 1600 dpi to my mouse’s internal memory so luckily it stayed that way.&lt;/p&gt;

&lt;p&gt;We’re now inside Windows 11. Install Chrome. Nice to know that Edge doesn’t edge anymore how one should stay with Edge when trying to download Chrome.&lt;/p&gt;

&lt;p&gt;Set dark theme because &lt;a href=&quot;https://dl.acm.org/doi/pdf/10.1145/3458864.3467682&quot;&gt;sustainability&lt;/a&gt; and &lt;a href=&quot;https://www.kinandcarta.com/en/insights/2023/09/does-dark-mode-win-on-sustainability-and-accessibility/&quot;&gt;inclusivity&lt;/a&gt; reasons. Install Geforce Experience and drivers from mobo manufacturer site. Clean up taskbar. Remove bloat software. Enable autologon from sysinternals. Install 7-zip because autologon was zipped because I was taught in a malware analysis and reverse engineering class that Windows’ unzipper works with Windows Defender so it might be lossy. Remove autosearch from Windows search into Edge. Use these registry scripts I crafted if you want to. Uninstall script provided as well if it doesn’t work out for you.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/disableSearchBoxSuggestions.reg&quot;&gt;DisableSearchBoxSuggestions&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/removeDisableSearchBoxSuggestions.reg&quot;&gt;removeDisableSearchBoxSuggestions&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wtf mouse acceleration is on by default. Disable it. Screensaver time is apparently very short. Blacken screen in 5 hours. Suspend never due to torrent reasons. Create symlinks from my home to my harddrive with powershell so that, eh never mind maybe I’ll just show what I’ve done so you understand what I’ve done.&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-powershell&quot; data-lang=&quot;powershell&quot;&gt;&lt;span class=&quot;n&quot;&gt;New-Item&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-ItemType&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SymbolicLink&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Path&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;.\Musiikki\&quot;&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Target&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;D:\Musiikki\&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;err&quot;&gt;`&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;New-Item&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-ItemType&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SymbolicLink&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Path&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;.\Kuvat\&quot;&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Target&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;D:\Kuvat\&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;err&quot;&gt;`&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;New-Item&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-ItemType&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SymbolicLink&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Path&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;.\Videot\&quot;&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Target&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;D:\Videot\&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;err&quot;&gt;`&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;New-Item&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-ItemType&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;SymbolicLink&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Path&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;.\Tiedostot\&quot;&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;nt&quot;&gt;-Target&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;D:\Tiedostot\&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;&lt;img src=&quot;/assets/homefolders.png&quot; alt=&quot;windows home folder symlinks&quot; /&gt;&lt;/p&gt;

&lt;p&gt;One blue screen later my Windows 11 basic installation is now finished. I will install lots of bloat like &lt;a href=&quot;https://soundswitch.aaflalo.me/&quot;&gt;SoundSwitch&lt;/a&gt;, emulators, programming tools and what not but this is what peak Windows looks like.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/windows.png&quot; alt=&quot;Windows desktop&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Did I miss anything? Lemme know.&lt;/p&gt;</content><author><name></name></author><category term="misc" /><summary type="html">Hello everyone. Today I will show you how to install Windows. Unironically. Let me know if you had any TILs or if you think I missed something. This is how I setup my Windows.</summary></entry><entry><title type="html">Hello, Blog!</title><link href="/misc/2023/12/31/hello-blog.html" rel="alternate" type="text/html" title="Hello, Blog!" /><published>2023-12-31T00:00:00+00:00</published><updated>2023-12-31T00:00:00+00:00</updated><id>/misc/2023/12/31/hello-blog</id><content type="html" xml:base="/misc/2023/12/31/hello-blog.html">&lt;p&gt;Hello, Jekyll! I’ll keep this short since my fuse has been burnt ages ago with this framework. This blog post is about the journey I went through just to get a simple blog, that is not Blogger, up and running.&lt;/p&gt;

&lt;p&gt;For some reason I spent one week doing this: &lt;a href=&quot;https://jekyllrb.com/docs/step-by-step/01-setup/&quot;&gt;https://jekyllrb.com/docs/step-by-step/&lt;/a&gt;. Turns out this is just a way to teach the developer to use Jekyll bare bones without default themes. I spawned a few issues and one pull request regarding the process because it turns out Jekyll isn’t as polished as I thought it would be. Deploying to GitHub Pages was also painful. If the reader is in the same situation know you are not alone.&lt;/p&gt;

&lt;p&gt;If someone knows how to make this site a SPA let me know.&lt;/p&gt;

&lt;p&gt;I wonder if Matz has any plans to make Ruby a greener language.&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-ruby&quot; data-lang=&quot;ruby&quot;&gt;&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;print_hello&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;puts&lt;/span&gt; &lt;span class=&quot;s1&quot;&gt;&apos;Hello, #{name}!&apos;&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;end&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;print_hello&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&apos;Ruby&apos;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;All in all setting up Jekyll and Minima has been pretty painful. I’m glad that for instance Open Source Security Podcast has had the same issues with Jekyll.&lt;/p&gt;

&lt;iframe style=&quot;border-radius:12px&quot; src=&quot;https://open.spotify.com/embed/episode/22YzYNgtUWHIzKbuq2q5JF?utm_source=generator&amp;amp;t=692&quot; width=&quot;100%&quot; height=&quot;352&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot; allow=&quot;autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture&quot; loading=&quot;lazy&quot;&gt;&lt;/iframe&gt;</content><author><name></name></author><category term="misc" /><summary type="html">Hello, Jekyll! I’ll keep this short since my fuse has been burnt ages ago with this framework. This blog post is about the journey I went through just to get a simple blog, that is not Blogger, up and running.</summary></entry></feed>