You are browsing as a guest. Sign up (or log in) to start making projects!

Paachu

@Paachu

Joined August 13th, 2026

  • 7Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Open comments for this post

58m logged

VISTARA — Day 2: File Ingestion 🔎

VISTARA is getting smarter today.

It started as a file scanner that could tell me where my files are. Now it’s learning how to actually read what’s inside them. 🗿

VISTARA can currently process:

  • .txt
  • .md
  • .pdf
  • .docx

It can scan across the PC while skipping unnecessary system and development folders, keeping the focus on useful documents.

It also uses SHA-256 hashing to detect whether a document is:

  • 🆕 New
  • 🔄 Changed
  • 😴 Unchanged

The first full scan found 7,462 supported files. 💀

Now VISTARA is going through them one by one, extracting their contents and storing the information in SQLite.

Basically:

"Where tf did I save that file?"

becomes:

"VISTARA, find it." 🗿

And yes… VISTARA is currently eating thousands of files, so my laptop is getting its own workout. 💀🔥

Next up: SQLite FTS5 keyword search.

VISTARA — a local file search engine built to make finding things on your PC less annoying.

0
0
39
Ship Pending review

I successfully developed two engaging games using Godot, both of which are part of a single project featuring a dynamic main menu. The first game is a classic 2048, and the second, QuickClick, is designed to enhance players’ aiming skills and speed.

  • 3 devlogs
  • 3h
Try project → See source code →

Followers

Loading…