<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: jtmarmon</title><link>https://news.ycombinator.com/user?id=jtmarmon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 08:43:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jtmarmon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jtmarmon in "Fix monitor that goes black, off or blinks due to static electricity in chair"]]></title><description><![CDATA[
<p>I've had the same problem for a couple years - specifically the GPU crashing. Had a very hard time isolating the issue - seems like a mix of static + the EMI spike OP talks about (it happens most reliably when I stand up quickly from my desk chair).<p>My guess is that, like OP, we're both getting interference in the our DP connections, and that that interference is in our cases causing the GPUs to crash.<p>Haven't had a chance to try ferrite cores yet but that was going to be my first test.<p>Curious what system specs you have in case we have overlap in anything that could isolate the issue. Mine: <a href="https://pcpartpicker.com/list/Xpdb8Z" rel="nofollow">https://pcpartpicker.com/list/Xpdb8Z</a></p>
]]></description><pubDate>Wed, 15 Apr 2026 19:19:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783907</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=47783907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783907</guid></item><item><title><![CDATA[New comment by jtmarmon in "Fixing a monitor that goes black, off or blinks due to static electricity (2023)"]]></title><description><![CDATA[
<p>My guess is that, in the vein of the "monitor flickering" symptom, your PC sees the DP/HDMI cable disconnect and reconnect due to the static. The reconnection wakes it up.</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:11:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783781</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=47783781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783781</guid></item><item><title><![CDATA[New comment by jtmarmon in "AlphaCodium outperforms direct prompting of OpenAI's o1 on coding problems"]]></title><description><![CDATA[
<p>I pretty much only use o1 for more rigorous tasks (coding/math). Eg the other day I gave it the tax rates for my area and used it to explore different tax scenarios</p>
]]></description><pubDate>Mon, 14 Oct 2024 16:45:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41839259</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=41839259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41839259</guid></item><item><title><![CDATA[New comment by jtmarmon in "Using S3 as a Container Registry"]]></title><description><![CDATA[
<p>I’m no expert on docker but I thought the hashes for each layer would already be computed if your image is built</p>
]]></description><pubDate>Fri, 12 Jul 2024 08:32:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40943696</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=40943696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40943696</guid></item><item><title><![CDATA[New comment by jtmarmon in "Show HN: Gosax – A high-performance SAX XML parser for Go"]]></title><description><![CDATA[
<p>Great writeup. To add an example, I personally use JSON for most of my work, but have found myself using XML for certain AI use cases that require annotating an original text.<p>For example, if I wanted an AI to help me highlight to the user where in a body of text I mentioned AI, I might have it return something like:<p><text>Great writeup. To add an example, I personally use JSON for most of my work, but have found myself using XML for certain <ai-mention>AI</ai-mention> use cases that require annotating an original text with segments.</text></p>
]]></description><pubDate>Thu, 27 Jun 2024 20:57:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40815008</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=40815008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40815008</guid></item><item><title><![CDATA[New comment by jtmarmon in "Ask HN: Who is hiring? (February 2024)"]]></title><description><![CDATA[
<p>SelectIQ (YC W23) | Founding Software Engineer (Fullstack) | NYC or REMOTE (US) | Full-Time | <a href="https://selectiq.ai/">https://selectiq.ai/</a><p>SelectIQ works with clinical trial sites and their referring physicians to automate the patient referral process, massively speeding up enrollment.<p>Bringing new drugs to market is primarily rate limited on the speed of clinical trials, which are themselves bottlenecked by patient recruitment. 80% of clinical trials don’t meet their recruitment timeline, and being behind on recruitment can cost pharma companies millions of dollars per day.<p>We're looking to bring on our first engineering hire to help us build out the platform and build an amazing culture. More details and application can be found here: <a href="https://www.ycombinator.com/companies/selectiq/jobs/4aRBMcX-founding-engineer-full-stack-employee-1">https://www.ycombinator.com/companies/selectiq/jobs/4aRBMcX-...</a><p>Feel free to email me directly - jason@selectiq.ai</p>
]]></description><pubDate>Thu, 01 Feb 2024 18:03:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39219054</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=39219054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39219054</guid></item><item><title><![CDATA[New comment by jtmarmon in "Executing Cron Scripts Reliably at Scale"]]></title><description><![CDATA[
<p>I recently evaluated Dagster, Prefect, and Flyte for a data pipeliney workflow and ended up going with Temporal.<p>The shared feature between Temporal and those three is the workflow orchestration piece. All 3 can manage a dependency graph of jobs, handle retries, start from checkpoints, etc.<p>At a high level the big reason they’re different is Temporal is entirely focused on the orchestration piece, and the others are much more focused on the data piece, which comes out in a lot of the different features. Temporal has SDKs in most languages, and has a queuing system that allows you to run different workflows or even activities (tasks within a workflow) in different workers, manage concurrency, etc. You can write a parent workflow that orchestrates sub-workflows that could live in 5 other services. It’s just really composable and fits much more nicely into the critical path of your app.<p>Prefect is probably the closest of your list to temporal, in that it’s less opinionated than others about the workflows being “data oriented”, but it’s still only in python, and it deosn't have queueing. In short this means that your workflows are kinda supposed to run in one box running python somewhere. Temporal will let you define a 10 part workflow where two parts run on a python service running with a GPU, and the remaining parts are running in the same node.js process as your main server.<p>Dagster’s feature set is even more focused on data-workflows, as your workflows are meant to produce data “assets” which can be materialized/cached, etc.<p>They’re pretty much all designed for a data engineering team to manage many individual pipelines that are external from your application code, whereas temporal is designed to be a system that manages workflow complexity for code that (more often) runs in your application.</p>
]]></description><pubDate>Thu, 01 Feb 2024 02:24:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39212159</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=39212159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39212159</guid></item><item><title><![CDATA[New comment by jtmarmon in "You Don't Need Health Insurance"]]></title><description><![CDATA[
<p>This is a pretty good way to go bankrupt when you have a real health emergency<p>EDIT: I doubt OP is reading this but I would highly recommend they get insurance before giving birth...sure, they won't cover your at home birth, but they will cover your hospital stay if you end up having potentially fatal complications</p>
]]></description><pubDate>Thu, 18 Jan 2024 14:31:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=39042078</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=39042078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39042078</guid></item><item><title><![CDATA[New comment by jtmarmon in "Ask HN: What are the YouTube channel worth to follow in 2024?"]]></title><description><![CDATA[
<p>If you like startups and hard tech, check out Jason Carman's S3 channel - <a href="https://www.youtube.com/@jasoncarman/videos" rel="nofollow">https://www.youtube.com/@jasoncarman/videos</a></p>
]]></description><pubDate>Sun, 31 Dec 2023 21:29:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38827674</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=38827674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38827674</guid></item><item><title><![CDATA[New comment by jtmarmon in "Tracking developer build times to decide if the M3 MacBook is worth upgrading"]]></title><description><![CDATA[
<p>Slow build times make everything slower, including refactoring tech debt (which means people are less likely to do it).</p>
]]></description><pubDate>Fri, 29 Dec 2023 23:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38811466</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=38811466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38811466</guid></item><item><title><![CDATA[“Playable Quotes for Game Boy Games” by Joël FranušIć and Adam Smith [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=z9JYOZWLMlo">https://www.youtube.com/watch?v=z9JYOZWLMlo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37719012">https://news.ycombinator.com/item?id=37719012</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 30 Sep 2023 19:43:24 +0000</pubDate><link>https://www.youtube.com/watch?v=z9JYOZWLMlo</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=37719012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37719012</guid></item><item><title><![CDATA[New comment by jtmarmon in "Show HN: ElectricSQL, Postgres to SQLite active-active sync for local-first apps"]]></title><description><![CDATA[
<p>Congrats on the launch, looks like a great product.<p>Out of curiosity - the demo on the site suggests the local first latency is like 10-40 ms. I would think reading/writing to SQLite locally would be on the order of 1ms or less. Why is that?</p>
]]></description><pubDate>Wed, 20 Sep 2023 17:08:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37586779</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=37586779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37586779</guid></item><item><title><![CDATA[New comment by jtmarmon in "Launch HN: Sweep (YC S23) – A bot to create simple PRs in your codebase"]]></title><description><![CDATA[
<p>I just had it fix some outdated copy in a part of the UI. The nice thing is I didn't have to find the file myself, I just described what was wrong like I would a junior eng and let it find and fix it. Worked on the first try!</p>
]]></description><pubDate>Thu, 03 Aug 2023 18:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=36989545</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36989545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36989545</guid></item><item><title><![CDATA[New comment by jtmarmon in "Launch HN: Sweep (YC S23) – A bot to create simple PRs in your codebase"]]></title><description><![CDATA[
<p>Just merged my first simple PR with sweep. This is going to be <i>so</i> useful for the kind of things that would take 5 minutes to do but get procrastinated for weeks because you just can't find the time to context switch for it.<p>Congrats on the launch!</p>
]]></description><pubDate>Thu, 03 Aug 2023 18:03:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=36989430</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36989430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36989430</guid></item><item><title><![CDATA[New comment by jtmarmon in "On Becoming a VP of Engineering"]]></title><description><![CDATA[
<p>Obviously it is the argument, that's why it's titled "Tailwind and the Femininity of CSS". Or do you think the 5 paragraphs about how sexism causes people to dislike CSS is a non sequitur from the introduction about how the author prefers Tailwind to CSS. Break it down for me!<p>"It has nothing to do with gender" is with regard to the ratio of BE to FE people in engineering leadership. I'm not making the argument that gender bias plays no role in promotion anywhere. It is possible for some things in the world to not be explained by gender bias.</p>
]]></description><pubDate>Sat, 15 Jul 2023 16:07:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=36738120</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36738120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36738120</guid></item><item><title><![CDATA[New comment by jtmarmon in "On Becoming a VP of Engineering"]]></title><description><![CDATA[
<p>This article is hilariously bad. The argument goes:<p>I like CSS more than Tailwind 
-> Why don't people like CSS more?
-> Maybe because 'CSS, which makes things look ‘pretty’, is considered feminine'<p>You're entitled to like CSS more, and I could even agree making things look pretty is feminine coded, but it obviously doesn't explain people's preference for Tailwind because Tailwind also exists to make things look pretty.<p>---<p>I've worked with plenty of female engineering leaders, and most of them have a backend background.<p>The reason for this imbalance has nothing to do with gender, but entirely to do with criticality. Given that frontends tend to read/write from the backend, the domain model is usually owned by the backend in most apps, meaning that capability design and expansion is gated by the backend.<p>Not to mention that screwing up your backend architecture is in 95% of cases a much much deeper problem than screwing up your frontend. A data migration is basically always harder than redesigning the UI for some app.</p>
]]></description><pubDate>Fri, 14 Jul 2023 16:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=36726401</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36726401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36726401</guid></item><item><title><![CDATA[New comment by jtmarmon in "Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs"]]></title><description><![CDATA[
<p>This looks great! Is there a reason one couldn't use this with v4 UUIDs? A quick test shows that they encode/decode just fine. Wondering if I could use the encoded form as a way to niceify our URLs without having to change how the IDs (currently v4 uuids) are stored</p>
]]></description><pubDate>Wed, 28 Jun 2023 20:37:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=36512255</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36512255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36512255</guid></item><item><title><![CDATA[New comment by jtmarmon in "Apple Vision Pro: Apple’s first spatial computer"]]></title><description><![CDATA[
<p>1. Airpod pros have spatial audio<p>2. Their presentation showed someone using it with airpods on a plane<p><a href="https://twitter.com/techAU/status/1665790510093697024" rel="nofollow">https://twitter.com/techAU/status/1665790510093697024</a></p>
]]></description><pubDate>Mon, 05 Jun 2023 21:40:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36204215</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=36204215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36204215</guid></item><item><title><![CDATA[New comment by jtmarmon in "Show HN: Names"]]></title><description><![CDATA[
<p>z...z.z...zz..z...z.z...z..z.fz...z.z...z.z....a..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..ba..baz.z</p>
]]></description><pubDate>Sat, 21 Jan 2023 23:19:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34471871</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=34471871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34471871</guid></item><item><title><![CDATA[New comment by jtmarmon in "Edge-compatible Serverless Driver for Postgres"]]></title><description><![CDATA[
<p>Would be really cool to see you guys become a managed service on Fly.io - see what they did with Upstash & Redis:<p><a href="https://community.fly.io/t/preview-managed-upstash-redis-with-read-replica-support/6541" rel="nofollow">https://community.fly.io/t/preview-managed-upstash-redis-wit...</a><p>They don't have a managed postgres offering yet ("this is not a managed postgres" - <a href="https://fly.io/docs/postgres/getting-started/what-you-should-know/" rel="nofollow">https://fly.io/docs/postgres/getting-started/what-you-should...</a>)</p>
]]></description><pubDate>Thu, 08 Dec 2022 18:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=33911229</link><dc:creator>jtmarmon</dc:creator><comments>https://news.ycombinator.com/item?id=33911229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33911229</guid></item></channel></rss>