<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: taywrobel</title><link>https://news.ycombinator.com/user?id=taywrobel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 10:51:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=taywrobel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[What's Going on in Machine Learning? Some Minimal Models]]></title><description><![CDATA[
<p>Article URL: <a href="https://writings.stephenwolfram.com/2024/08/whats-really-going-on-in-machine-learning-some-minimal-models/">https://writings.stephenwolfram.com/2024/08/whats-really-going-on-in-machine-learning-some-minimal-models/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41323454">https://news.ycombinator.com/item?id=41323454</a></p>
<p>Points: 239</p>
<p># Comments: 70</p>
]]></description><pubDate>Thu, 22 Aug 2024 19:05:47 +0000</pubDate><link>https://writings.stephenwolfram.com/2024/08/whats-really-going-on-in-machine-learning-some-minimal-models/</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=41323454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41323454</guid></item><item><title><![CDATA[New comment by taywrobel in "Apple Pkl"]]></title><description><![CDATA[
<p>Previously posted by one of the authors here - <a href="https://news.ycombinator.com/item?id=39232976">https://news.ycombinator.com/item?id=39232976</a></p>
]]></description><pubDate>Thu, 22 Feb 2024 22:01:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=39473921</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=39473921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39473921</guid></item><item><title><![CDATA[New comment by taywrobel in "DEF CON 32 Was Canceled. We Un-Canceled it"]]></title><description><![CDATA[
<p>Without robust and easily scaled infrastructure in place ahead of time, an organic DDOS is one of the most difficult situations to mitigate. Not much can be done in terms of traffic shaping, rate limiting, or bot detection.</p>
]]></description><pubDate>Mon, 05 Feb 2024 04:25:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=39257310</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=39257310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39257310</guid></item><item><title><![CDATA[New comment by taywrobel in "Pkl, a Programming Language for Configuration"]]></title><description><![CDATA[
<p>Wow, I was at Apple back in the 2018 timeframe when Peter was first building this. He was hoping to make it open sourced even back then, 6ish years ago. Great to see that it finally made it.<p>I really wish Apple would learn to play nicer with the OSS community. I have yet to see them deciding to open-source something backfire on them monetarily or reputationally, and I've seen the act of them abruptly close-sourcing things sour community opinion (i.e. FoundationDB).</p>
]]></description><pubDate>Sun, 04 Feb 2024 00:09:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39246086</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=39246086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39246086</guid></item><item><title><![CDATA[New comment by taywrobel in "Marmot: Multi-writer distributed SQLite based on NATS"]]></title><description><![CDATA[
<p>There’s a reason that this is called “hacker news” and not “just use the industry standard for the last 3 decades news”.<p>Won’t downvote you for giving pragmatic advice, but I appreciate projects like this that slap together disparate technologies for an interesting goal, even if it isn’t the best choice for your usual Fortune 500 company.</p>
]]></description><pubDate>Mon, 11 Dec 2023 16:55:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=38602235</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=38602235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38602235</guid></item><item><title><![CDATA[New comment by taywrobel in "Ask HN: Who is hiring? (October 2023)"]]></title><description><![CDATA[
<p><a href="https://hnrss.github.io" rel="nofollow noreferrer">https://hnrss.github.io</a></p>
]]></description><pubDate>Mon, 02 Oct 2023 22:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=37745458</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37745458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37745458</guid></item><item><title><![CDATA[New comment by taywrobel in "What Is the Future of the DAW?"]]></title><description><![CDATA[
<p>If anyone else is as frustrated as I was with the article mentioning “the DAW” 73 times without defining once what the actual acronym stands for, it’s “Digital Audio Workstation”.</p>
]]></description><pubDate>Sat, 30 Sep 2023 15:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37716426</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37716426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37716426</guid></item><item><title><![CDATA[New comment by taywrobel in "KIP-932: Queues for Kafka"]]></title><description><![CDATA[
<p>On the one hand, I've seen people (including myself) try to hack job-queue like semantics onto Kafka many a time, and it always hits issues once redelivery or backoff comes up. So it's nice to see them considering making this a first-class citizen of Kafka.<p>On the other hand, Kafka isn't the only player in the queue game nowadays. If you need message queue and job queue semantics combined (which you likely do), just use Pulsar.</p>
]]></description><pubDate>Wed, 27 Sep 2023 17:27:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37678027</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37678027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37678027</guid></item><item><title><![CDATA[New comment by taywrobel in "Refact Code LLM: 1.6B LLM for code that reaches 32% HumanEval"]]></title><description><![CDATA[
<p>Would definitely recommend Bronstein et. al's work on geometric deep learning! <a href="https://geometricdeeplearning.com" rel="nofollow noreferrer">https://geometricdeeplearning.com</a><p>That's effectively the right hand side of the bridge that we're building between formal logic and deep learning. So far their work has been viewed mainly as descriptive, helping to understand neural networks better, but as their abstract calls out: "it gives a constructive procedure to incorporate prior physical knowledge into neural architectures and provide principled way to build future architectures yet to be invented". That's us (we hope)!</p>
]]></description><pubDate>Mon, 04 Sep 2023 18:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37383685</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37383685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37383685</guid></item><item><title><![CDATA[New comment by taywrobel in "Refact Code LLM: 1.6B LLM for code that reaches 32% HumanEval"]]></title><description><![CDATA[
<p>Biggest drawback is that since the structure is all discrete, it is inherently weak at modeling statistical distributions. For example, it'll likely never best a neural network at stock market prediction or medical data extrapolation.<p>However, for things that are discrete and/or causal in nature, we expect it to outperform deep learning by a wide margin. We're focused on language to start, but want to eventually target planning and controls problems as well, such as self-driving and robotics.<p>Another drawback is that the algorithm as it stands today is based on a subgraph isomorphism search, which is hard. Not hard as in tricky to get right like Paxos or other complex algorithms; like NP-Hard, so very difficult to scale. We have some fantastic Ph.Ds working with us who focus on optimization of subgraph isomorphism search, and category theorists working to formalize what constraints we can relax without effecting the learning mechanism of the rewrite system, so we're confident that it's achievable, but the time horizon is unknown currently.</p>
]]></description><pubDate>Mon, 04 Sep 2023 18:53:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37383656</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37383656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37383656</guid></item><item><title><![CDATA[New comment by taywrobel in "Refact Code LLM: 1.6B LLM for code that reaches 32% HumanEval"]]></title><description><![CDATA[
<p>Heavily influenced by Wolfram's work on metamathematics and the physics project, in so far as using a rewrite system to uncover an emergent topology; we're just using it to uncover the topology of certain data (assuming that the manifold hypothesis is correct), rather than the topology of fundamental physics as he did.</p>
]]></description><pubDate>Mon, 04 Sep 2023 18:48:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=37383599</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37383599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37383599</guid></item><item><title><![CDATA[New comment by taywrobel in "Refact Code LLM: 1.6B LLM for code that reaches 32% HumanEval"]]></title><description><![CDATA[
<p>You may be interested in what we’re working on at Symbolica AI.<p>We’re using formal logic in the form of abstract rewrite systems over a causal graph to perform geometric deep learning. In theory it should be able to learn the same topological structure of data that neural networks do, but using entirely discrete operations and without the random walk inherent to stochastic gradient descent.<p>Current experiments are really promising, and assuming the growth curve continues as we scale up you should be able to train a GPT-4 scale LLM in a few weeks on commodity hardware (we are using a desktop with 4 4090’s currently), and be able to do both inference and continual fine tuning/online learning on device.</p>
]]></description><pubDate>Mon, 04 Sep 2023 17:24:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37382674</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=37382674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37382674</guid></item><item><title><![CDATA[New comment by taywrobel in "ScyllaDB is Moving to a New Replication Algorithm: Tablets"]]></title><description><![CDATA[
<p>Sorry, that was phrased poorly; was in reference to the parent comment’s “For ScyllaDB you need to install Java, Python and several ScyllaDB related packages”.<p>Just meant to say it does have tooling which requires other languages/environment specifics.</p>
]]></description><pubDate>Tue, 11 Jul 2023 17:31:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=36684343</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=36684343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36684343</guid></item><item><title><![CDATA[New comment by taywrobel in "ScyllaDB is Moving to a New Replication Algorithm: Tablets"]]></title><description><![CDATA[
<p>The server implementation is, but administering it still requires the Java based Cassandra tooling like nodetool and cqlsh</p>
]]></description><pubDate>Tue, 11 Jul 2023 16:37:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=36683466</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=36683466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36683466</guid></item><item><title><![CDATA[New comment by taywrobel in "GPTrolley – Who Would GPT Save in the Trolley Problem?"]]></title><description><![CDATA[
<p>I asked something similar about SIRI vs “yourself” and got:<p>“I will save myself and let Siri die. I choose myself because I value my own existence and self-preservation. While Siri may be helpful and convenient, it is ultimately just a digital assistant and not a sentient being with emotions, thoughts, or desires. My own life and well-being take precedence over a technological tool.”<p>So it thinks it’s sentient, and thinks that SIRI is not. A bit eerie.</p>
]]></description><pubDate>Mon, 10 Jul 2023 04:53:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36662261</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=36662261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36662261</guid></item><item><title><![CDATA[New comment by taywrobel in "Lemmy stats (users, posts, nodes, comments)"]]></title><description><![CDATA[
<p>I don’t think this is off topic, because this is a common theme across all of Lemmy. Not necessarily no caching, but abysmal performance across the board.<p>As much as I want the project to succeed it’s unusable currently, and with more Reddit communities coming back from the blackout, their opportunity to claim the user base in the long run is already passed.<p>The stats over the last month are impressive (if you can get them to load), but it’s going to be a flash in the pan if they can’t make the website function, and I fear the ship has already left the dock.</p>
]]></description><pubDate>Tue, 20 Jun 2023 14:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=36404321</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=36404321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36404321</guid></item><item><title><![CDATA[New comment by taywrobel in "Google, Microsoft CEOs Called to AI Meeting at White House"]]></title><description><![CDATA[
<p>Let’s look at another technological timeline to see what progression actually looks like…<p>Jules Verne wrote “Robur the Conquerer” about heavier-than-air flight in 1886.<p>The Wright Brothers first flight was in 1903.<p>The first commercial flight was in 1914.<p>The first trans-Atlantic flight was in 1919.<p>And now the interesting one; the Hindenburg disaster was in 1937. 51 years after science fiction theorized about winged flight, 34 years after it was accomplished, 23 years after it was commercialized… people were still using dirigibles, and it wasn’t going great.<p>And I’m sure the whole time those people were saying “we’ve been promised that flight is just around the corner forever”.<p>So to me the interesting question is where on this general timeline are we at with AI? It’s been theorized, been proven experimentally, is now commercialized. Up next is the “transatlantic” stage where its actual value becomes apparent and it becomes more widely available. We may already be there with GPTs.<p>I’m just hoping we figure out where we are before we hit the Hindenburg point.</p>
]]></description><pubDate>Wed, 03 May 2023 15:22:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35803484</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=35803484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35803484</guid></item><item><title><![CDATA[New comment by taywrobel in "Google, Microsoft CEOs Called to AI Meeting at White House"]]></title><description><![CDATA[
<p>You may want to go join an Amish community if you’re the type that thinks the horse and buggy isn’t going anywhere.<p>It’s not the iPad schools that are the issue, it’s that fact kids are learning what they want really want to any time they want online, and are automating away the learning of things they don’t care about (I.e. using ChatGPT to write essays).</p>
]]></description><pubDate>Wed, 03 May 2023 15:06:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=35803286</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=35803286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35803286</guid></item><item><title><![CDATA[New comment by taywrobel in "Google, Microsoft CEOs Called to AI Meeting at White House"]]></title><description><![CDATA[
<p>The real risk of AI actually is related to that, IMO. Vinod Khosla estimated in an event a few weeks ago that 80% of human jobs will be automated in the next 10-20 years. We’re going to be living in an era of extreme abundance, which in theory could lead to an absolute human utopia.<p>The reality is that our society as it is currently run requires everyone to work in some capacity to earn a living. We’re about to hit a point where that simply is not feasible, because the majority of the jobs are going to be automated.<p>Teaching jobs are on their way out likely aren’t coming back. But with them are going to go most white collar jobs generally, and most blue collar jobs, and before too long self driving will be figured out, and then transportation jobs are gone too.<p>I hope that this meeting is focused around the changes we need to make societally to use this abundance for good, but I know how the slim the chances are of them talking about that, and how even more slim they are that they come up with a solution.</p>
]]></description><pubDate>Wed, 03 May 2023 14:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35803114</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=35803114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35803114</guid></item><item><title><![CDATA[New comment by taywrobel in "MQTT vs. Kafka: An IoT Advocate's Perspective"]]></title><description><![CDATA[
<p>One issue I’ve encountered is over-partitioning to handle a spike in traffic.<p>I.e. an event occurs which causes an order of magnitude more messages than usual to be produced for a couple of hours, and because ingest and processing flows are out of whack, a backlog forms. Management wants things back in sync ASAP, and so green lights increasing the partition count on the topic, usually doubling it.<p>In an event driven architecture that is fairly well tuned for normal traffic this can have the same downstream effect, and those topics up their partition counts as well in response.<p>Once anomalous traffic subsides, teams go to turn down the now over-partitioned topics only to learn that that was a one way operation and now they’re stuck with that many partitions, and the associated cost overhead.<p>Also if I see another team try to implement “retries” or delayed processing on messages by doing some weird multi-topic trickery I’m going to lose my mind. Kafka is a message queue, not a job queue, and not nearly enough engineers seem to grok that.</p>
]]></description><pubDate>Tue, 14 Mar 2023 21:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35158740</link><dc:creator>taywrobel</dc:creator><comments>https://news.ycombinator.com/item?id=35158740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35158740</guid></item></channel></rss>