Earlier quoted context omitted.
All that really matters is the entry point size in modern application. I built an admin console for our company in react and it's downloaded and rendered in 220ms. People can make performant SPA's they just choose not to.
> for our company Is that in a single location? If so, then it's not really impressive. A good website loads fast even when the client is on the other side of the globe.
Sourcehut welcomes Bitbucket refugees
141–150 of 219 posts
Re: Sourcehut welcomes Bitbucket refugees
#142Serious questions... What does mercurial offer that git doesn’t? Is the transition to git difficult for projects currently housed in a mercurial repository?
There are a few good things about it compared to git (and a few bad ones). One I like is that it has an excellent GUI that is cross platform, called TortoiseHg. I know hackers can be a bit snobbish about GUIs but I really think a GUI is essential for version control: flicking through the revision graph in one pane while looking at the modified files in another and a file's changes in a third is much more efficient th…
Re: Sourcehut welcomes Bitbucket refugees
#143Serious questions... What does mercurial offer that git doesn’t? Is the transition to git difficult for projects currently housed in a mercurial repository?
There are a few good things about it compared to git (and a few bad ones). One I like is that it has an excellent GUI that is cross platform, called TortoiseHg. I know hackers can be a bit snobbish about GUIs but I really think a GUI is essential for version control: flicking through the revision graph in one pane while looking at the modified files in another and a file's changes in a third is much more efficient th…
Re: Sourcehut welcomes Bitbucket refugees
#144Earlier quoted context omitted.
There are a few good things about it compared to git (and a few bad ones). One I like is that it has an excellent GUI that is cross platform, called TortoiseHg. I know hackers can be a bit snobbish about GUIs but I really think a GUI is essential for version control: flicking through the revision graph in one pane while looking at the modified files in another and a file's changes in a third is much more efficient th…
Magit is a good one. But its an emacs package and, well, I wouldn't want to shy over the fact that it may require some effort.
Re: Sourcehut welcomes Bitbucket refugees
#145Re: Sourcehut welcomes Bitbucket refugees
#146They violently break all the recent frontend best practices. Where is the React or Vie, SPA architecture, tons of JS? There should be a federal law prohibiting making fast and simple UIs so that nobody will have concerns that the UI frameworks war leads us to great future.
Re: Sourcehut welcomes Bitbucket refugees
#147They violently break all the recent frontend best practices. Where is the React or Vie, SPA architecture, tons of JS? There should be a federal law prohibiting making fast and simple UIs so that nobody will have concerns that the UI frameworks war leads us to great future.
Monthly operational costs: $783 Maybe there is a relation?
You can write a client-side application and distribute it through some CDN (like Netlify) and have no administration duties or server cost. However, your app will end up not working without JS (and your tech stack could possibly be a mess, depending on your choices). Or you can generate pages on the server which requires you to have, well, a server.
Both approaches have benefits and drawbacks.
Re: Sourcehut welcomes Bitbucket refugees
#148Earlier quoted context omitted.
Not sure about that figure but there's https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3CBVRVZEWYB30Q.... . Looks like their monthly expenses were around $1,200 going in to Q2.
And that's for an offering including a CI build farm. Not just a website.
Anyway, few hundred dollars added or subtracted doesn't really change the point. This is a fairly cheap operation given what it provides.