eh-am / eh-am.github.io

2 stars 0 forks source link

[weekly digest] check missing data #25

Open eh-am opened 1 year ago

eh-am commented 1 year ago

https://getpocket.com/read/3932618638

this one is missing, i have to find out why

eh-am commented 1 year ago

also i think i have 2 different pocket users, one that i use in mobile and another on desktop, so i need to run for both

eh-am commented 2 months ago

hmmmm

count   integer         Only return count number of items. Note: There is a 30 item per request limit, any requests that go beyond this will be truncated to 30.

https://getpocket.com/developer/docs/v3/retrieve

it doesn't make sense fetching since last sunday, we should check since last fetch simple as

EDIT: although from what i am seeing we are not being truncated by 30 lol

eh-am commented 2 months ago

their api is kinda crazy

❯ go run . 2022-07-08
running from 2022-07-08 00:00:00 +0000 UTC
from 2022-07-08 00:00:00 +0000 UTC has 30 items
2022-07-01 20:24:02 +0000 UTC https://www.theverge.com/22379859/vr-virtual-reality-fitness-work-out-supernatural-chris-milk-interview
2022-07-07 22:14:33 +0000 UTC https://revistacult.uol.com.br/home/o-indigesto-burrougs/
2022-07-07 22:41:04 +0000 UTC https://medium.com/@SpiderOak/facebook-shadow-profiles-a-profile-of-you-that-you-never-created-302f99f20930
2022-02-21 11:54:35 +0000 UTC https://www.cloudcritical.org/article/kubernetes-documentary-part-1/
2022-07-02 12:10:25 +0000 UTC https://noticias.uol.com.br/newsletters/uol-daniela-pinheiro/2022/07/01/o-homem-secreto-de-bolsonaro.htm?utm_source=uol.com.br&utm_medium=referral&utm_campaign=daniela-pinheiro&utm_content=ver-edicao
2022-07-03 01:48:27 +0000 UTC https://en.m.wikipedia.org/wiki/Lemuria
2022-07-01 00:08:37 +0000 UTC https://growthlab.so/why-devs-can-t-sell
2022-07-02 19:36:40 +0000 UTC https://tab.uol.com.br/noticias/redacao/2022/07/02/a-historia-de-bruna-e-sylas-a-jiboia-perdida-de-perdizes.htm
2022-06-29 19:32:10 +0000 UTC https://www.uol.com.br/universa/noticias/redacao/2022/06/29/crescidinhos-como-e-criar-filhos-no-japao-brasileiras-contam-diferencas.htm
2022-06-30 22:45:50 +0000 UTC https://www.uifiller.com/
2022-07-03 02:04:27 +0000 UTC https://en.m.wikipedia.org/wiki/Lemuria_in_popular_culture
2022-07-07 22:06:27 +0000 UTC https://en.m.wikipedia.org/wiki/Junkie_(novel)
2022-06-29 18:55:11 +0000 UTC http://www.diariodotripulante.pt/2022/04/bem-vindos-selva.html?m=1
2022-07-03 23:00:16 +0000 UTC https://panelaterapia.com/2013/10/cachorro-quente-chileno.html#comments
2022-07-04 23:19:26 +0000 UTC https://amiaopensource.github.io/ffmprovisr/#basics
2022-07-04 23:36:39 +0000 UTC https://danco.substack.com/p/snippets-2-episode-1
2022-07-08 00:27:00 +0000 UTC https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module/
2022-05-11 23:22:17 +0000 UTC https://www.sigbus.info/worse-is-better
2022-07-05 20:07:46 +0000 UTC https://www.nintendoblast.com.br/2018/07/dragon-ball-z-super-sayia-densetsu-snes-rpg.html?m=1
2022-07-06 20:28:35 +0000 UTC https://jonn.substack.com/p/did-the-early-medieval-era-ever-really
2022-01-10 02:00:43 +0000 UTC http://www.antipope.org/charlie/blog-static/2022/01/oh-2022.html
2022-06-28 16:22:59 +0000 UTC https://mixed-news.com/en/meta-invests-in-open-source-engine-godot-for-what-reason/
2022-06-29 03:27:48 +0000 UTC https://www.reddit.com/r/learnVRdev/comments/silyi1/post_for_all_godot_vr_learning_resources/
2022-06-29 23:50:07 +0000 UTC https://notebook.wesleyac.com/how-websites-die/
2022-07-06 21:16:05 +0000 UTC https://archive.ph/ow8ci
2022-07-07 22:03:08 +0000 UTC https://www.psicologia.pt/instrumentos/ver_ficha.php?cod=barbituricos
2022-02-19 12:47:46 +0000 UTC https://www2.tocoo.jp/en/guide/2019/10/09/road-signs-in-japan-explained/
2022-06-30 12:56:04 +0000 UTC https://www.learningtypescript.com/articles/extreme-explorations-of-typescripts-type-system
2022-07-03 13:23:04 +0000 UTC https://matt-rickard.com/the-end-of-ci/
2022-06-28 12:44:43 +0000 UTC https://www.reddit.com/r/smashbros/comments/vm1zlz/i_made_slides_to_teach_beginners_melee_with_a_lot/?utm_medium=android_app&utm_source=share
total 30

it shows data AFTER july 8

if we try to paginate as intended (30 at a time, then using start data as the oldest data) it gets into an infinite loop bc oldest is either the same or oldest than the from lol