Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
2
Comments
389
Joined
2 yr. ago

  • what happened to the thorns

  • Basically instead of launching completely new processes for each tab, which uses the (now updated/different) binary on disk, it uses a small secondary process that stays running the whole time the browser is open, and new processes are forked from that one, which makes them all use the same in-memory copy of the old process even after the program is updated.

    This only works on *nix because you can't overwrite binaries on Windows that are in use... but Linux keeps the old binary in memory the whole time, so it doesn't care if you replace it, as it won't be used until you restart the program.

    So it doesn't actually update anything at all while it's running.

  • Will this stop the constant crashing I've been having the last several versions?

  • Did you read the article?

  • It used to be an awesome clone of the famous MS Trackball Explorer (now that the patent has expired), but apparently they have completely changed the design and don't offer it anymore: https://www.trackballmouse.org/ploopy-classic/

    Unfortunately I'm not interested in this new design at all.

    If anyone is still looking for an explorer clone, I highly recommend Sanwa.

  • Why write it in two completely different languages?

  • duckduckgo, icon.horse and favicongrabber.com also have their own APIs for this

    I bet there is a way this could be abused in order to proxy/tunnel arbitrary requests via google IPs. Even if it's slow and must be done through e.g. PNG image data and dynamic subdomains or something, it would still be possible.

  • Or you can use unmodified latest chrome/firefox with One-Core-API

  • I just use a network share to copy files from the host, and don't have a default gateway, that way I don't risk having an open internet connection in the VM.

  • If I don’t know what your code is doing, and I can’t modify it, I don’t want it.

    To be fair, 99% of the world population do not share this viewpoint.

  • I thought whisper was for the opposite... speech to text.

  • I like the attention to sandboxing/security that web apps are given, the ease of updating, and that the UI design is easier/more accessible (many more web devs than anything else) than traditional apps, but I still prefer the speed, size and light (memory) weight of native apps.

  • not a single mention of notcurses-demo

  • userscripts like tamper/grease/violentmonkey should be able to do it

  • That and if you go on the gnome forums, their attitude IMO seems openly hostile to.. almost everything and everyone.

  • Except it's not actually EDIT.COM, it's something completely different written in rust. It doesn't even look the same :(