browser (pending name)a project by kyon |
this is my experimentation with making a browser purely for the purposes of streamlining research, you can read more about it here
build your own browser
on october i first got the itch, but proceeded to procrastinate
i didn’t do much other than what’s outlined on the blog and spent on other projects, research, and generally fucking around without writing any code
tauri sucks electron is better
wdym you can’t embed webviews inside DOM??? skill issue fr
c, rust, and now ts. electron already comes with chromium, so why not make a browser out of it?
before vs after
(didn’t like having empty elements)
each browser session is a path, with some useful + vanity stats to cover how you spent your time
so you can save & load for continuity. uses sqlite
added too many features too fast so now i’m doing a complete rewrite
lmfao this is hilarious, i just got a 30% speed up after the rewrite
before vs after
using iosevka btw
(renderer speed optimizations next)