Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aleks_me2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aleks_me2
28d ago
Thank you. I have decided to use clickhouse with that config because of missing S3 for logs and metrics for long term store. <clickhouse> <storage_configuration> <disks> <audit_s3> <
2.
▲
by
aleks_me2
28d ago
Can Partitioning be used to move data to S3 Storage, for long term archiving?
3.
▲
by
aleks_me2
1mo ago
The question "which ASN are the clients coming from?" was exactly the reason I revived AWFFull — the new version adds an ASN table based on the DB-IP ASN Lite database :-) To your point about it maybe being a paid feature: the DB-
4.
▲
by
aleks_me2
1mo ago
The question I always come back to is: how long does it take you to get stats for something like 1 month or 1 quarter with the current "modern" tools? For ad hoc analytics these tools are very nice, but for long-term stats they ru
5.
▲
by
aleks_me2
1mo ago
I've revived AWFFull for static log analysis, just like in the good old webalizer days :-). Link to the report is in my bio, sorry, I can't post links here for now. What I'm seeing matches the observations of the other commen
6.
▲
by
aleks_me2
1mo ago
Thanks also that new reader/writer are also integrated like typst. I use it to create pdfs for my blog posts with that code :-) python3 "$SCRIPT_DIR/preprocess.py" > blog-post.md && \ /datadisk/
7.
▲
by
aleks_me2
3mo ago
I have used SigNoz https://signoz.io/ for that
8.
▲
by
aleks_me2
3mo ago
you can tell pandoc to use typst as pdf-engine . I use this command to create pdf from my md file. Downloads/pandoc-3.9/bin/pandoc \ README.md \ -o "my-output.pdf" \ --pdf-engine=typst \ -V papersiz
9.
▲
by
aleks_me2
11mo ago
Well this statement have to be precised. caddyserver v2 supports HTTP/3 and it's an webserver written in go https://caddyserver.com/features FYI: There is also an rust webserver which supports HTTP/3. https:
10.
▲
by
aleks_me2
5y ago
HAProxy can be used to load balance gRPC since 2.0. Here the current 2.4 version link to the documentation. http://cbonte.github.io/haproxy-dconv/2.4/configuration.html...
11.
▲
by
aleks_me2
7y ago
That's a great tool. Easy to use and really robust in daily use. thanks for writing ;-)
12.
▲
by
aleks_me2
7y ago
Great article. FYI: OpenShift 4 uses podman as run command instead of docker.
13.
▲
by
aleks_me2
7y ago
What's the aim of the Fedora project to Silverblue?
14.
▲
by
aleks_me2
7y ago
Well the question is will the enterprise Software Vendor like Citrix, IBM, Dell, HP and so on port there Software to this new Package format. Even for today it's difficult to run some SW/HW tools on "Linux" as the vend
15.
▲
by
aleks_me2
7y ago
Well even tails allows to install some packages after when you run it from USB. "You'll always be able to roll your own." of course I can also build my own linux with LFS (=Linux from Scratch) but how many People do this? But
16.
▲
by
aleks_me2
7y ago
Oh no. The benefit of Linux is to be able to build your own Setup (Server,Desktop). Now with this "Solution" the user have more and more a closed System where every change creates a lot unnecessary steps to install another softwar
17.
▲
by
aleks_me2
7y ago
The page is White with JavaScript off. Here the Info which is readable with JavaScript off :-) https://looker.com/blog/looker-to-join-google-cloud
18.
▲
by
aleks_me2
7y ago
I have also chosen gitlab, hugo and netlify. Netlify because they have the nice feature to use forms in the site. My setup is described in this post. https://www.me2digital.com/blog/2017/09/move-from-wp-hugo-a
19.
▲
by
aleks_me2
8y ago
I have read the statement on eff https://www.eff.org/deeplinks/2018/05/not-so-pretty-what-you... and can't think about that this is a PR for Signal. I assume that signal will start some e-mail services s
20.
▲
by
aleks_me2
8y ago
Nice article. I strongly suggest to use haproxy 1.8. Haproxy 1.8 support HTTP/2 to the browers