Hacker News new | past | comments | ask | show | jobs | submit | moomerman's comments login

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...


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.


You can support call queueing and call duration so that it doesn't go to the user voicemail. This is just a simple example to get you started.


Thanks, I don't understand the criticism either, the feedback via twitter has been quite positive so I will take both on board when writing any further posts.


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.


For what you are suggestion wouldn't it be simpler to start with a known code base such as gitolite and to then add the modifications you require?


I'm working on https://subsify.com/ to try and fill the gap in recurring payments for UK and EU businesses. At the moment we're only partnered with SagePay as a Payment Gateway so if that sounds good to you get in touch.


You need to work on your presentation. Replacing "try", "working on", and "if that sounds good to you" would go a long way. Like this:

"I have developed https://subsify.com/ which is a service filling the gap in recurring payemnts for UK and EU business. We currently support SagePay as Payment Gateway, which will fulfill the needs of most people. I would encourage anyone struggling with recurring payments in the UK to get in touch, we will probably be able to help you out."


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.


I don't see the secret in the output when I run that command. It just says:

debug1: Remote: Forced command.


It seems that certain versions of OpenSSH do print out the command and parameters so I've updated the blog post to include a work-around


In the extended example it does actually use the SSH_ORIGINAL_COMMAND, will update the simple version too


In the extended example you're falling back to exec(SHELL) if SSH_ORIGINAL_COMMAND doesn't exist. Does sshd not set that to the login shell if no command is specified by the client?


SSH_ORIGINAL_COMMAND isn't in the ENV at all if no command was passed through


Right, that was what I asked in my other post. I assumed sshd would fill in the login shell there if nothing was passed as that is effectively what is being called but it seems not. I see you're doing exec(SHELL) to fix that.


That is great thank you, I was looking for something along those lines


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: