Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

67% Positive

Analyzed from 859 words in the discussion.

Trending Topics

#evernote#vps#static#handle#lot#using#don#site#page#autoscaling

Discussion (22 Comments)Read Original on HackerNews

pyrophane20 minutes ago
> Lock-in is the game. Users will pay. Many companies under-price their product and suffer the consequences.

Well, just yesterday the WSJ published an article [1] about bending spoons that include this detail:

> Evernote, a note-taking app acquired in 2023, was among the holdings Bending Spoons profiled in its IPO prospectus. Evernote’s revenue was 30% higher in 2025 than in 2022, and during that time average revenue per monthly active user rose 150%. What the prospectus didn’t say: Those figures meant the number of users fell 48%. Revenue rose through price increases as the customer base shrank.

So, a lot of users were not willing to pay.

1. https://www.wsj.com/finance/investing/at-bending-spoons-the-...

VCFundedGenYerabout 2 hours ago
I remember using Evernote in the very early 2010s, pre acquistion, and before OneNote got really good/had a cloud sync service.

Evernote was...fine, but the UX was very stilted. Text placement was very restrictive, and the spontaneous nature of taking notes was suppressed by it generally forcing you to type linearly as if it were a Word document.

I used it for the ability to seamlessly sync between devices, but once OneNote 2013 hit, I dropped Evernote like a rock in a lake. It had no competitive drive in terms of functionality once MS wiped the floor with them.

tortonabout 1 hour ago
I left Evernote when it became increasingly bloated and clunky as a product (on iOS at the time), and as they started tightening the screws on the free plan.

My current generic note-taker is SimpleNote. It is Multiplatform, it syncs, and it's free. It does 1/20th of what Evernote does but that didn't matter.

darrmitabout 1 hour ago
SimpleNote has always been the standard to me for what note taking needs to be, but the lack of encryption makes it a non-starter for me. StandardNotes comes close.
pyrophane15 minutes ago
Purely an aside but I went to the StandardNotes website and the first thing that struck me was how all over the place their AI generated product images were.
eimrineabout 2 hours ago
This service should not cost more than 3 dollars a month, for example most of my previously Evernoted friends used to migrate to Telegram free storage. Maybe Telegram provides only mediafile storage with no advanced search - but the search algorythm among your text document should not be significantly costier than GNU Emacs in Org-mode.

Stepan Pachikov is so great guy, I listened a lot of his talks. I am sad to live without his software, without screenshot editing software having red arrows of some specific form and without the search which worked really well. Good-bye yet another greedy corporation.

ollienabout 2 hours ago
Hug of death? Archives don't have it either
idlewordsabout 2 hours ago
It's demoralizing that we live in 2026 and a modest level of traffic is still enough to take down half the web.
neilv43 minutes ago
Looks like the IP address is from Linode. So it could be a $5 VPS running an inefficient server-side framework.

I currently host my personal Web site as static files via AWS CloudFront. But even static hosting on a $5 VPS with Nginx might handle an HN surge fine.

I host my AI-generated code portfolio site separately (to unambiguously distinguish it from my 100% human-written open source work), using github.io (seemed appropriate) with a custom domain.

HeckFeck27 minutes ago
>static hosting on a $5 VPS with Nginx might handle an HN surge

My personal site is hosted on this exact setup. Twice I made the homepage, twice I noticed no slowdown whatsoever.

The only problem is that in May of this year, when my SimCity 3k in 4k article was found by the HN crowd, its access.log bloated to 200Mb causing my logrotate script (that hooks in Goaccess) to blow up every time since when trying to process it, and this log has been growing every day since - because logrotate isn't doing much rotating!

When I can massage my VPS into processing it, I'll have the stats to enjoy.

rpdillonabout 2 hours ago
Agree.

I don't think folks think clearly about how their setup scales computationally when they are choosing their stack. I've been writing a lot of software designed for drop-dead simple self-hosting lately (can run CGI-bin or as a standalone server, based on the env it's invoked in), and I put my own instances behind CGI, keenly aware of the risk on the open internet. But I design .htaccess so that the main server is hitting caches for anything anonymous. This works Just Fine for hitting the HN front page in my experience on a 1GB VPS, since the request never even makes it to my Python code.

I think folks just don't prioritize these sorts of optimizations.

esafakabout 1 hour ago
"We'll fix that later."
vrosasabout 2 hours ago
I've worked with a lot of "smart" engineers over my career with whom autoscaling is a completely foreign concept, or a half-baked concept at best. My favorite is devs pushing to migrate to k8s because it "scales" and won't hear a single thing otherwise.
VorpalWayabout 2 hours ago
For a static blog you dont need that. My blog made the (near bottom of) HN front page last year. I didn't notice a thing until I looked at the traffic report (using goaccess). Static site generator with the result served from a bottom of the barrel Hetzner VPS, using nginx.

If a blog needs "scaling" of any sort you are doing it wrong.

the8472about 1 hour ago
Look at the techempower benchmarks, even python stuff can handle 40k requests per second involving database lookups, and it things are cachable compiled/JITed languages scale to millions on 2 CPUs. Things that are cachable can handle millions of requests. And if you object that those are microbenchmarks, I have seen this in real systems too. E.g. converting a convoluted hairball of python, lambdas and SQS to a Rust service running on 2vCPUs reduced latencies from seconds to milliseconds.

The "If necessary I can add autoscaling later" mindset is what leads to bloated, slow websites.

kallebooabout 2 hours ago
You don't need autoscaling for a basic blog to handle the traffic of Hacker News. People have had "this page is hosted on <vintage computer>" sites hit the front page that have stayed up.
laegoooseabout 2 hours ago
why do you need autoscaling for an (essentially) static website?
goldenarmabout 2 hours ago
Google shutting down it's public cache made it even worse.
eimrineabout 2 hours ago
The resource has died for me as well, but I used to read it when the post has appeared.
largbae28 minutes ago
Tl;Dr switched to UpNote, pretty happy.

I loved Evernote, it plus David Allen GTD changed my work life for the better.

But the bloat kept bloating endlessly. I filled in Evernote's surveys, I offered to double my payment for an Evernote Classic with just the feature set of 2012 or so. No teams, no chat, definitely no AI. Just my notes on every device, searchable and silently synced.

PunchTornado34 minutes ago
I remember i switched from evernote to obsidian in a few hours