Introduces recommended extensions that dramatically streamline browsing in Google Chrome and Microsoft Edge, including mouse gestures, ad blockers, DeepL translation, and using ChatGPT in the sidebar.
We introduce basic usage of 'egui', a GUI library that can be easily handled in Rust. We explain the simple steps from cloning a template from GitHub to launching and executing a sample app with the cargo run command.
Explains a simple method to update rustc, the Rust compiler, to the latest version. By just running the single command `rustup update` in the terminal or command prompt, you can update everything at once, including related components.
Are you troubled by a periodic 'crackling' noise while using the YAMAHA AG03? This article clearly explains the specific steps to completely eliminate the noise by installing and updating the official USB driver. Let's regain a comfortable audio environment!
Introduces recommended PC peripherals that dramatically increase work efficiency, loved by active engineers. Includes long-lasting capacitive contactless keyboards, trackball mice that reduce wrist fatigue, and high-resolution 4K wide displays.
Introducing 'FONTPLUS (fontplus.jp)', a service where you can introduce high-quality paid Web fonts. The appeal is that all fonts can be used for 1,100 yen per month, and it also supports operation across multiple sites.
We explain how to enable directly writing and using HTML tags within the Markdown articles of the static site generator Hugo. It is completed simply by adding the unsafe setting of markup.goldmark.renderer to config.toml.
Our project is recruiting GitHub sponsors. The funds provided by your support will be carefully utilized as activity expenses to provide better software, such as developing useful tools and obtaining code signing certificates.
We explain how to create 'buttons', the basics of GUI applications, using the standard Windows API (Win32 API) and how to implement event handling for clicks (WM_COMMAND messages) with sample code.
A review article about purchasing a used ThinkPad T470s for remote work. Introduces the actual usability, including the specs and condition of the Core i7, 24GB RAM, and WQHD display, as well as dissatisfactions such as the keyboard layout.
Explains how to easily make a remote desktop connection using TeamViewer. Also introduces handy tips to automate and streamline connections with shortcuts by specifying IDs and passwords from the command line.
We present a carefully selected collection of inspiring quotes from historical figures and celebrities such as Steve Jobs and Laozi. Find hints to enrich your life and daily routine by learning from the wisdom of predecessors through words that serve as life lessons and maxims to boost motivation.
Introduces handy web-based graph editors that let you easily create charts and graphs just by entering numbers in your browser. Details features like moving elements via mouse, creating directed graphs, and downloading created graphs as PNG images.
Explains how to solve the traveling salesperson problem (TSP) using the computer algebra system Mathematica. Introduces the procedure to create a distance matrix between cities using the SparseArray function and find the shortest route with FindShortestTour.
Explains how to check all checkboxes on a web page at once. Introduces the JavaScript code to run in Chrome's DevTools console and the steps to create a convenient bookmarklet that allows you to select or deselect all with a single click.
We introduce fascinating mathematical formulas that let you feel the depth and beauty of mathematics, such as Wilson's Theorem, Euler's Formula, Fermat's Last Theorem, and the Basel Problem. Please take a look at these moving and beautiful formulas that are simple yet represent the truth of the world.
Explains how to install apps from the command line using 'WinGet', the Windows 11 package manager. Introduces the steps to quickly deploy and manage major software like Chrome, VSCode, and Slack via the command line.
Explains the main features of the programming language 'Rust' developed by Mozilla in an easy-to-understand manner. Introduces the reasons why it is chosen, such as high-speed performance, no garbage collection, memory safety through ownership and borrowing, and cross-platform compatibility.
We explain how to dynamically set environment variables within GitHub Actions workflows. Taking the Windows environment as an example, we introduce the procedure to write to '$env:GITHUB_ENV' and specific examples of referencing the variables in subsequent steps to utilize them for release creation.
A simple explanation of how to delete tags that are no longer needed in Git. Covers everything from local tag deletion using 'git tag -d' to deleting tags on the remote repository using 'git push origin --delete'.