mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

#nyxt

0 posts0 participants0 posts today

So sad that #nyxt is so buggy on my system... Keeps crashing and hanging and rendering pages incorrectly. The password manager also requires too much manual intervention for my taste. I really love the concept, though, and I really hope that it will improve soon. I want emacs keybindings for my browser. And I want my browser to be a #lisp machine...

Replied to RandomHayBale

@RandomHayBale

I love #qutebrowser and used it quite extensively in the past, only utilizing another browser in cases where qutebrowser would not function properly on a particular website. Unfortunately, something in my config has caused it to start misbehaving, and I have not put in the time to diagnose the issue, so I'm left with a lesser browser for now.

Nevertheless, #Nyxt being fully hackable is quite exciting, and I would probably give up qutebrowser for it if it were polished some.

I've really gotten used to using #nyxt after some initial hesitation. Now I try its keyboard shortcuts whenever I use firefox or chrome as well, which doesn't go so well. Even though the rendering is slower, the #browser feels faster because it's a lot faster to interact with it!

And, yes, the #nyxt web browser will compile on 32 bit with sbcl recompiled with a 2048Mb sized
dyn stack once you edit the makefile:

cd ~/common-lisp/nyxt
cp makefile makefile.new
sed -i 's,max 3072,max 2048,' makefile.new
make