<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: marosgrego</title><link>https://news.ycombinator.com/user?id=marosgrego</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 01:07:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=marosgrego" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by marosgrego in "Using ThinkPad T480 as a mobile phone"]]></title><description><![CDATA[
<p>Thanks, corrected it.</p>
]]></description><pubDate>Sun, 26 Jul 2026 22:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49063034</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=49063034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49063034</guid></item><item><title><![CDATA[New comment by marosgrego in "Using ThinkPad T480 as a mobile phone"]]></title><description><![CDATA[
<p>What about Qualcomm modems? It is the case for this one at least.</p>
]]></description><pubDate>Sun, 26 Jul 2026 21:53:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49062813</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=49062813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49062813</guid></item><item><title><![CDATA[New comment by marosgrego in "Using ThinkPad T480 as a mobile phone"]]></title><description><![CDATA[
<p>Of course! You can connect it to any audio source a sink.
I had fun with piping music to phone calls with friends.</p>
]]></description><pubDate>Sun, 26 Jul 2026 19:08:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49061321</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=49061321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49061321</guid></item><item><title><![CDATA[New comment by marosgrego in "Using ThinkPad T480 as a mobile phone"]]></title><description><![CDATA[
<p>ThinkPad T480 can be used as a fully featured mobile phone, supporting calls, SMS and mobile data.</p>
]]></description><pubDate>Sun, 26 Jul 2026 16:56:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49059978</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=49059978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059978</guid></item><item><title><![CDATA[Using ThinkPad T480 as a mobile phone]]></title><description><![CDATA[
<p>Article URL: <a href="https://grego.site/blog/thinkphone">https://grego.site/blog/thinkphone</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49059977">https://news.ycombinator.com/item?id=49059977</a></p>
<p>Points: 127</p>
<p># Comments: 51</p>
]]></description><pubDate>Sun, 26 Jul 2026 16:56:06 +0000</pubDate><link>https://grego.site/blog/thinkphone</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=49059977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059977</guid></item><item><title><![CDATA[Show HN: Sum (algebraic) types for C in one 100 line header]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/grego/sumtype.h">https://github.com/grego/sumtype.h</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40478175">https://news.ycombinator.com/item?id=40478175</a></p>
<p>Points: 92</p>
<p># Comments: 43</p>
]]></description><pubDate>Sat, 25 May 2024 21:58:20 +0000</pubDate><link>https://github.com/grego/sumtype.h</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=40478175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40478175</guid></item><item><title><![CDATA[New comment by marosgrego in "Ask HN: Looking for lightweight personal blogging platform"]]></title><description><![CDATA[
<p>Or Blades (<a href="https://getblades.org" rel="nofollow">https://getblades.org</a>)</p>
]]></description><pubDate>Tue, 06 Feb 2024 14:27:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39274514</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=39274514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39274514</guid></item><item><title><![CDATA[New comment by marosgrego in "Log is the "Pro" in iPhone 15 Pro"]]></title><description><![CDATA[
<p>Canon EOS M can be bought for around $100 used and shoot 1440p raw with Magic Lantern. Also it can use cheap old 16mm film lenses with crop mode.</p>
]]></description><pubDate>Wed, 11 Oct 2023 14:26:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37844807</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=37844807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37844807</guid></item><item><title><![CDATA[New comment by marosgrego in "Comparison of space and time required to build each compiler for system language"]]></title><description><![CDATA[
<p>Also<p><pre><code>  git clone https://git.sr.ht/~mcf/cproc
  cd cproc
  git submodule init --update
  time make qbe
  time make
</code></pre>
generates:<p><pre><code>  make qbe  0.81s user 0.07s system 97% cpu 0.901 total
  make  0.83s user 0.07s system 99% cpu 0.902 total</code></pre></p>
]]></description><pubDate>Fri, 05 May 2023 15:38:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35830658</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=35830658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35830658</guid></item><item><title><![CDATA[New comment by marosgrego in "Algebraic graph calculus (2021)"]]></title><description><![CDATA[
<p>Neat. I wish someone wrote this down in the language of differential forms.</p>
]]></description><pubDate>Sat, 15 Apr 2023 21:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=35584806</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=35584806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35584806</guid></item><item><title><![CDATA[New comment by marosgrego in "Neuropsychiatric researchers rethink what depression might be"]]></title><description><![CDATA[
<p>They seem to look for causes on the hardware level, but maybe it's a software issue many times.</p>
]]></description><pubDate>Thu, 26 Jan 2023 16:36:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34533996</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=34533996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34533996</guid></item><item><title><![CDATA[New comment by marosgrego in "The Fourier Transform, explained in one sentence (2014)"]]></title><description><![CDATA[
<p>For the continuous Fourier transform, you would just take a continuous average, i.e. an integral.</p>
]]></description><pubDate>Sun, 15 Jan 2023 14:46:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34389766</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=34389766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34389766</guid></item><item><title><![CDATA[New comment by marosgrego in "Climatic and environmental aspects of Mongol withdrawal from Hungary (2016)"]]></title><description><![CDATA[
<p>The title is wrong, the withdrawal didn't happen in 1215.</p>
]]></description><pubDate>Sun, 15 Jan 2023 11:07:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=34388536</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=34388536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34388536</guid></item><item><title><![CDATA[New comment by marosgrego in "Three lessons from Threema: Analysis of a secure messenger"]]></title><description><![CDATA[
<p>Threema messages of Marian Kočner, a contorversial Slovak businessman who allegedly ordered a murder of a local journalist, were somehow obtained with the help of Europol. [0]
The part of his trial where a security expert explained how the police got the messages was purposely not made public.<p>[0] <a href="https://spectator.sme.sk/c/22216551/threema-saga-kocner-reportedly-referred-to-fico-as-the-boss.html" rel="nofollow">https://spectator.sme.sk/c/22216551/threema-saga-kocner-repo...</a></p>
]]></description><pubDate>Mon, 09 Jan 2023 21:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=34316598</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=34316598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34316598</guid></item><item><title><![CDATA[New comment by marosgrego in "Min: A fast, minimal browser that protects your privacy"]]></title><description><![CDATA[
<p>Some truly minimal browser:
<a href="https://www.netsurf-browser.org" rel="nofollow">https://www.netsurf-browser.org</a></p>
]]></description><pubDate>Wed, 14 Dec 2022 15:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=33984441</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=33984441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33984441</guid></item><item><title><![CDATA[New comment by marosgrego in "Digital books wear out faster than physical books"]]></title><description><![CDATA[
<p>Kobo reader with Plato installed</p>
]]></description><pubDate>Wed, 16 Nov 2022 00:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=33617449</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=33617449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33617449</guid></item><item><title><![CDATA[New comment by marosgrego in "Blessed.rs – An unofficial guide to the Rust ecosystem"]]></title><description><![CDATA[
<p>Ramhorns is a great templating engine. Faster than askama, although parsing the templates on runtime.
<a href="https://docs.rs/ramhorns" rel="nofollow">https://docs.rs/ramhorns</a></p>
]]></description><pubDate>Mon, 07 Nov 2022 23:00:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=33513762</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=33513762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33513762</guid></item><item><title><![CDATA[New comment by marosgrego in "The paper that keeps showing up"]]></title><description><![CDATA[
<p>You can think of `i` as a rotation by 90 degrees counterclockwise.
You do it twice and the real number line gets reflected (as if multiplied by -1).
It is what multiplying by i actually does to the complex plane.</p>
]]></description><pubDate>Mon, 31 Oct 2022 07:40:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=33402985</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=33402985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33402985</guid></item><item><title><![CDATA[New comment by marosgrego in "Turns are better than radians"]]></title><description><![CDATA[
<p>cos and sin are the x and y coordinates as you turn around the unit circle in unit speed.</p>
]]></description><pubDate>Mon, 26 Sep 2022 16:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32984825</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=32984825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32984825</guid></item><item><title><![CDATA[New comment by marosgrego in "Rewriting my blog in Rust for fun and profit"]]></title><description><![CDATA[
<p>If you're interested in this, a while ago, for my personal photo site with image galleries[1], I wrote a fast static site generator in Rust[0], which also supports plugins now.<p>[0] <a href="https://www.getblades.org" rel="nofollow">https://www.getblades.org</a><p>[1] <a href="https://grego.site/photo" rel="nofollow">https://grego.site/photo</a></p>
]]></description><pubDate>Mon, 29 Aug 2022 20:12:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=32642948</link><dc:creator>marosgrego</dc:creator><comments>https://news.ycombinator.com/item?id=32642948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32642948</guid></item></channel></rss>