Ask HN: I curate HN stories which didn't reach the front page. Feedback please

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • hackernews-button

    Privacy-preserving Firefox extension linking to Hacker News discussion; built with Bloom filters and WebAssembly

  • It's worth noting that my extension is far from perfect – it turns out that determining whether a specific page has been submitted to Hacker News is far from a trivial problem to solve. In general, this is because multiple URLs can map to the same page.

    Direct string comparison of the current URL to previously submitted ones doesn't work because there are many ways for two identical web pages to have different URLs. For example, the URL fragments can differ (the part after the "#" that may or may not be present). Also there can be tracking parameters (often—but not necessarily—prefixed with "utm_"), which don't change anything about the page. But the URL parameters can't be entirely disregarded because sometimes sites, forums in particular, rely on them – consider pages that use an "?id=..." parameter for different pages. Thus some parameters should be removed, but some shouldn't. The same website having different domains (or domains that change over time) further complicates the situation.

    My solution was to "canonicalize" URLs by transforming them into a simplified form using some pretty rough heuristics for common sources of noise. The Python code to do that is here: https://github.com/jstrieb/hackernews-button/blob/master/can...

    All of this to say that even though I've used my extension for months and have been quite happy, there will inevitably be false negatives.

    You could use the “past” link that leads to Algolia search for the story.

    In the case of your example https://hn.algolia.com/?query=Web%20Applications%20from%20th...

    But not sure if that’s a good idea or not. Just suggesting it as one alternative to consider

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Roast my SQLite encryption at-rest

    8 projects | news.ycombinator.com | 30 Apr 2024
  • Systemd Wants to Expand to Include a Sudo Replacement

    2 projects | news.ycombinator.com | 30 Apr 2024
  • Systemd Rolling Out "run0" As sudo Alternative

    1 project | news.ycombinator.com | 30 Apr 2024
  • Crash-only software: More than meets the eye

    1 project | news.ycombinator.com | 30 Apr 2024
  • FridgeLock: Preventing Data Theft on Suspended Linux with Memory Encryption

    1 project | news.ycombinator.com | 30 Apr 2024