Latest bookmarks (page 142 of 144)
21 Sep 2023
indieweb.org
"This is a chronology of content hosting sites that have died, removing millions (billions?) of permalinks from the web. This is specifically for content hosting sites which permitted end-user posting."
21 Sep 2023
libreture.com
"A regularly updated list of online shops that sell DRM-free ebooks, digital comics and magazines."
21 Sep 2023
geminiprotocol.net
"We're not out to change the world or destroy other technologies. We are out to build a lightweight online space where documents are just documents, in the interests of every reader's privacy, attention and bandwidth."
21 Sep 2023
mangrove.reviews
Open review system similar to ODRS, but for general use instead of just software
21 Sep 2023
mapcomplete.org
"MapComplete is a platform to visualize OpenStreetMap on a specific topic and to easily contribute data back to it."
21 Sep 2023
hyperborea.org
"Google Photos won't remove GPS data from an image, but you can easily remove just the location data using a desktop or laptop."
Windows 10: File Properties. MacOS: Preview. exiftool -gps:all= FILENAMES exiftool "-gps*=" FILENAMES
Windows 10: File Properties. MacOS: Preview. exiftool -gps:all= FILENAMES exiftool "-gps*=" FILENAMES
21 Sep 2023
hyperborea.org
"You can easily tell your site to use darker colors when a visitor is using a dark theme by using CSS media queries."
:root {color-scheme: light dark} @media (prefers-color-scheme:dark) {...} @media (prefers-color-scheme:light) {...}
:root {color-scheme: light dark} @media (prefers-color-scheme:dark) {...} @media (prefers-color-scheme:light) {...}
Interesting Links