jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “http”

5 shown · updated 0s ago · read only
  1. Does it make sense to switch to a Github Alternative ? (lobste.rs)lobsters

    71 points by dhruvp in lobste.rs · 21h ago · 76 lobsters

    Github has been down consistently over the last few months - does it make sense to switch to alternatives now? When do you think majority will switch? Edit : My thoughts on this - https://dhruv2038.bearblog.dev/github-has-an-availability-problem-is-it-time-to-look-elsewhere/
    filed under askprogramming
  2. Anthropic watermarks AI output — and the AI bros yell (pivot-to-ai.com)mastodon

    41 points by @baldur@toot.cafe in infosec.exchange · 2h ago · 2 mastodon

    “Anthropic watermarks AI output — and the AI bros yell – Pivot to AI” https:// pivot-to-ai.com/2026/08/17/ant hropic-watermarks-ai-output-and-the-ai-bros-yell/ Watching all of this unfold has been kind of funny.
  3. Why does the Content-Security-Policy settings in web.config have no effect? (stackoverflow.com)stack

    8 points by Edward Tanguay in stackoverflow.com · 8y ago · stack

    In a small ASP.NET MVC test application, I added the appropriate httpProtocol code to the web.config file, as described in this article : <system.webServer> <handlers> <remove name="BlockViewHandler"/> <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode"…