<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: link89</title><link>https://news.ycombinator.com/user?id=link89</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 06:05:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=link89" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by link89 in "Sam Altman's response to Molotov cocktail incident"]]></title><description><![CDATA[
<p>And ChatGPT not only taught him how but also told him it was a good idea to do so.</p>
]]></description><pubDate>Mon, 13 Apr 2026 02:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47746675</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=47746675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47746675</guid></item><item><title><![CDATA[New comment by link89 in "Nvidia buys $5B in Intel"]]></title><description><![CDATA[
<p>NVIDIA has started integrating NVLink with the x86 CPU ecosystem. It's possible that NVLink will overcome CXL in this competition, just as CUDA once defeated OpenCL.</p>
]]></description><pubDate>Fri, 19 Sep 2025 01:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45296987</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=45296987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45296987</guid></item><item><title><![CDATA[Show HN: Sci-parser, a parser for extract data from the unstructured output]]></title><description><![CDATA[
<p>sci-parser is designed for extract data from unstructured output of scientific software. I try to make it as easy as possible, performance is not a top priority for now.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41666017">https://news.ycombinator.com/item?id=41666017</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Sep 2024 03:34:58 +0000</pubDate><link>https://github.com/link89/sci-parser</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=41666017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41666017</guid></item><item><title><![CDATA[New comment by link89 in "Huawei unveils its own programming language the "Cangjie""]]></title><description><![CDATA[
<p>This programming language reminds me of a lot of meta-language (ML) styles: function overloading based on pattern matching, immutable variables, and using `spawn` keyword for lightweight threads – a practice also employed by Erlang. Perhaps owing to Huawei's origins as a telecommunications equipment company, where many within the organization are familiar with Erlang, this new language exhibits numerous resemblances to Erlang.</p>
]]></description><pubDate>Tue, 25 Jun 2024 01:27:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=40783284</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=40783284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40783284</guid></item><item><title><![CDATA[New comment by link89 in "How CUE Wins (2021)"]]></title><description><![CDATA[
<p>I have tried both typescript and cue-lang to generate json configuration for a while and I have to say that I prefer typescript to cue-lang, especially after deno provides native support for typescript.<p>I don't think Turing complete or not matters a lot for a configuration language. What really matter are the toolchain support and the ability of express complex concept or relationships. Writing typescript with VsCode is a really pleasure and its type system is powerful enough to express complicate concepts. Besides typescript has mature packages systems which cue-lang is not ready yet.<p>With typescript you can easily do things like reading a json configuration via HTTP and override some varibles to generate the target json file you want, which would be hard to do the same thing with cue-lang.<p>As a conclusion, I don't think currently cue-lang would be a good solution for configuration generation. But I do believe it would get better in the future if the community keeps working on it.</p>
]]></description><pubDate>Tue, 17 Jan 2023 08:29:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=34410343</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=34410343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34410343</guid></item><item><title><![CDATA[Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices]]></title><description><![CDATA[
<p>dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device.<p>dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically).<p>This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies.<p>HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solutions (Lebocast for example) that have been tested by myself, which make it pretty good to stream music or video playing from your PC to TV.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33597749">https://news.ycombinator.com/item?id=33597749</a></p>
<p>Points: 11</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 14 Nov 2022 17:37:33 +0000</pubDate><link>https://github.com/link89/dlna-cast</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=33597749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33597749</guid></item><item><title><![CDATA[New comment by link89 in "Show HN: Jenkins-fire-CLI A Jenkins command line tool built with Python-fire"]]></title><description><![CDATA[
<p>It turns your function or class into command line with one line of code. It's based on runtime type inspection so you don't even need to use decorator which most of the command line framework does (click for example).</p>
]]></description><pubDate>Thu, 15 Sep 2022 13:55:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=32852014</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=32852014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32852014</guid></item><item><title><![CDATA[Show HN: Jenkins-fire-CLI A Jenkins command line tool built with Python-fire]]></title><description><![CDATA[
<p>Jenkins community has provided the offical jenkins-cli.jar but it is not very intuitive to use. So I just create a tiny wrapper for it to make it less noisy by dowlonading the jar packages and injecting user credential automatically. Thanks to the google fire library creating a command line tools nowadays is incredibly simple.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32848361">https://news.ycombinator.com/item?id=32848361</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 15 Sep 2022 07:28:23 +0000</pubDate><link>https://github.com/link89/jenkins-fire-cli</link><dc:creator>link89</dc:creator><comments>https://news.ycombinator.com/item?id=32848361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32848361</guid></item></channel></rss>