Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New metric : instance age? #152

Open
unixfox opened this issue Jul 30, 2023 · 1 comment
Open

New metric : instance age? #152

unixfox opened this issue Jul 30, 2023 · 1 comment

Comments

@unixfox
Copy link
Member

unixfox commented Jul 30, 2023

Add a new metric displaying the instance age. This could be used by the user in determining if an instance is trustworthy and stable.

The downside is that it would incentive users choosing only old instances.

The alternative for the user is checking the uptime per year, but the uptime calculated for a year is biased if the instance is newly added.

@ndsvw
Copy link

ndsvw commented Sep 23, 2023

@unixfox, you asked me to post the instance ages here..

Source code for calculation: https://github.com/ndsvw/SearXNG-Instances-Age

The accuracy is better than what I posted before, because the step is 0.25 years (instead of 0.5 years) now and march 2020 and september 2023 are also part of it now:

[
  [ 'https://searx.fmac.xyz/', 3 ],
  [ 'https://search.mdosch.de/', 2.75 ],
  [ 'https://searx.prvcy.eu/', 2.5 ],
  [ 'https://searx.tuxcloud.net/', 2.5 ],
  [ 'https://searx.be/', 2.25 ],
  [ 'https://searx.ru/', 2.25 ],
  [ 'https://northboot.xyz/', 2 ],
  [ 'https://searx.divided-by-zero.eu/', 2 ],
  [ 'https://searx.tiekoetter.com/', 1.75 ],
  [ 'https://search.bus-hit.me/', 1.5 ],
  [ 'https://searx.mha.fi/', 1.5 ],
  [ 'https://search.ononoki.org/', 1.5 ],
  [ 'https://searx.namejeff.xyz/', 1.25 ],
  [ 'https://search.rabbit-company.com/', 1.25 ],
  [ 'https://search.rowie.at/', 1 ],
  [ 'https://searx.mastodontech.de/', 1 ],
  [ 'https://searx.dresden.network/', 1 ],
  [ 'https://xo.wtf/', 1 ],
  [ 'https://searx.ericaftereric.top/', 1 ],
  [ 'https://searx.baczek.me/', 1 ],
  [ 'https://search.sapti.me/', 1 ],
  [ 'https://search.zzls.xyz/', 1 ],
  [ 'https://search.rhscz.eu/', 0.75 ],
  [ 'https://searx.catfluori.de/', 0.75 ],
  [ 'https://searx.cthd.icu/', 0.75 ],
  [ 'https://search.smnz.de/', 0.75 ],
  [ 'https://search.gcomm.ch/', 0.75 ],
  [ 'https://search.us.projectsegfau.lt/', 0.75 ],
  [ 'https://searx.work/', 0.5 ],
  [ 'https://search.cronobox.one/', 0.5 ],
  [ 'https://baresearch.org/', 0.5 ],
  [ 'https://searx.si/', 0.5 ],
  [ 'https://darmarit.org/searx/', 0.5 ],
  [ 'https://search.modalogi.com/', 0.5 ],
  [ 'https://searx.kutay.dev/', 0.5 ],
  [ 'https://search.leptons.xyz/', 0.5 ],
  [ 'https://freesearch.club/', 0.25 ],
  [ 'https://search.citw.lgbt/', 0.25 ],
  [ 'https://searx.doofpot.nl/', 0.25 ],
  [ 'https://search.im-in.space/', 0.25 ],
  [ 'https://search.laksith.dev/', 0.25 ],
  [ 'https://search.demoniak.ch/', 0 ],
  [ 'https://searx.daetalytica.io/', 0 ],
  [ 'https://searxng.online/', 0 ],
  [ 'https://search.fawkesguy.com/', 0 ],
  [ 'https://search.lvkaszus.pl/', 0 ],
  [ 'https://search.ovh/', 0 ],
  [ 'https://searx.headpat.exchange/', 0 ],
  [ 'https://search.kokomo.cloud/', 0 ],
  [ 'https://searxng.se/', 0 ],
  [ 'https://searxng.xcxc.eu/', 0 ],
  [ 'https://searx.bissisoft.com/', 0 ],
  [ 'https://searxng.ch/', 0 ],
  [ 'https://searx.zhenyapav.com/', 0 ],
  [ 'https://searx.perennialte.ch/', 0 ],
  [ 'https://searx.ox2.fr/', 0 ]
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants