Skip Navigation
Jump
GoHome: A simple app to host your Go modules with vanity URLs
  • Yea, that's my main thing. I don't want to be "stuck" on a forge I no longer want to continue using.

    I'm sure you can wire up many ways to do it with a simple CDN, etc. Previously I was using nginx rules to serve it. I know others who use simple static html pages. There are many ways to get it done. My module is just one way that works for me.

    1
  • Repo: https://git.code.netlandish.com/\~petersanchez/gohome

    I wrote a simple application to easily manage your Go modules that you host on your own domains, backed by sqlite3.

    I know there are quite a few ways to do this (nginx hacks, static pages, other server apps) but none of them scratched my itch. I wanted a simple utility that I can add/edit via my web browser and be done with it. No config file changes, no server reloads, etc.

    Happy to hear all feedback.

    Blog post (if you care): https://petersanchez.com/easily-host-go-modules-on-your-domain/

    2
    Jump
    *Permanently Deleted*
  • Well I've been a part of the Sourcehut (one of his major projects) community for many years and have interacted with him many many times. I've never found him to be a drama queen. Is he outspoken? Yea. Does he stand up for what he believes in? Yea. So he usually goes against the grain and catches flack for it.

    2
  • Jump
    What do y'all think about mailing lists and IRC as sole communication channels?
  • This is ideal for me. I refuse to use Discord period and only use Slack only for direct client work (when they request that we use it.)

    Mailing lists are great imho but I'm older than most people probably on these communities. So I'm very familiar with this.

    I do think a ticket tracker is useful/required though.

    3
  • Jump
    It's time to let go, Apache Software Foundation
  • At this point, who cares when LibreOffice exists? Though I do get the potential confusion for newbies but there is so much written out there on this topic I feel like it's harder and harder to get confused on the two.

    17
  • Jump
    Guatemala’s Progressive President-Elect Will Face an Uphill Battle
  • Something tells me the USA is about to send some freedom down south /s

    As someone living in Central America, I sure hope there isn't any new disruptions in the region.

    0
  • Jump
    El Salvador's leader, criticized internationally for gang crackdown, tells UN it was the right thing
  • I caught the /s.

    I was wondering about this because I understood (perhaps incorrectly) that these powers only exist during the state of emergency. Once it's declared over, it's no longer possible?

    Of course you're right, there is already overreaching happening. Since you live there, let me ask you, how do you feel safety wise?

    For instance here in Nicaragua, it's extremely safe. Violence is basically non-existent (especially coming from Los Angeles where violence is rampant). But of course the government is what it is. So is the trade off worth it?

    1
  • Jump
    El Salvador's leader, criticized internationally for gang crackdown, tells UN it was the right thing
  • I live in Nicaragua (I'm American) and can say that while yes he does have his critics in Central America, he's overwhelmingly supported in El Salvador and the people are actually safe, which is not normal for the last several decades.

    Sometimes extreme measures are needed. It's like he said when this started, (paraphrasing) "Where were all these countries when we needed help. Where was their training, money, equipment, etc.? Our people are dying and we've had enough! So the world ignored us before and now they want to criticize us. We don't care."

    26
  • Jump
    What would it take for you to move away from Github?
  • I’d have to read a guide on how to send a patch or apply one from somebody else.

    The guide is about 2 paragraphs and you'd also have to read a guide for how to create an account, fork, clone, push, send PR, etc. for the new normal workflow.

    Commenting on a line of code and following a discussion about it isn’t very legible.

    It's normal email bottom posting usually, pretty simple to follow. The srht UI does a decent job of this for you as well imho.

    There’s no way to mark a discussion as resolved, now way to have a quick overview of the status of all the comments left on a patch

    In email specifically, no. Of course you can mark it resolved if using custom software (ie, srht) that supports it. Not sure what you mean of quick overview, unless you mean via a webpage which again, srht provides. If straight email, you have to cycle through the emails. Which for me, just means typing "j" or "k" instead of page up/down like you would on GH, srht, whatever.

    is it possible to submit a patch with multiple commits and if so how does one see the final result?

    Yes, of course. No clue about seeing them all in one final patch. I suppose that's useful though I've never had an issue going through each patch individually. Maybe a feature suggestion for srht.

    Is it possible to sign my commits?

    I don't see why not.

    I've used email WF, then "github WF", and found srht very refreshing when it launched. I still stuck with BitBucket because I didn't want to take the time to move over but once they removed Mercurial support, we went all in with srht and no regrets. Our code review process via email is so much faster for us now and prior to this move, I was the only person on the team who'd worked with the email WF before.

    Of course, I totally get it's a personal preference and that a lot of younger developers have no experience with the email WF and humans are naturally resistant to change. They probably wouldn't enjoy it either.

    1
  • Jump
    What would it take for you to move away from Github?
  • Well there are many smaller projects than the kernel that still use the email workflow. To me it's simple, not archaic. You're right though, you definitely would miss out on contributors but that's just the reality of the dev world today.

    1
  • Jump
    The only thing doing tech tests has taught me is that I'm too stupid to do the job I've been doing professionally for the better part of 2 decades.
  • I hope I never have to look for a job again but with the way my business has gone lately, I may need to start thinking about it in a few years.

    I've also been coding for 25 years, most of that professionally. I'm not sure I could pass a tech interview.

    8
  • Jump
    What would it take for you to move away from Github?
  • This is what I love about it. Also email is used in the biggest projects in the world (including the linux kernel). It allows anyone to just clone & contribute immediately.

    1
  • Jump
    What would it take for you to move away from Github?
  • We run our own SourceHut instance because I hate all the social dopamine crap built into GH. I hate you need an account just to participate in a repo. I hate the heavy UI (sometimes it's better than others).

    Also, srht supports hg as well as git.

    3