Kuujaku

joined 1 year ago
[–] Kuujaku@kbin.social 1 points 1 year ago

Looking at the thumbnail i thought this was about finger traps. Then seeing the full image.... why do i have to know where this is from

[–] Kuujaku@kbin.social 19 points 1 year ago

Thank me later Musk (also that would $1000)

[–] Kuujaku@kbin.social 2 points 1 year ago

If you are using Firefox check my previous comments, should help you find the request date. Let me know if you use some other browser and i'll get the method for you!

[–] Kuujaku@kbin.social 2 points 1 year ago (1 children)

I had this picture in my head that sqlite-manager by lazierthanthou was still available, but now looking into it seems like it has been abandoned for quite some time. My bad! But about this "new" add-on i do not know.
For command line use you can use the binaries like @abff08f4813c said, which can be found here or some gui program like for example DB Browser

[–] Kuujaku@kbin.social 1 points 1 year ago

So done with this bs, might as well delete that account too. Anyone here know if there is any similar tool for twitter than powerdeletesuit for reddit?

[–] Kuujaku@kbin.social 1 points 1 year ago

Yeah, just recently started self hosting FreshRSS instance. Before that i used Newsboat, first entry on its database is from 2020/09 so been a while in use. But basically i use it for my news reading, linux distro news and used to collect twitter feeds there but now...

Give it a go, easy way to gather all news feeds/blogs/basically anything you want to read in one place!

[–] Kuujaku@kbin.social 9 points 1 year ago

I'm a firm believer there can never be too many thanks you's given so: Thank you ernest and everyone working on this.
I myself don't have much php experience other than one small site that i run, but i hope in the future i can too contribute to this project. But that said i do have somewhat more linux experience and if you or anyone here needs help with anything feel free to shoot me a message.

[–] Kuujaku@kbin.social 2 points 1 year ago

Or you can use teddit for that too

[–] Kuujaku@kbin.social 3 points 1 year ago

Yeah much happier here, feels like a new home

[–] Kuujaku@kbin.social 1 points 1 year ago

And we even pay them to do it! Crazy world we live in

[–] Kuujaku@kbin.social 1 points 1 year ago

Currently on Artix, but planning on changing to Gentoo soon.

[–] Kuujaku@kbin.social 4 points 1 year ago* (last edited 1 year ago) (4 children)

Submitted: 2023-06-21
Received: 2023-07-06

8 year old account.

EDIT: (for Firefox) If you can't remember the date and want to know, you can get it by opening your firefoxes profile directory -> find places.sqlite -> open it with sqlite3 command line or with some gui software and execute this:

SELECT datetime(visit_date/1000000,'unixepoch') AS visit_date, url, title
FROM moz_places, moz_historyvisits
WHERE moz_places.id = moz_historyvisits.place_id AND url LIKE '%https://www.reddit.com/settings/data-request%';

EDIT: Added received date

view more: next ›