Public

Public

1387 bookmarks
Custom sorting
Same audiobooks. Different story.
Same audiobooks. Different story.
Libro.fm makes it possible for you to buy audiobooks directly through local bookstores.
·libro.fm·
Same audiobooks. Different story.
Places on the web – Manu
Places on the web – Manu
I was walking the dog this morning and I was reflecting on how the things we build on the digital world seem to mirror what we build on the physical …
·manuelmoreale.com·
Places on the web – Manu
Building a Steampipe Plugin — and Powerpipe Dashboards — for WordPress
Building a Steampipe Plugin — and Powerpipe Dashboards — for WordPress
“Users of the WordPress API may enjoy the abstraction — and standardization — that a SQL interface provides. If you need to query multiple WordPress sites, Steampipe’s connection aggregator w…
·blog.jonudell.net·
Building a Steampipe Plugin — and Powerpipe Dashboards — for WordPress
YTCH
YTCH
Watch Youtube Channels
·ytch.xyz·
YTCH
Choose your fighte…billionaire!
Choose your fighte…billionaire!
M.G. Siegler: A Time to Kill... Xitter This has all been instituted under the guise of free speech, but that is, of course, bullshit. If Xitter wants to be the haven of truly free speech, it should be a completely open source and un-monetized network that no single company
·birchtree.me·
Choose your fighte…billionaire!
Guide: Using Syncthing with Retro Handhelds
Guide: Using Syncthing with Retro Handhelds
Last updated: 11AUG2024 (see Changelog for details) Syncthing is a powerful peer-to-peer file synchronization service, available on a variety of platforms. In this guide I’ll walk you through…
·retrogamecorps.com·
Guide: Using Syncthing with Retro Handhelds
Lapce
Lapce
Lightning-fast and Powerful Code Editor
·lapce.dev·
Lapce
enable cross-origin resource sharing
enable cross-origin resource sharing
CORS support site
# # Wide-open CORS config for nginx # location / { if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; # # Custom headers and headers various browsers *should* be OK with but aren't # add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; # # Tell client that this pre-flight info is valid for 20 days # add_header 'Access-Control-Max-Age' 1728000; add_header 'Content-Type' 'text/plain; charset=utf-8'; add_header 'Content-Length' 0; return 204; } if ($request_method = 'POST') { add_header 'Access-Control-Allow-Origin' '*' always; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always; add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always; } if ($request_method = 'GET') { add_header 'Access-Control-Allow-Origin' '*' always; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always; add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always; } }
·enable-cors.org·
enable cross-origin resource sharing