personal-project

Tag

Cards List
#personal-project

@hylarucoder: The new video really is a full-stack engineer: ESP32 hardware + frontend + backend + voice agent + editing + AI music composition. The AI era is too wild...

X AI KOLs Timeline · 2026-06-27 Cached

A tech video showcasing a full-stack project using ESP32 hardware, frontend, backend, voice agent, and AI music composition, reflecting the comprehensive development capabilities in the AI era.

0 favorites 0 likes
#personal-project

@LufzzLiz: Haha, this morning I saw @YuLin807 post that foreigners made similar beautiful animated GIFs. I tried using animated GIFs to summarize my article project, and surprisingly it came out quickly. QingYue, come take a look. Does it look good? If so, I'll open source the whole skill.

X AI KOLs Timeline · 2026-06-25 Cached

The user tried to summarize their article project with animated GIFs, got good results, and is considering open-sourcing it.

0 favorites 0 likes
#personal-project

I built an AI assistant you can text directly through iMessage/SMS

Reddit r/AI_Agents · 2026-06-24

A full-time SWE built an AI assistant that works via iMessage/SMS, activating a private AWS server per user to perform tasks like building apps, making websites, and planning vacations. It's free for testing.

0 favorites 0 likes
#personal-project

@sumitdotml: week 25, 2026: cpu tensor core basics (add/mul, reduce, stride, 2d matmul, etc.) in c, reading some arcee

X AI KOLs Timeline · 2026-06-22 Cached

The author shares progress on building a CPU-only tensor library in C, covering basics like add/mul, reduce, strides, and 2D matmul, along with insights from reading Arcee's technical blogs on foundation models.

0 favorites 0 likes
#personal-project

Built an AI receptionist that books appointments and dispatches jobs 24/7 — here's what I learned

Reddit r/AI_Agents · 2026-06-20

The author shares their experience building an AI-powered receptionist that autonomously manages appointments and dispatches jobs around the clock.

0 favorites 0 likes
#personal-project

Help I accidentally a wigglegram

Hacker News Top · 2026-06-20 Cached

The author describes accidentally creating wigglegrams (stereoscopic GIFs) by taking multiple similar photos, and wrote a script using perceptual hashing to automatically detect and stitch them together from their iCloud photo library.

0 favorites 0 likes
#personal-project

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

Hacker News Top · 2026-06-14 Cached

A developer describes how they used an M1 Max Mac and local ML models to index 669 GB of GoPro video footage, processing 57,537 frames over 67 hours.

0 favorites 0 likes
#personal-project

Built a local AI assistant because I always knew this day would come, yesterday just made it feel very real

Reddit r/LocalLLaMA · 2026-06-14

A developer built Bantz, a fully local AI personal assistant running on Gemma 4b with a butler persona, integrating Gmail, Calendar, web search, system monitoring, and desktop control, emphasizing independence from cloud infrastructure.

0 favorites 0 likes
#personal-project

@NXR_NIROX: > A Chinese girl > no quant degree, no Bloomberg terminal, no fund background > just a laptop, opened Claude Code > spent a weekend building a bot for five instruments > mean reversion on indices, breakout on Bitcoin, trend following on commodities > ATR for position sizing, 1% hard stop loss, plus…

X AI KOLs Timeline · 2026-06-11 Cached

A Chinese girl with no quant background used Claude Code over a weekend to create a trading bot covering five instruments, employing mean reversion, breakout, and trend strategies, achieving significant returns, demonstrating the potential of AI tools in automated trading.

0 favorites 0 likes
#personal-project

I'm building a parallel internet, and it's called The Thinnernet

Hacker News Top · 2026-06-08 Cached

The author announces a personal project to build a parallel internet called The Thinnernet, drawing inspiration from Steve Jobs and previous work on knowledge bases and low-power operating systems.

0 favorites 0 likes
#personal-project

What are you doing this week?

Lobsters Hottest · 2026-06-08 Cached

The author shares a personal project implementing the Red & Black knights pattern from a Numberphile video, finding joy in the emergent patterns from a number spiral, and plans to optimize and extend it.

0 favorites 0 likes
#personal-project

Movwin: My (Unpublished) TUI Framework

Hacker News Top · 2026-05-30 Cached

A blog post detailing the author's personal, unpublished TUI framework 'movwin' built on ncurses in Python, focusing on Unicode support and performance, with the decision to keep it private due to concerns about AI companies scraping code.

0 favorites 0 likes
#personal-project

@stnkvcs: I didn't like any of the ad libraries. So I built my own. Drop a comment if you want early access.

X AI KOLs Timeline · 2026-05-29 Cached

A developer built their own ad library due to dissatisfaction with existing options and is offering early access to interested users.

0 favorites 0 likes
#personal-project

How local AI improved your live?

Reddit r/LocalLLaMA · 2026-05-25

Discusses use cases where local AI improves quality of life, including a personal project for a local health tracker that processes bloodwork PDFs into structured data for analysis, emphasizing privacy concerns with sharing health data with big tech companies.

0 favorites 0 likes
#personal-project

@DamiDefi: https://x.com/DamiDefi/status/2058137074595750242

X AI KOLs Timeline · 2026-05-23 Cached

The author builds a stripped-down three-agent version of a 50-agent AI portfolio system described in a BlackRock paper, using Claude. The system produces a surprising regime analysis and adversarial critique that leads to a real portfolio adjustment.

0 favorites 0 likes
#personal-project

Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)

Hacker News Top · 2026-05-21 Cached

A developer describes running the Gemma 4 31B model locally on a 2021 MacBook to semantically index a year's worth of unlabeled wildlife footage, enabling easy search and later editing via DaVinci Resolve's IntelliSearch.

0 favorites 0 likes
#personal-project

I built two multi-agent AI systems with completely opposite philosophies. Here's what I've learned so far.

Reddit r/AI_Agents · 2026-05-20

The author builds two multi-agent AI systems with opposite design philosophies: ChaoticAI (collaborative, org-chart-based) and S.A.G.E. with RAAC (adversarial argumentation). The post shares reflections on memory architecture and the potential synthesis of both approaches.

0 favorites 0 likes
#personal-project

@morganlinton: Okay, got the greenlight from Grok Build, I think I'm ready to launch my first piece of software, open source of course…

X AI KOLs Following · 2026-05-17 Cached

Morgan Linton announces the launch of their first open-source software built with Grok Build, expressing enthusiasm about the release.

0 favorites 0 likes
#personal-project

Porting my 3D points renderer on a ZX Spectrum 48K

Hacker News Top · 2026-05-17 Cached

A developer ports a 3D points renderer to the ZX Spectrum 48K, optimizing with Z80 assembly to achieve 14 frames per second, and creating a precomputed version that runs at 40 fps.

0 favorites 0 likes
#personal-project

Making your own programming language is easier than you think (but also harder)

Lobsters Hottest · 2026-05-07 Cached

The author shares their experience building a custom programming language for a game modding system, discussing design motivations and technical challenges. The post serves as a reflection on the feasibility and complexity of implementing a non-toy language for personal projects.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback