jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “.net”

2 shown · updated 1m ago · read only
  1. "But Libraries also destroy books, AI critics are so dumb!!11" a) Libraries make sure to not destroy the last copies of rare books b) "someone else does the thing you criticise" i… (tldr.nettime.org)mastodon

    519 points by @tante@tldr.nettime.org in mastodon.social · 2h ago · 8 mastodon

    "But Libraries also destroy books, AI critics are so dumb!!11" a) Libraries make sure to not destroy the last copies of rare books b) "someone else does the thing you criticise" is not a good legitimization for the bad thing
  2. Resolving IConfiguration with environment-specific AppSettings.json (stackoverflow.com)stack

    14 points by Tanveer Haresh in stackoverflow.com · 17mo ago · stack

    I have two settings files appsettings.json and appsettings.Development.json. I am navigating between them by putting this code in Program.cs if (Debugger.IsAttached) { configBuilder .SetBasePath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) .AddJsonFile("appse…