nostalgia-dev / nostalgia_chrome

Self tracking your browser history!
20 stars 4 forks source link

Web Extension manifest v2 support to be removed in Chrome in 2023 #13

Closed Ryuno-Ki closed 10 months ago

Ryuno-Ki commented 1 year ago

I noticed a warning in the developer setting of the extension page.

See https://developer.chrome.com/blog/mv2-transition/ and https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/ for details.

Is there an interest to port it to v3? (I can help if the project is still meant to be maintained).

kootenpv commented 1 year ago

@Ryuno-Ki hi there buddy! Hope you've been doing well.

Regarding the state: I keep using it for myself (very much including this plugin).

I gave nostalgia an update to make it work again, including also updating some sources.

I also keep thinking about the direction of the project... Like I basically feel like there is still some potential but it's difficult.

I'm interested in trying out jupyter notebook plugin with chatgpt when it comes out - it might make nostalgia more powerful.

Another idea was to start using polars over pandas.

But more likely it should focus on making it easier for everyone to get started....

kootenpv commented 1 year ago

Long story short: not sure how much work it is but I imagine upgrading can be very valuable!

Ryuno-Ki commented 1 year ago

Hope you've been doing well.

Still around. Since the beginning of this year as a freelancer *levels up Have capacity to take on contracts in case you hear something (I would drop in to Discord to pass you my e-mail if you would be willing to inform me about opportunities).

Personally I'm giving up on GitHub as much as I can.

I keep using it for myself (very much including this plugin).

Same.

I gave nostalgia an update to make it work again, including also updating some sources.

That's good to hear.

I also keep thinking about the direction of the project...

I mean, nobody would blame you if you decide to pull the plug.

I'm interested in trying out jupyter notebook plugin with chatgpt when it comes out - it might make nostalgia more powerful.

Jupyter Notebooks sound interesting. ChatGPT less so. I am avoiding it whereever I can. For ecological reasons (training and inference waste so much energy that could be reached by applying algorithms or mere statistics) as well as social ones (labelling data so that an „AI” can be somewhat „intelligent” relies on human labour. Of course not paid with wages as common in Western world. That would be fair. No, we must exploit the Global South here because YOLO?). I simply can't look the other way.

If you decide to go that route, I will stop my contributions (as low as they were).

Another idea was to start using polars over pandas.

Personally I'm keen on integrating this with PostgreSQL in conjunction with crimpy (in case you are present on the fediverse, drop me a line!).

Never heard of Polars before but Data Science isn't my current focus area.

But more likely it should focus on making it easier for everyone to get started....

My latest info was a Big Rewrite. Is that complete by now?

Long story short: not sure how much work it is but I imagine upgrading can be very valuable!

Okay, I'm going to take a look at it this month then. Will update this issue with information I gather.

Ryuno-Ki commented 11 months ago

Opened https://github.com/nostalgia-dev/nostalgia_chrome/pull/14 with a fix.