<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: edelind</title><link>https://news.ycombinator.com/user?id=edelind</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 22:16:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=edelind" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by edelind in "Branchless Quicksort faster than std:sort and pdqsort with C and C++ API"]]></title><description><![CDATA[
<p>Here is another perspective:<p>- the first one (branchless) use the condition to SAVE the correct value (< 500): it temporarily writes any current value to the same index i, always overwriting the previous value, effectively saving it (by moving forward to i+1) only when the value is right (small number).
Downside of this simple function: the last value may be bigger than 500<p>- the second one use the condition to ADD the value, when it is 100% sure it is a correct small number</p>
]]></description><pubDate>Fri, 05 Jun 2026 07:59:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48409419</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=48409419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48409419</guid></item><item><title><![CDATA[New comment by edelind in "Ask HN: What are you building that's not AI related?"]]></title><description><![CDATA[
<p>A new habit tracker, which aims to cover any possible need a user can have <a href="https://tapastracker.app/" rel="nofollow">https://tapastracker.app/</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 17:08:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47768320</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=47768320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47768320</guid></item><item><title><![CDATA[New comment by edelind in "Making Firefox's right-click not suck with about:config"]]></title><description><![CDATA[
<p>I don't know, I am quite a power user of some stuff he removed. Especially Services! that is a gem in itself if you know how to use it.</p>
]]></description><pubDate>Wed, 04 Mar 2026 22:13:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47254686</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=47254686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47254686</guid></item><item><title><![CDATA[New comment by edelind in "I built a micro script to monitor OpenRouter's new models launch"]]></title><description><![CDATA[
<p>I built this script to monitor OpenRouter's models launch and it works very well so far (it will sent me a Slack message every time a new model drops). It was vibe coded as a throwaway project to test some models, but it eventually stuck and became a useful tool. So I though to share it, in case somebody else may find it useful.</p>
]]></description><pubDate>Mon, 24 Nov 2025 22:22:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46040103</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=46040103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46040103</guid></item><item><title><![CDATA[I built a micro script to monitor OpenRouter's new models launch]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/demetrius-edelin/openrouter_monitor">https://github.com/demetrius-edelin/openrouter_monitor</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46040102">https://news.ycombinator.com/item?id=46040102</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 24 Nov 2025 22:22:18 +0000</pubDate><link>https://github.com/demetrius-edelin/openrouter_monitor</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=46040102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46040102</guid></item><item><title><![CDATA[New comment by edelind in "Ask HN: What browser extensions are a must-have in 2021?"]]></title><description><![CDATA[
<p>I am looking and I don't see my preferred extensions without which I cannot live (I won't repeat the already mentioned ones):<p>- Selection Context Search - very extensible addon which will allows you to select in page and use that for opening an URL: search in any engine, add to search strings in Wikipedia, IMDB, torrents, almost anything<p>- Ant Video Downloader - downloads any video from page<p>- Bookmark Tab Here - bookmark by right clicking directly on bookmark folder<p>- HistoryBlock - blocklists sites from history (for example google.com, your search history)</p>
]]></description><pubDate>Tue, 23 Nov 2021 23:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=29324968</link><dc:creator>edelind</dc:creator><comments>https://news.ycombinator.com/item?id=29324968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29324968</guid></item></channel></rss>