moomerman's comments

moomerman | 4 years ago | on: Ask HN: Who is hiring? (June 2021)

Good Club - Senior Software Engineer (Elixir) | London | Remote GMT+/-2 | https://www.goodclub.co.uk

We’re a UK e-commerce grocery service focused on making sustainable food and household products accessible to all. We’re all about getting responsibly sourced, organically produced, low/zero waste groceries into as many households in the UK, without costing the earth.

We’re on the lookout for a brilliant remote Elixir/Ruby (or similar) engineer to join us in our mission to bring sustainable food to everyone. We believe in using technology for good; to positively change customer buying habits, reduce waste, develop new supply chains, and ultimately build the sustainable supermarket of the future. You’ll be motivated by solving valuable, real-world customer problems with technology to make a genuine environmental and societal difference.

More details here: https://help.goodclub.co.uk/en/articles/5295475-senior-softw...

moomerman | 14 years ago | on: Linode Cancellation

I've also been using them for years, managing 20+ servers across nearly all of their datacenters and the service has been fantastic, their support is exceptional.

I understand that its usually the payment service provider that charges for refunds, but in this case if you've been a customer for a year I would expect them to absorb that cost.

moomerman | 14 years ago | on: Code your own Multi-User Private Git Server

To be fair, the example I have given is simple and you could use something like gitosis or gitolite (I have used them in the past). The point of the article was supposed to be a starting point if you have something else you want to do. For example, I needed to have a fully distributed git backend system across multiple git storage nodes so I needed to learn how I would go about doing that. This post was supposed to give the reader the tools they need to roll their own solution if they want.

moomerman | 14 years ago | on: Code your own Multi-User Private Git Server

Sorry if you find the title misleading, it certainly wasn't intended that way. In fact, sometimes I find it harder to pick the right title than I do to write the blog post.

My intentions were that you could read the article in 5 minutes and the code sample would give you a good starting point to code your own implementation.

moomerman | 14 years ago | on: Simple Two-Factor SSH Authentication

The method listed in the article does authenticate with the SSH key first and then the second factor kicks in only if the key (and passphrase) are valid.

Doesn't ForceCommand do exactly the same thing except it allows you to do it globally?

page 1