data update

This commit is contained in:
ScuroNeko
2026-08-10 12:24:07 +03:00
parent 2e08f41547
commit ae67b91d1c
3 changed files with 47 additions and 6 deletions
+12 -1
View File
@@ -12,7 +12,7 @@
"tone": "purple" "tone": "purple"
}, },
{ {
"description": "A personal page for projects, stack notes, and developer work.", "description": "A Telegram bot framework for Go, with support for inline queries, callback queries, and more.",
"key": "lib", "key": "lib",
"links": { "links": {
"sources": "https://git.scuroneko.dev/ScuroNeko/Laniakea" "sources": "https://git.scuroneko.dev/ScuroNeko/Laniakea"
@@ -21,5 +21,16 @@
"stack": ["go", "tg"], "stack": ["go", "tg"],
"status": "active", "status": "active",
"tone": "rose" "tone": "rose"
},
{
"description": "A rich featured logging library for Go, with support for multiple outputs and structured logging.",
"key": "lib",
"links": {
"sources": "https://git.scuroneko.dev/ScuroNeko/SNekLog"
},
"name": "SNekLog",
"stack": ["go"],
"status": "active",
"tone": "cyan"
} }
] ]
+35 -5
View File
@@ -4,7 +4,7 @@
"devices": [ "devices": [
{ {
"key": "monitor1", "key": "monitor1",
"name": "AOC 24G2SPU" "name": "AOC 24G2/BK"
}, },
{ {
"key": "monitor2", "key": "monitor2",
@@ -29,13 +29,43 @@
"cpu": "AMD Ryzen 7 7700", "cpu": "AMD Ryzen 7 7700",
"gpu": "NVIDIA GeForce RTX 5070", "gpu": "NVIDIA GeForce RTX 5070",
"os": "Windows 11 Pro", "os": "Windows 11 Pro",
"ram": "32GB DDR5", "ram": "32GB DDR5 (2x16GB)",
"storage": [ "storage": [
{ {
"capacity": "1TB", "capacity": "1TB",
"name": "Adata XPG GAMMIX S11 Pro", "name": "Adata XPG GAMMIX S11 Pro",
"type": "M2 PCI-E 3.0" "type": "M2 PCI-E 3.0"
}, },
{
"capacity": "2TB",
"name": "WD Blue",
"type": "SATA HDD"
},
{
"capacity": "256GB",
"name": "Samsung 850 EVO",
"type": "SATA SSD"
}
]
},
"tone": "rose"
},
{
"actual": true,
"devices": [],
"key": "lab",
"name": "Home Lab",
"specs": {
"cpu": "Intel Xeon E5-2680v4",
"gpu": "N/A",
"os": "Arch Linux",
"ram": "24GB DDR4 (3x8GB)",
"storage": [
{
"capacity": "256GB",
"name": "Samsung 850 EVO",
"type": "SATA SSD"
},
{ {
"capacity": "1TB", "capacity": "1TB",
"name": "WD Blue", "name": "WD Blue",
@@ -43,7 +73,7 @@
} }
] ]
}, },
"tone": "rose" "tone": "purple"
}, },
{ {
"actual": true, "actual": true,
@@ -53,7 +83,7 @@
"cpu": "Intel Core i3-8470U", "cpu": "Intel Core i3-8470U",
"gpu": "Intel UHD Graphics 620", "gpu": "Intel UHD Graphics 620",
"os": "Windows 10 LTSC 2021", "os": "Windows 10 LTSC 2021",
"ram": "16GB DDR4", "ram": "16GB DDR4 (2x8GB)",
"storage": [ "storage": [
{ {
"capacity": "256GB", "capacity": "256GB",
@@ -96,7 +126,7 @@
"cpu": "Intel Core i7-6700", "cpu": "Intel Core i7-6700",
"gpu": "AMD Radeon RX580", "gpu": "AMD Radeon RX580",
"os": "Windows 11 Pro", "os": "Windows 11 Pro",
"ram": "16GB DDR4", "ram": "16GB DDR4 (2x8GB)",
"storage": [ "storage": [
{ {
"capacity": "256GB", "capacity": "256GB",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB