And what features and/or technologies you’d rather not see in a web browser

Lets make this interesting: you can imagine features ( there’s no wrong answers ) , its not just about features that you already saw in other browsers

  • Dessalines
    link
    fedilink
    65 months ago

    I really just want web browsers to die, and be replaced by one of the slimmed down options like gemini, gopher, or some markdown viewer.

    The web just keeps getting increasingly bloated and ad-ridden, and filled with popups. Web browsers are as complex as entire operating systems now, so only 2 orgs (google and mozilla) have the resources and expertise to build a browser, and mozilla might throw in the towel eventually, leaving the internet as one big google ad.

    IE move viewing of mostly static content into these simple variants like gemini, and move dynamic things to local apps with API access.

      • kersploosh
        link
        fedilink
        45 months ago

        they can do more than viewing websites

        The question is: should they? There is a larger philosophical divide about whether software tools should be small and purpose-built, or monolithic. Having one do-it-all tool can be convenient but also creates a huge amount of overhead and complexity.

        I go back and forth myself. I love the convenience of monolithic tools, but miss the way a small, purpose-built tool can really do its job well.

      • Dessalines
        link
        fedilink
        1
        edit-2
        5 months ago

        They shouldn’t be doing any of those things, html should be for simple, static content only.

        For dynamic / interactive things, programmers should write programs again like they used to.