Viewing profile — jmstfv
jmstfv
HN member- Joined
- Fri, Sep 13, 2019, 6:07 AM UTC
- HN karma
- 801
- Public activity
- 221 items
- HN profile
- View on Hacker News ↗
About jmstfv
Building notionbackups.com and dunningbear.com, also rectangles.app and httpguides.com
Previously, was running a consulting business and sold an uptime monitoring business.
jmstfv.com | https://twitter.com/jmstfv | https://github.com/jmstfv
Reach out (no spam please): hn@jmstfv.com
Recent public activity
-
comment
Comment #48777146
oh good luck, it's a tough space to be. some indie makers have managed to make it work (like healthchecks.io for example) but it requires patience and dedication, esp dealing with …
-
comment
Comment #48776938
1. uptime monitoring service [1]. launched in 2019. decided to enter a crowded niche so as not to reinvent the wheel and try to figure out distribution, but gave up. sold in early …
-
comment
Comment #48701461
I can't open that link. seems like no DNS records associated with the site? > nslookup cauenapier.townsquare.com Server: 192.0.2.42 Address: 192.0.2.42#53 server can't find cauenap…
-
comment
Comment #47762067
Stablecoins are typically pegged to something, like USD or EUR, so their exchange rate vis-a-vis that currency is stable
-
comment
Comment #47751635
this is interesting. my hunch is that we're moving towards more surveillance, censorship and deplatforming in the future, and CBDCs are a major tool for that. I like Bitcoin, despi…
-
comment
Comment #47751453
I recently launched a churn analysis tool for Stripe: https://dunningbear.com It is very basic now: it tells me which of the customers have cancelled their subscription and why (St…
-
comment
Comment #47751419
tangentially related, but as someone who built multiple internet businesses -- mostly unsuccessful, some mildly successful -- I barely have any new ideas to work on. I don't know i…
-
comment
Comment #47439573
They're done. They export oil/LNG, import food, invest the proceeds in the US companies/treasuries and brand themselves as logistics hubs + safe havens for the global rich. It's al…
-
comment
Comment #47438573
yes. they export oil/LNG and import most of their food. and they invest their proceeds into the US economy/treasuries, which they're going to stop if this continues. by some estima…
-
comment
Comment #47438483
the closure of the strait (i.e. a toll booth by Iran) will cause massive inflation, destroy the GCC, and eventually lead to a global recession and the end of a petrodollar, which i…
-
comment
Comment #47307265
I've finally finished the long-abandoned project that I've been meaning to build for a while. If you use Stripe Billing for subscriptions, your customers can specify reasons why th…
-
comment
Comment #46271889
I've been working on the same business since 2021: https://notionbackups.com The first business I started never gained traction, so I sold it in 2021 (which was a completely differ…
-
comment
Comment #46241303
Ditto but for Claude -- blows GPT out of the water. Much better in coding and solving physics problems from the images (in foreign languages). GPT couldn't even read the image. The…
-
comment
Comment #46232285
Notion's built-in PDF exporter is quite disappointing to say the least, so I built (well, Claude did) an alternative. It uses a hosted puppeteer service in the background (browserl…
- story
-
comment
Comment #46085830
I've been using Hetzner for my business and have been quite happy with it so far. I recently migrated to a slightly larger bare metal server with 64GB RAM, 16 cores, 4 SSDs (6.5TB …
-
comment
Comment #45995814
Rails, SQLite, Redis, all hosted on a bare metal server (Hetzner). Deploy with Capistrano (a fancy bash script). Tailwind for styling -- i heavily use their components/templates, w…
-
comment
Comment #45992473
I've been running small SaaS businesses since 2019 with varying degrees of success (currently running a profitable one). I never really got into JS front-end frameworks. The sheer …
- story
-
comment
Comment #44713468
i built something similar in spirit a while back, but instead of a bar, it uses 144 rectangles, each representing 10 minutes of your day: https://news.ycombinator.com/item?id=30881…
-
comment
Comment #44426216
I've been working on my business for 4 years now, sometimes taking extended breaks when I run out of motivation. Lately, I've noticed that my (beefy) server is always clogged with …
-
comment
Comment #43973957
2 things worked well for NotionBackups: * SEO - I started way before I launched the product. I wrote an article on how to back up a Notion workspace using their (then newly-launche…
-
comment
Comment #43531799
I've been building https://notionbackups.com for almost 4 years now. It's mostly feature complete at this point, but there are still some rough edges. Notion's API is far from comp…
-
story
Show HN: I built a tool to back up Notion workspaces
Hello, folks. Back in 2021, Notion, a popular productivity and collaboration platform, announced that they would launch a public API. Once that came onto my radar, I noticed a few …
-
comment
Comment #42857064
Rails is pretty good - built my current business on Rails, building a new one on Rails as well. In fact, I switched to Rails from Django because the latter was lacking.