Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_Soulou
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
_Soulou
7mo ago
Overall, everything works pretty well for me (user for multiple years), except all apps which are too bound too Google Play Services as microG is not stubbing/implementing all APIs. So all apps with premium subscription you can only ha
2.
▲
by
_Soulou
1y ago
Something I have been wondering with Flatpak is about Ram usage. As sharing dynamic libraries allow loading it into RAM only once, while if I use Signal, Chromium and different others Flatpaks, all libs will be loaded multiple times (often
3.
▲
by
_Soulou
7y ago
Instinctively I would say, to have a direct authentication/authorization process you couldn't have if the client was communicating directly with a MQ.
4.
▲
LinK, a virtual IP manager backed by Etcd
(scalingo.com)
8 points
by
_Soulou
8y ago
|
0 comments
5.
▲
Turning IPTables into a TCP load balancer for fun and profit
(scalingo.com)
8 points
by
_Soulou
8y ago
|
0 comments
6.
▲
by
_Soulou
8y ago
Is there any plan for a European presence? (At least, for the storage part)
7.
▲
Deploying a Future Proof Traffic Router Based on OpenResty
(blog.scalingo.com)
7 points
by
_Soulou
9y ago
|
0 comments
8.
▲
Surpass Pokemon Go hype: minimizing impact on the infrastructure
(blog.scalingo.com)
8 points
by
_Soulou
10y ago
|
0 comments
9.
▲
Introducing the new Metrics view: container resource monitoring using InfluxDB
(blog.scalingo.com)
18 points
by
_Soulou
10y ago
|
0 comments
10.
▲
One more step in the Docker Ecosystem with our new Docker addon
(blog.scalingo.com)
4 points
by
_Soulou
10y ago
|
0 comments
11.
▲
by
_Soulou
11y ago
Interesting not really, someone in my family made some research about its past and return to the XVIIth century. From there, we can only make assumptions.
12.
▲
by
_Soulou
11y ago
Currently, we are running multiple containers from different apps on the same host. These containers are running with unprivileged users and reduced capabilities but in the same network. It will probably change in the future for a higher le
13.
▲
by
_Soulou
11y ago
I think it's my real name, proof underneath :-) http://i.imgur.com/onAPdMr.jpg
14.
▲
Heroku2scalingo: migrate from Heroku to Scalingo in a minute
(blog.scalingo.com)
106 points
by
_Soulou
11y ago
|
43 comments
15.
▲
by
_Soulou
11y ago
Remind me "The Three Stigmata of Palmer Eldritch" from Philip K. Dick. Selected (clever) people are sent as settlers on Mars, but everybody know it's crappy as hell and that people are surviving thanks to drugs which allow t
16.
▲
by
_Soulou
11y ago
Docker stats is not a solution since you can't configure it, it's a good effort but is not sufficient. Docker stats over hundredths of containers generates too much load, you can't configure anything. An external project is w
17.
▲
by
_Soulou
11y ago
Actually, not so similar, acadock is much more a wrapper which transforms cgroups and namespaces data to a more accessible HTTP API.
18.
▲
by
_Soulou
11y ago
Scalingo's CTO here, if you have any question, I'd be glad to answer them.
19.
▲
Disucssion of official dependencies and vendoring tool for Go
(groups.google.com)
4 points
by
_Soulou
12y ago
|
0 comments
20.
▲
by
_Soulou
12y ago
I don't want to say anything wrong on this and I don't have the knowledge on this, but it's possible than the OS is doing a lot of work on this to avoid cutting connections. Do you have any details on this?
21.
▲
by
_Soulou
12y ago
For the argument, you can change them, i answered there: https://news.ycombinator.com/item?id=8773176 So far, I haven't encountered any annoying edge case I can't handle, so if you have examples, I'll be glad
22.
▲
by
_Soulou
12y ago
That's because when you connect to your SSH, it forked and there is one process which is handling your connection, then when you restart the daemon, it only restarts the master, no harm done to the existing connections.
23.
▲
by
_Soulou
12y ago
The less I rely on the operating system environment, the best it is. Go provides static binaries, easy to deploy. I don't want to get hooked to systemd. (even more if my server can handle the use case with a few lines of code.)
24.
▲
by
_Soulou
12y ago
You're right, but in some cases, for example a 'git push' to deploy an application, we don't want the SSH connection to be cut when upgrading our SSH server, this is not an option. If the server crashes the current conne
25.
▲
by
_Soulou
12y ago
Hi finnh, post author here, 1. When the parent process has finished handling its connections, it just exits. The children are then considered as 'orphans' and are automatically attached to the init process. When you run your servi
26.
▲
by
_Soulou
12y ago
Actually, we are not only using this for HTTP services, but also for our SSH server (the one I've introduced last week). This method was mandatory for us! Edit: typo
27.
▲
by
_Soulou
12y ago
Hi alexk, post author here, The 'manners' package only enables graceful shutdown in a HTTP server, there is still work to be done to restart it gracefully, that's what I'm trying to show in the article.
28.
▲
Graceful server restart with Go
(blog.appsdeck.eu)
119 points
by
_Soulou
12y ago
|
49 comments
29.
▲
Writing a replacement for OpenSSH using Go, part 2
(blog.appsdeck.eu)
66 points
by
_Soulou
12y ago
|
13 comments
30.
▲
by
_Soulou
12y ago
Hi j_s, By sensitive data, we meant part of the identity of all our users (there is quite often user@host at the end of the public keys sent by our users), and the second point is linked to the internal commands. In the `command="ssh-h
More ›