Mr. Devault is serious about software craft. He's worth your $10 if you are considering. I am a early adopter of his works.
Sr.ht becomes Sourcehut
41–50 of 83 posts
Re: Sr.ht becomes Sourcehut
#42One of the main things I don't like is the email focus. I think one of the best things the modern git websites have done is replace email with merge requests which are just so much easier to use, tag, and search. I get that this is a tool made for those old devs who still want to do everything from mutt though.
Re: Sr.ht becomes Sourcehut
#43Mr. Devault is serious about software craft. He's worth your $10 if you are considering. I am a early adopter of his works.
Re: Sr.ht becomes Sourcehut
#44Mr. Devault is serious about software craft. He's worth your $10 if you are considering. I am a early adopter of his works.
There's no obvious way to donate from sourcehut.org.
If you don't want an account, there's some donation information here: https://drewdevault.com/backers
Re: Sr.ht becomes Sourcehut
#45The UI seems very usable. I wonder how the performance stacks up against something like gogs. One of the main things I don't like is the email focus. I think one of the best things the modern git websites have done is replace email with merge requests which are just so much easier to use, tag, and search. I get that this is a tool made for those old devs who still want to do everything from mutt though.
That patch page is pretty indecipherable.
Re: Sr.ht becomes Sourcehut
#46As of posting, the info on this site is very lean, but going forward sourcehut seems to be the name for the software suite of the service 'sr.ht'. The linkage is implied by the quote on the site that " sr.ht is a hosted instance of sourcehut provided for your convenience ". The impetus behind the branding clarification seems to be this HN thread [1]. For more history, see the the debut announcement [2] and its corres…
There is already:
SourceTree
SourceView
SourceForge
TheSource
SourceCode
SourceDaddy
OutSource
By adding more "Source", you are just diluting value of source brand.
It will be interesting to see how many more "Source" untill we stop using Source at all?
Same is the thing with "Git" and Docker escaped this issue by prohibiting use of "Docker" in non docker owned companies.
Re: Sr.ht becomes Sourcehut
#47As of posting, the info on this site is very lean, but going forward sourcehut seems to be the name for the software suite of the service 'sr.ht'. The linkage is implied by the quote on the site that " sr.ht is a hosted instance of sourcehut provided for your convenience ". The impetus behind the branding clarification seems to be this HN thread [1]. For more history, see the the debut announcement [2] and its corres…
I think this is a bad move. There is already: SourceTree SourceView SourceForge TheSource SourceCode SourceDaddy OutSource By adding more "Source", you are just diluting value of source brand. It will be interesting to see how many more "Source" untill we stop using Source at all? Same is the thing with "Git" and Docker escaped this issue by prohibiting use of "Docker" in non docker owned companies.
Re: Sr.ht becomes Sourcehut
#48Mercurial support, fuck yeah: https://hg.sr.ht/ This is the killer feature for me. Why Mercurial? Here’s a list of Mercurial features that I think are really cool: Revsets – a domain-specific language for querying your commits Templates – a domain-specific language for altering the output of almost every command. Putting together these two you can do things like this: http://jordi.inversethought.com/blog/customising-…
[1] https://trends.google.com/trends/explore?date=all&q=%2Fm%2F0...
[2] https://trends.google.com/trends/explore?date=all&q=%2Fm%2F0...
Re: Sr.ht becomes Sourcehut
#49Re: Sr.ht becomes Sourcehut
#50Mercurial support, fuck yeah: https://hg.sr.ht/ This is the killer feature for me. Why Mercurial? Here’s a list of Mercurial features that I think are really cool: Revsets – a domain-specific language for querying your commits Templates – a domain-specific language for altering the output of almost every command. Putting together these two you can do things like this: http://jordi.inversethought.com/blog/customising-…
> a domain-specific language for querying your commits Meanwhile I google "how to print commit history git" for the 100th time...
hist = log --graph --pretty=format:'%Cred%h%Creset %s%C(yellow)%d%Creset %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=relative