diff --git a/data/projects.json b/data/projects.json index e7201c2..f204a4b 100644 --- a/data/projects.json +++ b/data/projects.json @@ -12,7 +12,7 @@ "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", "links": { "sources": "https://git.scuroneko.dev/ScuroNeko/Laniakea" @@ -21,5 +21,16 @@ "stack": ["go", "tg"], "status": "active", "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" } ] diff --git a/data/workstations.json b/data/workstations.json index 7702acc..c1188ee 100644 --- a/data/workstations.json +++ b/data/workstations.json @@ -4,7 +4,7 @@ "devices": [ { "key": "monitor1", - "name": "AOC 24G2SPU" + "name": "AOC 24G2/BK" }, { "key": "monitor2", @@ -29,13 +29,43 @@ "cpu": "AMD Ryzen 7 7700", "gpu": "NVIDIA GeForce RTX 5070", "os": "Windows 11 Pro", - "ram": "32GB DDR5", + "ram": "32GB DDR5 (2x16GB)", "storage": [ { "capacity": "1TB", "name": "Adata XPG GAMMIX S11 Pro", "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", "name": "WD Blue", @@ -43,7 +73,7 @@ } ] }, - "tone": "rose" + "tone": "purple" }, { "actual": true, @@ -53,7 +83,7 @@ "cpu": "Intel Core i3-8470U", "gpu": "Intel UHD Graphics 620", "os": "Windows 10 LTSC 2021", - "ram": "16GB DDR4", + "ram": "16GB DDR4 (2x8GB)", "storage": [ { "capacity": "256GB", @@ -96,7 +126,7 @@ "cpu": "Intel Core i7-6700", "gpu": "AMD Radeon RX580", "os": "Windows 11 Pro", - "ram": "16GB DDR4", + "ram": "16GB DDR4 (2x8GB)", "storage": [ { "capacity": "256GB", diff --git a/icons/favicon-512.png b/icons/favicon-512.png index ab4ecd5..1eb3e3f 100644 Binary files a/icons/favicon-512.png and b/icons/favicon-512.png differ