idk why but Office 2016 is still receiving updates
support.microsoft.com/en-us/topic/...
@watamario15
Fiddling with computers. Brain Wiki administrator (2021-present), Master of Information Science and Technology (2025), OUCC ex-president (2022) Mainly C/C++ (depends on what I work on) GitHub: https://github.com/watamario15 日本語: https://x.com/watamario15
idk why but Office 2016 is still receiving updates
support.microsoft.com/en-us/topic/...
Final Windows Update for Windows 7 arrived
support.microsoft.com/en-us/topic/...
Transferred to github.com/brain-hacker... with better layout (the template repository version shows "Hello, world!").
Very late happy new year from EX-word DATAPLUS
Develop your own addon (template repository): github.com/watamario15/...
If you are interested, it's fairly easy. Just install Supermium and add Bitwarden to it. This website can be reached from Windows XP Internet Explorer via HTTP (not HTTPS).
win32subsystem.live/supermium/
Windows XP can do Passkey if you try hard enough.
A way to run Ubuntu 24.04 on WSL1. Windows is an OS to hack together things.
github.com/microsoft/WS...
Finally completed the student life!!
(Done my master's thesis presentation today)
Add to /etc/postfix/main.cf to remove old SSL/TLS protocols and anonymous ciphers for Postfix:
smtp_tls_exclude_ciphers = ADH, AECDH
smtp_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
smtpd_tls_exclude_ciphers = ADH, AECDH
smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
Sometimes you must deal with a shitty vulnerability scanner for security compliance.
For SSH server, add the following line to your /etc/ssh/sshd_config (or a file under the /etc/ssh/sshd_config.d/) to remove SHA1 for HMAC:
MACs -*sha1*
latexmk has been complaining that something went wrong, but it doesn't show the exact error and the PDF looked like correctly produced. Turns out it was BibTeX producing a warning. You must individually invoke the "bibtexu" command to see the error, as latexmk clears message during retries.
Arm64 Debian always shows an error saying "The repository does not have a Release file." when you switch the mirror repository. You must manually edit the "security" line of the /etc/apt/sources.list file to security.debian.org/debian-secur...
The remarkable example is the web browser. The most secure implementation will be "stop rendering on HTML/JS/CSS syntax errors," but people don't use such a strict browser. But irresponsible continue can lead to vulnerabilities.
The most simple and elegant error handling is "emergency stop," but when you are going to build a practical software, it's really important to "continue the job without stopping on terrible input." Not an irresponsible continue, but dodge with precision.
LaTeX \url command sometimes requires you to escape the # character, maybe in footnotes?
Does the current Google Chrome on Android max out the screen brightness and make the web page dark to reflect the configured brightness and then displays images in HDR when the browser finds HDR images? It jumpscared me the first time it occurred.
I realized that I will be a member of society (an employee) and stop being a university student just 3 months later. Time passes real quick.
I'm doing this kind of thing every year since around 2017. It started as a small weird screenshot on a new year's letter and now on an SNS post.
I want to do something new for the next year, like coding on EX-word or Wii/DSi
I spent porting the master's thesis .sty file distributed by my university from pLaTeX to LuaLaTeX this end of the year. It required some fiddling but successfully got the similar rendaring result to theses from the last year.
For the contents, ahhh, maybe some time...
And this bug results in a chaos situation where Japanese texts becoming Gothic (like Sans-Serif) shape and Latin texts kept Serif shape. Moreover, some organizations think this the correct behavior. I guess these orgs don't care about document readability.
Japanese LaTeX has a weird behavior that you'll get \textbf{\textgt{}} or \bfseries\gtfamily when you do \textbf or \bfseries (so you get a gothic shape by making a mincho shape bold) without correctly configuring fonts.
And there are A LOT of Japanese .cls files that REQUIRES this bug. WTF.
It's new year in Japan. So...
*Reach every screen with Win32 API*
(Inside is "Happy new year 2025" in Japanese)
(I'm looking at some international conference that just lost a domain name by an accidental contract expire, and moved to another domain name while leaving many other conferences still point to the old domain name)
Just a brief contract expire allows phishing dealers and impersonators to steal the domain and costs you much to regain. Moreover, the fact that domain providers could suddenly hike up the fees and still require you to keep the domain at all costs shows that the system is fundamentally flawed.
Owning an internet domain allows you to have a permanent link that won't affected by some service shutdowns or URL changes, which then you can use to say "Come see this URL I'm always there!" But its high cost and vulnerable system prevents me from getting one.
When will fraudulent security software that favor mega corps and oppress small organizations/individuals get regulated?
www.jftc.go.jp/en/pressrele...
This year I authored 8 articles for the advent calendar event. It was A LOT. I anticipate I wouldn't accumulate this much topics in a short time period again. This year was a huge exception.
adventar.org/calendars/10...
While it seems Prometheus is much more sophisticated, Grafana requires much more hassle to set up (Prometheus installation is just putting a small config). This may be a good example that the UI is the most complicated portion of software systems.
They sound "This is North Korea's crime so we can't do anything!" which is predictable but concerning. However, the fact that computer literate people are investigating computer crimes itself is wonderful.
(Or, the fact that it wasn't in the past is terrible.)