<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: netghost</title><link>https://news.ycombinator.com/user?id=netghost</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 21:33:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=netghost" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by netghost in "Why AI Sucks at Front End"]]></title><description><![CDATA[
<p>They might have opinions about it, but look at the pay for frontend engineers at the same company. It's not uncommon to see the same seniority be 20% lower than a backend role.</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:23:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47740054</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47740054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47740054</guid></item><item><title><![CDATA[New comment by netghost in "A practical guide for setting up Zettelkasten method in Obsidian"]]></title><description><![CDATA[
<p>I see a lot of people say you have to use methodology X, or that methodology Y is worthless.<p>I'm the end, I think we have maybe different uses for notes. Journaling, scratchpads, to-do lists, research, etc.<p>Take a methodology with a grain of salt. If it doesn't fit, there's a good chance it's solving someone else's problem, but you can always inform your own approach with it.</p>
]]></description><pubDate>Sat, 11 Apr 2026 13:22:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47730366</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47730366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47730366</guid></item><item><title><![CDATA[New comment by netghost in "The Weather Channel – RetroCast"]]></title><description><![CDATA[
<p>Looks great on mobile in portrait mode. Bonus points for the audio.</p>
]]></description><pubDate>Thu, 02 Apr 2026 04:12:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47609910</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47609910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47609910</guid></item><item><title><![CDATA[New comment by netghost in "From zero to a RAG system: successes and failures"]]></title><description><![CDATA[
<p>I think you're operating in a scale that is small enough that there's little risk.<p>You'll be able to iterate if you run into anything that doesn't work. You should however be clear on what problem you and your team are solving, and not just "get some rag".</p>
]]></description><pubDate>Fri, 27 Mar 2026 01:38:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538123</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47538123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538123</guid></item><item><title><![CDATA[New comment by netghost in "Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript"]]></title><description><![CDATA[
<p>That seems like a reasonable tradeoff, thanks.</p>
]]></description><pubDate>Wed, 18 Feb 2026 15:59:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47062423</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47062423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47062423</guid></item><item><title><![CDATA[New comment by netghost in "Fastest Front End Tooling for Humans and AI"]]></title><description><![CDATA[
<p>Bun ships with lots of tools built in. It has support for bundling js, html, etc for the browser.<p>I suspect that if you want the best results or to hit all the edge cases you'd still want vite, but bun probably covers most needs.</p>
]]></description><pubDate>Wed, 18 Feb 2026 15:57:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47062395</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47062395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47062395</guid></item><item><title><![CDATA[New comment by netghost in "Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript"]]></title><description><![CDATA[
<p>Thank you. This looks like a nice improvement on pgtyped, and another good option.<p>I'm curious if there are any good patterns for dealing with dynamic query building or composing queries?</p>
]]></description><pubDate>Wed, 18 Feb 2026 00:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055362</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=47055362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055362</guid></item><item><title><![CDATA[New comment by netghost in "Sqldef: Idempotent schema management tool for MySQL, PostgreSQL, SQLite"]]></title><description><![CDATA[
<p>Out of curiosity, the post you linked mentions that it won't work for renames. What's the approach for these and other types of procedural migrations, such as data transformations (ie: splitting a column, changing a type, etc.)<p>With a declarative model, would you run the migration and follow immediately with a one off script?</p>
]]></description><pubDate>Thu, 05 Feb 2026 05:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46895875</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46895875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46895875</guid></item><item><title><![CDATA[New comment by netghost in "Stelvio: Ship Python to AWS"]]></title><description><![CDATA[
<p>Seems great for really small apps where you want your resource definitions colocated with the code using them.  I'd imagine the benefits start to break down as your infrastructure gets more complicated.<p>The bigger answer is that if you're proficient and happy with CDK or anything else to wire resource up, you're probably not going to see much (if any) benefit.</p>
]]></description><pubDate>Mon, 02 Feb 2026 21:54:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46862214</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46862214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46862214</guid></item><item><title><![CDATA[New comment by netghost in "Nonograms: a practical guide with interactive examples"]]></title><description><![CDATA[
<p>Wonderfully done, thanks for sharing!</p>
]]></description><pubDate>Sun, 01 Feb 2026 05:54:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46843985</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46843985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46843985</guid></item><item><title><![CDATA[AI Curb Cuts]]></title><description><![CDATA[
<p>Article URL: <a href="https://snakeshands.com/blog/ai_curb_cuts/">https://snakeshands.com/blog/ai_curb_cuts/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46840495">https://news.ycombinator.com/item?id=46840495</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 31 Jan 2026 20:29:09 +0000</pubDate><link>https://snakeshands.com/blog/ai_curb_cuts/</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46840495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46840495</guid></item><item><title><![CDATA[New comment by netghost in "Make.ts"]]></title><description><![CDATA[
<p>I think the make in the title is a bit misleading, the author is actually just advocating for having a consistent file you use for adhoc  scripting and testing in your application.<p>The thrust of the article could be summarized as: if you type more than one command into the shell, make a script.</p>
]]></description><pubDate>Wed, 28 Jan 2026 16:30:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46797561</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46797561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46797561</guid></item><item><title><![CDATA[New comment by netghost in "How I estimate work"]]></title><description><![CDATA[
<p>I think it really depends on how teams use their estimates. If you're locking in an estimate and have to stick with it for a week or a month, you're right, that's terrible.<p>If you don't strictly work on a Sprint schedule, then I think it's reasonable to have high variance estimates, then as soon as you learn more, you update the estimate.<p>I've seen lots of different teams do lots of different things. If they work for you and you're shipping with reliable results then that's excellent.</p>
]]></description><pubDate>Sun, 25 Jan 2026 17:42:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46756200</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46756200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46756200</guid></item><item><title><![CDATA[New comment by netghost in "150k lines of vibe coded Elixir: The good, the bad and the ugly"]]></title><description><![CDATA[
<p>I did too, and I've had a challenging time convincing people outside of those ecosystems that this is possible, reasonable, we've been doing it for over a decade.</p>
]]></description><pubDate>Sun, 25 Jan 2026 17:36:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46756120</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46756120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46756120</guid></item><item><title><![CDATA[New comment by netghost in "How I estimate work"]]></title><description><![CDATA[
<p>I worked on a product that was built around planning an estimation with ranged estimates (2-4h, 1-3d, etc)<p>2-12d conveys a very different story than 6-8d. Are the ranges precise? Nope, but they're useful in conveying uncertainty, which is something that gets dropped in any system that collapses estimates to a single point.<p>That said, people tend to just collapse ranges, so I guess we all lose in the end.</p>
]]></description><pubDate>Sun, 25 Jan 2026 01:38:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46749766</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46749766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46749766</guid></item><item><title><![CDATA[New comment by netghost in "Turso is an in-process SQL database, compatible with SQLite"]]></title><description><![CDATA[
<p>It natively supports vector embeddings, which seems like it could be nice.  The sqlite extensions I've tried for vector embeddings have been a challenge to get working (may just be me though).</p>
]]></description><pubDate>Fri, 23 Jan 2026 06:23:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46729111</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46729111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46729111</guid></item><item><title><![CDATA[New comment by netghost in "Sins of the Children"]]></title><description><![CDATA[
<p>Hands down one of my favorite series.  It's inventive, cynical, wry, dark, and entirely engrossing.<p>If you enjoy him, I was surprised by how much I enjoyed the Dogs of War series (1st and 3rd especially).<p>At some point you start to see his themes recycled across all these series, but it's still fun.</p>
]]></description><pubDate>Sun, 18 Jan 2026 20:57:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46672079</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46672079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46672079</guid></item><item><title><![CDATA[New comment by netghost in "Handy – Free open source speech-to-text app"]]></title><description><![CDATA[
<p>I'll bet you could take a relatively tiny model and get it to translate the transcribed "git force push" or "git push dash dash force" into "git push --force".<p>Likewise "cd home slash projects" into "cd ~/projects".<p>Maybe with some fine tuning, maybe without.</p>
]]></description><pubDate>Thu, 15 Jan 2026 17:10:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46635722</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46635722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46635722</guid></item><item><title><![CDATA[New comment by netghost in "Ask HN: What did you find out or explore today?"]]></title><description><![CDATA[
<p>I found out that the guy who broke the thing I was working on was… me.</p>
]]></description><pubDate>Thu, 15 Jan 2026 06:37:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46628880</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46628880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46628880</guid></item><item><title><![CDATA[New comment by netghost in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://snakeshands.com" rel="nofollow">https://snakeshands.com</a> - The best part of the snake…</p>
]]></description><pubDate>Wed, 14 Jan 2026 21:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46623678</link><dc:creator>netghost</dc:creator><comments>https://news.ycombinator.com/item?id=46623678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46623678</guid></item></channel></rss>