<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: ReleaseCandidat</title><link>https://news.ycombinator.com/user?id=ReleaseCandidat</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 08:27:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ReleaseCandidat" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ReleaseCandidat in "What OS should I drive?"]]></title><description><![CDATA[
<p>> with vms for the rest.<p>It's called OpenVMS since quite some decades now.</p>
]]></description><pubDate>Fri, 04 Oct 2024 06:57:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41738560</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41738560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41738560</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "The Heart of Unix (2018)"]]></title><description><![CDATA[
<p>Yes, as in "check the number of parsed fields for each line" and don't forget about empty fields. Throw an error and stop the program if the number of columns isn't consistent. Which doesn't mean that you can't parse the whole file and output all errors at once (which is the preferred way, we don't live in the 90s any more ;), just don't process the wrong result. And with usable error messages, not just "invalid line N".</p>
]]></description><pubDate>Fri, 04 Oct 2024 04:28:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41737828</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41737828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41737828</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>> For me an IDE "knows" about other files I have open and their relationship with the one I'm editing (usually a "project") and it _i_ntegrates external tools/programs.<p>With that definition any usable editor and vim-likes ;) is an IDE. I can live with that (that Zed is an editor comparable to them) too.</p>
]]></description><pubDate>Mon, 30 Sep 2024 10:59:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695734</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695734</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>It's not an extension.<p><pre><code>   First-class modal editing via Vim bindings, including features like text objects and marks.
</code></pre>
See the "Vim-friendly" button at <a href="https://zed.dev/" rel="nofollow">https://zed.dev/</a>, "Incredibly powerful out of the box" section.</p>
]]></description><pubDate>Mon, 30 Sep 2024 09:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695346</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695346</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>I guess that's <a href="https://github.com/xaberus/vscode-remote-oss">https://github.com/xaberus/vscode-remote-oss</a></p>
]]></description><pubDate>Mon, 30 Sep 2024 09:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695270</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695270</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>To be honest, Theia (the last beta I tried some months ago) is everything people always complain about Electron apps: slow as molasses - way worse than e.g. Atom (or Pulse) (which VS Code actually isn't).</p>
]]></description><pubDate>Mon, 30 Sep 2024 09:33:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695230</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695230</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>I'm sorry, but what _is_ the difference between an editor and an IDE for _you_?<p>Btw. I'm not saying that having an integrated debugger is a sufficient condition for an editor to be an IDE (VS Code isn't, Sublime Text isn't, other editors with DAP support aren't).<p>> but don't assume your non-negotiable X is the same for every other user of an IDE. It is not.<p>But _you_ not needing a debugger in an IDE is a reason something is an IDE without one, I see. Btw. I'm (normally) not using IDEs.</p>
]]></description><pubDate>Mon, 30 Sep 2024 09:29:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695209</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695209</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>>  I'd be curious what similar caveats may apply to that editor?<p>Exactly the same as to VS Code, anything that is special about it is "closed" (as a service) <a href="https://zed.dev/blog/zed-is-now-open-source" rel="nofollow">https://zed.dev/blog/zed-is-now-open-source</a></p>
]]></description><pubDate>Mon, 30 Sep 2024 09:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41695150</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41695150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41695150</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>Everybody can do that themselves, if the original maintainers don't want to (which is a security problem ;):<p><pre><code>   If you are not the author, we suggest you first reach out to the author with an issue in their GitHub repo to request that they publish their extension to open-vsx.org. We've drafted a template with suggested content for the issue.
</code></pre>
<a href="https://github.com/eclipse/openvsx/wiki/Publishing-Extensions">https://github.com/eclipse/openvsx/wiki/Publishing-Extension...</a><p>Such "3rd party extensions" don't get  the "verified publisher" icon (or at least should not get it ;).</p>
]]></description><pubDate>Mon, 30 Sep 2024 07:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694425</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694425</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>There are generators for the compilation databases that work with Makefiles and other build systems, like Bear: <a href="https://github.com/rizsotto/Bear">https://github.com/rizsotto/Bear</a></p>
]]></description><pubDate>Mon, 30 Sep 2024 07:18:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694395</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694395</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>I thought the server part of VS Code (to be exact a proprietary Node addon) is the problem?<p><a href="https://github.com/VSCodium/vscodium/issues/1229#issuecomment-1236050999">https://github.com/VSCodium/vscodium/issues/1229#issuecommen...</a><p>Stupid me, the solution is one post below :D<p><a href="https://github.com/VSCodium/vscodium/issues/1229#issuecomment-1236055268">https://github.com/VSCodium/vscodium/issues/1229#issuecommen...</a></p>
]]></description><pubDate>Mon, 30 Sep 2024 07:14:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694379</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694379</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>"Remote SSH" and "Dev Containers".<p><a href="https://code.visualstudio.com/docs/remote/ssh" rel="nofollow">https://code.visualstudio.com/docs/remote/ssh</a><p><a href="https://code.visualstudio.com/docs/devcontainers/containers" rel="nofollow">https://code.visualstudio.com/docs/devcontainers/containers</a></p>
]]></description><pubDate>Mon, 30 Sep 2024 06:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694253</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694253</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>Yes, their C++ LSP isn't really good and I've heard C# isn't good either - but that's because they want to sell Visual Studio too. But especially "Remote SSH" and "Dev Containers" are so called game changers. And their Typescript and Python extensions are actually good.</p>
]]></description><pubDate>Mon, 30 Sep 2024 06:49:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694248</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694248</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>> Zed exists, it's new but it's already a very good IDE.<p>An IDE needs at least a working Debugger (or, to be more precise, a graphical interface to debugger(s)).<p>And Zed has exactly the same problems VS Code has, minus actually contributing LSP and DAP (Debug Adapter Protocol) to "the editor community". So, Zed is actually worse in that regard.</p>
]]></description><pubDate>Mon, 30 Sep 2024 06:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694214</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694214</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Visual Studio Code is designed to fracture (2022)"]]></title><description><![CDATA[
<p>The author forgot about two very important "closed" plugins: "Remote SSH" and "Dev Containers".</p>
]]></description><pubDate>Mon, 30 Sep 2024 06:33:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41694164</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41694164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41694164</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>> strncpy<p>strncpy had been touted the "safe strcpy alternative" for years.</p>
]]></description><pubDate>Sun, 29 Sep 2024 18:24:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689298</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41689298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689298</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>It wasn't meant as an argument against not loading the interpreter, but an explanation why it is "normal" - but if course insecure - behavior for ldd to execute the configured interpreter.</p>
]]></description><pubDate>Sun, 29 Sep 2024 18:21:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689268</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41689268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689268</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>Don't know, but on Solaris it's the samé, see section "Security" <a href="https://docs.oracle.com/cd/E88353_01/html/E37839/ldd-1.html" rel="nofollow">https://docs.oracle.com/cd/E88353_01/html/E37839/ldd-1.html</a></p>
]]></description><pubDate>Sun, 29 Sep 2024 18:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689199</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41689199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689199</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>It's not same, as ldd does print transitive dependencies too. libtree is comparable to ldd</p>
]]></description><pubDate>Sun, 29 Sep 2024 18:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689142</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41689142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689142</guid></item><item><title><![CDATA[New comment by ReleaseCandidat in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>Dynamic dlopen calls do not appear in the ELF at all, these are "normal" function calls.</p>
]]></description><pubDate>Sun, 29 Sep 2024 17:46:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41688986</link><dc:creator>ReleaseCandidat</dc:creator><comments>https://news.ycombinator.com/item?id=41688986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41688986</guid></item></channel></rss>