Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
317 changes: 317 additions & 0 deletions content/blog/bonsai-27b-rtx-pro-6000-dgx-spark.md

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions lib/_blog-feed-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
// AUTO-GENERATED by scripts/generate-feeds.mjs. Do not edit by hand.
export const FEED_POSTS = [
{
"slug": "bonsai-27b-rtx-pro-6000-dgx-spark",
"title": "Bonsai 27B on RTX PRO 6000 vs DGX Spark: what actually works",
"description": "Real Bonsai 27B benchmarks on an RTX PRO 6000 and a DGX Spark, including the supported llama.cpp setup, ternary vs 1-bit results, and speculative decoding.",
"datePublished": "2026-07-16T00:00:00.000Z",
"cover": "/img/blog/bonsai-27b-rtx-pro-6000-dgx-spark/cover.png",
"tags": [
"ai",
"gpu",
"llm"
]
},
{
"slug": "introducing-kiac-kubernetes-in-apple-containers",
"title": "Introducing kiac: Real Kubernetes Nodes on Your Mac, Each Its Own Lightweight VM",
Expand Down Expand Up @@ -339,17 +351,5 @@ export const FEED_POSTS = [
"datePublished": "2026-02-25T17:24:43.487Z",
"cover": "/img/blog/ing-switch-migrate-from-ingress-nginx-to-traefik-or-gateway-api-in-minutes-not-days/5df7c855-f9ff-4859-9415-e2899869e70b.png",
"tags": []
},
{
"slug": "exploiting-metasploitable2-using-msfconsole-kali-linux-lab",
"title": "Exploiting Metasploitable2 Using msfconsole (Kali Linux Lab)",
"description": "",
"datePublished": "2026-01-17T16:15:22.400Z",
"cover": "/img/blog/exploiting-metasploitable2-using-msfconsole-kali-linux-lab/12f25f19-87fa-4976-a328-5182fbed203e.png",
"tags": [
"cybersecurity",
"msfconsole",
"web-exploitation"
]
}
];
2 changes: 2 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/blog/bake-your-container-images-with-bake /bake-your-container-images-with-bake 301!
/blog/become-a-hashicorp-certified-terraform-associate-preparation-guide /become-a-hashicorp-certified-terraform-associate-preparation-guide 301!
/blog/best-devops-tools-2025 /best-devops-tools-2025 301!
/blog/bonsai-27b-rtx-pro-6000-dgx-spark /bonsai-27b-rtx-pro-6000-dgx-spark 301!
/blog/breaking-down-docker /breaking-down-docker 301!
/blog/building-a-zero-cve-strategy /building-a-zero-cve-strategy 301!
/blog/building-apigateway-with-lambda-using-pulumi /building-apigateway-with-lambda-using-pulumi 301!
Expand Down Expand Up @@ -243,6 +244,7 @@
/bake-your-container-images-with-bake /blog/bake-your-container-images-with-bake 200!
/become-a-hashicorp-certified-terraform-associate-preparation-guide /blog/become-a-hashicorp-certified-terraform-associate-preparation-guide 200!
/best-devops-tools-2025 /blog/best-devops-tools-2025 200!
/bonsai-27b-rtx-pro-6000-dgx-spark /blog/bonsai-27b-rtx-pro-6000-dgx-spark 200!
/breaking-down-docker /blog/breaking-down-docker 200!
/building-a-zero-cve-strategy /blog/building-a-zero-cve-strategy 200!
/building-apigateway-with-lambda-using-pulumi /blog/building-apigateway-with-lambda-using-pulumi 200!
Expand Down
2 changes: 1 addition & 1 deletion public/_worker.js

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion public/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,24 @@
<link href="https://blog.kubesimplify.com/atom.xml" rel="self"/>
<link href="https://blog.kubesimplify.com/"/>
<id>https://blog.kubesimplify.com/</id>
<updated>2026-07-06T14:35:05.272Z</updated>
<updated>2026-07-16T11:57:41.141Z</updated>
<author>
<name>Kubesimplify</name>
<email>hello@kubesimplify.com</email>
</author>
<entry>
<title>Bonsai 27B on RTX PRO 6000 vs DGX Spark: what actually works</title>
<link href="https://blog.kubesimplify.com/bonsai-27b-rtx-pro-6000-dgx-spark"/>
<id>https://blog.kubesimplify.com/bonsai-27b-rtx-pro-6000-dgx-spark</id>
<updated>2026-07-16T00:00:00.000Z</updated>
<published>2026-07-16T00:00:00.000Z</published>
<summary>Real Bonsai 27B benchmarks on an RTX PRO 6000 and a DGX Spark, including the supported llama.cpp setup, ternary vs 1-bit results, and speculative decoding.</summary>
<category term="ai"/>
<category term="gpu"/>
<category term="llm"/>
<category term="inference"/>
<category term="benchmarks"/>
</entry>
<entry>
<title>Introducing kiac: Real Kubernetes Nodes on Your Mac, Each Its Own Lightweight VM</title>
<link href="https://blog.kubesimplify.com/introducing-kiac-kubernetes-in-apple-containers"/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions public/img/blog/bonsai-27b-rtx-pro-6000-dgx-spark/decode-speed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions public/img/blog/bonsai-27b-rtx-pro-6000-dgx-spark/which-build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading