The Magic of Claude Code

Claude Code combines a terminal-based Unix command interface with filesystem access to give LLMs persistent memory and seamless tool chaining, transforming it into a powerful agentic operating system for coding and note-taking. Its simple, composable approach offers a blueprint for reliable AI agents that leverage the Unix philosophy rather than complex multi-agent architectures.

Released version 3.0.0 of Blazor.FileSystemAccess. No new features but I were able to delete 516 lines of code as the Filesystem handles moved to my Blazor.FileSystem library.
The below is a dependency map. Boxes connected describe a dependency relation where the top is the dependency. The yellow boxes and lines are projects and relations that I plan to work on.
Project: https://github.com/KristofferStrube/Blazor.FileSystemAccess
#dotnet #csharp #blazor #filesystemaccess #chart #map
GitHub - KristofferStrube/Blazor.FileSystemAccess: A Blazor wrapper for the File System Access browser API.

A Blazor wrapper for the File System Access browser API. - GitHub - KristofferStrube/Blazor.FileSystemAccess: A Blazor wrapper for the File System Access browser API.

GitHub
📢 PSA for #FileSystemAccess API users: While `FileSystemHandle` objects can be
serialized & stored in IDB (https://web.dev/file-system-access/#storing-file-handles-or-directory-handles-in-indexeddb), the permissions currently need to be regranted each time. Star
https://crbug.com/1011533 to be notified of work on persisting granted permissions.
The File System Access API: simplifying access to local files

The File System Access API enables developers to build powerful web apps that interact with files on the user's local device, such as IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device.

web.dev

Dealing with SQLite databases 🗄? SQLite Viewer by @[email protected] may come in handy: https://sqliteviewer.app/. I love how Project Fugu 🐡 enables apps like this!

RT @[email protected]

@[email protected] Using #FileSystemAccess, #FileHandling and #WindowControlsOverlay for https://sqliteviewer.app:

🐦🔗: https://twitter.com/qwtel/status/1496046364345921538

SQLite Viewer Web App

A free online SQLite Explorer, inspired by DB Browser for SQLite and Airtable. Use this web-based SQLite Tool to quickly and easily inspect sqlite files on the web.

GitHub - ThaUnknown/pwa-haven: Collection of small, fast, simple PWA's to replace native OS apps.

Collection of small, fast, simple PWA's to replace native OS apps. - GitHub - ThaUnknown/pwa-haven: Collection of small, fast, simple PWA's to replace native OS apps.

GitHub
🤩 Wow, @[email protected] has a cool new file explorer feature: File > Open More > From Storage. It's all powered by the #FileSystemAccess API (https://web.dev/file-system-access/)! Try it out at https://www.photopea.com/.
The File System Access API: simplifying access to local files

The File System Access API enables developers to build powerful web apps that interact with files on the user's local device, such as IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device.

web.dev
I’m super happy that Project Fugu 🐡 enables workflows like this: the VS Code PWA hosting the TLdraw PWA as an extension, and both can access local files through the #FileSystemAccess API. See the quoted tweet and the tweet it is a reply to for details ⤵️.

RT @[email protected]

@[email protected]
Janvas, is an online Vector Graphic Editor for Designers, illustrators and Developers.

Janvas use the File System Access API to open and save documents directly on the user's local file system

https://www.janvas.com

#FileSystemAccess

🐦🔗: https://twitter.com/rikdelmar/status/1452980328079974402

Janvas - the online svg graphic editor

Janvas, is an online Vector Graphic Editor for Designers, illustrators and Developers.

Chromium ain't Chromium: @[email protected] failing its users in hilarious ways: https://github.com/photopea/photopea/issues/2118#issuecomment-885470441. The Project Fugu 🐡 #FileSystemAccess API is currently not reliably usable in Opera 79 😔. Sorry for you, @[email protected] Opera users.
Optionally support the Native File System API · Issue #2118 · photopea/photopea

Web apps like Excalidraw have started to support the Native File System API. Google Chrome Labs maintains a library that makes supporting this API a smooth progressive enhancement, with transparent...

📢 PSA: If you want to add #FileSystemAccess support to your Web app and you need to support browsers that don’t support the new File System Access API yet: I maintain the browser-fs-access lib that makes this a breeze: https://github.com/GoogleChromeLabs/browser-fs-access.
(Not sure if @[email protected] uses it.)

RT @[email protected]

saving / loading files from the local file system

🐦🔗: https://twitter.com/steveruizok/status/1403474096306982913

GitHub - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser

File System Access API with legacy fallback in the browser - GitHub - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser

GitHub