Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Tenzer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Alga: CLI for remote controlling LG webOS TVs
(github.com)
6 points
by
Tenzer
2y ago
|
0 comments
2.
▲
by
Tenzer
4y ago
There is already pretty decent documentation on the Mastodon website for how to install and configure a server: https://docs.joinmastodon.org/admin/prerequisites/ . If you'd like to see the NixOS way I used, I
3.
▲
Setting up my own Mastodon server
(tenzer.dk)
2 points
by
Tenzer
4y ago
|
2 comments
4.
▲
Lambda@Edge Adds Support for Python 3.7
(aws.amazon.com)
2 points
by
Tenzer
7y ago
|
0 comments
5.
▲
by
Tenzer
7y ago
I've previously profiled pipenv and found it to be slowed down massively due to launching pip for each package it was working on. Unfortunately the maintainers think the progress bar is more important than performance: https:/&#x
6.
▲
by
Tenzer
7y ago
I think most browsers don't include referrer information when clicking a link on a HTTPS site which leads to a HTTP site, but other than that I believe the information is kept by default. Site owners can however tell browsers how much
7.
▲
The missing black screensaver for macOS Mojave
(github.com)
3 points
by
Tenzer
8y ago
|
0 comments
8.
▲
LastPass Pwned Passwords checker
(gist.github.com)
2 points
by
Tenzer
9y ago
|
0 comments
9.
▲
A surprising amount of people want to be in North Korea
(blog.benjojo.co.uk)
5 points
by
Tenzer
9y ago
|
0 comments
10.
▲
by
Tenzer
9y ago
Perhaps you can use my command line image printer for something like that: https://github.com/Tenzer/explosion .
11.
▲
Making a server – The plan
(tenzer.dk)
3 points
by
Tenzer
10y ago
|
0 comments
12.
▲
Top Uses for a Message Queue
(iron.io)
3 points
by
Tenzer
10y ago
|
0 comments
13.
▲
Replacing the menu bar icon of a Mac application
(tenzer.dk)
1 points
by
Tenzer
10y ago
|
1 comments
14.
▲
Cask upgrade – Helps Homebrew Cask users be up to date
(gist.github.com)
2 points
by
Tenzer
11y ago
|
0 comments
15.
▲
by
Tenzer
11y ago
I can definitely relate to that, my biggest pet peeve is probably people writing ElasticSearch instead of Elasticsearch - even though it isn't written like that anywhere on the official website.
16.
▲
by
Tenzer
11y ago
On the topic of the Schuko plug, I never really understood why there had to be that many variations of it. Being from Denmark, I have more often than not had problems with the ground pin obstructing me from using a Danish plug in other coun
17.
▲
by
Tenzer
11y ago
Python 3.4? Really? Why not 3.5!
18.
▲
by
Tenzer
11y ago
The post ends with "We look forward to your feedback as you try out nginScript [...]" but it doesn't mention where we can test it out. Does anybody know more about that?
19.
▲
Generating Subresource Integrity (SRI) Checksums
(tenzer.dk)
1 points
by
Tenzer
11y ago
|
0 comments
20.
▲
by
Tenzer
11y ago
It might be worth noting that if you pickle data in Python 3 then it actually has protocol versions which aren't compatible with Python 2: https://docs.python.org/3/library/pickle.html#data-stream-fo... .
21.
▲
by
Tenzer
11y ago
Sure, that's also what I cover in the post. The latter part about rewriting is only relevant when you want to have the service behind an ELB to be located at something else than "/".
22.
▲
by
Tenzer
11y ago
No, you can't. You can instead create your own EC2 server, give it a static IP (well, "Elastic IP") and then hope your own server doesn't go down. This is the reason why I prefer to use an ELB since I never seen stabilit
23.
▲
by
Tenzer
11y ago
Neat! I want to get started on some Lua scripting as well, probably first to just get a bunch of metrics out of Nginx via StatsD. There's access to a whole bunch of numbers via Lua that you otherwise can't get out from the stub_st
24.
▲
by
Tenzer
11y ago
I would expect that to be the way the Nginx Plus implementation works, but I have never had a chance to try it out.
25.
▲
by
Tenzer
11y ago
Dynamic modules are on the road map, according to this article: http://www.infoworld.com/article/2951849/web-services/nginx-... .
26.
▲
by
Tenzer
11y ago
Sure, that's not really related to the protocol used. It's instead handled by the upstream module and the "ip_hash" flag: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#... .
27.
▲
by
Tenzer
11y ago
You can also use Nginx for the PROXY protocol, that was added in version 1.5.12. You should just add "proxy_protocol" to your "listen" directive: http://nginx.org/en/docs/http/ngx_http_core
28.
▲
by
Tenzer
11y ago
Regarding how the ELB works, then I think the AWS engineers have a different idea on how to implement stuff. AWS is very much a dynamic platform and the engineers seem to have embraced this when they came up with this solution. It doesn
29.
▲
by
Tenzer
11y ago
I think the reasoning for it is for performance. If you can make all the DNS queries you need before you start serving any requests, then you don't have to wait for DNS servers while clients hammer your server. Ideally I would have lik
30.
▲
by
Tenzer
11y ago
It's good to hear it was of use to somebody :) I know you can use a map in Nginx to do what you ask for, as long as you have a list of domains already: http://nginx.org/en/docs/http/ngx_http_map_module.ht
More ›