<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: aleks_me2</title><link>https://news.ycombinator.com/user?id=aleks_me2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 20 Jun 2026 04:54:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aleks_me2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aleks_me2 in "Ten years of ClickHouse in open source"]]></title><description><![CDATA[
<p>I have used SigNoz <a href="https://signoz.io/">https://signoz.io/</a> for that</p>
]]></description><pubDate>Fri, 19 Jun 2026 14:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48598703</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=48598703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48598703</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Typst 0.15.0"]]></title><description><![CDATA[
<p>you can tell <i>pandoc</i> to use <i>typst</i> as <i>pdf-engine</i>.<p>I use this command to create pdf from my md file.<p><pre><code>  Downloads/pandoc-3.9/bin/pandoc \
  README.md \
  -o "my-output.pdf" \
  --pdf-engine=typst \
  -V papersize=a4 \
  -V fontsize=10pt \
  -V margin-left=2.5cm \
  -V margin-right=2.5cm \
  -V margin-top=2.5cm \
  -V margin-bottom=2.5cm \
  -V title="My title" \
  -V lang=de \
  --include-in-header=typst-header.typ \
  --toc --toc-depth=3 2>&1
</code></pre>
That's the <i>typst-header.typ</i><p><pre><code>  #set figure(placement: none)
  #show figure: set block(breakable: true)
  #set table(
    inset: 5pt,
    stroke: 0.5pt + rgb("#cccccc"),
  )
  #show table: set text(size: 8pt)
  #show table.cell: it => {
    set text(hyphenate: true)
    show raw: set text(size: 6.5pt)
    it
  }
  #set par(justify: true)
  #show heading: it => block(sticky: true, it)</code></pre></p>
]]></description><pubDate>Mon, 15 Jun 2026 23:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48548292</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=48548292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48548292</guid></item><item><title><![CDATA[New comment by aleks_me2 in "HTTP3 Explained"]]></title><description><![CDATA[
<p>Well this statement have to be precised.<p>caddyserver v2 supports HTTP/3 and it's an webserver written in go
<a href="https://caddyserver.com/features" rel="nofollow">https://caddyserver.com/features</a><p>FYI: There is also an rust webserver which supports HTTP/3.
<a href="https://v2.ferronweb.org/" rel="nofollow">https://v2.ferronweb.org/</a></p>
]]></description><pubDate>Mon, 13 Oct 2025 11:07:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45567054</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=45567054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45567054</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Why is load balancing gRPC tricky?"]]></title><description><![CDATA[
<p>HAProxy can be used to load balance gRPC since 2.0. Here the current 2.4 version link to the documentation.<p><a href="http://cbonte.github.io/haproxy-dconv/2.4/configuration.html#7.3.1-ungrpc" rel="nofollow">http://cbonte.github.io/haproxy-dconv/2.4/configuration.html...</a></p>
]]></description><pubDate>Sat, 15 May 2021 20:31:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=27168722</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=27168722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27168722</guid></item><item><title><![CDATA[New comment by aleks_me2 in "DSVPN – VPN using TCP at port 80 and 443"]]></title><description><![CDATA[
<p>That's a great tool. Easy to use and really robust in daily use. thanks for writing ;-)</p>
]]></description><pubDate>Wed, 31 Jul 2019 07:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=20572283</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20572283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20572283</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Dockerless, part 3: Moving development environment to containers with Podman"]]></title><description><![CDATA[
<p>Great article. FYI: OpenShift 4 uses podman as run command instead of docker.</p>
]]></description><pubDate>Tue, 23 Jul 2019 14:00:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=20506766</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20506766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20506766</guid></item><item><title><![CDATA[New comment by aleks_me2 in "What is Silverblue?"]]></title><description><![CDATA[
<p>What's the aim of the Fedora project to Silverblue?</p>
]]></description><pubDate>Mon, 15 Jul 2019 07:03:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=20438718</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20438718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20438718</guid></item><item><title><![CDATA[New comment by aleks_me2 in "What is Silverblue?"]]></title><description><![CDATA[
<p>Well the question is will the <i>enterprise</i> 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 vendors support only a small amount of Linux distribution with specific versions.</p>
]]></description><pubDate>Mon, 15 Jul 2019 07:01:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=20438708</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20438708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20438708</guid></item><item><title><![CDATA[New comment by aleks_me2 in "What is Silverblue?"]]></title><description><![CDATA[
<p>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 you are right, to use Silverblue or not can decide every person on there own.</p>
]]></description><pubDate>Mon, 15 Jul 2019 06:56:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=20438696</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20438696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20438696</guid></item><item><title><![CDATA[New comment by aleks_me2 in "What is Silverblue?"]]></title><description><![CDATA[
<p>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 software.<p>I agree that on servers the container runtime makes a lot of sense but not on Desktops where changes happen every day.</p>
]]></description><pubDate>Sun, 14 Jul 2019 08:43:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=20432431</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20432431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20432431</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Google to Acquire Looker"]]></title><description><![CDATA[
<p>The page is White with JavaScript off. Here the Info which is readable with JavaScript off :-)
<a href="https://looker.com/blog/looker-to-join-google-cloud" rel="nofollow">https://looker.com/blog/looker-to-join-google-cloud</a></p>
]]></description><pubDate>Thu, 06 Jun 2019 13:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=20114549</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20114549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20114549</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Using Hugo, Gitlab Pages, and Cloudflare to Create and Run a Free Static Website"]]></title><description><![CDATA[
<p>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. <a href="https://www.me2digital.com/blog/2017/09/move-from-wp-hugo-and-netlify/" rel="nofollow">https://www.me2digital.com/blog/2017/09/move-from-wp-hugo-an...</a></p>
]]></description><pubDate>Sat, 01 Jun 2019 18:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=20070684</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=20070684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20070684</guid></item><item><title><![CDATA[New comment by aleks_me2 in "EFail – Vulnerabilities in end-to-end encryption technologies OpenPGP and S/MIME"]]></title><description><![CDATA[
<p>I have read the statement on eff <a href="https://www.eff.org/deeplinks/2018/05/not-so-pretty-what-you-need-know-about-e-fail-and-pgp-flaw-0" rel="nofollow">https://www.eff.org/deeplinks/2018/05/not-so-pretty-what-you...</a> and can't think about that this is a PR for Signal. I assume that signal will start some e-mail services soon and try now to shade the current mostly safe communication tools in bad light. I hope I'm wrong, the future will it shows.<p>It would be interesting to know if the <a href="https://darkmail.info/" rel="nofollow">https://darkmail.info/</a> initiate is still active. As far as I understand this solution are the metadata also invisible at the transport level. Can anyone shade a light on this?</p>
]]></description><pubDate>Tue, 15 May 2018 12:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=17073348</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=17073348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17073348</guid></item><item><title><![CDATA[New comment by aleks_me2 in "Haproxy SSL Termination in Docker Using Letsencrypt – Jekyll Example"]]></title><description><![CDATA[
<p>Nice article. I strongly suggest to use haproxy 1.8.
Haproxy 1.8 support HTTP/2 to the browers</p>
]]></description><pubDate>Mon, 16 Apr 2018 13:54:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=16848970</link><dc:creator>aleks_me2</dc:creator><comments>https://news.ycombinator.com/item?id=16848970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16848970</guid></item></channel></rss>