<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: vaibhavkul</title><link>https://news.ycombinator.com/user?id=vaibhavkul</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 21:12:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vaibhavkul" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vaibhavkul in "The surprising geography of American left-handedness (2015)"]]></title><description><![CDATA[
<p>I too am mixed regarding doing things with different hands - for finer movements (writing, holding a spoon) I prefer using the left hand, while for stronger movements (punching, throwing a ball) I prefer using the right hand. Not sure why though, I never underwent any "retraining".</p>
]]></description><pubDate>Tue, 22 Jul 2025 06:46:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44643884</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=44643884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44643884</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Rewriting my website in plain HTML and CSS"]]></title><description><![CDATA[
<p>> the only Javascript on the site now is to highlight code<p>Couldn't the code highlighting be also handled statically during the build process?</p>
]]></description><pubDate>Wed, 15 Jan 2025 06:44:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42708067</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=42708067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42708067</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Shouldn't FROM come before SELECT in SQL? (2011)"]]></title><description><![CDATA[
<p>You have a good point, but the problem that not knowing the table to select beforehand does seem valid.
What if the FROM clause is called SELECT and the SELECT clause is called PROJECT? (So it will read something like SELECT <table> PROJECT <columns>?)</p>
]]></description><pubDate>Thu, 25 Jan 2024 14:41:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39130036</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=39130036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39130036</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Virtual DOM is pure overhead (2018)"]]></title><description><![CDATA[
<p>This is why I find the flutter approach interesting: it has its own rendering engine. I would guess it is optimized for this sort of thing (dynamically rendering UI elements) without depending on an external entity (DOM).<p>Maybe there is a future where flutter style renderers become standard, have a container like a browser (to avoid the entire runtime baggage when it's deployed), and people target it instead of the DOM? This gives best of both worlds--write apps in a declarative way, without the need of any external "optimizing" framework.</p>
]]></description><pubDate>Mon, 20 May 2019 10:04:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=19958857</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=19958857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19958857</guid></item><item><title><![CDATA[New comment by vaibhavkul in "The new TrueType interpreter in FreeType 2.7.0"]]></title><description><![CDATA[
<p>Does this mean that now Java-based GUI software (e.g. Android Studio) run using OpenJDK will display much better fonts?</p>
]]></description><pubDate>Mon, 18 Jul 2016 12:31:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=12114649</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=12114649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12114649</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Java Polyfill for the Browser"]]></title><description><![CDATA[
<p>It would be interesting to see how this performs, when it comes, in WebAssembly.</p>
]]></description><pubDate>Mon, 09 May 2016 12:58:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=11659444</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11659444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11659444</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Are We Living in a Computer Simulation?"]]></title><description><![CDATA[
<p>Who (and where) is this experimenter? What if he (and his world) is also simulated?<p>What <i>is</i> real?</p>
]]></description><pubDate>Tue, 12 Apr 2016 04:03:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=11477185</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11477185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11477185</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Rust via its Core Values"]]></title><description><![CDATA[
<p>Didn't know about linter-rust. Thanks for sharing.<p>It didn't occur to me that: ownership transfer means variable cannot be used, so if it's used means there's an error, so checking for error itself gives you the information that you cannot use it. So highlighting <i>error</i> can be used instead of the specific <i>ownership transfer</i>.<p>I don't know of any other specific cases where there's no error, but it would be helpful to have a different color for certain ownership semantics.</p>
]]></description><pubDate>Mon, 04 Apr 2016 06:56:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=11419879</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11419879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11419879</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Rust via its Core Values"]]></title><description><![CDATA[
<p>Maybe this is off topic, but while reading this article it occurred to me that wouldn't it be useful if the ownership transfer is syntax highlighted?<p>e.g. in<p><pre><code>  let new_owner = original_owner;
  println!("{}", original_owner);
</code></pre>
we could have original_owner on the second line have a different color signifying it doesn't own anything.<p>Or, does such a syntax highlighter already exist?</p>
]]></description><pubDate>Mon, 04 Apr 2016 03:37:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=11419251</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11419251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11419251</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Google 'mic drop' Gmail joke for April Fools' day backfires"]]></title><description><![CDATA[
<p>Did anyone take a screenshot of the Mic Drop button before it was removed? There are GIFs showing the sent email with the minion, but could find any showing the /button/ in action.</p>
]]></description><pubDate>Fri, 01 Apr 2016 14:28:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=11404979</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11404979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11404979</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Add Reactions to Pull Requests, Issues, and Comments"]]></title><description><![CDATA[
<p>How about a stop (hand palm) [1] instead of -1?<p>[1] <a href="http://emojipedia.org/raised-hand/" rel="nofollow">http://emojipedia.org/raised-hand/</a></p>
]]></description><pubDate>Fri, 11 Mar 2016 14:49:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=11266886</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=11266886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11266886</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Start up India: Webcast [video]"]]></title><description><![CDATA[
<p>India has a huge population and there is a shortage of jobs. Rather than job seekers, India needs more job creators. This initiative will give people incentive to take up entrepreneurship.</p>
]]></description><pubDate>Sat, 16 Jan 2016 16:57:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=10915788</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=10915788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10915788</guid></item><item><title><![CDATA[New comment by vaibhavkul in "Vue.js: 2015 in Review"]]></title><description><![CDATA[
<p>Happy vue.js user here too. Thanks vue team for this nice ui library.</p>
]]></description><pubDate>Fri, 25 Dec 2015 07:31:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=10790656</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=10790656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10790656</guid></item><item><title><![CDATA[New comment by vaibhavkul in "'New' Python modules of 2015"]]></title><description><![CDATA[
<p>No Python 3 support yet?</p>
]]></description><pubDate>Wed, 23 Dec 2015 14:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=10783379</link><dc:creator>vaibhavkul</dc:creator><comments>https://news.ycombinator.com/item?id=10783379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10783379</guid></item></channel></rss>