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)
(12)
Article
(2)
Keywords
1
2
Next »
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
30%
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
30%
Manage status messages in CouchDB with MapReduce
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
query large amounts of data on distributed systems. CouchDB has been an Apache project since 2008. Version 1.
0
in 2010 has evolved into version
3.3
today. "Couch" was originally an acronym for "cluster
30%
Getting started with AI
26.01.2025
Home
»
Archive
»
2025
»
Issue 85: Monit...
»
Flow, Microsoft Cognitive Toolkit (commonly referred to as CNTK), Theano, and PlaidML. By version 2.4, Keras only supported TensorFlow. In version
3.0
and subsequent versions, Keras once again supported multiple
30%
Keras: Getting Started with AI
03.12.2024
Home
»
HPC
»
Articles
»
Flow, Microsoft Cognitive Toolkit (commonly referred to as CNTK), Theano, and PlaidML. By version 2.4, Keras only supported TensorFlow. In version
3.0
and subsequent versions, Keras once again supported multiple
29%
Storage across the network with iSCSI and Synology DiskStation Manager
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
Attaching an iSCSI Device $ uname -a Linux DANSBOX 6.8.
0
-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:
52
UTC 2024 x86_64 x86_64 x86_64 GNU/Linux $ lsblk NAME MAJ:MIN RM SIZE RO TYPE
29%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home
»
Archive
»
2025
»
Issue 88: 5 Net...
»
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled: c[
0
] = a[
0
] + b[
0
]; c[1] = a[1] + b[1]; c[2] = a[2] + b[2]; c[
3
] = a[
3
] + b[
3
]; However, it remains
28%
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
28%
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
28%
Getting your virtual machine dimensions right
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
increases. Figure 1 illustrates this for a two-socket system. Figure 1: A two-socket system (two NUMA nodes) showing local and remote RAM access from CPU
0
1
2
Next »