search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(6)
Article
(1)
Keywords
100%
Automating deployments on Proxmox with OpenTofu and cloud-init
04.12.2024
Home
»
Articles
»
Rubén
Llorente
... ). Listing
3
tofu_project/main.tf 01 terraform { 02 required_providers { 03 proxmox = { 04 source = "bpg/proxmox" 05 version = "
0.64.0
" 06 } 07 }
08
} 09 10 provider "proxmox
19%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
.add(layers.BatchNormalization()) model.add(layers.Conv2D(32, (
3,3
), padding='same', activation='relu')) model.add(layers.BatchNormalization()) model.add(layers.MaxPooling2D(pool_size=(
2,2
))) model.add(layers.Dropout(
0.3
)) The next
19%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
(pool_size=(
2,2
))) model.add(layers.Dropout(
0.3
)) The next size layers of the model (Listing 4) are the same except for some small changes: input_shape does not need to be specified in the first 2D
19%
How vector databases work and when they're used
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
algorithms for the search. For example, a stored three-dimensional vector could be assigned the values [1.4,
3
.8, -
0.8
]. Each query to the database is also translated into a vector (e.g., [1.
3
,
3
.5, -
0
18%
Introducing the NoSQL MongoDB database
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
; processes known as mongos route queries to the correct shard. The config server's metadata makes sure this happens. © MongoDB [
3
] Version 8.
0
of MongoDB introduced embedded config servers, which means
17%
Code IaC for provisioning of preconfigured virtual environments
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [
3
]. Table 1 BICEP Resource Definitions Resources Versioned w/@yyyy-mm-dd-state Common
17%
Web applications with Julia
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
startserver() 05 WebSockets.listen("127.
0.0
.1", PORT) do ws 06 for msg in ws 07 d = Meta.parse(JSON.parse(msg)["s"])
08
WebSockets.send(ws, """
You picked $d