data: fix project dates to 2026 and move to top of list
This commit is contained in:
+54
-54
@@ -554,6 +554,60 @@
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
{
|
||||
"title": "Immich Photo Manager - AI-Powered Photo Library MCP Server",
|
||||
"projectName": "Immich Photo Manager",
|
||||
"projectDesc": "AI-Powered Photo Library MCP Server",
|
||||
"url": "https://drolosoft.com/immich-photo-manager.html?lang=en",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/immich-photo-manager",
|
||||
"projectLogo": "immich-photo-manager.png",
|
||||
"location": "Online",
|
||||
"startDate": "2026",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"MCP (Model Context Protocol)",
|
||||
"REST API",
|
||||
"Immich",
|
||||
"CLIP Visual Search"
|
||||
],
|
||||
"shortDescription": "Open-source MCP server that enables Claude to intelligently manage self-hosted Immich photo libraries through natural language. Features 16 tools for geographic album creation, duplicate detection, library health analysis, and automated photo curation.",
|
||||
"responsibilities": [
|
||||
"Designed and built MCP server in Go enabling AI-driven photo library management via natural language commands",
|
||||
"Implemented geographic album creation using GPS clustering and CLIP visual search",
|
||||
"Built library health analysis with metadata quality reports, timeline gap detection, and storage optimization",
|
||||
"Created duplicate detection using perceptual hashing and screenshot identification via EXIF analysis",
|
||||
"Published as open-source project with macOS launchd integration and Nginx reverse proxy support"
|
||||
],
|
||||
"projectID": "immich-photo-manager"
|
||||
},
|
||||
{
|
||||
"title": "Cmux Resurrect - Terminal Session Persistence Tool",
|
||||
"projectName": "Cmux Resurrect",
|
||||
"projectDesc": "Terminal Session Persistence Tool",
|
||||
"url": "https://drolosoft.com/cmux-resurrect.html?lang=en",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/cmux-resurrect",
|
||||
"projectLogo": "cmux-resurrect.png",
|
||||
"location": "Online",
|
||||
"startDate": "2026",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"Terminal Multiplexers",
|
||||
"TOML Configuration",
|
||||
"macOS launchd",
|
||||
"CLI Tools"
|
||||
],
|
||||
"shortDescription": "Open-source session persistence tool for the cmux terminal multiplexer. Saves and restores terminal workspace layouts, preventing data loss from crashes or reboots. Features auto-save with deduplication, markdown-based workspace blueprints, and reusable layout templates.",
|
||||
"responsibilities": [
|
||||
"Designed and built CLI tool in pure Go with zero CGO dependencies for cross-platform compatibility",
|
||||
"Implemented session capture and restore for workspaces, pane splits, working directories, and startup commands",
|
||||
"Created markdown-based workspace blueprint system (Obsidian-compatible) for infrastructure-as-code terminal setups",
|
||||
"Built auto-save mechanism with content-hash deduplication and macOS launchd integration",
|
||||
"Published as open-source project with support for macOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64)"
|
||||
],
|
||||
"projectID": "cmux-resurrect"
|
||||
},
|
||||
{
|
||||
"title": "Somos Una Ola - Beach Cleaning Initiative",
|
||||
"projectName": "Somos Una Ola",
|
||||
@@ -625,60 +679,6 @@
|
||||
],
|
||||
"projectID": "la-porraclub"
|
||||
},
|
||||
{
|
||||
"title": "Cmux Resurrect - Terminal Session Persistence Tool",
|
||||
"projectName": "Cmux Resurrect",
|
||||
"projectDesc": "Terminal Session Persistence Tool",
|
||||
"url": "https://drolosoft.com/cmux-resurrect.html?lang=en",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/cmux-resurrect",
|
||||
"projectLogo": "cmux-resurrect.png",
|
||||
"location": "Online",
|
||||
"startDate": "2025",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"Terminal Multiplexers",
|
||||
"TOML Configuration",
|
||||
"macOS launchd",
|
||||
"CLI Tools"
|
||||
],
|
||||
"shortDescription": "Open-source session persistence tool for the cmux terminal multiplexer. Saves and restores terminal workspace layouts, preventing data loss from crashes or reboots. Features auto-save with deduplication, markdown-based workspace blueprints, and reusable layout templates.",
|
||||
"responsibilities": [
|
||||
"Designed and built CLI tool in pure Go with zero CGO dependencies for cross-platform compatibility",
|
||||
"Implemented session capture and restore for workspaces, pane splits, working directories, and startup commands",
|
||||
"Created markdown-based workspace blueprint system (Obsidian-compatible) for infrastructure-as-code terminal setups",
|
||||
"Built auto-save mechanism with content-hash deduplication and macOS launchd integration",
|
||||
"Published as open-source project with support for macOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64)"
|
||||
],
|
||||
"projectID": "cmux-resurrect"
|
||||
},
|
||||
{
|
||||
"title": "Immich Photo Manager - AI-Powered Photo Library MCP Server",
|
||||
"projectName": "Immich Photo Manager",
|
||||
"projectDesc": "AI-Powered Photo Library MCP Server",
|
||||
"url": "https://drolosoft.com/immich-photo-manager.html?lang=en",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/immich-photo-manager",
|
||||
"projectLogo": "immich-photo-manager.png",
|
||||
"location": "Online",
|
||||
"startDate": "2025",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"MCP (Model Context Protocol)",
|
||||
"REST API",
|
||||
"Immich",
|
||||
"CLIP Visual Search"
|
||||
],
|
||||
"shortDescription": "Open-source MCP server that enables Claude to intelligently manage self-hosted Immich photo libraries through natural language. Features 16 tools for geographic album creation, duplicate detection, library health analysis, and automated photo curation.",
|
||||
"responsibilities": [
|
||||
"Designed and built MCP server in Go enabling AI-driven photo library management via natural language commands",
|
||||
"Implemented geographic album creation using GPS clustering and CLIP visual search",
|
||||
"Built library health analysis with metadata quality reports, timeline gap detection, and storage optimization",
|
||||
"Created duplicate detection using perceptual hashing and screenshot identification via EXIF analysis",
|
||||
"Published as open-source project with macOS launchd integration and Nginx reverse proxy support"
|
||||
],
|
||||
"projectID": "immich-photo-manager"
|
||||
},
|
||||
{
|
||||
"title": "CDC Starter Kit - SAP Customer Data Cloud Demo",
|
||||
"projectName": "CDC Starter Kit",
|
||||
|
||||
Reference in New Issue
Block a user