[-] Dave@lemmy.nz 2 points 1 day ago

Yeah it's a maybe, uLogger seems to let you choose which track you want to see. I presume the app lets you log to a specific track so you can have one for each person.

It might depend on what specific experience you're looking for. For example, I log to Nextcloud and can view it there, but this is more of a "find my phone" plus tracking where I've been for myself (similar to Google Location History). While I'm sure I can set it up so others can see, it's not really designed for it. It would also be a bit awkward as you'd have to log in to Nextcloud in a browser to see the locations (seems it's possibly the same for uLogger).

I also run Home Assistant for home automation. I trigger automations off of my wife and my locations, but either of us can open the app and see at a glance where the other is (with pre-defined locations, such as "Home", "School", "@Dave's Work", etc, plus the ability to tap and see the exact location on a map).

That Home Assistant setup is much more useful for either of us seeing where the other is than I think the more dedicated tracking apps are, since they aren't designed around sharing your location with others and that's more of a side-function.

[-] Dave@lemmy.nz 2 points 2 days ago

I feel like it still does sometimes, with some sites that feel like they are nearly a whole OS in themselves.

[-] Dave@lemmy.nz 2 points 2 days ago

Just remember if you want to share location data with someone else, the app on your phone is only one half. You also need some sort of server ehere you install software for it to report to.

For uLogger that's probably NextCloud with the PhoneTrack app installed, or OwnTracks.

There are companies that offer paid NextCloud hosting, but if you aren't hosting it yourself you probably can't say it meets your privacy requirement.

[-] Dave@lemmy.nz 8 points 2 days ago

No that's expected, as part of your profile info. But if the original authors delete the comments, then they will also be deleted in your saved items.

[-] Dave@lemmy.nz 7 points 2 days ago

Yes with ActivityPub there's always failed federation. But Lemmy will send the delete request out when you delete your account. Other software or instances might not honour it, but the intent is there.

As opposed to reddit who do not remove comments when an account is deleted, only mark it as a comment from a deleted account.

I'm not against Lemmy's implementation, but it does require you to collect information you need at the time not assume it will always be there.

[-] Dave@lemmy.nz 8 points 2 days ago

Bookmarks won't help if the content gets removed. You've got to copy the important information elsewhere.

I tend to use either a note app (Joplin) or a self-hosted wiki for that.

[-] Dave@lemmy.nz 2 points 2 days ago

Ah nice! It's only a month old but looks really good. It has a warning not to run it in production and not to trust it with your data but I'm definitely going to have a play.

https://github.com/Freika/dawarich

[-] Dave@lemmy.nz 22 points 2 days ago

Are you literally just wanting to see the location of family members?

If you're a self-hoster there are options, and that's pretty much the only way you can know it's private.

Two that come to mind are:

The PhoneTrack NextCloud app. If you run Nextcloud you can install this in nextcloud, then install a location logger on the phones. I'm more familiar with Android which has options but from a search I think OwnTracks can send to Nextcloud and supports iOS and Android (someone reported their iOS success here).

Home Assistant let's you see locations of people on a map that is tracked with the Home Assistant mobile app on Android/iOS.

I have found uLogger or the old PhoneTrack app (that connect to GPS on a schedule) to be more accurate than apps that rely on Google telling them when the location has changed (Home Assistant and I think Owntracks). But also much more of a battery drain.

So it depends how often you want the location to be updated. I find running uLogger or PhoneTrack on the phone actually makes Home Assistant get location updates much quicker(I run both for different reasons).

[-] Dave@lemmy.nz 42 points 2 days ago

Deleting your account deletes your content, unlike deleting your Reddit account. Hence the linkrot.

I learnt pretty early on that saving posts using the save button was not a good way to save the information 😮‍💨

[-] Dave@lemmy.nz 6 points 3 days ago* (last edited 3 days ago)

So, the good thing is, your emails are showing up and not disappearing into the ether like Microsoft.

We had this at work. B2B emails, going from paid Exchange customer to paid Exchange customer. Emails just disappeared without even showing up in junk. Sending email logs showed the email was accepted.

21
submitted 1 week ago* (last edited 1 week ago) by Dave@lemmy.nz to c/comicstrips@lemmy.world
5
submitted 3 weeks ago* (last edited 3 weeks ago) by Dave@lemmy.nz to c/linuxmemes@lemmy.world

Possibly related:

screen shot of memory usage by app, showing Firefox using over 18GB of RAM

I also don't understand why every chat app needs 1GB of RAM to itself.

25
submitted 1 month ago* (last edited 1 month ago) by Dave@lemmy.nz to c/linux_gaming@lemmy.world

Hi all, I have recently installed Bazzite, after previously being on Nobara.

I have been playing Dave the Diver and DOOM (2016), both through Steam, and I get pretty serious input lag. A second or more delay at times, generally when FPS is struggling.

I'm running on a laptop with integrated graphics, so the struggling integrated GPU is not a surprise, but I didn't have this input lag issue with the same games on Nobara.

Any tips on a setting or something to help this?

I have lowered graphics settings to help with FPS, but ultimately I am not going to be able to avoid occasional FPS dips. The mouse input is instant, it's just an issue with the keyboard.

Any help appreciated!

Edit with solution: it seems the problem is IBus, see this comment: https://lemmy.nz/post/23401044/15684126

Basically the solution is to add IBUS_ENABLE_SYNC_MODE=2 to /etc/environment and restart.

35
submitted 1 month ago by Dave@lemmy.nz to c/homeassistant@lemmy.world

This morning my kid asked the voice assistant to "Turn off the computers in this house".

I heard it, thought well that's a strange request but seems harmless because how is home assistant gonna turn off computers.

Me a little while later, "why is shit broken? What's happening!"

Turns out dumb me had adguard exposed to the voice assistant, it switched off all the adguard settings including the DNS rewriting that is the cornerstone of many of my self-hosted services.

I've since revoked that access.

20
submitted 1 month ago* (last edited 1 month ago) by Dave@lemmy.nz to c/selfhosted@lemmy.world

I'm not really sure where the right place to ask is, but I figure this is a good place for docker related questions.

I have recently installed Bazzite as my daily driver, previously I was on Nobara. The main difference here is that Bazzite is immutable, so you can't (or shouldn't) install stuff in the normal way as it may get overwritten by updates.

I have a bunch of docker compose YAML files. I want to run these locally. But I also don't want to tweak anything in the files to get them running because they should be able to be copied to a prod environment as is or the local test environment isn't a good test. Prod would be either my Linux Mint server or an Ubuntu Server one.

Bazzite has a ujust script available for installing docker, but this doesn't include docker compose, and I'm not sure how to add that in.

Searching online shows everyone saying just use podman, it comes pre-installed and is a drop in replacement. The problem is that it doesn't work.

Maybe that's my question, why isn't my compose.yaml working with podman?

For example, the container gives me a bunch of messages about missing environment variables, but they are set in the compose.yaml.

I also get a bunch of permissions errors. E.g. here is the mariadb trying to access a directory and then trying to change the ownership:

[db]         | find: ‘/var/lib/mysql/’: Permission denied
[db]         | chown: changing ownership of '/var/lib/mysql/': Permission denied

Volumes are all bind mounts. After the container created the local directories, I set all the permissions to 777 as a test and took the containers down then up and it still complains about permissions.

I feel like there is something specific to podman or Bazzite I'm not understanding. Any help?

I'm also happy to take suggestions on other ways to use docker compose in Bazzite.

Thanks in advance!

Edit: I have solved this by adding a Z flag to my bind mounts (./localdir:/containerdir:Z) as per this answer.

84
submitted 2 months ago by Dave@lemmy.nz to c/world@lemmy.world

cross-posted from: https://lemmy.ca/post/42967562

Other threads:

News Articles:

Let me know if any information belongs in this thread and I'll edit it in.


Support Resources:

Vancouver Police Victim Services: As per their website - Victim Services staff members are not police officers; they are civilian employees of the VPD with specialized training in emotional support, crisis intervention, and communication skills, and with education in areas such as psychology, social work or other related disciplines.

Staff are available to provide free and confidential support to victims, witnesses, and family members affected by crime and trauma.

If you have been affected by crime or trauma, contact the VPD Victim Services Unit at 604-717-2737.

Vancouver Coastal Regional Distress Line: 604-872-3311

BC Mental Health & Crisis Response (no area code needed): 310-6789

Suicide Crisis Helplines: Text or call 9-8-8 from anywhere in Canada or call 1-800-SUICIDE (1-800-784-2433) in BC, both available 24/7.

Learn about what resources are available in your community, including mental health supports. Available 24/7 and Canada wide: Call 211 or visit 211.ca


https://www.crisiscentre.bc.ca/

5
submitted 3 months ago by Dave@lemmy.nz to c/comicstrips@lemmy.world
10
submitted 4 months ago by Dave@lemmy.nz to c/selfhosted@lemmy.world

I have backups on a backup hard drive and also synced to B2, but I am thinking about backing up to some format to put in the cupboard.

The issue I see is that if I don't have a catastrophic failure and instead just accidentally delete some files one day while organising and don't realise, at some point the oldest backup state is removed and the files are gone.

The other thing is if I get hit by a bus and no one can work out how to decrypt a backup or whatever.

So I'm thinking of a plain old unencrypted copy of photos etc that anyone could find and use. Bonus points if I can just do a new CD or whatever each year with additions.

I have about 700GB of photos and videos which is the main content I'm concerned about. Do people use DVDs for this or is there something bigger? I am adding 60GB or more each year, would be nice to do one annual addition or something like that.

141
submitted 5 months ago* (last edited 5 months ago) by Dave@lemmy.nz to c/homeassistant@lemmy.world

I was trying to get it to pause Pi-hole on request. I'm using Home Assistant Cloud (Nabu Casa) for speech to text, and have also got OpenAI plugged into it for if it doesn't recognise a command. The screen shot is from the debug logs that I eventually found after struggling to work out why it wasn't running my automation.

I'm using the new Home Assistant Voice Preview. Don't get me wrong, overall very happy with it for the price point, but for some reason the cloud speech recognition (I believe powered by Google) is very good at understanding me until I start trying to talk about ad blocking.

2
submitted 7 months ago* (last edited 7 months ago) by Dave@lemmy.nz to c/selfhosted@lemmy.world

You may have seen my post trying to troubleshoot my server. It seems either the motherboard or CPU is dead, so hey, why not do an upgrade?

I use this server for a lot. It's used for a Jellyfin server, sometimes multiple streams at once. I think I'd like hardware transcoding, I want it to be really good at streaming Jellyfin, and preferably multiple streams at once without issue.

It's also going to be used for hosting Zusam, a kind of private forum for friends/family - a key thing is that this will also be transcoding videos and photos to downscale them (uses FFmpeg).

I also host Photoprism, which will be generating thumbnails and indexing photos.

In addition to this, I also host a bunch of other stuff, I think the key ones are Nextcloud AIO and PaperlessNGX (which does OCR) as these would be more demanding. Then another 10 or so services that aren't too demanding and have low usage so are unlikely to be an issue outside of making sure I have enough RAM.

I use it as a backup server as well. It receives borg backups from other devices and backs up itself to a backup HDD, and does cloud backups, but has a fast LAN connection and decent internet speed (300Mbps) and this is scheduled overnight so probably doesn't affect anything.

I also use it for playing games with the kids! Normally Stardew Valley but sometimes more demanding games.

Many of the hosted services have family members also using them. I want to make sure I can do things like the Photoprism indexing and Zusam video downscaling while not affecting the experience using Jellyfin or other services. It's all good if this happens by limiting cores for transcoding. It would be nice to be able to use it for more demanding gaming as well, but I understand if it's a bit hard to keep everything going nicely with a demanding game running that doesn't limit its multithreading.

Possibly related for compatibility purposes:

  • all my hard drives are 3.5" HDD or 2.5" SSD SATA connections. I have 2 SSDs and 2 HDDs.
  • I also have a Radeon rx5700xt graphics card. Would be nice to be able to keep using this.
  • I'm currently running a full desktop environment (Linux Mint - Cinnamon) on it, for the purposes of playing the games. So needs to work well with Linux and also play nicely with wireless Xbone controllers.
  • Case is Mid sized. Specifically this one.

And the current CPU is an AMD Ryzen 7 3700X, in case you want to tell me what I have is fine and I don't need an upgrade 🥲

What are some good options for an upgrade?

Edit: Thanks for the suggestions. Lots of people showing me how I wasn't taking full advantage of the hardware I had, so I ended up going back to trouble shooting and in the end it was the motherboard that was the issue. I replaced that and it's now up and running again! Now to go back to all the info about hardware transcoding in Jellyfin that people have linked for me. Thanks for everything!

14
submitted 7 months ago* (last edited 7 months ago) by Dave@lemmy.nz to c/selfhosted@lemmy.world

I decided to clean out my CPU fan as it was clogged, when I assembled everything again it won't turn on 🙁

It's an old desktop PC. There are no lights glowing on the motherboard at all, though there is none specifically labelled "power". Just CPU, RAM, BOOT. None of these light up, not even a flash when it starts.

I have reseated the RAM, CPU, power cables. Removed the GPU to check.

The cord leading in to the PSU works but I don't have a way to test the PSU itself or the out cables, but I have reseated them at each end.

This PC was working fine before. But with no lights on the motherboard I suspect either the mobo or PSU?

Mobo is asrock x570 PSU is silverstone 650w strider gold S series

Any help appreciated!

18
submitted 9 months ago by Dave@lemmy.nz to c/selfhosted@lemmy.world

Over time I've been on the lookout for social media for family to use. I haven't really found anything suitable, key thing is that posting photos and videos needs to be user friendly. For example, Friendica all but requiring you to upload your video to YouTube and post the embedded video is just not gonna fly.

I've seen Zusam in the past, which looks like it could become something but I don't think it's ready for me to try to get extended family into. (It's worth mentioning here that certain extended family have shown interest in using something like this)

Recently I've had a look around at some Enterprise social solutions, and have had a play with HumHub. It has a much more familiar look, things are separated into spaces that are similar to Facebook groups, and while media uploads aren't perfect I think they will work well enough.

HumHub has modules, many of which cost a decent amount of money, because they target the enterprise market. However, the community version is open source and the base features and free modules seem to work well.

Does anyone have experience using it? Any warnings I should know about? Any similar software that does a better job?

[-] Dave@lemmy.nz 247 points 1 year ago

Me as an instance admin sitting here reading about how Lemmy doesn't have trolls and Russian bots, while I'm in a chat with other instance admins and mods where we need to actively coordinate to fight the trolls and Russian bots 😐

[-] Dave@lemmy.nz 246 points 2 years ago

Be the change you want to see!

view more: next ›

Dave

joined 2 years ago
MODERATOR OF