• 1 Post
  • 50 Comments
Joined 3 months ago
cake
Cake day: April 12th, 2026

help-circle


  • It’s not. And its not supposed to be. Its to fund the development of the browser.

    “Deal with worse UX or pay us to develop more crap” is not a good way to entice “voluntary” donations. Though I guess they know their audience is full of copium anyway, maybe it is an effective way at least, we’ll see.

    Would you like to know or were just just wanting to be contrarian?

    Funny you should say that, usually when I check tech threads - somehow you’re always there being downvoted to all hell for writing something edgy in a very pedantic (i.e. obnoxious) way. Including this thread. You could have just listed the damn features twice already when prompted about them, but you’re actively choosing to continue bullshitting as though you’re on twitter and farming for clout. I think I’ll just block you now.





  • Most browsers don’t allow you to easily toggle on and off certain privacy features on a per-site basis

    I don’t know what “certain features” are. LibreWolf lets me easily enable WebGL on per-site basis and uBlock could always do that anyway. I don’t need to touch anything else.

    Origin is free on Linux.

    Yes, and you can also toggle everything off via config. That does not matter, it’s still a scummy move that should be ridiculed. How, exactly, is a dashboard that toggles some settings on or off is worth 60 dollars? It’s not “paying for convenience” it’s a tax on tech incompetency.













    1. Yes and it all does not matter in the slightest for discussing if a language is a right choice for something like Piefed. Not that there’s much to engage with in the original post - I almost regret leaving a comment on a post like this, but I feel this may be a learning for some.
    2. There is zero significance in it being supported in “that” way. There used to be a Go-specific runtime (before there were OS runtimes), but they have dropped it because it made no sense once OS runtimes appeared. If you use TS you likely already have a build step somewhere before deployment unless your function is dead simple (which admittedly it should be, but rarely is). Might as well compile a binary, it’s not that complicated. And yes, using a compiled language like go (or C, yes) may absolutely be the correct choice depending on what you need - if it’s in a hot path which serves a lot of traffic then it may lead to much better warm up times and better throughput, as there isn’t a whole runtime to boot and script to interpret like there would be with Node and/or Python (let’s not talk about Java). I’m simplifying a bit, but hope that helps.

    I’m just making a case of how not obsolete python is.

    There’s no need to do that, it’s self-evident and the original post does not deserve a second of anyone’s time.