Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    42comments
  2. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    19comments
  3. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    16comments
  4. San Francisco Onion Futures Company(onionfutures.com ↗)
    57comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    379comments
  6. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    31comments
  7. Science Is Open Software(jepedersen.dk ↗)
    31comments
  8. SDCC – Small Device C Compiler(sourceforge.net ↗)
    15comments
  9. Cloudflare Quick Tunnels(cloudflare.com ↗)
    275comments
  10. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    28comments
  11. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    7comments
  12. Saving another 100TB of RAM(cloudflare.com ↗)
    66comments
  13. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  14. How to Write with an LLM(sockpuppet.org ↗)
    319comments
  15. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    4comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    81comments
  17. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    97comments
  18. Veronese's Dogs(publicdomainreview.org ↗)
    discuss
  19. Goroutine Leak Profiles(go.dev ↗)
    2comments
  20. OpenJev(openjev.com ↗)
    258comments
  21. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    88comments
  22. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    67comments
  23. How come AI-related posts get so many points on HN?
    5comments
  24. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  25. Minimal Phone 2(minimalcompany.com ↗)
    218comments
  26. The Farnese letter(simonklee.dk ↗)
    6comments
  27. Cyclomatic Complexity in C#(ndepend.com ↗)
    18comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    54comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    97comments
  30. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    99comments

Submetrics – Search for your favorite show

57 pointsby 11y agosubmetrics.org
25 comments
11y agoHN ↗

I don't understand;

1) What's the 'top words' which appears when you search for a site? I just get a bunch of profanities (for basically any show, even those which are PG-13). Is this meant to be the top words found in the show's subtitles (it's not) or the most searched for words (in which case why am I'm being shown that). Further searches seem to show some work (e.g. Homeland, or Game of thrones)

2) Expanding the 'top words' gives (apparently) a top 100, except many words appear more than once - in my 'top words' for 'The Simpsons', 'MOM' appears 7 times.

3) What are the 'Top topics'? Again, examining The Simpsons, the top topics are, 'Case/investigation', 'noisey', and 'spooky'.

4) Browser 'back' doesn't work from top topics or top words

Edit: Having read the 'about' I'm feeling far less critical, given this is part of a Big Data course project. Initially, I wondered if the prevalence of profanities in speech (generally) are causing a weird biasing effect (i.e. a single word being said repeatedly) but given there shouldn't be any 'fuck's in The Simpsons/Modern Family/Friends my guess is something may be off on the back-end?

11y agoHN ↗

3.) I think the 'Top Topics' are categorizations based upon the words found in the subtitles. Each word in the English language is mapped to a category, and based upon the word content of the show, it is assigned a category. While interesting in theory, it definitely misses the mark on certain shows. I assume The Simpsons is due to their 27 Treehouse of Horror events while the rest of the show does not necessarily have a central focus.

11y agoHN ↗

Right! I saw profanity in the big bang theory too but unless it was bleeped out I don't believe that has ever happened

11y agoHN ↗

First of all this is all still in very early beta work ! I'm not sure how it got to HN but here it is so all your feedback is great. I'll try to answer some of your questions the best I can:

1) The top words are those that characterize the show the best. This is not perfect science, and is an output of the LDA algorithm, but it gives already a good indication. Some words indeed shouldn't be there. Some possible explanation: subtitle mistake or a bug...

2) The words that appear more then once are again a glitch, and should be fixed. Again, work in progress...

3) The top topics are found using a topic modelling algorithm. It splits a corpus of documents into a number of topics, and every documents contains a certain proportion of each topic (20% Police, 80% Terrorism for example). The topics are bag-of-words, and so we manually give them names to what we think fits best.

4) Again beta...

I hope the 'about' is clear enough, if you have any questions feel free to ask !

11y agoHN ↗

For example: Breaking bad (http://www.submetrics.org/#/show/1069) Top topics: Party, Gossip, Show...

I don't understand how it can help me pick similar shows

Edit: I played a little more for some TV shows it gives better results. For sure it is interesting but require a lot more work to be actually useful as TV Shows recommendation tool.

11y agoHN ↗

96.58% Similar to Veronica Mars. Not sure if top words is a good metric here.

11y agoHN ↗

Tried it with Buffy, and the similar shows look completely unrelated. Also, I'm not sure where it's getting "king" and "dynasty" as keywords.

11y agoHN ↗

I'm wondering that too about Farscape.

Also the lack of frell makes me question it :P

11y agoHN ↗

Yeah, its a nice idea but doesn't seem to work at the moment, give it a few months and someone may well implement it properly.

As an aside does anyone recognise what they've used for the data vis on http://www.submetrics.org/#/about ?

11y agoHN ↗

Top word for all shows these days seems to be 'fuck' oO

11y agoHN ↗

Subtitle analysis is a really cool idea!

11y agoHN ↗

Doing some ad-hoc searches, it appears that recommendations tend to favor shows with the same writer rather than shows in the same genre. I'm guessing this is because writers tend to have a similar writing style across genres.

For example, search for a Joss Whedon show and get Joss Whedon shows recommended.

11y agoHN ↗

Based on the headline, I expected the site to return the name of a TV series based on a search of subtitles. i.e., "shootin some bball outside of the school"

For me, "find" implies search, while "discover" implies recommendation.

11y agoHN ↗

Game of Thrones has top words of "rome", "england", and "france"? The only reason I can think of is if it's also including audio commentary.

11y agoHN ↗

Interesting. Definately seems like there is something wrong with the data.

11y agoHN ↗

Top words for Seinfeld are things you can't say on TV. Data broken?

11y agoHN ↗

Based on poking around the site, it looks like there's something seriously wrong with the data.

11y agoHN ↗

Basically every show I tried just gave me a word cloud with a big "Fuck" in the middle.

11y agoHN ↗

This seems like a nice idea but all the results seem to be pretty much indistinguishable from noise. Nearly every show I tried returns the same genres and keywords (and I think it's reasonable to say that Frasier is NOT a crime show in space.)

If this is just counting the frequency of individual words, perhaps that's too simplistic an approach.

11y agoHN ↗

That's really cool, is the raw data available for people to play with? I've been looking for something interesting for some textual analysis experiments.

11y agoHN ↗

Already knowing where "Enhance!" going to lead me! :)