• 3 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle



  • The last time I checked postgres gets big becouse of a log activity table used for deduplication, it stores the data of 6 months. The devs mentioned you could be deleting it up to some point (IIRC they said 3 months, but confirm first).

    As for pictrs, lemmy caches a lot of stuff, so it copies a lot of data from other instances even when it’s advertised only media from your instance is stored in your server.
    My solution was to disable pictrs since I don’t upload media.
    Other solutions I’ve heard about are to ask users of your instance to upload media to any other media hosting service, the images uploaded to lemmy are just seen as urls, so it wouldn’t be any different.




  • there’s also Aegis and 2FAS, but I have no idea about WebDAV servers and also don’t want to rely on Google Drive for backup, also because I’m moving away from Google services.

    If your only issue are the backups, then you can still use aegis with automatic encrypted backup to a folder in your device and then use syncthing to automatically send it to your machine. From there use any other backup solution like duplicati or restic.
    (Remember that syncthing is not a backup solution, it should only be used as a way to automatically sync files between devices) (People have had many issues with duplicate, but I’ve only seen posts about huge amounts of data, for something like aegis backups has been working fine for me)

    I’d also recommend you asking in !selfhosted@lemmy.world


  • pe1uca@lemmy.pe1uca.devtoPrivacy@lemmy.mlgraphenos
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    The only issue I’ve had is with games from kakao, they crash after a few minutes of starting. I think the last time I tried it said something abiut modification to the OS. But that’s the only developer I’ve had problems with, the rest of the games I have play without issue.

    Also the only downside I see is the tap to pay not working at all, but that’s not graphenOS’ problem, google won’t certificate them.





  • pe1uca@lemmy.pe1uca.devtoFediverse@lemmy.worldFediverse RemindMe Bot
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    I remember there was an update to the [redacted]'s one to avoid spam, I don’t know how it worked but it was in the lines of after some “here’s your reminder” comments it stopped itslef from commenting and only sent PMs to the people commenting.
    Just mentioning it in case it’s also a desired improvement for this one.




  • If you have an account and a session you have a cookie or some other sort of “tracking” to know you’re logged in.
    I put it in quotes because the tracking via cookies people is usually worried about is the one used to identify and use your behaviour, but tracking if you’re logged in or not is usually fine.

    As for the IP logging, I’m not sure but AFAIK IP addresses given by ISPs are dynamic, so every now and then you’ll have a new IP anyways.
    If you’re sill paranoid, why not use a VPN or a proxy?
    Still, those services can track your original IP so we end up in the beginning and we need to go into another rabbit hole.
    Again the same as with the cookie, usually the problem with IP logging is if it’s to identify your behaviour and aggregate it to sell it in some way, but the one done by software like lemmy is to prevent spammers and bad actors, so it’s a necessary evil.

    You’re right tho, 12 months of IP log is a lot, not sure where you read that, I haven’t looked at all the code in lemmy to know how easy is to identify the IPs of each user.


  • Damn, I wanted to answer with that joke…

    I’d say I still procrastinate but less. The main factor is it make me feel anxious of not finishing stuff so I wanted a solution.
    The way I’m improving is to look at big tasks into smaller steps which are easier and quicker to accomplish, this way I feel better since there’s something I finished even when the big task might be still a long way of being finished.

    I remember something about 2 minute tasks or something like that, but also I saw this from my job, splitting projects into epics and each epic into tasks and even then you could split them into sub tasks (taken from the Jira types at my job)




  • hashtags as they can be seen on mastodon.

    I haven’t seen the federation content exchanged, in the UI I’ve only seen hashtags from mastodon as links inside the content of the post.
    For the implementation in lemmy I’d guess they need to be included in the metedata (as in one of the examples in the rfc), does mastodon already does this so lemmy can properly display them in a separate section in the ui?
    Also, how would mastodon handle not having the hashtag in the content but only in the metadata?