Tag: tips

41 posts
Adult Creators icon
Adult Creators
adultcreators.offprint.app

BlueSky for Adult Creators

An introductory guide to BlueSky and all it's many features for adult creators.

Jul 21, 2026

Cargo scripts are also manifests

Cargo scripts are single-file packages written in Rust. They are also valid Cargo manifests for built-in and popular commands like clippy.

Jun 8, 2026
Mac版鳴潮の追加DLデータを外部ディスクに移す方法
灰羽デキ
mochott.site/@hibernatr.bsky.social

Mac版鳴潮の追加DLデータを外部ディスクに移す方法

クソデカ容量のゲームの為、追加DL分が内部ディスクに入らないよ!という場合に備えて

Mar 28, 2026

Cleaning up Rust made easier

Changes in WSL appear to have made shrinking a VHDX containing a WSL distro easier. These are new, simpler instructions for cleaning up rust and shrinking a distro.

Mar 21, 2026
Extract text from image
A
Ann Learning
ann-learning.pckt.blog

Extract text from image

A great way to extract text from image - OpenCode Kimi K2.5

Feb 15, 2026

Lifestyles of the Burntout and Struggling

Feeling stressed and tired all the time due to the struggles of being a full time content creator, social media manager, photo and video editor, etc etc etc? Check out our top tips on how to combat burnout as an online content creator!

Feb 2, 2026
Henrique Dias icon
Henrique Dias
hacdias.com

Tips en Hulpmiddelen om Nederlands te Leren

Vandaag wil ik een paar tips en hulpmiddelen met jullie delen die mij hebben geholpen bij het leren van Nederlands. Ik heb de afgelopen jaren hard gewerkt aan mijn Nederlands, en ik heb al een tijdje geleden mijn B2-diploma gehaald. Dus ik snap dat het niet altijd makkelijk is, en ik hoop dat dit artikel nuttig kan zijn.

Aug 7, 2025
Guhit Dalisay 🍃 구힡 달리새 icon
Guhit Dalisay 🍃 구힡 달리새
greengale.app/youronly.one

TiddlyWiki Legibility Tip: font-size

Enhancing your TiddlyWiki legibility

Jul 22, 2025

Cross-compiling x64 on Aarch64

How to support cross-compiling -sys crates for x64 (x86_64) on Ubuntu 24.04 aarch64 (arm64) in WSL2.

May 10, 2025

Cleaning up Rust

Tips for cleaning up after Rust, which can consume a lot of disk space.

Mar 1, 2025
P
Personal blog
segunfamisa.com

Selectively running Android UI tests

Notes about selectively running instrumentation tests on Android

Dec 13, 2024
ben blogs icon
ben blogs
benharri.org

Thunderbird Fonts & Colors

Saving this as a post here for my future reference. The key to getting the “default” fonts to apply to plain-text (and all mails with the allow messages to use other fonts setting off) is also changing the fonts for Other Writing Systems. Why is it like this? Who knows! This answer brought to you by a semi-not-recent reddit thread. [–]Yukness   2 points 3 years ago The display fonts are set in the Advanced section of Language & Appearance in Options. Did you set the fonts with Fonts for-Other Writing Systems? If not, that might explain why Unicode plain […]

Sep 4, 2024
P
Personal blog
segunfamisa.com

Analyzing your Gradle dependencies

How to analyze your Gradle dependencies

Mar 14, 2024
Henrique Dias icon
Henrique Dias
hacdias.com

No Space Left on Device

I think that most of us that deal with Docker have, at some point, being confronted with the message "no space left on device". Well, that is what happened to me this morning: I woke up, looked at my phone, and had three alerts since 2am that there was no space left on device. Miniflux was down because PostgreSQL goes automatically into recovery mode, but other that than, everything was still up and running.

Jan 10, 2024
ben blogs icon
ben blogs
benharri.org

Mastodon Admin Notes

Some handy stuff for mastodon administration

Nov 14, 2023
ben blogs icon
ben blogs
benharri.org

tilde.team subdomains as bluesky handles

Use tilde.team for your bluesky handle

Oct 9, 2023
ben blogs icon
ben blogs
benharri.org

WordPress block theme fragment offset

A quick fix for the #id offset in the wordpress block editor

Oct 5, 2023
ben blogs icon
ben blogs
benharri.org

git diff-highlight

Diff output from git can be hard to read. Luckily there’s a nice tool bundled with git that can help us out. Enter diff-highlight, a little perl script found in git’s contrib directory. From its own documentation: [diff-highlight] post-processes the line-oriented diff, finds pairs of lines, and highlights the differing segments. diff-highlight is shipped in a default git install but it needs to be bundled and added to your $PATH. Here’s how to do it on debian: Now you can pipe git’s diff output to to diff-highlight to get a better view of what actually changed. Optionally, you can configure […]

Jul 20, 2022
ben blogs icon
ben blogs
benharri.org

WordPress with sqlite3

Running WordPress with sqlite is a great alternative to mysql/mariadb.

Jul 6, 2022

Table formatting in GitHub CLI 2.0

Use table formatting functions in template to get the same great table output as with built-in GitHub CLI commands.

Aug 24, 2021
Henrique Dias icon
Henrique Dias
hacdias.com

Change to Custom Directory Alias With Completions in Zsh

For quite some time, I've had a helper function on my Zsh config to quickly be able to cd to specific directories.

May 30, 2021

Add aliases to GitHub CLI from stdin

Add multiline aliases or aliases with mixed quotes easily with gh version 1.10.

May 19, 2021

gh user

How to define a GitHub CLI alias to query users who can be assigned issues within the current repository.

Apr 21, 2021

Configure Multiple Clocks

Apr 16, 2021
Analyze Stack Traces in Android Studio
P
Personal blog
segunfamisa.com

Analyze Stack Traces in Android Studio

Easily jump through and analyze stack traces in Android Studio

Jun 22, 2020
ben blogs icon
ben blogs
benharri.org

Default git branch name

How to change git's default branch name

Jun 16, 2020
Debugging Android app launch by setting debug app
P
Personal blog
segunfamisa.com

Debugging Android app launch by setting debug app

Android debugging tip - attach Android Studio debugger at app start up

Apr 26, 2020
ben blogs icon
ben blogs
benharri.org

WeeChat Setup

Some tips on customizing WeeChat

Nov 16, 2018
Using sample data resources in Android Studio
P
Personal blog
segunfamisa.com

Using sample data resources in Android Studio

Use sample data resources for easy layout preview in Android Studio

Oct 1, 2018
ben blogs icon
ben blogs
benharri.org

Utteranc.es

A tool called utteranc.es to show github issues as comments on my tilde blog

Sep 5, 2018
ben blogs icon
ben blogs
benharri.org

Dotfiles

I published my dotfiles

Jul 22, 2018
ben blogs icon
ben blogs
benharri.org

git remotes with ssh aliases

Did you know that ~/.ssh/config aliases work for git remotes? ~/.ssh/config You can now use gh:username/repo as the remote in place of git@github.com:username/repo, which is much shorter and easier to type many times! git clone gh:benharri/learngit There are many other use cases for the ssh_config file. For example, here is my config for the tilde machine for easy ssh connections. Then use ssh tilde to start a new ssh session. This also works with scp: try something like this scp file.txt tilde:workspace/. in place of scp file.txt ben@tilde.team:workspace/. The ssh_config file is super useful. Check man ssh_config for a full […]

Jan 12, 2018

Installing Windows 10 With A Large USB Drive

Booting a Windows 10 installer from a 64GB USB drive on Surface Pro 3 by partitioning down to a smaller FAT32 volume with DISKPART.

Nov 24, 2017
B
Broonix Rants
rants.broonix.ca

Git commands everyone should know

Dec 30, 2016
N
Numergent
numergent.com

Tip: Uncaught Invariant Violation

Sep 26, 2016
B
Broonix Rants
rants.broonix.ca

Simple HTTP Server for any folder via python

Jul 27, 2016
N
Numergent
numergent.com

ClojureScript tip: mind the Clojure version

Jul 13, 2016
P
Personal blog
segunfamisa.com

May I have some Marshmallows, please?

Quick update on using the new runtime permissions on Android 6.0 (Marshmallow)

Jan 27, 2016
Henrique Dias icon
Henrique Dias
hacdias.com

The First Day at Your Brand New Job

You got a job! And today’s the first day, what are you going to do? Let’s make a party and make everyone dance! What? No… wait! You’re nervous, you don’t have to be. Let’s talk.

Sep 11, 2015
N
Numergent
numergent.com

Extending types from Clojure while working on the REPL

Nov 28, 2014

Doctoral Thesis Editing: Cutting Words

Mar 8, 2012