#TIL On the Safari start page on iOS there’s an edit tab at the bottom where you can disable sections like suggestions.
#TIL On the Safari start page on iOS there’s an edit tab at the bottom where you can disable sections like suggestions.
#TIL fuser -k 8747/tcp returns the process that can be killed in its output.
#TIL The order of rsync parameters are significant. --include / --exclude act on each other.
#til Also on the subject of Firefox, there are some amazing #Firefox tab management add-ons out there:
Remembered about this hidden browser.compactmode.show Firefox about:config setting, enabled it in Customize toolbar... and added a few tweaks to my userChrome.css file. Considering the browser is open all day for me, it's worth optimising the environment a little for open tabs. #til #firefox
Sitemaps can be in XML sitemap, RSS, or Atom formats.
#til In #Godot when you attach a node with a scale as a child of one that doesn't support scale (Node vs Node2D for example), there is a flicker as the card is rescaled. Convert the node to a scale supporting type to fix this.
#til In Godot, if a scene is instantiated at design time and a child is added to it, does the child belongs to the scene whose tree is currently open, or the scene it's attached to?
#til In Godot, when you have a project containing a node MyNode that is a scene itself, and MyNode contains two child nodes within the scene and one is added as a child of MyNode in the project, the number of get_children() that a script belonging to the root node of the MyNode scene returns is 3. #godot
#TIL Deleted files can be restored in JetBrains products' Local History feature, such as PHPStorm.
Macos' patch command is outdated and doesn't work with some modern patches. Homebrew has a gpatch (GNU's patch) which is up to date and the composer PHP utility takes advantage of this automatically if it's installed. #til