Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moomerman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Multi-Cloud Deployment for Elixir and Phoenix with MRSK
(richardtaylor.dev)
7 points
by
moomerman
3y ago
|
0 comments
2.
▲
Globally Distributed Elixir over Tailscale
(richardtaylor.dev)
121 points
by
moomerman
4y ago
|
20 comments
3.
▲
by
moomerman
5y ago
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 a
4.
▲
Bulding a BBC Sounds status bar app for macOS
(richt.co.uk)
2 points
by
moomerman
8y ago
|
0 comments
5.
▲
by
moomerman
15y ago
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 r
6.
▲
by
moomerman
15y ago
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.
7.
▲
Build a Simple Twilio Customer Support Line in 10 minutes
(moocode.com)
81 points
by
moomerman
15y ago
|
2 comments
8.
▲
by
moomerman
15y ago
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.
9.
▲
by
moomerman
15y ago
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. Fo
10.
▲
by
moomerman
15y ago
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.
11.
▲
by
moomerman
15y ago
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 an
12.
▲
Code your own Multi-User Private Git Server
(moocode.com)
64 points
by
moomerman
15y ago
|
16 comments
13.
▲
by
moomerman
15y ago
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
14.
▲
by
moomerman
15y ago
I don't see the secret in the output when I run that command. It just says: debug1: Remote: Forced command.
15.
▲
by
moomerman
15y ago
SSH_ORIGINAL_COMMAND isn't in the ENV at all if no command was passed through
16.
▲
by
moomerman
15y ago
In the extended example it does actually use the SSH_ORIGINAL_COMMAND, will update the simple version too
17.
▲
by
moomerman
15y ago
That is great thank you, I was looking for something along those lines
18.
▲
by
moomerman
15y ago
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?
19.
▲
by
moomerman
15y ago
Cool examples - thanks.
20.
▲
by
moomerman
15y ago
Just tried it and it still prompts for the auth code
21.
▲
by
moomerman
15y ago
Interesting, would you mind letting me know which browser/version you're running? and the error message if possible?
22.
▲
by
moomerman
15y ago
The extended example 'should' work with those kinds of apps. The trivial example does not.
23.
▲
by
moomerman
15y ago
Cool, I wasn't aware of that option. Thanks!
24.
▲
Simple Two-Factor SSH Authentication
(moocode.com)
77 points
by
moomerman
15y ago
|
46 comments
25.
▲
by
moomerman
15y ago
About 400 unique visitors in the past two weeks.
26.
▲
by
moomerman
15y ago
A common theme seems to be that I'm not making the value proposition clear. Github actually charges $22/month for 20 repositories and 10 collaborators. Repodrop is $9/month for unlimited repos and unlimited collaborators. I will have to
27.
▲
Ask HN: I've launched, users have dried up, what's wrong? (repodrop.com)
8 points
by
moomerman
15y ago
|
11 comments
28.
▲
by
moomerman
15y ago
You just need to sign up for 'Google Apps for Domains' here is the link to the free version (they try and make it difficult to find) http://www.google.com/apps/intl/en-GB/group/index.html You'll have to follow the instructions to make cha
29.
▲
by
moomerman
15y ago
Thanks for the tip on rand() will update the code. This uses another cookie because it is permanent. The standard rails session cookie ends at the end of the session so isn't acceptable here.
30.
▲
by
moomerman
15y ago
That could be one solution, however there are some problems that spring to mind like deploying to different architectures (common if you're using EC2) - I guess this fits your point about your CI env resembling prod.
More ›