Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
TIL
TIL: 3 general approaches language models use
How one word relates to another and in which context it can be used. If this can be calculated precisely, then would that be the same as knowing exactly what to say and when? How can a sequence of words be generated? The 3 general approaches language...
More from this blog
TIL: Google Cloud Storage and Serverless Options
5 Core Storage Options Cloud Storage Object Storage Object (e.g. video, pictures, audio recordings) + Metadata Cloud SQL Fully managed relational databases MySQL, PostgreSQL, SQL Server Cloud Spanner Scales horizontally SQL support for o...
TIL: How to remove X-Powered-By: ASP.NET Header
Go to Server Manager -> IIS Right click on the Server Select Internet Information Services (IIS) Manager On Features View tab, go to IIS -> HTTP Response Headers Right click on X-Powered-By -> Remove Click Yes to confirm. Reload ...

TIL: How to remove IIS server response header
Go to Server Manager -> IIS Right click on the Server Select Internet Information Services (IIS) Manager On Features View tab, go to Management -> Configuration Editor On the drop down menu, select the section: system.webServer -> security...

Google Preemptible Virtual Machine Instances
To preempt means to stop. Preemptible virtual machines are available at a lower price but might be preempted (stopped) at any time. This instance always stops after running for 24 hours (except for Spot VMs that do not have maximum runtime unless def...
