Tag Personal Project

Recover your old Grammarly Docs

I registered on Grammarly on 2016-05-11T12:49:14.000(I took the date from the API). Since then, Grammerly checked about 1.8M words I wrote which is more or less ~17 novels.

As a non-native English speaker, I generally use Grammarly to at least get rid of any typos.

Not all the checkings were made over Docs in the app since Grammarly has extensions and can check in many other places.

But in the app, I created around ~600 documents unfortunately, Grammarly does not support pagination, and it only...

View full article

SvelteKit Starter - Mini Apps - Farcaster

I wrote a SvelteKit starter for farcaster frames V2, now mainly people involved with developing Farcaster/Warpcast tech mainly use Next/React, in fact, many of the official libraries don’t have docs for other stacks.

Now we should talk a bit about version 2 for Frames(rebranded recently as Mini Apps), IMO frames V1 was a bit of a flop, because it used a very inefficient way to communicate, which was through images, at the time I was firmly against that spec, and I suggested using Iframe instead, ...

View full article

Update of front-app and blog-app

I’ve had a personal domain since 2007 and tested many frameworks and self-host solutions. Most of them were based on C++, PHP, Python, GO, and JS. Believe it or not, back in 2005-2006 it was popular to write web apps using a system language like C / C++ and use a (CGI) Common Gateway Interface to execute compiled programs. In fact, PHP was inspired a lot by C, as it first wanted to be just a templating engine for C. I didn’t touch PHP for a few years, even though I used most PHP frameworks, but ...

View full article

Simple Proxy for puppeteer extension rewritten

I have an extension that controls the proxy of a browser. Before the rewrite, it was pretty slim, written in plain Valina JS, and I didn't touch it for three years.


But manifest V3 will be mandatory as of June this year, so I rewrote it. It took me a few hours, and I converted it into a Svelte TS extension.

Added a few new features, like the possibility to auto-disconnect if the proxy is failing, start the proxy with the browser, being able to verify a proxy is valid, and dark theme(as defaul...

View full article