Settings

Theme

Ask HN: What software subscriptions are worth paying for?

65 points by helloworlddd a year ago · 99 comments · 1 min read


I try and keep subscriptions down to a minimum, although there are several that I think are essential to my workflow. I'm interest to know what everyone's essential subscriptions are.

Mine are Excalidraw, Mermaid, and ChatGPT.

kqr a year ago

- FastMail for email, calendar, and contact book.

- Kagi for search and translation.

- rsync.net for backup (although I took their lifetime subscription offer so I no longer actively pay them).

- Self-hosting related costs (rented servers and domain names).

- Buttondown for sending out blog updates. (I was generously gifted a lifetime subscription, but had I not been I would likely have paid for it eventually anyway.)

- The Economist for moderately-biased news spanning the entire world.

I also pay for Spotify, though I increasingly doubt whether it is giving me more value than purchasing the music I want directly. I suppose I do it out of convenience rather than economic gain.

This feels like a very HN set of subscriptions...

-----

Things I don't pay for:

- Excalidraw: I didn't even know that was possible.

- Google Photos: it keeps bugging me to, and I keep intending to exchange it for Immich.

- YouTube: I'm not a heavy YouTube user, but NewPipe and adblocker goes a long way.

- LLMs: I find API credits to be better value.

- VPN: I run OpenVPN on the closet server. That said, I have moved and I don't trust the new home ISP as much so this might change.

- Password manager: KeePassXC and SyncThing is sufficient.

- Notes: Org and Orzly and SyncThing is sufficient.

- Cloud storage: SyncThing and a closet server is sufficient.

  • rich_sasha a year ago

    Re Spotify: I think the greatest value is easy discovery. I wouldn't find 90% of the stuff I listen to in CD shops.

    • ejdanderson a year ago

      Agreed - There certainly are other apps that provide better discovery, but nothing that is as seamlessly integrated to where I'm already listening to music.

  • sloaken a year ago

    Nice list, I am going to start using SyncThing. My goal is to link my brother and myself as offsite backups.

    Is the reference to org, orgorg.com or something else?

  • rhubarbtree a year ago

    YouTube subscription is great but very overpriced. Streaming services are much cheaper and they produce original content. I just can’t justify double the price of Apple TV so I can watch content Google hasn’t produced.

    • ElCapitanMarkla a year ago

      Yeah I begrudgingly paid increase when it went from $19 to $29 NZD a month. My friend in Aus just got an email saying they were putting his up to $39 from $29 a month… it’s not worth that to me. If anything it’s a great excuse to watch less on there.

      • rhubarbtree a year ago

        It’s not so much paying the cost, so much as the fact that Google charges double for content it didn’t create. It isn’t adding a lot of value.

        It’d make a lot more sense if it were Google maps, which adds tremendous value.

  • swarnie a year ago

    YouTube subscription - Ever since they tied play/pause to the screen lock a subscription is essential if you want to use it as an audio only app.

    I hate it.

  • theshrike79 a year ago

    > - LLMs: I find API credits to be better value.

    I've spent $260 worth of API credits on my $20 Claude Code Pro subscription so far.

    • techjamie a year ago

      Agentic stuff is probably the exemption to this because it chews tokens like nobody's business. For average prompting, API is the way to go. I've spent an average of around $7.50/mo between OAI and Claude, and that's using o3 and Opus for most queries.

  • southernplaces7 a year ago

    >Cloud storage: SyncThing and a closet server is sufficient.

    And if your house should be robbed or burned in a fire?

  • southernplaces7 a year ago

    >- Self-hosting related costs (rented servers and domain names).

    Who do you use, or recommend for server rental.

davesmylie a year ago

Personally nothing - a one off payment for software is fine.

Subscription based software - it's what I do for a day job but I'm not interested in any more monthly money drains than the bare minimum - ie mortgage, rates and utilities.

  • aziaziazi a year ago

    On that category I paid for Fork (git client). You can pay to support the developers but the free version has the same features.

  • everyone a year ago

    Same, I even have a "pay as you go" phone deal which means I have a working mobile phone that can receive calls for €5 every 6 months (If I pay less than that it will be disconnected)

adithyassekhar a year ago

People are commenting services as well, guess I'm adding to it. These are the only services I pay for.

Google One. Google photos is just magic, cheaper storage elsewhere just doesn't cut it. Also why I won't be switching to ios anytime soon. First party solutions always feel better.

Youtube Premium.

  • rhubarbtree a year ago

    Vote for Apple One here. Exceptional value if you have a few people sharing it.

    • theshrike79 a year ago

      I just wish they wouldn't gatekeeper Apple Fitness with a geolock.

      I'm paying the same as the rest of the people, but can't use it because of ... reasons?

      We don't need localisation, I don't want the exercises to be in my native language, I can understand english just fine.

      • mingus88 a year ago

        I would imagine that because fitness+ involves heath data it is legally complicated to launch it everywhere at once.

        There are probably also licensing issues with the trainers and music across various jurisdictions that need to need worked out.

        It would be nice to get a token discount for features you can’t use though, you’re right

  • nickthegreek a year ago

    fyi, Google Photos works great with iOS. I don't believe there are any missing features.

    • adithyassekhar a year ago

      Does it now auto backup without keeping the app open? Also does apple nag you to upload to icloud?

      • nickthegreek a year ago

        I dont use icloud for photos and never get nagged about it. I do pay the 99 cents/month for extended icloud for general stuff. I never have to open google photos to sync, it just happens.

hn_throw2025 a year ago

I subscribe to all three products from the Wallaby team.

- Console Ninja. Inspect runtime values on any line of TS/JS code by putting breakpoints on the source. Inspect values, errors, and stacktraces next to their corresponding lines without leaving VSCode/Cursor. This works well with frontend or backend TS/JS, so in a NextJS app I can inspect anything without leaving the editor. No more checking console logs in Chrome dev tools. I found this tool invaluable when I switched to React and wanted insight into what data the components contained between renders. Also has a MCP server so Cursor can have access to all these runtime values and errors too. https://console-ninja.com/

- WallabyJS. Similar, but a test runner that runs tests as you type, and can display values and test failures inline. Also with a MCP server to give tools like Cursor feedback on runtime values and test failures inline data for quick iterations. https://wallabyjs.com/blog/wallaby-mcp.html

- Quokka. Similar concept, but a TS/JS playground for prototyping code. Can temporarily install and later discard NPM dependencies for trying out libraries. Snaps allow fenced blocks of prototype code to be immediately evaluated inside existing codebases, then discarded when not needed. https://quokkajs.com/

I think Console Ninja and Quokka also have free versions with some Pro features missing.

Those who have been around here for a while might remember Bret Victor presentations and the kickstarter for the LightTable IDE. To me, the Wallaby tools are effectively that. Runtime insight, inline as you develop.

Leynos a year ago

Obsidian

Google (for Deep Research, Gemini and NotebookLM)

ChatGPT (For ChatGPT and Codex)

GitKraken

CodeRabbit

Novelcrafter (for fiction)

Wondercraft (wrapper around Elevnlabs and Googles TTS)

Seriously considering Elevenreader as well

Raindrop (bookmarks)

OutdoorActive (maps for hiking)

YouTube Premium

Sanebox (Email triage)

  • Raed667 a year ago

    Curious about GitKraken, I've tried it around ~2018 and couldn't see why i'd pay for it. I has nice "visualisations" but nothing that actually helped my workflow.

    • Leynos a year ago

      I mostly use it because it makes rebasing a branch painless compared with CLI or the GitHub web interface.

      I was also using it at work when I managed a team because it let me see how their branches sat in relation to `main`.

  • klntsky a year ago

    YouTube premium is equivalent to uBlock Origin

    • bialetti1 a year ago

      Premium can't block shorts, auto-translate / auto dub, block channels, hide end-of-video cards.

    • theshrike79 a year ago

      With one fee I can disable all ads for my whole family from every single device we use.

      IMO worth it vs. having to figure out why some video isn't working. Or being forced to watch a shitty 2 minute interstitial ad when watching Youtube from my Apple TV.

    • iansinnott a year ago

      That was my experience as well, but I pay for it.

      I think the family plan has great value if you have family members that wouldn't otherwise pay for it. Gifting others with less ads in their lives is a significant win.

    • mdavid626 a year ago

      Why people always forget mobile?

    • huhkerrf a year ago

      uBlock Origin doesn't offer YouTube Music

Breza a year ago

Outside Magazine. I know it's strange to include a magazine subscription here, but they keep buying software companies and giving their subscribers complementary access. I enjoy planning hikes with their Gaia GPS app.

sakisv a year ago

Essentials: my own domain for emails, Fastmail, Bitwarden, Google for 100GB of storage.

Less essential: Obsidian, Kagi (this one may be bumped to the "essentials" at some point), a few VPS on Hetzner to run some projects, domain names for said projects.

Just because I like them and want to support them: Signal

pachisaez a year ago

- Claude Code as a programming aid. - Fastmail for email. - FacileThings as a personal management system. - Obsidian with a personal knowledge system (you need to subscribe if you want your notes synced across all your devices). - Office 365, even if it's just to sync all your files with OneDrive. - Apple Music.

KronisLV a year ago

JetBrains IDEs: https://www.jetbrains.com/ (free alternative: Visual Studio Code plus DB tools like DBeaver, or even their community versions)

MobaXTerm: https://mobaxterm.mobatek.net/ (free alternative: mRemoteNG, PuTTY, Remmina)

GitKraken: https://gitkraken.dev/ (free alternative: SourceTree, Git Cola)

FreeFileSync: https://freefilesync.org/ (free, but I got the supporter edition because comfy software)

In those cases, the free alternatives are just worse than the paid tools.

Aside from that, mostly just VPSes (Hetzner, maybe Contabo if really on a budget) and domains (used to use NameCheap, Porkbun was kinda better, moved over to INWX cause EU option) which are good enough to run whatever FOSS I need instead of subscriptions, like Gitea and Drone CI/Woodpecker CI instead of other forges, Nextcloud instead of Dropbox, Sonatype Nexus instead of Docker Hub, Uptime Kuma and Zabbix and Matomo and Skywalking/GlitchTip instead of similar observability solutions, Grav instead of managed Wordpress for blogging, Kanboard/OpenProject instead of cloud Jira, RustDesk instead of RealVNC and so on. E-mail is a mixed bag: the free cloud ones are good enough for personal usage and self-hosted Docker mail server is better for no rate limits, e.g. alerts from my monitoring to my own address.

Recently, some of the AI cloud subscriptions because getting my own GPUs in my homelab is beyond my means (maybe once Intel Arc Pro B60 are available): primarily Google's Gemini model or Claude's Sonnet although lower cost options would also be quite nice, maybe ERNIE-4.5 or Qwen3-Coder or whatever. I actually used to pay for GitHub Copilot but am also looking in the direction of just using the APIs of the various providers (or OpenRouter) directly to avoid fixes fees and have more lenient rate limits.

beingfit a year ago

For my life workflow, I pay for these because they add a lot of value for me:

• Infuse, from Firecore (probably the best video player on Apple TV, iOS, iPadOS and macOS — you can throw almost any format at it)

• Owl, by Beonex (it’s a Mozilla Thunderbird extension that connects to MS Exchange and costs $10 a year)

• Bvckup 2 (Windows backup software) — this gets cheaper on renewals

On services:

• Apple Fitness+ (annual subscription is a lot cheaper than monthly), one of the best things that keeps me working out regularly

• Posteo.de for emails

  • huhtenberg a year ago

    Bvckup 2 is a fixed-cost perpetual license, not a subscription.

    Upgrades are paid for annually, but it's optional.

  • swat535 a year ago

    +1 for Infuse, you can also purchase a lifetime subscription, I think it's worth it.

notpushkin a year ago

Kagi, PurelyMail, and a VPS of your choice to host everything else you might need (I’ve settled on SSDNodes [1], good performance and pretty cheap). Probably also something for backups (Backblaze B2 or rsync.net seem decent).

[1]: https://ale.sh/r/ssdnodes (affiliate link)

almosthere a year ago

I pay for GH Copilot, but mostly because I haven't bothered to stop. I'm probably going to switch to paying for Cursor.

I used to pay for the following:

  * Home Designer Pro (upgraded to fully purchased at some point)
  * JRebel (circa 2010ish)
I will never pay for

  * Youtube Premium
  • sam_lowry_ a year ago

    Youtube Premium is brings qualify of life to a new level, though.

    No ads and off-screen playing rock.

    • alt227 a year ago

      Firefox + uBlock Origin achieves the same thing

      • gaws a year ago

        Not possible when watching on a streaming stick. YouTube is nearly impossible to use outside a computer browser.

      • southernplaces7 a year ago

        Second this. For now at least, ublock on both my laptop (with Chrome no less) and in mobile, and zero ad problems.

Onewildgamer a year ago

Claude Pro (Switched from Gemini Pro)

Cloudflare domain, compute, db

Apple 50GB Storage

Google One Premium Family (Storage only, not AI)

Youtube Premium

PS Plus

Cancelled:

Spotify (youtube music is better for my needs)

Google AI

Fantastical - I came full circle to Google Calendar

I've bought quite a few useful mac and ios apps on one time payment. I'm interested in rsync.net and maybe setup a self hosting with my friends and family.

belst a year ago

root server and mullvad. everything else i buy perpetual or I look for alternatives if that option doesnt exist

pabs3 a year ago

Open source projects and their maintainers.

  • gaws a year ago

    Which ones?

    • pabs3 a year ago

      All the ones you rely on, and their dependencies. Or if you have lots of money, then all the ones you have installed, and their dependencies.

      • gaws a year ago

        > All the ones you rely on, and their dependencies.

        How much are you spending?

        • pabs3 a year ago

          Nothing. I'm an open source maintainer, I have zero income right now, and very little savings, so I can't afford to share with other maintainers.

sunbum a year ago

Kagi, an absolute must for me these days.

benrapscallion a year ago

Fastmail and HEY email, Kagi, 1Password, Newsblur, Perplexity, Wolfram (Mathematica), Zotero, Dropbox, Backblaze, Microsoft Office, Raindrop.io, Wachete (track changes on webpages)

==

I also pay for Google but that’s just ransom for my data held hostage by them because I have shared that email address with many.

monero-xmr a year ago

I pay (personally) for Postico and ChatGPT.

I pay for Mullvad for my VPN of choice, and Eweka and Drunkenslug for newsgroups (i.e. every media ever invented downloaded at maximum speed)

Bitwarden for personal password management

x.com sub to get rid of the ads

youtube pro to get rid of ads

denkmoon a year ago

Anything you rely on.

Mail (Fastmail), search (Kagi), storage (B2), and a few vps.

mparnisari a year ago

Personal: 1Password, Google One, Chatgpt

For work: Snagit, Aptakube, Jetbrains

mreome a year ago

I'm currently paying for...

Obsidian Sync (Notes)

pCloud (Cloud Backup and Sync)

Pandora (Music)

ChatGPT (Misc)

ProtonVPN (VPN)

NameCheap (Domains/Hosting)

DigitalOcean (Hosting)

Interesting... it took me longer to think through this list then I feel like it should have.

southernplaces7 a year ago

I see very few mentions here of backup software for storing your personal files remotely. Do so few of you do such a thing?

neilsharma a year ago

nord/mullvad, bitwarden, claude code (max), openai, youtube music, google drive (for the storage space).

Got a few lifetime payments too for various desktop utility apps

I pay for other ones on an as needed basis, but my tools change based on what i'm working on. Usually always have a render and supabase plan going for various hosted toy apps.

bigyabai a year ago

Used to pay for a VPS, besides that nothing.

gxvxc a year ago

intellij, proton, ps+, youtube premium

aktuel a year ago

https://languagetool.org

jeksn a year ago

I try to not have too many subscriptions, right now I’m using and paying for:

- Raycast Pro

- Proton (mostly for mail and pass)

- Deezer

- Instapaper Premium

- Feedbin

Paid by my employer:

- Windsurf (but might try something else)

- OVPN

Milpotel a year ago

Backblaze as encrypted cold storage for backups. 1£ VM at 1&1 as Wireguard gate.

thefz a year ago

Mullvad, tailscale, bitwarden

ragebol a year ago

Obsidian Sync

cultofmetatron a year ago

mathacademy - learn math chatgpt - make problem sets and personal tutoring mullvlad - vpn

freefaler a year ago

- chatGPT plus

- Perplexity

and nothing more.

I get why people like to charge a subscription, but I will not pay a subscription for something that doesn't have ongoing operation cost by the vendor. If he needs to pay for a storage/servers/compute monthly it's reasonable to ask for a subscription.

However a subscription for a screenshot app? Really? It's on my computer, charge me once or I won't pay the "just 10$/month" == 120$/year for a screenshot app is waaay overpriced.

yawpitch a year ago

None of them, eventually.

internet_points a year ago

Fastmail, Mullvad, a VPS

Simon_O_Rourke a year ago

Sublime (contribution rather than subscription)

Excalidraw

ChatGpt

ExpressVPN

Apreche a year ago

Adobe Creative Cloud

nocobot a year ago

mullvad, 1Password, fastmail for me

sys_64738 a year ago

None.

theyknowitsxmas a year ago

Usenet

jerlendds a year ago

Proton,Mullvad

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection