<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: iforiq</title><link>https://news.ycombinator.com/user?id=iforiq</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 03 Aug 2026 00:27:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=iforiq" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by iforiq in "Show HN: Katharos Functional programming and CSP-style concurrency for Python"]]></title><description><![CDATA[
<p>Very nice. Any plans to add algebraic effect handlers to this in the near future?</p>
]]></description><pubDate>Sun, 02 Aug 2026 15:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145665</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=49145665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145665</guid></item><item><title><![CDATA[New comment by iforiq in "Karpathy: Let's reproduce GPT-2 (1.6B): one 8XH100 node 24h $672 in llm.c"]]></title><description><![CDATA[
<p>How much did gpt2 training cost when it came out in 2019?</p>
]]></description><pubDate>Thu, 11 Jul 2024 19:30:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=40939769</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=40939769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40939769</guid></item><item><title><![CDATA[New comment by iforiq in "Why everything is becoming a game"]]></title><description><![CDATA[
<p>>> What would it even mean to escape the “system?” How can you do that except death? If you are breathing you are playing some kind of game.<p>I think yogic/buddhist enlightenment or nirvana is  freedom from constraints due to nature.. the solution (as far as I understand) is essentially a state like death or physical non-existence but somehow still fully conscious and absolutely blissful</p>
]]></description><pubDate>Sun, 21 Apr 2024 06:27:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40103582</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=40103582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40103582</guid></item><item><title><![CDATA[New comment by iforiq in "Launch HN: Synth (YC S20) – Realistic, synthetic test data for your app"]]></title><description><![CDATA[
<p>One use case I've seen for this is compliance. For SOC2 and other compliance standards, I <i>think</i> you aren't allowed to use production data for dev/staging environments. An automated way to generate a database with synthetic data would make life much better in such cases.</p>
]]></description><pubDate>Tue, 18 Aug 2020 13:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=24198604</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=24198604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24198604</guid></item><item><title><![CDATA[New comment by iforiq in "Ask HN: What weird or hard problems are you trying to solve?"]]></title><description><![CDATA[
<p>Love it, subscribed. Is there a feature where we request summaries for particular books?</p>
]]></description><pubDate>Sun, 05 Jul 2020 22:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=23742771</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=23742771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23742771</guid></item><item><title><![CDATA[Flexport donates 60k masks, other supplies to SF healthcare workers]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.axios.com/coronavirus-flexport-unicorn-facemasks-san-francisco-4a803aaa-20af-4750-b14e-7235f779c171.html">https://www.axios.com/coronavirus-flexport-unicorn-facemasks-san-francisco-4a803aaa-20af-4750-b14e-7235f779c171.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22648917">https://news.ycombinator.com/item?id=22648917</a></p>
<p>Points: 17</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 21 Mar 2020 18:53:09 +0000</pubDate><link>https://www.axios.com/coronavirus-flexport-unicorn-facemasks-san-francisco-4a803aaa-20af-4750-b14e-7235f779c171.html</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=22648917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22648917</guid></item><item><title><![CDATA[New comment by iforiq in "Startup Ideas"]]></title><description><![CDATA[
<p>Which one? Paid labs? This is a big problem we've faced too, currently our bookkeeper does it for us, which can get expensive as they charge by the hour.</p>
]]></description><pubDate>Thu, 16 Nov 2017 20:11:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=15716143</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=15716143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15716143</guid></item><item><title><![CDATA[New comment by iforiq in "The Competitive Landscape for Machine Intelligence"]]></title><description><![CDATA[
<p>By "generate a model too complex for any human programmer to write" I believe the author is trying to say, to manually create the rules, one by one. Machine generated complex models, even though very complex, can definitely be understood and heavily audited.<p>One example is when you fit sparse high dimensional models to complex data in a real-time production system. The resulting models may have hundreds of millions to billions of features with non-zero weights, that constantly change as the underlying data changes. It's impossible to "hand-code" such a model from scratch by any reasonable size team in real-time. On the other hand, these hundreds of millions of rules can (and should) be exhaustively analyzed / audited by slicing and dicing both the model feature-weights, as well their performance on the data comprehensively. As an example, the "R" programming language typically creates useful human interpretable summaries for the models it generates.<p>For reference, I have been involved at Google in building such massive high dimensional models for properties like Youtube, and currently a founder of one the companies in the HBR report (LiftIgniter, YC W2014). Hopefully that doesn't make me too biased to respond.</p>
]]></description><pubDate>Fri, 04 Nov 2016 17:30:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=12874319</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=12874319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12874319</guid></item><item><title><![CDATA[New comment by iforiq in "Ask HN: Who is hiring? (March 2016)"]]></title><description><![CDATA[
<p>LiftIgniter (YC W14) - <a href="https://www.liftigniter.com" rel="nofollow">https://www.liftigniter.com</a> | San Francisco, CA | ONSITE, VISA | Machine Learning Engineer<p>LiftIgniter delivers billions of personalized recommendations and experiences every month, on some of the largest websites across the world. Building machine learning products at this scale is extremely hard, and not well solved by existing academic literature. At the same time, a few extra points in improvement can mean millions in incremental revenue, and the difference between success and failure. So we innovate, at the cutting edge. Our current team of ex-IMO, IOI, Phds from MIT, Stanford, Berkeley, Princeton love the challenges. If you’re excited by the problem and team, we should talk!<p>Key requirements:<p>- Strong background in linear algebra, analysis and statistics<p>- Very strong software design skills<p>- Solid foundations in algorithms and data-structures<p>- Good performances in IMO / IOI / ACM-ICPC a plus<p>- PhD in Math / Statistics / Machine learning a plus<p><a href="http://www.liftigniter.com/company/" rel="nofollow">http://www.liftigniter.com/company/</a> . Email jobs@liftigniter.com</p>
]]></description><pubDate>Tue, 01 Mar 2016 17:56:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=11204566</link><dc:creator>iforiq</dc:creator><comments>https://news.ycombinator.com/item?id=11204566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11204566</guid></item></channel></rss>