<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: uraza</title><link>https://news.ycombinator.com/user?id=uraza</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 05 Jul 2026 12:56:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=uraza" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by uraza in "ls | grep “echo ${data}” – Why/how does this work?"]]></title><description><![CDATA[
<p>Grep treats the pattern as a newline-separated list of items to search for.<p>From <a href="https://www.gnu.org/software/grep/manual/grep.html#Introduction" rel="nofollow">https://www.gnu.org/software/grep/manual/grep.html#Introduct...</a>: "Since newline is also a separator for the list of patterns, there is no way to match newline characters in a text."</p>
]]></description><pubDate>Wed, 09 May 2018 04:14:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=17027370</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=17027370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17027370</guid></item><item><title><![CDATA[New comment by uraza in "Robinhood stock trading app valued at $1.3B with big raise from DST"]]></title><description><![CDATA[
<p>Robinhood is selling order flow, according to their rule 606 disclosure: <a href="https://d2ue93q3u507c2.cloudfront.net/assets/robinhood/legal/RHF%20PFO%20Disclosure.pdf" rel="nofollow">https://d2ue93q3u507c2.cloudfront.net/assets/robinhood/legal...</a></p>
]]></description><pubDate>Sat, 01 Apr 2017 01:11:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=14009767</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=14009767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14009767</guid></item><item><title><![CDATA[New comment by uraza in "A Sneak Peek Comparison of x264, x265, and libvpx"]]></title><description><![CDATA[
<p>It's a little more clear in the abstract. (At <a href="http://spie.org/OPO/conferencedetails/digital-image-processing#session-7" rel="nofollow">http://spie.org/OPO/conferencedetails/digital-image-processi...</a>)<p>> x265 outperforms libvpx in most cases, but the performance gap narrows (or even reverses) at the higher resolutions.<p>So libvpx is sometimes better than x265 at resolutions > 1080p.</p>
]]></description><pubDate>Tue, 30 Aug 2016 00:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=12386577</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=12386577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12386577</guid></item><item><title><![CDATA[New comment by uraza in "I Tried to Buy an Actual Barrel of Crude Oil"]]></title><description><![CDATA[
<p>If you had more money, you could trade futures, which are mentioned in the article. If you sell the future before the date of delivery, then you never have to deal with the physical aspect of the commodity. There are lots of online brokerages you can use for this, for example, E*Trade and TradeStation. But they have higher minimums than $1000.<p>With $1000, you could trade ETFs, for example USO [0]. The account minimums for ETFs are lower. If you look at what's inside USO [1], it's basically a wrapper for a future (NYMEX WTI Crude Oil CL).<p>[0]: <a href="https://www.google.com/finance?q=NYSEARCA:USO" rel="nofollow">https://www.google.com/finance?q=NYSEARCA:USO</a><p>[1]: <a href="http://www.unitedstatescommodityfunds.com/holdings.php?fund=uso" rel="nofollow">http://www.unitedstatescommodityfunds.com/holdings.php?fund=...</a></p>
]]></description><pubDate>Wed, 04 Nov 2015 00:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=10503778</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=10503778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10503778</guid></item><item><title><![CDATA[New comment by uraza in "Swiss to vote on 2,500 franc basic income for every adult"]]></title><description><![CDATA[
<p>From the original article:<p><pre><code>  In March, Swiss voters backed some of the world's strictest controls
  on executive pay, forcing public companies to give shareholders a
  binding vote on compensation.

  A separate proposal to limit monthly executive pay to no more than 
  what the company's lowest-paid staff earn in a year, the so-called
  1:12 initiative, faces a popular vote on November 24.
</code></pre>
The two articles you linked to refer to the first proposal.</p>
]]></description><pubDate>Sat, 05 Oct 2013 07:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=6499788</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=6499788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6499788</guid></item><item><title><![CDATA[New comment by uraza in "Adding Empty Set Literals to Python"]]></title><description><![CDATA[
<p>set = <> looks like the other empty container literals, but it's not consistent with the literal notation for sets with one or more elements: my_set = {1,2,3}.</p>
]]></description><pubDate>Sat, 16 Mar 2013 05:06:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=5384535</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=5384535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5384535</guid></item><item><title><![CDATA[New comment by uraza in "Adding Empty Set Literals to Python"]]></title><description><![CDATA[
<p>I believe sciencerobot is saying that "<>" could be used as the empty set literal.</p>
]]></description><pubDate>Sat, 16 Mar 2013 05:04:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=5384528</link><dc:creator>uraza</dc:creator><comments>https://news.ycombinator.com/item?id=5384528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5384528</guid></item></channel></rss>