<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: bjenik</title><link>https://news.ycombinator.com/user?id=bjenik</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 16 May 2026 03:08:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bjenik" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bjenik in "The FFT Strikes Back: An Efficient Alternative to Self-Attention"]]></title><description><![CDATA[
<p>Working in the Fourier domain has been a staple of scientific and engineering applications. Learning those interactions rather than just hardcoding them has been fairly widely explored as well - the term to look for is Fourier Neural Operators [1][2]. It turns out you can prove universality even if the nonlinearity remains in the real domain [3].<p>The concept is fairly mainstream nowadays, to the degree that Jensen talked about it in his GTC keynote in 2021 [4] and there’s even a mainstage TED talk about its applications [5].<p>A nice property of doing things this way is that your model ends up being resolution-invariant which is particularly interesting for engineering domains. Scaling these methods has sparked the "let’s do a fully deep-learning-based weather model"-race [6][7].<p>As for using this on text data: my intuition would be that is going to not work as well because of a fairly unique property of text: for image, video and scientific data each individual element is of approximately equal importance, whereas in text you can have discrete tokens like a "not" somewhere in there that change the meaning of everything around it fairly significantly and you’d want that all to all interaction to capture that. Any kind of mixing that smoothes things out is going to inherently be at a disadvantage - probably true to some degree for most of those efficiency saving methods and why we’re seeing more limited adoption on text.<p>[1] <a href="https://arxiv.org/abs/2010.08895" rel="nofollow">https://arxiv.org/abs/2010.08895</a><p>[2] <a href="https://www.nature.com/articles/s42254-024-00712-5" rel="nofollow">https://www.nature.com/articles/s42254-024-00712-5</a><p>[3] <a href="https://jmlr.org/papers/v22/21-0806.html" rel="nofollow">https://jmlr.org/papers/v22/21-0806.html</a><p>[4] <a href="https://www.youtube.com/watch?v=jhDiaUL_RaM&t=2472s" rel="nofollow">https://www.youtube.com/watch?v=jhDiaUL_RaM&t=2472s</a><p>[5] <a href="https://www.ted.com/talks/anima_anandkumar_ai_that_connects_the_digital_and_physical_worlds" rel="nofollow">https://www.ted.com/talks/anima_anandkumar_ai_that_connects_...</a><p>[6] <a href="https://arxiv.org/abs/2202.11214" rel="nofollow">https://arxiv.org/abs/2202.11214</a> (Feb 2022)<p>[7] <a href="https://www.wired.com/story/ai-hurricane-predictions-are-storming-the-world-of-weather-forecasting/" rel="nofollow">https://www.wired.com/story/ai-hurricane-predictions-are-sto...</a></p>
]]></description><pubDate>Wed, 26 Feb 2025 15:53:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43184808</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=43184808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43184808</guid></item><item><title><![CDATA[How AI based programming could work (2016)]]></title><description><![CDATA[
<p>Article URL: <a href="https://bjenik.com/AIBasedProgramming/">https://bjenik.com/AIBasedProgramming/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35203199">https://news.ycombinator.com/item?id=35203199</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Mar 2023 21:32:28 +0000</pubDate><link>https://bjenik.com/AIBasedProgramming/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=35203199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35203199</guid></item><item><title><![CDATA[Building a hackable editor in the browser]]></title><description><![CDATA[
<p>Article URL: <a href="http://bjenik.com/hackableeditor/">http://bjenik.com/hackableeditor/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20434474">https://news.ycombinator.com/item?id=20434474</a></p>
<p>Points: 112</p>
<p># Comments: 72</p>
]]></description><pubDate>Sun, 14 Jul 2019 17:07:27 +0000</pubDate><link>http://bjenik.com/hackableeditor/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=20434474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20434474</guid></item><item><title><![CDATA[Mounting python objects as file system]]></title><description><![CDATA[
<p>Article URL: <a href="https://bjenik.com/objectfs/">https://bjenik.com/objectfs/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18839469">https://news.ycombinator.com/item?id=18839469</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 06 Jan 2019 17:46:23 +0000</pubDate><link>https://bjenik.com/objectfs/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=18839469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18839469</guid></item><item><title><![CDATA[New comment by bjenik in "How AI based programming could work"]]></title><description><![CDATA[
<p>Actually the examples in the text are quite concrete - the few lines would be everything you'd have to write to get such a site working (modulo a bit of http plumbing). Obviously we are nowhere near such a thing. The rest of the text acts as a bit of a pointer what could help to get there.<p>From my other comment (in this case the example was an amazon like shopping site):<p>> The thing I would like to get working is telling the net "here is a ton of different buttons, grids, lists and a lot of other UI stuff, and there are all our products - I want to maximize revenue - do whatever you like to get there".<p>The way of telling a neural network these things would be these few lines of code which would hook up different parts to get it working.</p>
]]></description><pubDate>Sun, 31 Jul 2016 19:19:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=12198408</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=12198408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12198408</guid></item><item><title><![CDATA[New comment by bjenik in "How AI based programming could work"]]></title><description><![CDATA[
<p>The forth black box paper seems to be quite close actually. The big difference is that I would like to go for higher level tasks. The low level variant - having code missing a few lines/functions and filling those is indeed quite well researched. More interesting would be the opposite: Having blocks of code (called components in my text) and letting the net find a good way to use them. Normally the way a programmer would build something like let's say the amazon website is sketching up a few ideas how it could look - cutting it into small parts and then writing (or reusing) the code for the small parts.<p>A lot of the "using AI for programming" papers (AI in this case being anything from nets to logic stuff) focus on building these small parts - I'm more interested in the levels above that. The "generating code from natural language/dialogs" also kind of misses my idea as it still assumes a "programmer" to tell it what to do (in the amazon example "display the products on a grid" or "make the buy button bigger"). The programmer would in this case either guess the right thing ("everybody has their products in a grid") or run something like A/B testing against some metric ("items sold" or "$ revenue") and then go back to the conversational programming tool and tell it "change the button". Why not skip the programmer and give the metric directly to the net? The thing I would like to get working is telling the net "here is a ton of different buttons, grids, lists and a lot of other UI stuff, and there are all our products - I want to maximize revenue - do whatever you like to get there".<p>Regarding the vague ideas: I believe (also totally unsubstantiated - though research in this area would be quite interesting) that writing down ideas first and then looking into them (either by reading other papers or doing own research) is far better than the other way round, because it has a higher probability of leading to something new, because you don't follow assumptions and errors others potentially made which could lead to a dead end. Of course there is a certain trade off, because if you try to reinvent everything you will not get to the point of something new.</p>
]]></description><pubDate>Sun, 31 Jul 2016 18:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=12198239</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=12198239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12198239</guid></item><item><title><![CDATA[How AI based programming could work]]></title><description><![CDATA[
<p>Article URL: <a href="http://bjenik.com/AIBasedProgramming/">http://bjenik.com/AIBasedProgramming/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=12196948">https://news.ycombinator.com/item?id=12196948</a></p>
<p>Points: 89</p>
<p># Comments: 59</p>
]]></description><pubDate>Sun, 31 Jul 2016 13:48:42 +0000</pubDate><link>http://bjenik.com/AIBasedProgramming/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=12196948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12196948</guid></item><item><title><![CDATA[The Future of Programming]]></title><description><![CDATA[
<p>Article URL: <a href="http://bjenik.com/TheFutureofProgramming/">http://bjenik.com/TheFutureofProgramming/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=12189022">https://news.ycombinator.com/item?id=12189022</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 Jul 2016 18:54:09 +0000</pubDate><link>http://bjenik.com/TheFutureofProgramming/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=12189022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12189022</guid></item><item><title><![CDATA[New comment by bjenik in "How Gawker Brings in Millions in Affiliate Sales"]]></title><description><![CDATA[
<p>I think this is what the future of media will/should look like: building your reader's/consumer's trust in your publication by quality [1] content to make them come back to you when they need advice on a buying decision. The beauty of this model is that this advice can (and will [2]) be honest, because amazon and other retailers/appstores etc. do not care about what the customer actually buys as long as it is from them, which allows the publication to lead the reader to the best product while still making money. Of course there are still imperfections [3], for example sending them to a specific retailer like amazon when another would be better for them, but this is a lot better than advertising for stuff you do not need or one-sided sponsored content.<p>[1] "quality" is not meant as an absolute value here, but relative to the publication's target - so a "quality" article on Gawker will of course (and rightfully so) be different from one you will find in the New Yorker<p>[2] as long as they make the same money from two options it is in the interest of the publication to choose the honest one, because they want you to come back<p>[3] these imperfections are unfortunately the only thing the advertising market lives on, because if everyone could figure out what they need they would buy exactly this from the best/cheapest retailer which would kill every incentive for any kind of advertising/referral money. This will also be a problem google will face some time in the future: if their search engine gets too perfect there is no need to advertise anymore, because if the user would actually want it they would find it anyways and if not the money is wasted</p>
]]></description><pubDate>Sat, 02 Jan 2016 14:35:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=10826279</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=10826279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10826279</guid></item><item><title><![CDATA[Lecture 4: Building Product, Talking to Users, and Growing]]></title><description><![CDATA[
<p>Article URL: <a href="http://startupclass.samaltman.com/courses/lec04/#">http://startupclass.samaltman.com/courses/lec04/#</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8403478">https://news.ycombinator.com/item?id=8403478</a></p>
<p>Points: 194</p>
<p># Comments: 19</p>
]]></description><pubDate>Thu, 02 Oct 2014 22:35:07 +0000</pubDate><link>http://startupclass.samaltman.com/courses/lec04/#</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=8403478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8403478</guid></item><item><title><![CDATA[Lecture 3: How to Start a Startup]]></title><description><![CDATA[
<p>Article URL: <a href="http://startupclass.samaltman.com/courses/lec03/">http://startupclass.samaltman.com/courses/lec03/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8391804">https://news.ycombinator.com/item?id=8391804</a></p>
<p>Points: 297</p>
<p># Comments: 73</p>
]]></description><pubDate>Tue, 30 Sep 2014 22:38:53 +0000</pubDate><link>http://startupclass.samaltman.com/courses/lec03/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=8391804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8391804</guid></item><item><title><![CDATA[Facebook’s $2B Oculus deal happened over the last five days]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/25/facebook-oculus-deal/">http://techcrunch.com/2014/03/25/facebook-oculus-deal/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7469885">https://news.ycombinator.com/item?id=7469885</a></p>
<p>Points: 54</p>
<p># Comments: 50</p>
]]></description><pubDate>Tue, 25 Mar 2014 22:56:25 +0000</pubDate><link>http://techcrunch.com/2014/03/25/facebook-oculus-deal/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7469885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7469885</guid></item><item><title><![CDATA[IRS Rules Bitcoin Is Property, Not Currency]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/25/irs-rules-bitcoin-is-property-not-currency/">http://techcrunch.com/2014/03/25/irs-rules-bitcoin-is-property-not-currency/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7467788">https://news.ycombinator.com/item?id=7467788</a></p>
<p>Points: 81</p>
<p># Comments: 21</p>
]]></description><pubDate>Tue, 25 Mar 2014 18:28:54 +0000</pubDate><link>http://techcrunch.com/2014/03/25/irs-rules-bitcoin-is-property-not-currency/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7467788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7467788</guid></item><item><title><![CDATA[Box files for $250M IPO on full-year revenue of $124M, net loss of $168M]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/24/box-files-for-250m-ipo-on-full-year-revenue-of-124m-net-loss-of-168m/">http://techcrunch.com/2014/03/24/box-files-for-250m-ipo-on-full-year-revenue-of-124m-net-loss-of-168m/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7461452">https://news.ycombinator.com/item?id=7461452</a></p>
<p>Points: 86</p>
<p># Comments: 65</p>
]]></description><pubDate>Mon, 24 Mar 2014 21:04:08 +0000</pubDate><link>http://techcrunch.com/2014/03/24/box-files-for-250m-ipo-on-full-year-revenue-of-124m-net-loss-of-168m/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7461452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7461452</guid></item><item><title><![CDATA[Povio, the polite photo app that students love, joins YC’s winter batch]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/24/povio-the-polite-photo-app-that-students-love-joins-ycs-winter-batch/">http://techcrunch.com/2014/03/24/povio-the-polite-photo-app-that-students-love-joins-ycs-winter-batch/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7459755">https://news.ycombinator.com/item?id=7459755</a></p>
<p>Points: 95</p>
<p># Comments: 60</p>
]]></description><pubDate>Mon, 24 Mar 2014 17:39:22 +0000</pubDate><link>http://techcrunch.com/2014/03/24/povio-the-polite-photo-app-that-students-love-joins-ycs-winter-batch/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7459755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7459755</guid></item><item><title><![CDATA[Digital Ocean’s journey from TechStars reject to cloud-hosting darling]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/23/digital-oceans-journey-from-techstars-reject-to-cloud-hosting-darling/">http://techcrunch.com/2014/03/23/digital-oceans-journey-from-techstars-reject-to-cloud-hosting-darling/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7454965">https://news.ycombinator.com/item?id=7454965</a></p>
<p>Points: 94</p>
<p># Comments: 56</p>
]]></description><pubDate>Sun, 23 Mar 2014 20:25:27 +0000</pubDate><link>http://techcrunch.com/2014/03/23/digital-oceans-journey-from-techstars-reject-to-cloud-hosting-darling/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7454965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7454965</guid></item><item><title><![CDATA[Real engines of growth have nothing to do with growth hacking]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/22/the-real-engines-of-growth-on-the-internet/">http://techcrunch.com/2014/03/22/the-real-engines-of-growth-on-the-internet/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7449337">https://news.ycombinator.com/item?id=7449337</a></p>
<p>Points: 43</p>
<p># Comments: 10</p>
]]></description><pubDate>Sat, 22 Mar 2014 15:16:24 +0000</pubDate><link>http://techcrunch.com/2014/03/22/the-real-engines-of-growth-on-the-internet/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7449337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7449337</guid></item><item><title><![CDATA[Twitter #music will be removed from the App Store]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/TwitterMusic/status/447136704462209025">https://twitter.com/TwitterMusic/status/447136704462209025</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7445780">https://news.ycombinator.com/item?id=7445780</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 21 Mar 2014 23:51:43 +0000</pubDate><link>https://twitter.com/TwitterMusic/status/447136704462209025</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7445780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7445780</guid></item><item><title><![CDATA[Commercism Keynotes + Marketing, Design & Customer]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.livestream.com/commercism">http://www.livestream.com/commercism</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7443433">https://news.ycombinator.com/item?id=7443433</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 21 Mar 2014 17:11:34 +0000</pubDate><link>http://www.livestream.com/commercism</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7443433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7443433</guid></item><item><title><![CDATA[StackLead (YC W14) takes the hassle out of lead analysis]]></title><description><![CDATA[
<p>Article URL: <a href="http://techcrunch.com/2014/03/21/yc-backed-stacklead-takes-the-hassle-out-of-lead-analysis/">http://techcrunch.com/2014/03/21/yc-backed-stacklead-takes-the-hassle-out-of-lead-analysis/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7443395">https://news.ycombinator.com/item?id=7443395</a></p>
<p>Points: 8</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 21 Mar 2014 17:04:48 +0000</pubDate><link>http://techcrunch.com/2014/03/21/yc-backed-stacklead-takes-the-hassle-out-of-lead-analysis/</link><dc:creator>bjenik</dc:creator><comments>https://news.ycombinator.com/item?id=7443395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7443395</guid></item></channel></rss>