Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
Maybe I’m in over my head, but I’ve been learning rust for a few months, and this seems like a fun thing to implement.
Go Ahead. I'm still struggling to find the time to learn Rust. I read the first few chapters of the book, but I'm a bit stuck due to too many side-projects. 😆
With Lemmy, I'd advise you to ask first. Lots of open-source projects gladly accept merge requests... But I think the Lemmy developers/community is a bit different. As far as I know a few people have been burned because they put in days of work and their requests didn't get accepted. That shouldn't stop you, I'd just say ask the devs first so you don't waste your time.
Thanks for letting me know. I’ll definitely ask them first. Good luck with your side projects 😁
@otter@lemmy.ca @smorks@lemmy.ca @TruckBC@lemmy.ca @Shadow@lemmy.ca is it possible?
I'm happy to export your data for you from the database if you want it, but I don't have an easy way to do that beyond writing queries by hand for each table. Is there some subset specifically that you're looking for?
We don't log any IP addresses except web server access logs temporarily, and we can't identify which log entries are which users. There's no login history in the DB, it doesn't even log the last login for a user.
If you're willing to write the queries for the data you want, I don't mind reviewing them and then giving you the output.
since you don't log IP addresses I can get most of the stuff using Lemmy api. no need to write SQL queries.
Thank you for the response <3
Generally, if your admin set something like that up, they will have instructions in their privacy policy.
You can get a lot of that through Lemmy's API
I imagine that only the admins can give you logs of logins and IP addresses though.
Probably best to ask the admin on their own instance about that.