<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: Kovah</title><link>https://news.ycombinator.com/user?id=Kovah</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 19 May 2026 01:55:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Kovah" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Kovah in "Show HN: Files.md – Open-source alternative to Obsidian"]]></title><description><![CDATA[
<p>> Only necessary features, restrictions foster creativity<p>Interesting. Productivity tools should not force me getting creative to do the simplest things. Ideally, I can make it adapt to my workflow, not the other way around.</p>
]]></description><pubDate>Mon, 18 May 2026 15:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48181010</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=48181010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48181010</guid></item><item><title><![CDATA[The Internet is not dead]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.woblick.dev/en/2026/the-internet-is-not-dead/">https://blog.woblick.dev/en/2026/the-internet-is-not-dead/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48173480">https://news.ycombinator.com/item?id=48173480</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 17 May 2026 21:47:41 +0000</pubDate><link>https://blog.woblick.dev/en/2026/the-internet-is-not-dead/</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=48173480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48173480</guid></item><item><title><![CDATA[The Internet is not dead]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.woblick.dev/en/2026/the-internet-is-not-dead/">https://blog.woblick.dev/en/2026/the-internet-is-not-dead/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48134237">https://news.ycombinator.com/item?id=48134237</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 May 2026 12:06:54 +0000</pubDate><link>https://blog.woblick.dev/en/2026/the-internet-is-not-dead/</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=48134237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48134237</guid></item><item><title><![CDATA[New comment by Kovah in "Rotten Dot Com"]]></title><description><![CDATA[
<p>It's kind of a miracle that most of us people who got exposed to all that stuff are still sane.</p>
]]></description><pubDate>Sun, 10 May 2026 09:22:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48082327</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=48082327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48082327</guid></item><item><title><![CDATA[New comment by Kovah in "PHP's Biggest Problem"]]></title><description><![CDATA[
<p>The PHP website is indeed one of the worst parts of the whole ecosystem. Just look at the landingpage (<a href="https://php.net" rel="nofollow">https://php.net</a>) and compare it with those of other languages. There's not a single piece of PHP code on the page. No "what is PHP", no "why should I use it", and no "that's why PHP is great". It's just a news page showing the latest releases, and a small section for downloading PHP.<p>And speaking of the website: the docs always have been a pain to use. Even the man pages of most decade old CLI tools have a better documentation. The docs basically only list the functions, explain what they do in cryptic one-sentence descriptions and list the parameters. There are no user-friendly explanations and no curated examples. There's indeed a lot of room for improvements.</p>
]]></description><pubDate>Thu, 07 May 2026 12:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048550</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=48048550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048550</guid></item><item><title><![CDATA[New comment by Kovah in "Tailscale's new macOS home"]]></title><description><![CDATA[
<p>The weird duality of Apple: their hardware becomes better with each devices, while their software gets worse with each version.</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621076</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47621076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621076</guid></item><item><title><![CDATA[New comment by Kovah in "Tailscale's new macOS home"]]></title><description><![CDATA[
<p>I would love to get a Windows-like overlay which collects all those damn menu icons.
The least Apple should do is giving developers proper APIs to build that, but instead Tahoe broke so many menu bar managers it's not funny anymore. Ice, Sanebar, Bartender,... none of them work reliably.</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:28:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621019</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47621019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621019</guid></item><item><title><![CDATA[PHPantom: A Fast PHP Language Server Built in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AJenbo/phpantom_lsp">https://github.com/AJenbo/phpantom_lsp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47605253">https://news.ycombinator.com/item?id=47605253</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Apr 2026 19:17:58 +0000</pubDate><link>https://github.com/AJenbo/phpantom_lsp</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47605253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47605253</guid></item><item><title><![CDATA[New comment by Kovah in "A Faster Alternative to Jq"]]></title><description><![CDATA[
<p>I wonder so often about many new CLI tools whose primary selling point is their speed over other tools. Yet I personally have not encountered any case where a tool like jq feels incredibly slow, and I would feel the urge to find something else.
What do people do all day that existing tools are no longer enough? Or is it that kind of "my new terminal opens 107ms faster now, and I don't notice it, but I simply feel better because I know"?</p>
]]></description><pubDate>Fri, 27 Mar 2026 07:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47540030</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47540030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540030</guid></item><item><title><![CDATA[New comment by Kovah in "Kagi Small Web"]]></title><description><![CDATA[
<p>Hi, creator of Cloudhiker here. Thanks for mentioning my site! Let me know if you have any questions, issues or ideas.</p>
]]></description><pubDate>Tue, 17 Mar 2026 11:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411012</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47411012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411012</guid></item><item><title><![CDATA[New comment by Kovah in "An interactive intro to Elliptic Curve Cryptography"]]></title><description><![CDATA[
<p>I'm really not into math and got really lost in the second half of "Adding points on a curve". Just don't understand what the author wants to tell me with the grouping and the role of the identity element, which is called infinity but is zero?<p>However, after looking at the next section and playing with the chart I immediately got the idea where the whole article is heading. Interesting to see how this works.</p>
]]></description><pubDate>Mon, 02 Mar 2026 07:48:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47214997</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47214997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47214997</guid></item><item><title><![CDATA[New comment by Kovah in "Loops is a federated, open-source TikTok"]]></title><description><![CDATA[
<p>Unfortunately, I can second this, both as a developer and a user. His IMHO childish behavior has ruined his image for me, and is not a good lighthouse for the Fediverse itself. Also, as a OSS veteran myself, I see it extremely critical that he is starting new projects all along, denies to get proper help and build up a maintainer team, and leaves older projects in the dust. Pixelfed is the one product he might should focus on, jet it feels like the platform is in maintenance only mode. Pixelfed is a wonderful addition to the Fediverse and deserves to be on good hands.<p>Maybe, and this is a very personal opinion, his product success and the Kickstarter campaign raising over 100k made him feel like he's better than everybody else. And one can see the effects.</p>
]]></description><pubDate>Mon, 23 Feb 2026 07:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47119237</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47119237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47119237</guid></item><item><title><![CDATA[New comment by Kovah in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>The sad part is, that Apple used to make somewhat stable, functional software. I started with the iPhone 3 and a bit later with Mac OS Snow Leopard.
It all started when Mr Cook decided to serve the shareholders, instead of focusing on Apple's core values. The software went downhill in such a speed in just a few years. And moving out of the ecosystem is a painful, if not unbearable, task that barely anyone loves to do. At least I can't even think about moving back to Android.</p>
]]></description><pubDate>Fri, 13 Feb 2026 15:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47003954</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47003954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47003954</guid></item><item><title><![CDATA[New comment by Kovah in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>I recently tested Swiftkey after Typewise is sadly abandoned. It's sooooo much better than the stock keyboard. Not only is the auto-correct working incredibly well (garbage like witjoit is correctly transformed to without, which Apple Keyboard can't), Swiftkey also manages multi-language typing astonishingly well. Last but not least, I can customize it. I am also not signed in to my account, so no settings or whatever is stored on Microsoft servers.</p>
]]></description><pubDate>Fri, 13 Feb 2026 15:35:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47003875</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=47003875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47003875</guid></item><item><title><![CDATA[New comment by Kovah in "Another GitHub outage in the same day"]]></title><description><![CDATA[
<p>I consider moving away from Github, but I need a solid CI solution, and ideally a container registry as well. Would totally pay for a solution that <i>just works</i>. Any good recommendations?</p>
]]></description><pubDate>Mon, 09 Feb 2026 20:10:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46950468</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=46950468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46950468</guid></item><item><title><![CDATA[New comment by Kovah in "Bugs Apple loves"]]></title><description><![CDATA[
<p>I have searched for a proper keyboard replacement. But there is not a single one that 1) works properly without major bugs, 2) adheres to privacy standards (because no way I am sending all keystrokes to Microslop) and 3) does not cost a fortune. Typewise came close, but seems abandoned now.<p>If anyone has a recommendation, please reply.</p>
]]></description><pubDate>Fri, 23 Jan 2026 10:24:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46730756</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=46730756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46730756</guid></item><item><title><![CDATA[New comment by Kovah in "Bugs Apple loves"]]></title><description><![CDATA[
<p>I really wish Apple would allow us to swap out the Finder with something else, so files open in that other app instead of the Finder. This works reasonable well on Windows, where I "replaced" the Explorer with Directory Opus.</p>
]]></description><pubDate>Fri, 23 Jan 2026 08:58:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46730176</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=46730176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46730176</guid></item><item><title><![CDATA[New comment by Kovah in "A website to destroy all websites"]]></title><description><![CDATA[
<p>Sorry for the shameless plug, but I built [Cloudhiker](<a href="https://cloudhiker.net" rel="nofollow">https://cloudhiker.net</a>) exactly for this: exploring great websites.</p>
]]></description><pubDate>Fri, 02 Jan 2026 09:59:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46463252</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=46463252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46463252</guid></item><item><title><![CDATA[New comment by Kovah in "GitHub Actions has a package manager, and it might be the worst"]]></title><description><![CDATA[
<p>Yeah, only works if all used Actions would use SHAs too, which is not the case.<p>Positive example: <a href="https://github.com/codecov/codecov-action/blob/96b38e9e60ee60a8c3911f4612407bba2f9195fb/action.yml#L233" rel="nofollow">https://github.com/codecov/codecov-action/blob/96b38e9e60ee6...</a>
Negative example: <a href="https://github.com/armbian/build/blob/54808ecff253fb71615161e3a216ad14b420022b/action.yml#L101" rel="nofollow">https://github.com/armbian/build/blob/54808ecff253fb71615161...</a></p>
]]></description><pubDate>Mon, 08 Dec 2025 12:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46191333</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=46191333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46191333</guid></item><item><title><![CDATA[The Risk, Effort, Reward System]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.woblick.dev/en/2025/risk-effort-reward/">https://blog.woblick.dev/en/2025/risk-effort-reward/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45727492">https://news.ycombinator.com/item?id=45727492</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Oct 2025 23:19:49 +0000</pubDate><link>https://blog.woblick.dev/en/2025/risk-effort-reward/</link><dc:creator>Kovah</dc:creator><comments>https://news.ycombinator.com/item?id=45727492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45727492</guid></item></channel></rss>