Why Non Engineers Should Use Markdown

Introduction Have you ever heard of Markdown? It’s a text language and file format that allows you to express the structure of a document using simple symbols. Engineers and people in technical fields are usually familiar with it, but it’s not widely used outside those circles. However, Markdown is rapidly becoming a practical and powerful tool for everyone. That’s why I decided to jot down my thoughts about it. Markdown and Plain Text Markdown is a type of plain text. ...

Posted: 2025-05-03 · 101ta28

Tried Using ChatGPT Pro

Summary 30,000 JPY per month is expensive, but it’s worth it. Especially, having 100 uses of Deep Search per month is amazing. Introduction On February 5, 2024, OpenAI released Deep Search. It seemed useful, but the ChatGPT Plus plan only allows 10 uses per month. Since that limit felt too restrictive, I decided to subscribe to the ChatGPT Pro plan (cutting down on food expenses to afford it). The Value of ChatGPT Pro One major advantage is the relaxed usage limits for models. ...

Posted: 2025-03-11, Updated: 2025-03-15 · 101ta28

How to Lower the Bar for Output

When writing technical blogs or articles, I often feel that the hurdle is high. Here, I will list the factors that make output difficult and suggest some improvements. Factors That Raise the Bar There are four main factors that make output feel difficult: Accuracy Overlap with existing articles Lack of ideas for output Writing skills I will summarize each factor below. Accuracy This is a commonly discussed hurdle. It is closely related to the fear of being criticized or “called out.” ...

Posted: 2025-02-03 · 101ta28

The Importance of Slowing Down in an Accelerating Modern World

Introduction This article is being written on a day off. However, I’ve spent most of it sleeping. The duration of my sleep is as shown in the image below: I slept for nearly half a day. It’s not that I’m feeling unwell, but I just couldn’t find the energy to do anything. I feel more exhausted now than I used to in the past. ...

Posted: 2024-12-22, Updated: 2026-07-14 · 101ta28

Tried Using MarkItDown

About MarkItDown On December 14, 2024, Microsoft released something interesting. It’s a software called MarkItDown. It’s a tool that converts various files into the Markdown format. Quoting from the official repository , the formats that can be converted are: - PDF (.pdf) - PowerPoint (.pptx) - Word (.docx) - Excel (.xlsx) - Images (EXIF metadata, and OCR) - Audio (EXIF metadata, and speech transcription) - HTML (special handling of Wikipedia, etc.) - Various other text-based formats (csv, json, xml, etc.) - ZIP (Iterates over contents and converts each file) As you can see, it handles a wide variety of files. ...

Posted: 2024-12-18, Updated: 2025-06-17 · 101ta28

Use uBlacklist to Do Your Search

Introduction Many people rely on search engines when conducting research. However, search results can be a mixed bag, ranging from genuinely useful resources to ad-laden, low-quality sites. I’ve shared techniques for finding the gems amidst the clutter in Struggling with “Just Google It” Advice . But how do we filter out the junk from the results? Let me introduce a tool I personally use. About uBlacklist uBlacklist is a browser extension that filters search engine results. ...

Posted: 2024-12-15, Updated: 2026-07-14 · 101ta28

Are There Differences Between Urban and Rural Engineers?

Introduction I recently came across a post on X (formerly Twitter). It described how a company that previously claimed to be fully remote had started requiring employees to come into the office. Reading posts about the challenges faced by people working in rural areas, I reflected on my own experiences as someone working at a “rural” university and as an engineer. This article isn’t about labeling urban or rural areas as inherently good or bad. I hope readers will keep this in mind while reading. ...

Posted: 2024-12-14, Updated: 2026-07-14 · 101ta28

No NVIDIA Runtime Found in Docker on Ubuntu 24.04

I wanted to run a local LLM using Docker to deploy Ollama and Open WebUI. Since my machine has a GPU, I documented the steps to integrate Docker (containers) with the GPU. Conclusion Avoid using Docker Desktop. Switching to Docker Engine resolved the issue. This post skips over the installation of NVIDIA drivers and the NVIDIA Container Toolkit (formerly NVIDIA Container Runtime). Failure Case: Using Docker Desktop Initially, I installed Docker Desktop. ...

Posted: 2024-12-04, Updated: 2026-07-14 · 101ta28

For Those Struggling with 'Just Google It' Advice

Introduction When using the internet, you can’t avoid searching for information. Whether you’re a student, a professional, or in any role, you’ll likely need to look things up. In today’s era, where AI like ChatGPT is becoming ubiquitous, I believe “searching skills” are more important than ever. Let me use an example. Imagine you run into a problem and ask someone for advice. How many of you have been told, “Just Google it”? ...

Posted: 2024-11-21, Updated: 2026-07-14 · 101ta28

Setup Guide for Engineers Using Windows

Software Guide Customizing the Taskbar Open the Settings app. Navigate to Personalization and select Taskbar. Adjust the taskbar items (recommend hiding Search, Copilot, Task View, and Widgets). Select Taskbar behaviors. Set Taskbar alignment to Left. Turn Show taskbar on all displays to ON. Set When using multiple displays, show my taskbar apps on to Taskbar where the window is open. Enable Show seconds in system tray clock. Enabling Clipboard History Press Windows + V. Click Turn on. You can now access up to 25 items copied to the clipboard. ...

Posted: 2024-11-19, Updated: 2026-07-14 · 101ta28