Public

884 bookmarks
Custom sorting
Turn off macOS screenshot floating thumbnail
Turn off macOS screenshot floating thumbnail
The floating thumbnail thing that's how macOS screenshots work now is really quite annoying. This tweet contains handy information on how to turn it off.
twitter.com
Turn off macOS screenshot floating thumbnail
fselect: Find files with SQL-like queries
fselect: Find files with SQL-like queries
Handy-looking alternative to find, which a SQL-like language for querying what's found. Handles .gitignore files so there's no going into places you don't want it to.
github.com
fselect: Find files with SQL-like queries
Set the hostname/computer name for macOS
Set the hostname/computer name for macOS

I've had an issue with a Macbook Pro on one particular network where, even though I've set the computer name via system preferences, in the terminal (and via hostname) it's showing as the network-generated name.

This seems to help tidy things up.

apple.stackexchange.com
Set the hostname/computer name for macOS
emacs-piper
emacs-piper
Package for using Emacs in a more shell-like way, but while doing it in a very Emacs-like way. Contains interactive tools for pipeline manipulation, as well as a scripting language, of sorts
gitlab.com
emacs-piper
awesome-for-beginners: A list of awesome beginners-friendly projects.
awesome-for-beginners: A list of awesome beginners-friendly projects.
A great repo that contains a list of projects that encourage beginners (in programming, in some language, or perhaps even in a problem domain) to work on issues. All have some sort of "low-hanging fruit" tag for issues that would be a good place to build confidence in contributing.
github.com
awesome-for-beginners: A list of awesome beginners-friendly projects.
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
Very handy solution to the problem of making a project you're working on available to its own tests. While this tends not to be an issue for linting from the command line (I use a Makefile and sort the PYTHONPATH when doing the linting), but from within Emacs with flycheck it can be more awkward.
stackoverflow.com
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
How to remove condescending language from documentation
How to remove condescending language from documentation
Interesting post talking about how we can improve language in documentation so that it's more inclusive. The tool that it links to is new to me. I've tried it and there's a lot of false positives, but as long as you don't take a "this should be totally lint-free" approach to using it it could help with tweaking things.
dev.to
How to remove condescending language from documentation