<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: FrenchDevRemote</title><link>https://news.ycombinator.com/user?id=FrenchDevRemote</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 00:24:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=FrenchDevRemote" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: What's the best AI coding tool today?]]></title><description><![CDATA[
<p>My current workflow would be something like: write detailed requirements, ssh into a remote instance, ask an agent to write a plan and giving it free rein to build it there, only pinging me back when it's ready or when it's stuck. I could write code manually in an IDE too but only when the problem is too complex for an LLM.<p>I've used Cursor for work for a few years, but I'm really not a fan of giving all of my data to Musk. Also I think I want to spend less time writing code by hand.<p>I tried Antigravity but it's utter garbage.<p>I heard some good things about Opencode+open models/ollama cloud, but opencode seems slightly buggy when running it over ssh.<p>I'm really reluctant to give my money to the 2 leaders in the field, I don't think I want to contribute to them making more money, but I could be convinced if there was no doubt they're the best, which I'm not totally sure of.<p>I'm also on a limited budget and don't want to get a 200$ subscription unless there is zero doubt it's worth it.<p>My main focus is building MVPs around AI/agents, mobile apps, and scraping/automation.<p>In your opinion is there a clearly superior solution today you'd recommend? In terms of capabilities, value for money, usage limits.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49040025">https://news.ycombinator.com/item?id=49040025</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 24 Jul 2026 18:49:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49040025</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=49040025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49040025</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Show HN: AI matchmaking from open ended dating profiles"]]></title><description><![CDATA[
<p>I don't think we necessarily need more dating apps, just better ones,
but since online dating is currently more or less a monopoly from Match.com, all apps are pretty much the same, and they're designed to extract as much money as possible from people without even really trying to create good connections.<p>I think it would be nice to have some apps with a different approach.</p>
]]></description><pubDate>Tue, 10 Mar 2026 11:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47321662</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=47321662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47321662</guid></item><item><title><![CDATA[Show HN: AI matchmaking from open ended dating profiles]]></title><description><![CDATA[
<p>Article URL: <a href="https://sentiamor.com">https://sentiamor.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47321604">https://news.ycombinator.com/item?id=47321604</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 10 Mar 2026 11:02:18 +0000</pubDate><link>https://sentiamor.com</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=47321604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47321604</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Show HN: I'm making an AI scraper called FetchFox"]]></title><description><![CDATA[
<p>how do you deal with the fact that some basic pages can have tens of thousand of tokens?</p>
]]></description><pubDate>Wed, 04 Sep 2024 05:25:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41442173</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=41442173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41442173</guid></item><item><title><![CDATA[Ask HN: Why does Google thinks it's okay to store users plain text passwords?]]></title><description><![CDATA[
<p>So I was just in the process of handling the aftermath of the theft of one of my relative's phone. Not a tech-savvy person, I'd say they're more or less as knowledgeable as the average Google user.<p>When checking what could be blocked from their google account, I realized that 60 of their saved passwords/mails were available in plain text when connecting to their google account from a new laptop(with no other input than mail and password), it's even exportable to a nice csv. This apparently seems to be default behavior.<p>Isn't that insane?<p>Am I naive to just realize that this is apparently normal to have this kind of stupid design from a trillion dollar tech company?<p>Is there any sane way of explaining why anyone could have thought that this was an acceptable idea?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41362703">https://news.ycombinator.com/item?id=41362703</a></p>
<p>Points: 3</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 26 Aug 2024 22:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41362703</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=41362703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41362703</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: Fastest way to launch web app"]]></title><description><![CDATA[
<p>Firebase can save you a lot of time at the beginning of your project, but it have so many issues once you start to scale even just a bit, it's such a pain to work with on a real project.(safety issues, bugs, all kind of stupid limitations, your bill can go up extremely easily, it has so many shortcomings)<p>I'd recommend using some boilerplate from github in your favorite stack even if it might be a little bit longer to build a product with it.</p>
]]></description><pubDate>Sat, 20 Jul 2024 19:25:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=41019010</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=41019010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41019010</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Vision language models are blind"]]></title><description><![CDATA[
<p>> their vision is, at best, like that of a person with myopia seeing fine details as blurry<p>It's not that far from reality, most models sees images in very low resolution/limited colors,
so not so far from this description</p>
]]></description><pubDate>Wed, 10 Jul 2024 18:41:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=40930013</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40930013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40930013</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "ChatGPT Has Captchas Now"]]></title><description><![CDATA[
<p>It was rate limited since the start, the bots are respecting the rate limits, that does not mean they stop being a burden, they just create more of them.</p>
]]></description><pubDate>Mon, 08 Jul 2024 13:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40905446</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40905446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40905446</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "ChatGPT Has Captchas Now"]]></title><description><![CDATA[
<p>no one can, any company who tells you otherwise is lying to sell you a product</p>
]]></description><pubDate>Mon, 08 Jul 2024 12:44:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40904915</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40904915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40904915</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "ChatGPT Has Captchas Now"]]></title><description><![CDATA[
<p>There are multiple projects built to reverse engineer their API to avoid paying the API rates(it still makes economical sense to buy a subscription for this), it was obvious that they would have to increase their bot protections at some point.<p>Regular captchas are easily solvable by multimodal LLMs, we're reaching a point where what's hard for software to solve is also hard for humans.<p>At some point they'll probably have to charge by usage instead of a flat subscription.</p>
]]></description><pubDate>Mon, 08 Jul 2024 11:02:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=40904296</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40904296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40904296</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: Should I remove work experience from resume?"]]></title><description><![CDATA[
<p>I've worked closed to people that were interviewing SWEs, including people I would consider old, age was never the problem.<p>It was either:<p>A. This guy is worth twice our maximum budget<p>B. He's used to technical stacks that have absolutely nothing to do with ours<p>C. New grads perform better at leetcode than him(not saying that's a good metric, but that's not ageism)<p>D. Culture fit.</p>
]]></description><pubDate>Sun, 07 Jul 2024 19:49:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=40899968</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40899968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40899968</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: Should I remove work experience from resume?"]]></title><description><![CDATA[
<p>If your goal is to work for people that don't give a crap about you and don't respect you then yes. If you want to work people that actually believe you're more than a cell in spreadsheet then no, or at least not for the reason you mentioned.<p>Also I think that in a lot of cases it's more "we can't afford to pay a guy with 20 YoE" than ageism, maybe you're punching below your weight.<p>Recently I noticed that I get more answers for jobs that seems too hard for me than too easy.</p>
]]></description><pubDate>Sun, 07 Jul 2024 19:45:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40899939</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40899939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40899939</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: Browser-Based LLM Models?"]]></title><description><![CDATA[
<p>"Is RAM the current main limitation?"<p>(V)RAM+processing power+storage(I mean what kind of average user wants to clog half their hard drive for a subpar model that output 1 token a second?)</p>
]]></description><pubDate>Sun, 07 Jul 2024 19:41:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40899923</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40899923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40899923</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Portugal brings back tax breaks for foreigners in bid to woo digital nomads"]]></title><description><![CDATA[
<p>I don't have the exact metrics, but free healthcare, free education, and enough benefits to not be homeless and hungry seems like more than what poor Americans get.</p>
]]></description><pubDate>Sun, 07 Jul 2024 12:37:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40897204</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40897204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40897204</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Portugal brings back tax breaks for foreigners in bid to woo digital nomads"]]></title><description><![CDATA[
<p>I said western Europe, not Europe, +/- all of western Europe is EU expect the UK and Switzerland.<p>It's not comparable, the benefits you get in western Europe are 10x better than what you get anywhere in the USA.</p>
]]></description><pubDate>Sun, 07 Jul 2024 12:35:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40897194</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40897194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40897194</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Portugal brings back tax breaks for foreigners in bid to woo digital nomads"]]></title><description><![CDATA[
<p>It's a complex issue. When so many "skilled workers" move to your neighborhood that your rent doubles and that you can't afford to do grocery shopping in your neighborhood, it makes sense to be angry.<p>The US top 1% are number 1, the US bottom 10% have it worse than most or even almost all people from western Europe.</p>
]]></description><pubDate>Sun, 07 Jul 2024 12:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=40896999</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40896999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40896999</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: What's the best SaaS boilerplate/all in one solution to build a PoC/MVP?"]]></title><description><![CDATA[
<p>thanks, I'll check it out!</p>
]]></description><pubDate>Sun, 07 Jul 2024 00:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40894344</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40894344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40894344</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "Ask HN: How Do SaaS Startups Choose Payment Gateways?"]]></title><description><![CDATA[
<p>I think most of them just choose stripe unless they get a very good deal at another provider or if they need to support a particular payment method that stripe does not support.<p>Then they might look into something else than stripe if they have a terrible problem with stripe like having their funds locked for weeks or if they think they charge too much fees.</p>
]]></description><pubDate>Sun, 07 Jul 2024 00:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=40894317</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40894317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40894317</guid></item><item><title><![CDATA[Ask HN: What's the best SaaS boilerplate/all in one solution to build a PoC/MVP?]]></title><description><![CDATA[
<p>I often want to try out some products ideas, and setting up a whole project is always a real PITA: auth, payments, db, hosting, analytics, support etc...<p>I'm wondering if there is any good software (whether it's open source or on a freemium/per usage pricing), that allows you to just work on your features and nothing else, basically copy/paste a few API keys, write an API route, a react form and a view, and you have a working product.<p>I tried some open source boilerplates on github, but they weren't up to the task, either outdated and bugged or way too complex and badly written and it was a pain to add anything.<p>I'm mostly looking for something made with typescript/node or that is language agnostic</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40894293">https://news.ycombinator.com/item?id=40894293</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 07 Jul 2024 00:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=40894293</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40894293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40894293</guid></item><item><title><![CDATA[New comment by FrenchDevRemote in "How to crawl big websites with no sitemap?"]]></title><description><![CDATA[
<p>First list all the categories/subcategories URLs for the domain you want to target(you'll probably need to do it for each country), pretty straightforward.<p>Then find how the pagination works, usually it's a get number parameter or a cursor in the URL.<p>Some websites will have  a limited number of results on the same search, so you'll need to tinker with the faceted search, it's a "simple" loop, for example:<p>for (i in categories)<p><pre><code>      for (j in price_ranges)
    
          for (k in price_ranges.pages[j])
  
                  get_products_on_the_page()</code></pre></p>
]]></description><pubDate>Wed, 03 Jul 2024 19:20:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40869177</link><dc:creator>FrenchDevRemote</dc:creator><comments>https://news.ycombinator.com/item?id=40869177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40869177</guid></item></channel></rss>