You are here |
eregon.me | ||
| | | |
newcome.wordpress.com
|
|
| | | | I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install... | |
| | | |
noelrappin.com
|
|
| | | | I just write here | |
| | | |
bibwild.wordpress.com
|
|
| | | | You may be running builds in Github Actions using the setup-ruby action to install a chosen version of ruby, looking something like this: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 A week ago, that would have installed the latest ruby 3.0.x. But as of the christmas release of ruby 3.1, it will... | |
| | | |
www.littlekendra.com
|
|
| | We've recently updated the 'SQL Server and Azure SQL index architecture and design guide' to include more details on index types, B+ trees, and how row locators are used in nonclustered indexes. |