Skip to content

Commit 66e365a

Browse files
committed
tweak
1 parent 928d572 commit 66e365a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ skills = ["Python", "Kafka", "MongoDB", "RTL-SDR", "Docker", "ADS-B / Mode-S", "
245245
[[projects]]
246246
category = "discord-bots"
247247
image = "https://placehold.co/400x250/2ECC71/FFFFFF?text=Piranha"
248-
title = "Piranha"
248+
title = "Piranha [unmaintained]"
249249
date = "2022"
250250
description = "A feature-rich Discord bot that integrates the Stockfish chess engine to let users play chess directly in chat."
251251
details = "A Python-based Discord bot designed for chess enthusiasts. It interfaces with the Stockfish engine to support multiple difficulty levels, game history tracking, and player statistics."
@@ -267,7 +267,7 @@ skills = ["Python", "Playwright / Selenium", "Web Scraping", "Proxy Rotation", "
267267
category = "aerpaw"
268268
image = "https://placehold.co/400x250/9B59B6/FFFFFF?text=DroneTracker"
269269
title = "DroneTracker"
270-
date = "2024"
270+
date = "2024 - Present"
271271
description = "A real-time computer vision and PTZ camera tracking system for AERPAW drones."
272272
details = "DroneTracker controls pan-tilt-zoom (PTZ) AXIS cameras using the VAPIX API to track flying drones in real-time. The system calculates tracking angles using drone GPS coordinates received over Kafka and automatically adjusts camera orientation and zoom to keep the target centered."
273273
features = ["PTZ camera control using AXIS VAPIX protocol", "Real-time coordinate-to-angle mathematical conversion", "Telemetry consumption over Kafka", "Dockerized deployment for field execution"]
@@ -278,7 +278,7 @@ skills = ["Python", "VAPIX (PTZ Camera API)", "Kafka", "Docker", "Trigonometry",
278278
category = "discord-bots"
279279
image = "https://placehold.co/400x250/F1C40F/FFFFFF?text=Triggered"
280280
title = "Triggered"
281-
date = "2023 - 2024"
281+
date = "2023 - 2024 [unmaintained]"
282282
description = "A programmable IFTTT-style automation and utility bot for Discord server administrators."
283283
details = "Triggered is a customizable Discord bot that provides administrators with a flexible event-driven automation framework. It allows creating custom triggers (e.g., messages, user joins) and corresponding actions, backed by a relational database."
284284
features = ["Custom trigger/action system", "Programmable API", "MySQL database for persistence", "Extensive customization options"]
@@ -351,7 +351,7 @@ image = "https://placehold.co/400x250/1ABC9C/FFFFFF?text=Chess-Challenge"
351351
title = "Chess-Challenge"
352352
date = "2023 [unmaintained]"
353353
description = "A compact C# chess bot developed for Sebastian Lague's tiny chess bot competition."
354-
details = "A miniature chess engine written in C# (.NET 6.0) under strict size/token constraints. This tiny little botiImplements search algorithms, move valuation, and game state optimizations within a 1024-token budget."
354+
details = "A miniature chess engine written in C# (.NET 6.0) under strict size/token constraints. This tiny little botiImplements search algorithms, move valuation, and game state optimizations within a 1024-token budget. 1 token represented any one unit of code, including keywords, operators, and identifiers. The bot was tested against Stockfish and achieved an ELO rating of ~1500-2000."
355355
features = ["Minimax search with alpha-beta pruning", "Quiescence search", "~1500-2000 ELO [tested against Stockfish]", "Heavy optimization"]
356356
link = "https://github.com/quantumbagel/Chess-Challenge"
357357
skills = ["C#", ".NET", "Algorithms", "Optimization"]

0 commit comments

Comments
 (0)