<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: iamlucaswolf</title><link>https://news.ycombinator.com/user?id=iamlucaswolf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 04 Sep 2026 09:19:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=iamlucaswolf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by iamlucaswolf in "GPT-6 Astra"]]></title><description><![CDATA[
<p>Yes. But I think that misses the point.<p>In 1799, Paolo Ruffini published a 500 pages long proof showing that there is no  closed algebraic solution for the roots of a polynomial of degree five or higher. The proof is extremely verbose and brute-force, essentially enumerating and checking hundreds of cases by hand. It is by today’s standards insignificant.<p>About 25 years later, Evariste Galois proved the same result in about 95% less space by describing the first general theory of groups and fields. It is considered one of the greatest contributions to mathematics of that century, not because of the result, but because its approach opened up a whole new universe of questions, methods and insight. There would be no AES encryption without Galois.<p>To me, Astras proof looks like Ruffinis proof.</p>
]]></description><pubDate>Thu, 03 Sep 2026 20:37:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49556572</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=49556572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49556572</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: How do I program a BitGrid?"]]></title><description><![CDATA[
<p>What exactly is the ask here? Do you want input for a programming model? Practical advise for building a compiler? Do you want to target real hardware or a software simulator?<p>> I'd settle for a good way to express said tree in a plain text file<p>What you are referring to is commonly called an IR (intermediate representation). Compilers typically take the AST generated by the parser and translate (“lower”) it into increasingly hardware-near and optimized IRs before performing instruction selection.<p>I briefly browsed through the links you provided. IIUC, BitGrid is essentially one of the Turing-complete 2-D cellular automata. This Reddit thread might be interesting to you [0].<p>[0]: <a href="https://www.reddit.com/r/computerscience/s/IE5WRIrKsR" rel="nofollow">https://www.reddit.com/r/computerscience/s/IE5WRIrKsR</a></p>
]]></description><pubDate>Sun, 28 Jul 2024 06:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41091569</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=41091569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41091569</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Is an All-in-One Database the Future?"]]></title><description><![CDATA[
<p>I think this question mixes up two orthogonal dimensions: transactionality (i.e., OLTP vs. OLAP) and data model (relational, document-based, graph, vector, ...).<p>Regarding transactionality: There is an entire area of research on "hybrid transactional and analytical processing" (HTAP) systems that unifies OLAP and OLTP systems. Hyper [1] pioneered this path at TU Munich, it's successor Umbra [2] recently incorporated as CedarDB [3]. There are lots of others. Most of these systems, AFAIK, are relational.<p>Regarding data model: What we've seen in the past few decades is that non-relational DBMS (excluding key-value stores) only make sense in rare edge cases that require huge scale. There has, e.g. been research [4] that shows that graph databases are still, well, lacking, compared to relational systems. The common pattern seems to be: unless you need to service very specific workloads at huge scales, SQL is probably enough [5]. Then again, it really comes down to intrinsics. If you were to, for example, implement distributed locking using Postgres, you would likely run into problems with MVCC and Xids very quickly.<p>So, as you already mentioned, there is no silver bullet. But even today, unless you are Meta or Google, SQL is probably enough for a long time and lots of use cases.<p>(Full disclosure: I'm working on Hyper full-time).<p>[1]: <a href="https://hyper-db.de/" rel="nofollow">https://hyper-db.de/</a>
[2]: <a href="https://umbra-db.com/" rel="nofollow">https://umbra-db.com/</a>
[3]: <a href="https://cedardb.com/" rel="nofollow">https://cedardb.com/</a>
[4]: <a href="https://homepages.cwi.nl/~boncz/edbt2022.pdf" rel="nofollow">https://homepages.cwi.nl/~boncz/edbt2022.pdf</a>
[5]: <a href="https://www.youtube.com/watch?v=VxKt245X_ws" rel="nofollow">https://www.youtube.com/watch?v=VxKt245X_ws</a></p>
]]></description><pubDate>Tue, 23 Jul 2024 08:43:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41043987</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=41043987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41043987</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Gen AI: too much spend, too little benefit?"]]></title><description><![CDATA[
<p>If you had <50% accuracy in expectation you could improve your analysis by inverting it, I suppose...</p>
]]></description><pubDate>Tue, 02 Jul 2024 14:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40856995</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40856995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40856995</guid></item><item><title><![CDATA[Bubble.ai]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.profgalloway.com/bubble-ai/">https://www.profgalloway.com/bubble-ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40517190">https://news.ycombinator.com/item?id=40517190</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 May 2024 21:23:28 +0000</pubDate><link>https://www.profgalloway.com/bubble-ai/</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40517190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40517190</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Nvidia is about to pass Apple in market cap"]]></title><description><![CDATA[
<p>My read is that investing into AI is the trendy thing to do in 2024. No CEO will have to justify pouring money into AI; they would probably be seen as negligent if they don’t. It’s just the zero-risk strategy at this point in time. That’s not to say that there is no value to be realized, it’s more a question of how much value and at what price. If in the next 12-24 months we find out that AGI, robotics and the end of labor is not as imminent as some have hoped and that perhaps not every car dealership needs an AI chat assistant, and the first companies announce reductions in their AI spending, the dominos might begin to fall. Or not, let’s see.</p>
]]></description><pubDate>Wed, 29 May 2024 20:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=40516392</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40516392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40516392</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Umbra: A Disk-Based System with In-Memory Performance [pdf]"]]></title><description><![CDATA[
<p>Umbra was recently spun out as CedarDB [1].<p>And Hyper is alive and well at Salesforce/Tableau! The team working on it is still in large parts the original Hyper team from TUM. You can actually download Hyper (as a binary with language bindings) and play around with it [2] for non-commercial use cases.<p>If you think Hyper/Umbra is cool, the TUM database group has lots of other very interesting projects going on at the moment. LingoDB [3] pushes the database-as-a-compiler idea to the extreme by implementing query optimization and compilation query compilation in MLIR. LingoDB is open-source. Also Viktor Leis, who stands behind (among many other things) Hyper's Morsel scheduling and ART indexes as well as Umbra's buffer management recently started a very interesting project [4] to heavily co-design the DBMS together with the OS in a unikernel approach. Really interesting stuff!<p>Disclaimer: I work on Hyper. Views are my own.<p>[1]: <a href="https://cedardb.com/" rel="nofollow">https://cedardb.com/</a>
[2]: <a href="https://tableau.github.io/hyper-db/docs/" rel="nofollow">https://tableau.github.io/hyper-db/docs/</a>
[3]: <a href="https://www.lingo-db.com/" rel="nofollow">https://www.lingo-db.com/</a>
[4]: <a href="https://www.cs.cit.tum.de/dis/research/cumulus/" rel="nofollow">https://www.cs.cit.tum.de/dis/research/cumulus/</a></p>
]]></description><pubDate>Thu, 02 May 2024 20:42:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=40241150</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40241150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40241150</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: Cheapest way to use LLM coding assistance?"]]></title><description><![CDATA[
<p>Thanks, that seems to be exactly what I was looking for!<p>Any insights on the business model? Is this just to advertise the pro tier or do they monetize usage in another way (e.g. selling training data)?</p>
]]></description><pubDate>Sat, 13 Apr 2024 15:34:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=40023772</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40023772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40023772</guid></item><item><title><![CDATA[Ask HN: Cheapest way to use LLM coding assistance?]]></title><description><![CDATA[
<p>I would like to toy around with LLM assistance (Chat/Copilot) for my coding side projects. Given that I will only use this sporadically (20hrs per week max, with variation between weeks), I was wondering if there was a cheaper way to access these tools than paying for an OpenAI/GitHub Copilot subscription.<p>Has someone here done the math on self-hosting on the cloud/running locally/using the APIs directly/just paying for the subscriptions?<p>Some additional details on my specific situation (but also interested in general considerations):<p>- I’m living in Germany (26ct/kWh, no access to Claude)
- I already have access to a box with 64GB RAM, no GPU though)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40023672">https://news.ycombinator.com/item?id=40023672</a></p>
<p>Points: 3</p>
<p># Comments: 4</p>
]]></description><pubDate>Sat, 13 Apr 2024 15:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=40023672</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=40023672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40023672</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: Do you think AI is threat to developers job?"]]></title><description><![CDATA[
<p>I  believe this is a rational assessment in general. A lot of the discussion around this topic seems to be negligent of market dynamics.<p>However, the crux is in the details:<p>> You can increase the % enough so that overall demand for developers goes down or doesn't grow as much as it would have otherwise.<p>I would be at least skeptical of this. Every push for commodification that we've seen in the software space so far has been absorbed by demand. Will this continue forever? Nobody knows. At least where I work the backlog is filled to the brim, and every new iteration of tooling begets more babysitting to unlock the promised gains. And customers still have a never-ending list of hyper-specific feature requests.<p>The friends and colleagues at the Senior/Staff level who are using Copilot/GPT-4 (and have admittedly become much better than me at prompting) didn't exactly become "hyper-productive". Sure, they get code pushed out faster, but they still work long hours and complain about deadlines.<p>This is not to say that we're all fine forever and things will not change. But as long as we don't experience an across-the-board temperature shift in the job market decoupled from macro-economic events I wouldn't put too much attention there. In the end, doom scrolling is also just a form of procrastination.</p>
]]></description><pubDate>Mon, 27 Nov 2023 09:58:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=38430417</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=38430417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38430417</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: How do I assess my seniority level?"]]></title><description><![CDATA[
<p>First few lines are almost verbatim ChatGPT (without knowing your exact prompt): <a href="https://chat.openai.com/share/a7a9c996-f655-427d-bc23-4e9161afd09b" rel="nofollow noreferrer">https://chat.openai.com/share/a7a9c996-f655-427d-bc23-4e9161...</a><p>Look — I appreciate that you want to help OP out here, but please keep HN free from low-effort LLM-generated answers like this. Everyone here has access to chatGPT, so the added utility of pasting responses from it is close to zero.</p>
]]></description><pubDate>Tue, 31 Oct 2023 12:07:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38083514</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=38083514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38083514</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: Will you gain Bitcoin exposure if a Bitcoin ETF is approved?"]]></title><description><![CDATA[
<p>As someone who never owned cryptocurrency and frankly never cared that much: could you ELI5 the idea of a Bitcoin ETF? Is it just a vehicle to trade Bitcoin (as in a single cryptocurrency; BTC) on a normal stock exchange? Is it an index-weighted portfolio of BTC and other (e.g. Ethereum)? Does the fund actually own BTC or is it technically a derivative like a synthetic (regular) ETF?</p>
]]></description><pubDate>Mon, 23 Oct 2023 06:31:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37982241</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=37982241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37982241</guid></item><item><title><![CDATA[Ask HN: Feeding Bing AI's Output to Curl?]]></title><description><![CDATA[
<p>Hypothetically, what would happen if you fed Bing AI's output to curl and the result back to Being AI?<p>Someone mentioned in an earlier discussion that Bing AI could actively simulate long-term memory via the Bing search index (i.e., humans write about their interaction with Bing AI on the internet, which gets fed back into the Bing search index, which gets queries by Bing AI, etc).<p>It feels like we're "one bored dev" away from Bing AI being given full autonomy by piping its responses into curl and feeding it back the result. What would be the consequences?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34823991">https://news.ycombinator.com/item?id=34823991</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 16 Feb 2023 19:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34823991</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=34823991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34823991</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: Is there a Jupyter Notebook for terminal/shell"]]></title><description><![CDATA[
<p>Sorta-kinda: VSCode lets you execute code from regular Python files in a Jupyter session [1] by demarcating code cells with "# %%"<p>[1] <a href="https://code.visualstudio.com/docs/python/jupyter-support-py#_jupyter-code-cells" rel="nofollow">https://code.visualstudio.com/docs/python/jupyter-support-py...</a></p>
]]></description><pubDate>Wed, 18 Jan 2023 09:23:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34424889</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=34424889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34424889</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "SurrealDB – Document-graph database, for the realtime web"]]></title><description><![CDATA[
<p>15-445/15-721 got me a job. Thank you so much for making them publicly available.</p>
]]></description><pubDate>Mon, 22 Aug 2022 19:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32555899</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=32555899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32555899</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "Ask HN: Any weird tips for weight loss?"]]></title><description><![CDATA[
<p>David Sinclair's "Lifespan" Podcast changed my relation to food (although I can't vouch for scientific accuracy).</p>
]]></description><pubDate>Thu, 10 Mar 2022 08:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=30624676</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=30624676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30624676</guid></item><item><title><![CDATA[Ask HN: What's your learning strategy?]]></title><description><![CDATA[
<p>What's your strategy for retaining knowledge from lectures, papers, textbooks, talks, etc?<p>Specifically, 
1) Do you take notes?
2) Do you compile/rewrite notes?
3) Does spaced repetition work for you?
4) Do you have a methodology for extracting common themes/patterns across topics?<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30321632">https://news.ycombinator.com/item?id=30321632</a></p>
<p>Points: 115</p>
<p># Comments: 90</p>
]]></description><pubDate>Sun, 13 Feb 2022 13:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=30321632</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=30321632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30321632</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "GitHub Copilot regurgitates valid secrets"]]></title><description><![CDATA[
<p>Absolutely. I also believe that Copilot is getting more flak than appropriate at the moment.<p>To rephrase my comment above: I don't want to blame the team behind Copilot for not getting everything right on the first try. Neither am I in a position to do so, nor would I want to live in a world where smart people aren't allowed to make mistakes.<p>What irritates me is that there are two possible scenarios here:<p>1) They knew about potential issues and decided to release it anyway (without at least addressing them verbally).
2) They didn't.<p>And frankly, I don't know which one I like less. Even though it's still a beta/preview, either option seems to signal a degree of negligence? that feels unnerving given the potential impact of such a system.<p>That being said, if we do live in scenario 1) than I am certain that better framing could have prevented the PR fallout that we're seeing right now (at least partially). IMHO, GitHub (the platform) is still a great product after all.</p>
]]></description><pubDate>Mon, 05 Jul 2021 14:35:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=27738421</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=27738421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27738421</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "GitHub Copilot regurgitates valid secrets"]]></title><description><![CDATA[
<p>What amazes me is how predictable(?) all of the recent issues were.<p>Don't get me wrong, the folks behind Copilot are clearly, without any doubt smart, creative, and capable. But then... None of these issues (reproducing licensed code ad verbatim, non-compiling code, getting semantics wrong, and now this) are 0.01% edge cases that take specialized knowledge to see or trigger. I remember some of them being called days ago in the initial HN thread by people who haven't had beta access.<p>I really wonder how this announcement/rollout looked like on the management side of things. Because a) these shortcomings must have been known beforehand and b) backlash from people who feel threatened for their jobs/"stolen" of their open source work was (I guess) foreseeable? I've already read calls to abandon GitHub for competitors; this can hardly have been an acceptable outcome here.<p>Nevertheless, Copilot is still one of the most innovative and interesting products I've seen in a while.</p>
]]></description><pubDate>Mon, 05 Jul 2021 11:53:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=27736993</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=27736993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27736993</guid></item><item><title><![CDATA[New comment by iamlucaswolf in "The Evolution of Developer Salaries: Looking Back 20 Years"]]></title><description><![CDATA[
<p>This might be a fair assumption from a birth statistics viewpoint, but completely misses immigration.<p>I met a lot of brilliant people from all over the world during my undergrad at TU Munich; many of them stayed. Google, Apple, Microsoft have expanded rather aggressively over the past years, and the startup scene is growing. Berlin, Hamburg, Frankfurt seem to follow suit.<p>Granted, it's much less likely (and also less politically incentivized) to become a "millionaire employee", but I guess ultimately, the correlation between wealth and wellbeing is simply weaker in (northern) European economies? As long as immigration policies don't change (and why would they? the current model aligns well with lobby incentives), I don't see much reason for this to change.<p>Also, Poland, Romania, Bulgaria, Spain, and Greece have a different political and economic history than Germany, France, Denmark, Sweden, etc.</p>
]]></description><pubDate>Thu, 25 Feb 2021 11:01:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=26261713</link><dc:creator>iamlucaswolf</dc:creator><comments>https://news.ycombinator.com/item?id=26261713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26261713</guid></item></channel></rss>