<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: tuckerconnelly</title><link>https://news.ycombinator.com/user?id=tuckerconnelly</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 13:57:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tuckerconnelly" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tuckerconnelly in "YuE2 · Frontier Music with Symbolic Planning"]]></title><description><![CDATA[
<p>Much like the restaurant industry, creative industries will probably bifurcate. Cheap (AI, drivethrough, takeout) for daily and most use cases, experiential (vinyl records, concerts, upscale restaurants) for special occasions, connoisseurs.</p>
]]></description><pubDate>Fri, 11 Sep 2026 01:55:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49652632</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=49652632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49652632</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: How are you finding the job market in July 2024?"]]></title><description><![CDATA[
<p>Hey I run a little recruiting startup, and we have a few roles at fintech companies in NYC--wanna send me your LinkedIn + resume?</p>
]]></description><pubDate>Thu, 01 Aug 2024 02:03:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41125563</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=41125563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41125563</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Why is Chile so long?"]]></title><description><![CDATA[
<p>Yeah based on my in-laws, Chilean seems understandable, though they tend to speak fast.<p>Argentine Spanish is the strange one, due to the heavy Italian influence.</p>
]]></description><pubDate>Tue, 02 Jul 2024 19:23:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40859668</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40859668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40859668</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: Why do message queue-based architectures seem less popular now?"]]></title><description><![CDATA[
<p>I can offer one data point. This is from purely startup-based experience (seed to Series A).<p>A while ago I moved from microservices to monolith because they were too complicated and had a lot of duplicated code. Without microservices there's less need for a message queue.<p>For async stuff, I used RabbitMQ for one project, but it just felt...old and over-architected? And a lot of the tooling around it (celery) just wasn't as good as the modern stuff built around redis (bullmq).<p>For multi-step, DAG-style processes, I prefer to KISS and just do that all in a single, large job if I can, or break it into a small number of jobs.<p>If I REALLY needed a DAG thing, there are tools out there that are specifically built for that (Airflow). But I hear they're difficult to debug issues in, so would avoid at most costs.<p>I have run into scaling issues with redis, because their multi-node architectures are just ridiculously over-complicated, and so I stick with single-node. But sharding by hand is fine for me, and works well.</p>
]]></description><pubDate>Wed, 19 Jun 2024 00:44:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=40723585</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40723585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40723585</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "OpenAI Selects Oracle Cloud Infrastructure to Extend Microsoft Azure AI Platform"]]></title><description><![CDATA[
<p>What are your gripes with GCP? I've been using it for every project for a while, and am super happy with it, especially GKE.</p>
]]></description><pubDate>Tue, 11 Jun 2024 22:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40652173</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40652173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40652173</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Jobs Aren't Coming Back"]]></title><description><![CDATA[
<p>You don't see yourself hiring help for:<p>* Keeping things up and running<p>* Building the systems that the AI interfaces with<p>* Supporting any large contracts<p>?<p>In my experience, one enterprise contract with specific requirements basically requires you to hire a dev to support them.</p>
]]></description><pubDate>Tue, 04 Jun 2024 17:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40576801</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40576801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40576801</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Jobs Aren't Coming Back"]]></title><description><![CDATA[
<p>My counterpoint: if your product is simply a ChatGPT wrapper, you have no moat. Whatever is complicated enough and is actually making money, and you feel the need to test it and make sure it keeps running, that's your moat, and that's what you're going to want to hire human help for once you actually make some money.</p>
]]></description><pubDate>Tue, 04 Jun 2024 17:09:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40576745</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40576745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40576745</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "50% discount on OpenAI pricing if you submit a batch and give them up to 24h"]]></title><description><![CDATA[
<p>Message queues are difficult to maintain.<p>Webhooks is the best solution IMO.</p>
]]></description><pubDate>Mon, 15 Apr 2024 18:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40044268</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=40044268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40044268</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: Is anybody getting value from AI Agents? How so?"]]></title><description><![CDATA[
<p>There's value, but it's too expensive, too slow, and too unreliable right now to be feasible from a business perspective.</p>
]]></description><pubDate>Sun, 31 Mar 2024 23:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39889354</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=39889354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39889354</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: Is anybody getting value from AI Agents? How so?"]]></title><description><![CDATA[
<p>Chain of thought takes time to generate all the characters. If you do a chain-of-thought for every action and every misstep (and you need to for quality + reliability), it adds up.</p>
]]></description><pubDate>Sun, 31 Mar 2024 19:33:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39887303</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=39887303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39887303</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: Is anybody getting value from AI Agents? How so?"]]></title><description><![CDATA[
<p>I built an AI-agents tech demo[1], and am now pivoting. A few thoughts:<p>* I was able to make a simple AI agent that could control my Spotify account, and make playlists based on its world knowledge (rather than Spotify recommendation algos), which was really cool. I used it pretty frequently to guide Spotify into my music tastes, and would say I got value out of it.<p>* GPT-4 worked quite well actually, GPT-3.5 worked maybe 80% of the time. Mixtral did not work at all, aside from needing hacks/workarounds to get function-calling working in the first place.<p>* It was very slow and VERY expensive. Needing CoT was a limitation. Could easily rack up $30/day just testing it.<p>My overall takeaway: it's too early: too expensive, too slow, too unreliable. Unless you somehow have a breakthrough with a custom model.<p>From the marketing side, people just don't "get it." I've since niched down, and it's very, very promising from a business perspective.<p>[1] <a href="https://konos.ai" rel="nofollow">https://konos.ai</a></p>
]]></description><pubDate>Sun, 31 Mar 2024 18:03:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39886481</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=39886481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39886481</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Our Company Is Doing So Well That You're All Fired"]]></title><description><![CDATA[
<p>While X's main use case works, I just tried to run some ads there.<p>When trying to upgrade to verified org: "An unexpected error occurred"<p>When trying to change my display name: "An unexpected error occurred"<p>When trying to run an ad: "Awaiting verification" for a week<p>Contacting support through messages: No response<p>Finally finding a way to submit a ticket: 3 day response time with a standard response that didn't resolve the issue.<p>Responded to that ticket and haven't gotten a response in days.<p>I don't think they're operating at the same level as they used to :)</p>
]]></description><pubDate>Thu, 22 Feb 2024 20:59:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=39473156</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=39473156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39473156</guid></item><item><title><![CDATA[Pet Safe Kennels]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.pet-safe-kennels.com/">https://www.pet-safe-kennels.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39172552">https://news.ycombinator.com/item?id=39172552</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 29 Jan 2024 04:02:05 +0000</pubDate><link>https://www.pet-safe-kennels.com/</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=39172552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39172552</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Discord is laying off 17 percent of employees"]]></title><description><![CDATA[
<p>How does 0% interest rate actually affect this though? Are that many companies actually funded on debt now? Or are are sales down because their customers were purchasing with debt?</p>
]]></description><pubDate>Thu, 11 Jan 2024 19:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38957911</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=38957911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38957911</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Disney's earliest Mickey Mouse enters public domain as US copyright expires"]]></title><description><![CDATA[
<p>Cuphead should absolutely add a Mickey Mouse DLC.</p>
]]></description><pubDate>Mon, 01 Jan 2024 17:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38833396</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=38833396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38833396</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Cleveland launches plan to provide cheap broadband"]]></title><description><![CDATA[
<p>I just visited a few days for a surgery and this seems pretty accurate.<p>The food weirdly was the same at every restaurant, regardless of the cuisine: super oiled up. Usually mayonnaise and something pickled on top. Like preparing me to go to a factory for 14 hours.<p>Nearly every Uber had a sports station on.<p>Everyone seemed pretty gloomy there. "What's a must-do before we leave?" "Umm...yeah it's too cold for a Brown's game, so not much. Yeah."<p>A strange obsession with Taylor Swift "bringing money into the city" because of the sports guy she's dating now from Cleveland.</p>
]]></description><pubDate>Tue, 24 Oct 2023 01:46:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=37994016</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=37994016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37994016</guid></item><item><title><![CDATA[Ask HN: UI for Managing Celery Tasks?]]></title><description><![CDATA[
<p>I'm used to bull-queue, which has excellent UIs for managing jobs (retry, delete, etc.) but python support is limited at the moment.<p>Flower is really bad IMO for managing jobs.<p>Is there an existing solution for managing celery tasks (paid or open source)?<p>Or if I really had to build one, if I built it, would your company pay for it?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37960195">https://news.ycombinator.com/item?id=37960195</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Oct 2023 19:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37960195</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=37960195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37960195</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Roundup herbicide ingredient connected to epidemic chronic kidney disease"]]></title><description><![CDATA[
<p>> But when glyphosate encounters certain trace metal ions that make water hard—like magnesium and calcium—glyphosate-metal ion complexes can form. Those complexes can persist up to seven years in water and 22 years in soil.<p>Isn't basically all water outside hard water? How did public health agencies miss this?</p>
]]></description><pubDate>Mon, 16 Oct 2023 20:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37906239</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=37906239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37906239</guid></item><item><title><![CDATA[New comment by tuckerconnelly in "Ask HN: Bad Results from Vector Search?"]]></title><description><![CDATA[
<p>Thank you! I've used the CrossEncoder from the sbert library you mentioned to rank the vector search and keyword search results, but it still doesn't help that the vector search results are odd.<p>This video suggests Elasticsearch is (or will be) able to blend the two: <a href="https://www.youtube.com/watch?v=5Qaxz2e2dVg">https://www.youtube.com/watch?v=5Qaxz2e2dVg</a><p>I'm hoping meilisearch adds that because ES is a beast of a software package.</p>
]]></description><pubDate>Fri, 06 Oct 2023 02:33:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=37786597</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=37786597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37786597</guid></item><item><title><![CDATA[Ask HN: Bad Results from Vector Search?]]></title><description><![CDATA[
<p>Hi, I'm building an RAG system with OpenAI embeddings and the ChatGPT api.<p>I chunked all the documents into 400-800 character chunks, vectorized them all, and put them in a vector database.<p>The results are pretty bad--the surfaced document chunks kind-of-but-not-really match up with the query.<p>I'm getting much better results from simple keyword searches (using meilisearch).<p>Am I doing something wrong? Do I need to use a fine-tuned model like BERT? Is this technology vastly overhyped?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37786273">https://news.ycombinator.com/item?id=37786273</a></p>
<p>Points: 2</p>
<p># Comments: 5</p>
]]></description><pubDate>Fri, 06 Oct 2023 01:30:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=37786273</link><dc:creator>tuckerconnelly</dc:creator><comments>https://news.ycombinator.com/item?id=37786273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37786273</guid></item></channel></rss>