<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: benmarten</title><link>https://news.ycombinator.com/user?id=benmarten</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 02:22:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=benmarten" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by benmarten in "Show HN: I built a social media management tool in 3 weeks with Claude and Codex"]]></title><description><![CDATA[
<p>No x?</p>
]]></description><pubDate>Mon, 13 Apr 2026 11:04:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47750318</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=47750318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47750318</guid></item><item><title><![CDATA[New comment by benmarten in "Show HN: Dokku-multideploy – Deploy and migrate multiple apps between servers"]]></title><description><![CDATA[
<p>Author here!<p>I built a bash script to manage deployments of multiple applications to a single Dokku server. I made this after I was paying like 30$+ a month on DigitalOcean, and wanted to move fast to a different VPS<p>What it does:<p><pre><code>  - Import existing servers - Run ./deploy.sh --import ./apps --ssh your-server to clone all your apps, export their config (domains, ports, storage, postgres, letsencrypt), and env vars

  - Migrate between servers - Import from old server, change SSH config, deploy to new server

  - Multi-app orchestration - One config.json manages multiple independent repos

  - Hierarchical configuration - Parent settings cascade to deployments, children can override

  - Smart deploys - Skips unchanged apps by comparing git commits

  - Tag-based filtering - --tag staging or --tag api to deploy subsets

  - Secrets via .env files - Hierarchical: _api (shared) → api.example.com (specific)
</code></pre>
Pure bash, requires only jq. No daemon, no external services.</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:19:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46513366</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=46513366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513366</guid></item><item><title><![CDATA[Show HN: Dokku-multideploy – Deploy and migrate multiple apps between servers]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/benmarten/dokku-multideploy">https://github.com/benmarten/dokku-multideploy</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46513346">https://news.ycombinator.com/item?id=46513346</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:18:09 +0000</pubDate><link>https://github.com/benmarten/dokku-multideploy</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=46513346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513346</guid></item><item><title><![CDATA[New comment by benmarten in "HPV vaccination reduces oncogenic HPV16/18 prevalence from 16% to <1% in Denmark"]]></title><description><![CDATA[
<p>I would like to add:<p>Weaknesses / Counters:<p>1) Surrogate endpoint only — HPV PCR positivity is not a clinical outcome; no CIN2/3, no cancer, no mortality measured<p>2) Correlation ≠ causation — HPV-cancer link is epidemiological association; Koch's postulates not fulfilled in traditional sense; detecting DNA doesn't prove pathogenic activity<p>3) PCR detection ≠ disease — Transient HPV infections are common and clear spontaneously; most HPV-positive women never develop lesions or cancer<p>4) Type replacement signal ignored — 66% higher incidence of non-vaccine HR types in vaccinated group is dismissed rather than investigated as potential clinical concern<p>5) No long-term clinical follow-up — Cervical cancer takes 15-30 years to develop; this 7-year study cannot assess actual cancer prevention<p>6) Confounding in vaxxed vs unvaxxed comparison — Unvaccinated group is small (n=859), likely differs in health behaviors, screening adherence, socioeconomic factors<p>7) Circular reasoning — Vaccine "works" because it reduces detection of the types it targets; says nothing about whether those types were actually causing disease in this population<p>8) Assumes HPV16/18 reduction = cancer reduction — Untested assumption; clinical benefit must be demonstrated, not inferred from PCR<p>9) High baseline HR-HPV in vaccinated group unexplained — 32% prevalence of other HR types suggests substantial ongoing oncogenic exposure despite vaccination<p>10) Genome validity unestablished — HPV reference genomes are in-silico constructs assembled computationally; never validated by sequencing purified, isolated viral particles; PCR/sequencing performed on mixed clinical samples where true origin of amplified fragments is indeterminate</p>
]]></description><pubDate>Sat, 03 Jan 2026 00:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46471350</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=46471350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46471350</guid></item><item><title><![CDATA[New comment by benmarten in "Trial results for new lung cancer drug are 'off the charts'"]]></title><description><![CDATA[
<p>RCT? Doesn’t look like it…</p>
]]></description><pubDate>Fri, 31 May 2024 22:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40540916</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=40540916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40540916</guid></item><item><title><![CDATA[R2U: R Packages (Cran) as Ubuntu Binaries]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/eddelbuettel/r2u">https://github.com/eddelbuettel/r2u</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33618211">https://news.ycombinator.com/item?id=33618211</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Nov 2022 02:49:42 +0000</pubDate><link>https://github.com/eddelbuettel/r2u</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=33618211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33618211</guid></item><item><title><![CDATA[New comment by benmarten in "Chat control: EU Commission presents mass surveillance plan on May 11"]]></title><description><![CDATA[
<p>Well said. If there's no true freedom of speech, we've lost everything.
The last two years offered already a glimpse... Now look at China. It's mind blowing. Poor people.</p>
]]></description><pubDate>Tue, 10 May 2022 18:13:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=31330432</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=31330432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31330432</guid></item><item><title><![CDATA[New comment by benmarten in "Estimation of total mortality due to COVID-19"]]></title><description><![CDATA[
<p><a href="https://www.USMortality.com" rel="nofollow">https://www.USMortality.com</a></p>
]]></description><pubDate>Fri, 07 May 2021 20:02:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=27080269</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=27080269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27080269</guid></item><item><title><![CDATA[New comment by benmarten in "California is not in drought"]]></title><description><![CDATA[
<p>I’m so tired of these pseudo science modelers. We have seen where it leads us with covid. Humans tend to overestimate their importance.</p>
]]></description><pubDate>Thu, 06 May 2021 22:57:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27069935</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=27069935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27069935</guid></item><item><title><![CDATA[New comment by benmarten in "Incident: American B38M near Nassau on Mar 29th 2021, pitch trim issue/failure"]]></title><description><![CDATA[
<p>I'm refusing to fly the MAX, period! The plane is flawed by design...</p>
]]></description><pubDate>Wed, 31 Mar 2021 04:09:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=26643423</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=26643423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26643423</guid></item><item><title><![CDATA[New comment by benmarten in "US Mortality Monitoring – Deaths, Excess, Z-Scores, State Map"]]></title><description><![CDATA[
<p>I’ve added it <a href="https://www.USMortality.com/historical" rel="nofollow">https://www.USMortality.com/historical</a></p>
]]></description><pubDate>Thu, 25 Mar 2021 19:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=26584146</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=26584146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26584146</guid></item><item><title><![CDATA[New comment by benmarten in "US Mortality Monitoring – Deaths, Excess, Z-Scores, State Map"]]></title><description><![CDATA[
<p>Tend to agree, check out my sheet here: <a href="https://docs.google.com/spreadsheets/d/1dvfMYnPrb_Ln9qvEZVuLP5LpC2WPubCILOFUTrivws8/edit#gid=849625590" rel="nofollow">https://docs.google.com/spreadsheets/d/1dvfMYnPrb_Ln9qvEZVuL...</a><p>The mortality is as bad as in 2005 roughly!</p>
]]></description><pubDate>Thu, 25 Mar 2021 15:37:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=26581575</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=26581575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26581575</guid></item><item><title><![CDATA[New comment by benmarten in "US Mortality Monitoring – Deaths, Excess, Z-Scores, State Map"]]></title><description><![CDATA[
<p>Check out my google sheeet for Mortality data since 1999: <a href="https://docs.google.com/spreadsheets/d/1dvfMYnPrb_Ln9qvEZVuLP5LpC2WPubCILOFUTrivws8/edit#gid=849625590" rel="nofollow">https://docs.google.com/spreadsheets/d/1dvfMYnPrb_Ln9qvEZVuL...</a></p>
]]></description><pubDate>Thu, 25 Mar 2021 15:36:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=26581552</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=26581552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26581552</guid></item><item><title><![CDATA[US Mortality Monitoring – Deaths, Excess, Z-Scores, State Map]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.usmortality.com/">https://www.usmortality.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26576764">https://news.ycombinator.com/item?id=26576764</a></p>
<p>Points: 47</p>
<p># Comments: 64</p>
]]></description><pubDate>Thu, 25 Mar 2021 05:02:43 +0000</pubDate><link>https://www.usmortality.com/</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=26576764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26576764</guid></item><item><title><![CDATA[New comment by benmarten in "Upgraded reminders aren't compatible with earlier versions of iOS and macOS"]]></title><description><![CDATA[
<p>it happens for all people. imo thats a major fail from apple. why don't they roll out the necessary backend changes in 12.4 or sth?</p>
]]></description><pubDate>Fri, 20 Sep 2019 21:22:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=21031423</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=21031423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21031423</guid></item><item><title><![CDATA[New comment by benmarten in "Yield Curves Invert in U.S., U.K"]]></title><description><![CDATA[
<p>10y/2y inverted also in 1998, but recession only came in 2001. so 3years later.... it can be long time until recession ;)
note that the 10y/3m already inverted though. its more reliable....</p>
]]></description><pubDate>Wed, 14 Aug 2019 15:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=20696527</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=20696527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20696527</guid></item><item><title><![CDATA[New comment by benmarten in "China says it wants to eliminate Bitcoin mining"]]></title><description><![CDATA[
<p>from planet's perspective. everyone can be thankful</p>
]]></description><pubDate>Tue, 09 Apr 2019 05:53:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=19612152</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=19612152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19612152</guid></item><item><title><![CDATA[New comment by benmarten in "Battery Reality: There’s Nothing Better Than Lithium-Ion Coming Soon"]]></title><description><![CDATA[
<p>Is this going to be the next plastic that's going to destroy & pollute nature? Maybe authorities should invest into developing a good refund solution sooner than later. I already see some destroyed batteries on streets sometimes, and I wonder what they will do to our environment.</p>
]]></description><pubDate>Sat, 06 Apr 2019 17:21:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=19591819</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=19591819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19591819</guid></item><item><title><![CDATA[New comment by benmarten in "U.S. Changes Visa Process for High-Skilled Workers"]]></title><description><![CDATA[
<p>isn't that page going against wsj's terms?</p>
]]></description><pubDate>Thu, 31 Jan 2019 04:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=19042277</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=19042277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19042277</guid></item><item><title><![CDATA[New comment by benmarten in "Show HN: Whapp-irc – A simple WhatsApp IRC gateway"]]></title><description><![CDATA[
<p>because iMessage is closed api by apple. and they likely will prohibit any interference with their api...</p>
]]></description><pubDate>Sun, 13 Jan 2019 17:46:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=18897702</link><dc:creator>benmarten</dc:creator><comments>https://news.ycombinator.com/item?id=18897702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18897702</guid></item></channel></rss>