alt.hn

6/25/2026 at 2:08:55 PM

Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

https://hackernewstrends.com

by ytkimirti

6/25/2026 at 4:34:27 PM

I host a publicly open database with Hacker News data at https://play.clickhouse.com/play?user=play#U0VMRUNUICogRlJPT...

So you can create any sort of similar services in a single SQL query and an HTML page.

I also hosted it as a publicly accessible data lake, which you can query from everywhere: https://github.com/ClickHouse/ClickHouse/issues/29693#issuec...

It is also updated in real-time.

by zX41ZdbW

6/26/2026 at 7:05:59 PM

This is awesome!

I do want to point out that the data in that ClickHouse playground only seems to go as far back as April 6, 2024 according to the query below:

  SELECT * FROM hackernews_history ORDER BY update_time ASC LIMIT 10
This is of course still extremely useful, and generous! It just wasn't obvious from the comment that this isn't querying against all Hacker News data.

by jstrieb

6/25/2026 at 5:02:37 PM

Thank you for providing this, you are a hero!!! I'm gonna try to do cool stuff with it!

by linmer

6/25/2026 at 5:01:41 PM

It probably also got swamped in real-time...

by tgv

6/25/2026 at 5:14:50 PM

Do you mean it's not updated? You gotta sort by update_time column. Looks sorted, but you gotta sort it with a query like:

SELECT * FROM hackernews_history

ORDER BY update_time DESC

LIMIT 100;

And yeah, I got that from deepseek because I don't have a brain.

by linmer

6/25/2026 at 5:09:13 PM

oh hey, per HN terms and conditions I license my HN data only to HN. Can you please remove my data from the set? Thank you!

by GeoAtreides

6/25/2026 at 5:24:35 PM

Not sure if joking, but if this product is not republishing the text of your contributions (to which you hold copyright), you’re probably not going to convince a court to do anything here.

Generally speaking it is not a violation to scrape, index, and analyze web content as long as you don’t republish copyrighted content without a license, or violate access controls. For example: search engine indexes.

by snowwrestler

6/25/2026 at 5:14:07 PM

By uploading any User Content you hereby grant and will grant Y Combinator and its affiliated companies a nonexclusive, worldwide, royalty free, fully paid up, transferable, sublicensable, perpetual, irrevocable license to copy, display, upload, perform, distribute, store, modify and otherwise use your User Content for any Y Combinator-related purpose in any form, medium or technology now known or later developed.

@zX41ZdbW, you can safely ignore this guy.

@GeoAtreides, next time read the actual terms of service before hallucinating.

by moralestapia

6/25/2026 at 5:23:33 PM

> for any Y Combinator-related purpose

That is actually the key phrase. HN can provide the API, no problem. People can consume the API, no problem.. But I'd ask an attorney if API consumers can then re-release the data for purposes not related to YC. By my reading, they cannot.

by codingdave

6/25/2026 at 5:26:03 PM

You might want to read it again, then:

https://opensource.org/license/mit

by moralestapia

6/25/2026 at 5:26:37 PM

That is about the software, not the data.

by codingdave

6/25/2026 at 5:42:18 PM

While a literal reading of the MIT license refers to "software", many datasets have been released under it.

In particular, if someone releases something that is only a dataset along with an MIT license file, the most reasonable interpretation is that the rights holder intended to release the data under the terms of that license.

I looked for copyright cases involving this specific distinction, whether "data" versus "software" makes a legal difference, but didn’t find anything.

So the question remains open (for you, for me it's pretty clear the dataset is released under MIT).

You might want to sue and find out. It sounds like an interesting experiment.

by moralestapia

6/25/2026 at 8:44:20 PM

What exactly is released under MIT license?

by nairboon

6/25/2026 at 5:16:43 PM

>Y Combinator and its affiliated companies

is zX41ZdbW either?

by GeoAtreides

6/25/2026 at 5:17:38 PM

Oh, now I see my comment might be a bit harsh.

I didn't consider you might now know about:

https://github.com/hackernews/api

by moralestapia

6/25/2026 at 5:21:43 PM

yes, and per HN terms and conditions only YC and YC affiliated (as you quoted) can use the api legally. I don't license my content to anyone else and so it shouldn't be use by anyone else, even if it's available on a free-for-all API (nice move HN, btw).

by GeoAtreides

6/25/2026 at 5:23:17 PM

https://github.com/HackerNews/API/blob/master/LICENSE

It's right there, you just have to click the link I shared ...

by moralestapia

6/25/2026 at 5:31:54 PM

that's the license for the API, not the content/data the API serves

by GeoAtreides

6/25/2026 at 5:55:21 PM

>including without limitation the rights to use

'use'...arguably the sole purpose of the API is to fetch the data.

You are grasping at straws.

by jupr

6/25/2026 at 5:36:02 PM

[dead]

by fartcoin67

6/25/2026 at 8:40:59 PM

Steve Carrell yelling “I DECLARE BANKRUPTCY!!” in The Office dot gif

by jrflowers

6/25/2026 at 5:10:19 PM

You must be fun at parties

by pelagicAustral

6/25/2026 at 5:19:42 PM

Wait, so I have to ask for every single person's permissions to use this data?

uhhhhhhhhhhhhhhhhhhhhhh

by linmer

6/25/2026 at 4:29:46 PM

Google Trends is about searches

This is about published text. More like if Google Trends counted word occurrences on webpages. Or if Google Ngrams counted webpages instead of books

People don't write much about non-newsworthy things whereas many people search "burger" anytime they want a burger delivery. The datasets aren't usable in the same way

Edit: not to say it's not a cool product! Just keep this in mind and enjoy using it :)

by Aachen

6/25/2026 at 4:50:23 PM

Someone asked an imo good question (that I was going to vouch for, idk why it was dead), but deleted it. Not sure why, but so I'll not credit the username in case they don't want that and changed some words for stylometrics avoidance

> The concept seems pretty comparable. From the title I had a good idea of what it was; when clicking on it, the visual presentation felt familiar & intuitive. \n\n Being a little less literal can be useful!

That's why I'm pointing it out: the title leads you to think they're the same metric, the page looks visually similar, and so you treat it as the same data type; but when you read the data through this lens, you draw wrong conclusions. It took me a while, scrolling down the examples, before I realised why it felt so off and that my mindset is wrong. It's what's being written about currently, not what people on HN are actually looking for

It's indeed not about being nonliteral, it's for me about having been confused about the data being shown

by Aachen

6/25/2026 at 4:54:58 PM

>Someone asked an imo good question but deleted it. Not sure why

it was me, and i deleted it because i realized my last sentence "being a little less literal can be useful" came across as unnecessarily blunt, which i didn't want. but i wasnt sure how to express what i wanted to say without it being that way. so i deleted it while rethinking my phrasing, and rethinking your comment.

in the end, i kind of came around to understand where you were coming from, so i didnt bother to recomment.

by john_strinlai

6/25/2026 at 4:56:04 PM

Thanks! Didn't come across like that to me though, all good

by Aachen

6/25/2026 at 8:35:40 PM

> The datasets aren't usable in the same way

I strongly disagree, especially since this tool aggregates both posts and comments. While they don't measure the exact same thing, HN posts and comments are quite similar to searches from the standpoint of "What are people interested in finding more about and discussing" - stories that get popular usually have a lot of comments, thus boosting relevant terms, while posts about topics that don't trend score low because they don't get any relevant discussion comments.

Heck, just try it yourself - I compared "blockchain" to "OpenAI" with this tool, and got a predictable result (blockchain had some spikes up until the late teens, then OpenAI took over with the launch of ChatGPT). Interestingly, the Google Trends plot for these two terms looks very similar.

by hn_throwaway_99

6/25/2026 at 6:42:08 PM

Yeah I feel like hackernews trends is alright but the post title is a bit misleading, noted

by ytkimirti

6/25/2026 at 4:41:17 PM

Now if Algolia had a dataset of what people are searching for on HN that'd be it

by morkalork

6/25/2026 at 4:46:37 PM

Was considering that as well, but I doubt that people use Algolia in the same way that they use Google

by Aachen

6/25/2026 at 3:09:46 PM

Hug of death

` /api/hn -> 504 An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT cle1::c8vgv-1782399959042-aeba3cae05ff `

by simonpure

6/25/2026 at 3:22:14 PM

If this project is an ad for their product (Upstash, promising "Highly Available, Infinitely Scalable"), then the last thing they'd want is a hug of death :/

by docheinestages

6/25/2026 at 3:25:54 PM

Oof that would be hilarious/tragic

by ryan_n

6/25/2026 at 3:35:32 PM

Downstash

by steve1977

6/25/2026 at 3:51:40 PM

Must stash

by y1n0

6/25/2026 at 3:35:05 PM

/api/hn -> 502 {"error":"Your database has been temporarily rate-limited, please contact support@upstash.com for further details."}

by superxpro12

6/25/2026 at 3:19:38 PM

back in my day we called this a good ole' fashioned slashdotting.

by jjordan

6/25/2026 at 3:31:47 PM

Our startup (~20 people) got slashdotted in 1998 or so. I was the only one randomly awake at the time. Remember watching all the logs from our web server in realtime, ready to immediately kill anything or anyone threatening the overall availability.

512 kbps uplink, I think. Even accidental DoS was trivial. We had a self-hosted little data center at our office with the only available stupidly expensive commercial connection.

Felt some dread having to restart the main (async, single-process) web server a few times to keep things going due to bugs in our code. So many* people on dial-up patiently waiting for the page to load.

It was exhilarating though :).

*) Surely at least a hundred!

by lysace

6/25/2026 at 4:17:23 PM

One of the things I love about HN is having stories like this in the comments from otherwise random unassuming usernames

by mysterydip

6/25/2026 at 3:36:42 PM

Its funny that these days the bottleneck is usually the data layer. Servers are so powerful now that even your average $5 server can handle HN levels of load if configured correctly.

by Onavo

6/25/2026 at 3:34:28 PM

I get

/api/hn -> 502 {"error":"Search entry should have an initialized schema, command was: [\"SEARCH.AGGREGATE\",\"hn\",\"{\\\"$or\\\":[{\\\"title\\\":{\\\"$eq\\\":\\\"anthropic\\\",\\\"$boost\\\":5}},{\\\"text\\\":{\\\"$eq\\\":\\\"anthropic\\\"}}]}\",\"{\\\"by_month\\\":{\\\"$dateHistogram\\\":{\\\"field\\\":\\\"time\\\",\\\"fixedInterval\\\":\\\"30d\\\"}},\\\"top_authors\\\":{\\\"$terms\\\":{\\\"field\\\":\\\"by\\\",\\\"size\\\":6}},\\\"by_type\\\":{\\\"$terms\\\":{\\\"field\\\":\\\"type\\\",\\\"size\\\":4}}}\"]"}

by Roonerelli

6/25/2026 at 6:39:58 PM

I'm also getting /api/hn -> 504 An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT cle1::48fnt-1782412720840-4855b2b75b5a after a few lookups

by arikrahman

6/25/2026 at 3:23:29 PM

We will be with you shortly :)

by ytkimirti

6/25/2026 at 3:10:34 PM

yeah we killed it :(

by aNapierkowski

6/25/2026 at 3:47:15 PM

Hello, /api/hn -> 502 {"error":"Your database has been temporarily rate-limited, please contact support@upstash.com for further details."}

by kaelyx

6/25/2026 at 3:35:01 PM

One useful feature would be to normalize by total so that I can see changes in something as opposed to just total site growth. Right now I have to chart a single generic parameter but if I pick poorly it’ll confuse the issue.

by arjie

6/25/2026 at 5:24:16 PM

I'd love to see the opposite as well, ie how much has HN grown over time.

by apitman

6/25/2026 at 10:50:13 PM

Agreed. That would make this way more insightful. Otherwise most searches will basically be a version of https://xkcd.com/1138/ during periods of site growth.

by jcgl

6/25/2026 at 3:27:55 PM

Reminds me of this side project I'm working on.

https://gitlab/here_forawhile/torum

It's a HN clone, that syncs with HN that allows you to basically establish smaller private communities who can discuss anything that's on HN without actually being on HN.

It also indexes and let's you search through the DB which I find is really useful to find things that peak my interest.

by smalltorch

6/25/2026 at 4:26:57 PM

*pique

'peak' refers to the top of a thing, commonly mountains

by all2

6/25/2026 at 5:14:45 PM

*find things that align with my intrest peaks

by smalltorch

6/25/2026 at 6:49:32 PM

Perfect. I love it.

by all2

6/25/2026 at 5:04:15 PM

Very cool! There seems to be a bug here: https://hackernewstrends.com/?q=vim&q=emacs&q=zed

For some reason the results cut off at 2018-10 even though "Popular Comparisons" preview shows more.

by gslepak

6/25/2026 at 6:43:12 PM

Fixed

by ytkimirti

6/25/2026 at 4:22:08 PM

The huge spike of "lk-99" in science & frontier tech is amusing...

This is cool concept, would love a positive/negative sentiment computed for each comment that refers to a given word, so you can see trends of "cloudflare (positive)" vs "cloudflare (negative)" where first one counts comments only if sentiment confidence is greater than say 0.6 and the other one counts comments only if sentiment is less than 0.4 (assuming [0,1] sentiment score)

by kpw94

6/25/2026 at 2:16:12 PM

Hello HN,

This was a small project of mine after I've found out that I can simply the whole hackernews archive (~48GB) and play around with it.

You can compare terms just like in google trends and you can also see the exact posts & comments from that time.

I like that you can discover what went crazy in the timeline, they just come up as small burst of activity, it's quite fun to play around with it. https://hackernewstrends.com/?q=litecoin&q=dogecoin&q=solana...

I also have a seperate page for the "Who is Hiring?" posts, here is the distribution of programming languages over each monthly "Who is hiring?" post in HN ever. https://hackernewstrends.com/who-is-hiring

Any kind of feedback is welcome.

by ytkimirti

6/25/2026 at 3:26:30 PM

This is excellent.

A minor suggestion - I'd like to be able to render the current graph taller (full height of my browser window).

Also some sentiment analysis on the "people" graphs would be very insightful (particularly for the likes of Edward Snowdon, Julian Assange, Elon Musk and Sam Altman). Perhaps colour the area under the graph red-orange-green based on the sentiment?

by cbeach

6/25/2026 at 4:12:38 PM

Thanks for the feedback, noted the full-screen request.

The sentiment analysis is very interesting, I can do that easily. Could be a new page as well. Did you see this anywhere else or just your idea?

by ytkimirti

6/25/2026 at 4:17:16 PM

Just my idea. I'm working on a side project https://newsavista.com/invite/ASAD68923E that aggregates news and tracks news trends and changing sentiment on the major stories. With cheap cloud LLMs (and "free" local LLMs) it turns out to be a trivial feature to build.

by cbeach

6/26/2026 at 7:51:23 AM

[dead]

by aaron695

6/27/2026 at 1:52:56 AM

Was surprised to see Anthropic mentioned all the way back in 2008, only that it is not the company (obviously)

So for the sake of online human conversation I’m gonna ask here and not Claude:

What did Anthropic mean before the AI company completely captured this word?

by wodenokoto

6/25/2026 at 4:08:42 PM

Very cool!

one subtle consistency bug that made it hard for me to interpret when I was clicking around: the small thumbnail plot vs the full plot often (always?) seem to use different colors.

The blue / orange gets assigned to the opposite labels in the A vs. B when you click, which made it confusing to understand.

by bluecoconut

6/25/2026 at 3:19:42 PM

IMO, using AI to assign keywords to a broader group of strict synonymous keywords would make the comparison much more helpful.

Because in general we want to know the trend of categories more than of a word, asking for “auto pilot” for ex. should include “self driving”, FSD etc.

by sinuhe69

6/25/2026 at 3:40:10 PM

I would not like this. This is the kind of change that made google search so annoying. (Eg what if I want to track the history of 'self-driving' vs 'auto pilot' in sales pitches? Or more basically, what if the system wrongly interprets me wrongly?) Better to support | or similar old-fashioned search engine syntax and dwis and not dwim.

by marky1991

6/25/2026 at 3:50:07 PM

Synonym functionality is good as long as there's an easy way to disable it, either globally or by wrapping the term in quotes.

by Pikamander2

6/27/2026 at 6:01:15 AM

Finally, a way to prove to my boss that "AI agent" is not a new topic we just discovered.

by zftnb666

6/25/2026 at 4:54:44 PM

Cool! I want to suggest something, Imagine I want to got to a specific date where some topic was hot, I can read it from your website and then go to that date. But it would be better if I could click on some sort of button, or on the points on the graph to go to that date. It would be easy to implement, you just need links like this: https://news.ycombinator.com/front?day=2026-05-24

by linmer

6/25/2026 at 6:46:56 PM

Good idea, noted

by ytkimirti

6/25/2026 at 4:35:39 PM

It looks like some of these terms aren't indexed (or the site is just too hug of deathed right now), but I'd like to see the graph of like, social media, iot, cryptocurrency, ai.

The transition between crypto and ai on the graphs is already pretty funny. https://hackernewstrends.com/?q=crypto&q=chatgpt

by jtolmar

6/25/2026 at 10:18:38 PM

Fun project and well executed. It would be cool if it had the option to adjust for relative volume.

For example, a search for “iPhone” dips around 2025, but did interest in it decline or were there just fewer comments on Hacker News that year (based on searches for generic words like “the” or “is” I suspect it was actually the latter)?

by joshmaker

6/25/2026 at 3:19:56 PM

This is great, I was just hoping to find a tool like this and specifically scoped to "Show HN" posts? Is there a way to do that?

by cloudkj

6/25/2026 at 3:32:08 PM

Great idea actually, I'll add that as well for sure

by ytkimirti

6/25/2026 at 3:11:33 PM

Very cool!

I'd love to have some sort of normalization option to separate more subtle positive trends from the general increase in number of posts.

by scarecrw

6/25/2026 at 4:38:41 PM

Almost all of the major vulnerability and hack are just single spikes at the time it happened and it tails off after that… except Stuxnet. Stuxnet is was much more interesting that most other attacks since it was very political and openly published. Of course, the thing that attack was about is still a news headline today as well

by dwoosley

6/25/2026 at 3:27:39 PM

We had to take the site down for a second, it'll be online in a few minutes. Thanks for trying it out

by ytkimirti

6/25/2026 at 5:14:33 PM

It's funny how "trump" dwarfs just about any other term. Truly a hacker forum.

by Petersipoi

6/26/2026 at 7:27:02 PM

google and ai are the most used that I have found

by eecks

6/25/2026 at 7:47:43 PM

You could say... it trumps them

by onestay42

6/25/2026 at 5:15:08 PM

[dead]

by throwaway29812

6/25/2026 at 4:49:20 PM

This looks quite nice! But suspiciously absent data points.. no Java or Go for the languages? Seems odd. No Amazon in companies, yet I think it's often mentioned.

I wondered if "go" got filtered out because it's also just a regular word.

Either way, very cool!

by Insanity

6/25/2026 at 3:53:32 PM

The 'flash vs html5' chart looks strange juxtaposed with that conclusion

by corv

6/25/2026 at 4:25:04 PM

There are a few technologies with pretty generic names which don’t lend themselves so well to this kind of trend analysis.

I was curious about Atom. According to the trend it’s still neck and neck with VS Code. But are people really talking about Atom the text editor that much still, or other types of atoms?

by al_borland

6/25/2026 at 4:35:42 PM

I think Google Trends is actually smart enough to suggest which topic you want to see for the same keywords -- it understands the semantics.

by fg137

6/25/2026 at 4:55:47 PM

I think atom is no longer being developed, so it must not be a that popular topic. is that what you meant?

by linmer

6/25/2026 at 6:39:28 PM

That’s my assumption, yes.

by al_borland

6/25/2026 at 10:24:48 PM

Be careful with non-alphanumeric characters I guess. For example, C# actually just matches C in the graph even though it only highlights C# in the example article titles.

by jayd16

6/25/2026 at 4:46:46 PM

great idea! Now, you are running into the same issue Google Trends had to solve: term disambiguation. For instance, "atom" is ambiguous in a comparison of editors like this: https://hackernewstrends.com/?q=sublime&q=atom&q=vscode. Given LLMs it might be possible to use an embedding vector (with context) instead of a text string for indexing, and if you do, this problem might go away.

by chfritz

6/25/2026 at 5:02:13 PM

The topic comparisons are pretty boring and search is disabled. Perhaps I'll remember to return to this. But I can't think of much it gives that plain Google nGram viewer doesn't.

by joe_the_user

6/25/2026 at 4:32:25 PM

Great job! I've also been wanting to do similar statistics recently, wanting to know when LLMs becoming the absolute dominant topic on HN. Now it seems like half of the posts were about LLMs.

by linzhangrun

6/25/2026 at 5:04:59 PM

Great project.The popular comparisons are probably the most useful part because they show the relay race between tools pretty clearly.

One thing I’d like to see is normalization by total HN activity over time.

by aberrahmane_b

6/25/2026 at 3:04:49 PM

Woah, great work!

I am really liking the trend for "linux": https://hackernewstrends.com/?q=linux

by NoSalt

6/25/2026 at 3:08:12 PM

Funny how closely that tracks with windows

https://hackernewstrends.com/?q=linux&q=windows

by dgellow

6/25/2026 at 3:18:10 PM

Does the trend only show absolute numbers? Because I think it should be divided by the number of posts during the time frame (day?).

by addandsubtract

6/25/2026 at 9:09:07 PM

LLMs spotted https://hackernewstrends.com/?q=Genuinely

by Cakez0r

6/25/2026 at 10:21:48 PM

Curve looks a lot like total Hacker News volume but with a bigger spike in the last year. Would be interesting to see this adjusted relative to average content volume

by joshmaker

6/25/2026 at 6:58:00 PM

I thought Grunt was still popular after all these years. But I'm pretty sure this is picking up the trend of "grunt work" instead of the task manager.

by zarlss43

6/25/2026 at 4:41:23 PM

Nice! Would love a brief explanation of the infrastructure. I see the Powered by "Upstash Redish Search", but why choose Upstash Redis Search vs something else?

by stopachka

6/25/2026 at 4:57:27 PM

This is a great project. It'd be fun to look at some of the more popular startups over time, both those that ended up successful and those that didn't.

by jazzpush2

6/25/2026 at 4:40:00 PM

It would be super interesting to see if HN mentions serve as a leading indicator of company performance/valuations -- I wouldn't be surprised.

by ltrg

6/25/2026 at 7:33:10 PM

/api/hn -> 504 An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT sfo1::rbqk2-1782415926647-577d5c5ed030

by kasince2k

6/25/2026 at 3:17:29 PM

The example comparisons made me smile. Well done!

by flakiness

6/25/2026 at 3:21:50 PM

Nice. Is the data points y-axis normalized by total amount of comments at that time?

Edit: Nvm seems like absolute count if you click the graph.

by rightbyte

6/25/2026 at 6:37:09 PM

Despite being for trends this is actually a good tool to find articles that are interesting but sometimes buried.

by arikrahman

6/25/2026 at 6:45:13 PM

Exactly, I found lots of weird moments in history on the most random topics ever.

I let the LLM generate hundreds of terms and ran a “shock value” metric script to discover the interesting ones.

by ytkimirti

6/25/2026 at 5:17:03 PM

Glad to see that the raw data is also shared. Very cool, but why the openai vs anthropic graph has no data post 2019?

by jianfenglin

6/25/2026 at 5:19:48 PM

Yeah we had to refill the dataset due to an error, it will be fixed in a few minutes

by ytkimirti

6/25/2026 at 5:38:19 PM

I don't see any data for anything past 2019.

by titzer

6/26/2026 at 10:14:05 AM

When searching Fastly it seems to match "fast".

by svara

6/25/2026 at 3:43:40 PM

Really cool! Where would you get the data for something like this? Is it open, or its scraped?

by jahala

6/25/2026 at 3:30:31 PM

Love this, seems to struggle with newly indexed words. Will try again when the FP load is gone

by chris_money202

6/25/2026 at 4:08:25 PM

The colors of the lines of the big graph are inverted compared to the smaller ones.

by igcorreia

6/25/2026 at 9:59:09 PM

That's so cool! is it possible to add a linux distro trends ?

by pabzu

6/25/2026 at 5:47:30 PM

Funny one x) Though I ain’t sure if even more data is useful on hackernews

by maxignol

6/25/2026 at 4:21:45 PM

Are those raw numbers or adjusted for active users at given point in time?

by SoKamil

6/25/2026 at 3:51:39 PM

I'd be interested in "google ngram for hacker news" instead

by NooneAtAll3

6/25/2026 at 4:10:38 PM

What is missing from it? I've used ngrams as well and I this was partly inspired by that.

by ytkimirti

6/25/2026 at 3:16:32 PM

But can it discover new trends without having to type the keywords?

by docheinestages

6/25/2026 at 3:28:09 PM

Really beautiful, informative, and functional layout. Great work!

by joelres

6/25/2026 at 5:38:12 PM

Looking at this makes me think HN is peak design aesthetic.

by upmostly

6/25/2026 at 7:22:47 PM

Terms with spaces seem to be an "or"

by jasonjmcghee

6/25/2026 at 5:27:31 PM

very cool! not sure if something is broken, but there seems to be no data past 2019 on any of the queries that i can see

by dacox

6/25/2026 at 3:12:32 PM

insane ! I don't know if it's possible but it would be huge if we had access to the localisation of the trends

by GL26

6/25/2026 at 8:43:44 PM

used it to query finance and tax launches and how they did and it was helpful. thanks

by toozitax

6/25/2026 at 4:37:29 PM

Scrolling is totally broken for me.

by Cider9986

6/25/2026 at 4:28:58 PM

This is quite useful at-a-glance

by k33n

6/25/2026 at 3:53:16 PM

Yup your upstash is rate limited

by ProofHouse

6/26/2026 at 12:57:38 AM

I'm still "trying to make 'fetch' happen" with the whole "billionaire alignment problem" thing. Maybe the phrase will catch on.

by gnarlouse

6/25/2026 at 3:17:32 PM

nice. i guess AWS still had nothing to fear from GCP/Azure. ty for this

by lazystar

6/25/2026 at 3:25:24 PM

too slow or broker right now

by drchaim

6/25/2026 at 4:14:05 PM

This is actually very cool!

by mkgeorge7

6/25/2026 at 5:05:57 PM

> API design, era by era: REST becomes the web's default 2012–15, then the post-REST generation splits: gRPC for service-to-service from 2016, GraphQL for the client from 2017.

No. Looking at the diagram, REST is the default until 2017, GraphQL is briefly popular around early 2020s, then the web resturns to REST.

by nailer

6/25/2026 at 3:22:13 PM

COOOOOOOOOOL!!!!!!

by jdw64

6/25/2026 at 5:34:05 PM

First great work.

Reminds that I wish there was a modern way to do this for the words people speak and write online with. I want to literally know when people started putting literally twice in sentences.

Ngram seems is out of date a piece meal. Now Corpus seems like they try but UX terrible.

by WhitneyLand

6/25/2026 at 3:02:02 PM

ooh this is sick! really nice ui too!

by clacker-o-matic

6/26/2026 at 12:46:03 AM

2024-2026 year of Claude 2026-2028 year of GLM

by casey2

6/25/2026 at 4:40:02 PM

oeeh hug of death, congrats!

by thomasgeelens

6/25/2026 at 4:14:17 PM

This is actually very cool@

by mkgeorge7

6/25/2026 at 3:05:16 PM

love it

by oystersauce8

6/25/2026 at 6:05:58 PM

[dead]

by ethanlipson

6/25/2026 at 5:56:45 PM

[dead]

by robertpduncan

6/25/2026 at 3:45:58 PM

[dead]

by JFGAi

6/26/2026 at 12:58:56 AM

That’s fantastic! I want to be the only row saying “Sam Altman eats digleberries”

by crunchiepooker

6/25/2026 at 3:09:51 PM

This is the only HN submission I ever upvoted because it is amazing

by vachina

6/25/2026 at 3:29:08 PM

If more people spent time on /new looking for awesome stuff and vouching for dead items, HN would be a better place.

by fragmede

6/25/2026 at 5:00:47 PM

Has anyone tried to make some sort of algorithm to find cool stuff on HN or sort by upvotes etc? I know it's cool and intended that such things don't exist, but has anyone tried?

by linmer

6/26/2026 at 11:05:24 AM

There's that one side that tracks were a post ranks overtime and you can see things drop off quickly when they get flagged for being flame bait and there's a lot of cool stuff on/new that other people kill cool stuff makes it to the front page but a lot of cool stuff doesn't. There's a second chance pool, but maybe there should be a third and fourth one as well.

by fragmede

6/25/2026 at 3:34:16 PM

Thanks, it was my first ever post here as well, would you look at that

by ytkimirti

6/25/2026 at 3:14:55 PM

I know right

by frankzero