topics VS semver

Compare topics vs semver and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
topics semver
30 726
568 7,037
2.8% 0.8%
8.1 0.6
3 days ago 16 days ago
Bikeshed
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

topics

Posts with mentions or reviews of topics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-21.
  • How to Turn Off Google's "Privacy Sandbox" Ad Tracking–and Why You Should
    2 projects | news.ycombinator.com | 21 Dec 2023
    The browser keeps track of he top 5 categories from this list of these 629 topics. https://github.com/patcg-individual-drafts/topics/blob/main/...

    Other than when it returns a random topic, the browser only reveals a topic to a site if that site has observed the user on a site with that topic before.

  • UX Is Misleading
    1 project | news.ycombinator.com | 19 Oct 2023
  • Google Chrome just rolled out a new way to track you and serve ads
    6 projects | news.ycombinator.com | 11 Sep 2023
    Delete Chrome.

    “The intent of the Topics API is to provide callers (including third-party ad-tech or advertising providers on the page that run script) with coarse-grained advertising topics that the page visitor might currently be interested in.”

    https://github.com/patcg-individual-drafts/topics#the-api-an...

  • Alert: No Google Topics in Vivaldi
    1 project | news.ycombinator.com | 9 Sep 2023
    Those are the top-level categories. Each of them has subcategories which are more granular. Not all of them are public, from what I can tell. Here's an example of some that are. https://github.com/patcg-individual-drafts/topics/blob/main/...
  • Go to Chrome://settings/adPrivacy to turn off the spyware that in Chrome
    1 project | news.ycombinator.com | 5 Sep 2023
    https://github.com/patcg-individual-drafts/topics/blob/main/...

    >knows that you are male and sees that you've been recently interested in dresses and panties, and this website happens to be a far-right-leaning activist website, and decides to dox you, or blackmail you, or forward this information to Ron DeSantis's administration for possible criminal prosecution, you're all good with that?

    If you want to keep topics a secret you can just block them. Every week of your 5 topics that gets selected there is a 5% chance that a topic in replaced with a random one. If you see a user's topic is /Shopping/Apparel/Women's Clothing/Dresses it could be there by chance. It would also require the site to take out a bunch of ads on these women clothing sites hoping that one of your future website visitors would see your ad.

  • Google is already pushing WEI (web DRM) into Chromium
    7 projects | news.ycombinator.com | 26 Jul 2023
    > You seem to be taking things that are factual, normal, everyday, aspects of the WHATWG working process and trying to imply that chrome is doing something unusual, or untoward with its process here, but it isn't. It's doing what is necessary to make a proposal with WHATWG: have a trial.

    And yet, we've seen many such proposals go through this process because Chrome is paying lip service to it. Whatever Google wants it ships. And Google wants this.

    As an adjacent (ads- and tracking-related) example: Google's FLoC flopped, hard. So they immediatey shipped the replacement Topics API [1] despite there being no consensus. E.g. Firefox is against [2] (but Chrome presents Firefox's position as "No signal" in the feature status). And despite the fact that its status is literally "individual proposal, not accepted" [3]

    Do not assume any good intent on Google's part when it comes to Google's business interests. Their intent is always malicious until proven otherwise. And there have been fewer and fewer cases when they have been proven otherwise.

    [1] https://chromestatus.com/feature/5680923054964736

    [2] https://github.com/mozilla/standards-positions/issues/622

    [3] https://github.com/patcg-individual-drafts/topics

  • Google asks websites to kindly not break its shiny new targeted-advertising API
    4 projects | news.ycombinator.com | 27 Jun 2023
    > [0] https://github.com/patcg-individual-drafts/topics/blob/main/...

    Nice v1 at the end. We can assume that this list is final and will not be changed?

    > nor (by policy) other kinds of sensitive PII.

    Yeah, it just exposes interest in family planing, loans, ..., which we do know have absolutely no potential for abuse.

    Or given the attempts to outlaw drag there is probably no potential way to use interest in Nail Care or Makeup in a negative fashion, right?

    > Yes, if you assume the people who designed this API were idiots

    I assume they are getting paid well to play the role.

  • Say Goodbye to Privacy with Google Chrome's Latest Update! Aren't you happy that you're using Firefox instead? It's a good time to educate your Chrome friends.
    2 projects | /r/firefox | 29 Apr 2023
  • What is "Ad privacy"?
    1 project | /r/chrome | 25 Mar 2023
    It's related to Google's Topics API proposal, I guess. This new API automatically categorizes users into pre-defined "topics" that are inferred by the browser through a classifier model (basically matching the hostname with the classifier model). So, in the end, advertisers sent ads for these topics, and users within shall see them).
  • W3C re-launched as a public-interest non-profit organization
    2 projects | news.ycombinator.com | 31 Jan 2023
    Don't take my word for it: WordPress treated FLoC as a security concern in 2021: https://make.wordpress.org/core/2021/04/18/proposal-treat-fl...

    A good overview of the context: https://digiday.com/media/we-cant-un-floc-ourselves-googles-...

    More detail: https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-...

    When it comes to Topics, it's essential that there be hands on the wheel at W3C that approach the solidification of e.g. the Topics taxonomy https://github.com/patcg-individual-drafts/topics/blob/main/... from a neutral perspective that takes into account the various ways in which proposed topics could be dangerous, and how strongly to word the specification to prevent it from creeping in increasingly privacy-eroding ways in the future.

semver

Posts with mentions or reviews of semver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-04.
  • The right development flow: Better than Agile
    1 project | dev.to | 5 May 2024
    We increase the version of our product as specified in SemVer and deploy it to production, preferably following good deployment practices to have no downtime.
  • Git commit helper: add emojis to your commits
    10 projects | dev.to | 4 May 2024
    Using Conventional Commits ⭐ as a standard for your commit messages, makes Semantic Versioning 🔖 as easy as can be, with tools like Conventional Changelog 📄 Standard Version 🔖 and Semantic Release 📦🚀
  • Why write a library?
    4 projects | dev.to | 2 May 2024
    Semantic Versioning: for every update (major, minor, or patch) made, increment the version number according to semantic versioning.
  • Node package managers (npm, yarn, pnpm) - All you need to know
    3 projects | dev.to | 2 May 2024
    npm automates the process of installing, updating, and managing dependencies, which helps to avoid "dependency hell." It supports semantic versioning (semver) that automatically handles patch and minor updates without breaking the existing code, thus maintaining stability across projects. npm also provides the capability to run scripts and commands defined in package.json, which can automate common tasks such as testing, building, and deployment.
  • Snyk CLI: Introducing Semantic Versioning and release channels
    3 projects | dev.to | 30 Apr 2024
    We are pleased to introduce Semantic Versioning and release channels to Snyk CLI from v.1.1291.0 onwards. In this blog post, we will share why we are introducing these changes, what problems these changes solve for our customers, and how our customers can opt-in according to their needs.
  • Master the Art of Writing and Launching Your Own Modern JavaScript and Typescript Library in 2024
    1 project | dev.to | 10 Mar 2024
    Following the Semantic Versioning rules, you should raise the version number every time you need to publish your library. In your "package.json" file, you need to change the version number to reflect whether the changes are major, minor, or patch updates.
  • Using semantic-release to automate releases and changelogs
    9 projects | dev.to | 25 Jan 2024
    Semantic Versioning: An established convention for version numbers following the pattern MAJOR.MINOR.PATCH
  • Essential Command Line Tools for Developers
    29 projects | dev.to | 15 Jan 2024
    Increases the major of the latest tag and prints it As per the Semver spec, it'll also clear the pre-release…
  • Testing Our Tasks
    1 project | dev.to | 10 Jan 2024
    The reason for this is that software libraries and package managers, in general, but specifically here, rely on semantic versioning. Semantic versioning is really useful for distributing packages in a predictable way. What does this look like for our project?
  • What is Semantic Versioning and why you should use it for your software ?
    1 project | dev.to | 7 Jan 2024
    For a more detailed and comprehensive guide on semantic versioning, visit https://semver.org

What are some alternatives?

When comparing topics and semver you can also consider the following projects:

AmIUnique - Learn how identifiable you are on the Internet

react-native - A framework for building native applications using React

standards-positions

semantic-release - :package::rocket: Fully automated version management and package publishing

uBlock-issues - This is the community-maintained issue tracker for uBlock Origin

standard-version - :trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org

brave-browser - Brave browser for Android, iOS, Linux, macOS, Windows.

changesets - 🦋 A way to manage your versioning and changelogs with a focus on monorepos

Plausible Analytics - Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

helmfile - Deploy Kubernetes Helm Charts

floc - This proposal has been replaced by the Topics API.

Poetry - Python packaging and dependency management made easy