User contributions for David
15 February 2022
- 04:1304:13, 15 February 2022 diff hist +824 Computer Networking No edit summary
- 04:0604:06, 15 February 2022 diff hist +13 Main Page →Computer Science
- 04:0204:02, 15 February 2022 diff hist +28 N Computer Networking Created page with "Notes on computer networking"
- 04:0204:02, 15 February 2022 diff hist +38 Main Page →Computer Science
- 03:5803:58, 15 February 2022 diff hist +13 High-availability →Load Balancing current
- 03:4803:48, 15 February 2022 diff hist +717 N High-availability Created page with "Notes on high-availability: keeping your services running even when some underlying resources need to go offline, e.g. for maintenance or due to failure.<br> Note that I do not run any actual highly available services so I have no experience here. ==Kubernetes== ===Load Balancing=== See [https://metallb.universe.tf/concepts/layer2/ Metallb layer2 mode].<br> Here you have two instance of metallb running. In layer 2 mode, metallb gets an IP address on the network, separat..."
- 03:0203:02, 15 February 2022 diff hist +59 KubeVirt →Resources
- 01:5101:51, 15 February 2022 diff hist +95 N Rstudio Created page with "==Server Deployment== ===Docker=== Use [https://hub.docker.com/r/rocker/rstudio rocker/rstudio]" current
14 February 2022
- 01:1001:10, 14 February 2022 diff hist +416 KubeVirt →Resources
13 February 2022
- 23:5923:59, 13 February 2022 diff hist +1 KubeVirt →Windows
- 21:4121:41, 13 February 2022 diff hist +302 KubeVirt →vGPU
- 21:1821:18, 13 February 2022 diff hist +124 Kubernetes →Resources
- 20:4120:41, 13 February 2022 diff hist +50 KubeVirt →vGPU
- 20:4120:41, 13 February 2022 diff hist +1,309 KubeVirt →Resources
- 20:0020:00, 13 February 2022 diff hist +5 KubeVirt No edit summary
- 19:5419:54, 13 February 2022 diff hist −254 KubeVirt →Creating a VM
- 19:5419:54, 13 February 2022 diff hist +3 KubeVirt →Creating a VM
- 19:5119:51, 13 February 2022 diff hist +2,038 KubeVirt →Windows
- 19:1019:10, 13 February 2022 diff hist +33 KubeVirt →Install KubeVirt
- 19:1019:10, 13 February 2022 diff hist +1,071 KubeVirt No edit summary
- 19:0319:03, 13 February 2022 diff hist +1,097 N KubeVirt Created page with "KubeVirt lets you setup and manage virtual machines on your kubernetes cluster. ==Install== See [https://kubevirt.io/user-guide/operations/installation/ installation] <syntaxhighlight lang="bash"> # Get the latest version string export VERSION=$(curl -s https://api.github.com/repos/kubevirt/kubevirt/releases | grep tag_name | grep -v -- '-rc' | sort -r | head -1 | awk -F': ' '{print $2}' | sed 's/,//' | xargs) echo $VERSION # Deploy operator kubectl create -f https://g..."
12 February 2022
- 08:1508:15, 12 February 2022 diff hist −18 GitLab →Container Registry
- 08:1408:14, 12 February 2022 diff hist +75 GitLab →Omnibus Administration
10 February 2022
- 18:1718:17, 10 February 2022 diff hist +72 Eigen (C++ library) →GCC
- 18:1418:14, 10 February 2022 diff hist +111 Eigen (C++ library) →Compilation
- 16:1216:12, 10 February 2022 diff hist +762 C++ →Syntax
9 February 2022
- 00:0400:04, 9 February 2022 diff hist +34 ZFS →Automatic Snapshots
8 February 2022
- 23:5323:53, 8 February 2022 diff hist +160 ZFS →Alerts
- 23:3823:38, 8 February 2022 diff hist +268 ZFS →Usage
- 23:1023:10, 8 February 2022 diff hist +70 Kubernetes →kubeadm
- 22:5122:51, 8 February 2022 diff hist +3 Kubernetes →kubeadm
- 22:5022:50, 8 February 2022 diff hist +677 Kubernetes →kubeadm
- 22:4622:46, 8 February 2022 diff hist +548 Kubernetes →kubeadm
- 22:2922:29, 8 February 2022 diff hist +174 Linux →Network Troubleshooting
- 22:2822:28, 8 February 2022 diff hist +218 Linux →Installing Binaries
- 16:4816:48, 8 February 2022 diff hist +38 Blender (software) →MVP matrices current
- 16:4716:47, 8 February 2022 diff hist +3 Blender (software) →Rendering and Compositing
- 16:4616:46, 8 February 2022 diff hist +6 Blender (software) →Materials and Shaders Tag: Manual revert
- 16:4616:46, 8 February 2022 diff hist −6 Blender (software) →Materials and Shaders Tags: Manual revert Reverted
- 16:4616:46, 8 February 2022 diff hist +6 Blender (software) →Materials and Shaders Tag: Reverted
- 16:4516:45, 8 February 2022 diff hist +452 Blender (software) →Geometry Nodes
- 16:4216:42, 8 February 2022 diff hist +302 Blender (software) →MVP matrices
7 February 2022
- 17:3417:34, 7 February 2022 diff hist +120 Blender (software) →Images
- 16:5316:53, 7 February 2022 diff hist +320 Blender (software) →Materials
31 January 2022
- 17:5517:55, 31 January 2022 diff hist +126 Instant Neural Graphics Primitives with a Multiresolution Hash Encoding →Experiments current
- 17:5117:51, 31 January 2022 diff hist +226 Instant Neural Graphics Primitives with a Multiresolution Hash Encoding →Method
- 17:3717:37, 31 January 2022 diff hist +45 Instant Neural Graphics Primitives with a Multiresolution Hash Encoding →Multi-resolution Hash Encoding
- 17:3617:36, 31 January 2022 diff hist +910 Instant Neural Graphics Primitives with a Multiresolution Hash Encoding →Multi-resolution Hash Encoding
- 17:2517:25, 31 January 2022 diff hist +474 N Instant Neural Graphics Primitives with a Multiresolution Hash Encoding Created page with " [https://nvlabs.github.io/instant-ngp/ Project Webpage] Allows training a NeRF or other neural representation in seconds but optimizing features in a hash table.<br> This is faster than an octree since it doesn't require pointer chasing while using less space than enumerating voxels.<br> Furthermore, the size of the hash table allows control over the amount of detail. ==Method== ===Multi-resolution Hash Encoding=== ==Experiments== ==References== Category: Papers"
- 16:4716:47, 31 January 2022 diff hist +40 ROCm No edit summary current