You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get bookmarks directly from firefox places.sqlite WIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quick curl, jq, fzf script to search for a Nerd Font icon glyph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To run a python script which has dependencies, with uv without extra steps, just execute it.
#!/usr/bin/env -S uv run --script# /// script# dependencies = [<array of string names of required modules>]# ///# and the rest of the script goes here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Monty Python meets MadMax in this fully interactive journey. <a href="http://www.hanazuki.com" target="_blank">Hanazuki</a> studio created this trippy experience websit
How to set overscan on MacOS Displays when the slider is missing
How to set overscan on MacOS Displays when the slider is missing?
When I connect a monitor or TV to my Mac. Usually I have an overscan slider in the Display Preferences. However sometimes, it's not there. Ironically, this always seems to happen when the screen needs overscan adjustment.
Thankfully it's not impossible to fix the issue.
I haven't found much useful information on this, the difficulty level is quite high, we will need to use the terminal. Open spotlight and type Terminal, press enter and you'll get an imposing Terminal window, with a flashing cursor and not much else. We'll come back to that in a moment or two.
Hi all, Please consider donating to this or any of my many of opensource projects.
How To run PassFF for Firefox on Windows
Getting it running on Windows is fairly simple, but the browser extension PassFF with its host script, PassFF host didn't work for me after running the installer install_host_app.bat file.
I found gopass which is a Go implementation of the original pass script, and seems to be 100% compatible.