I actually use both apps, I find Organic Maps a lot nicer for looking at a map and navigating by foot or bike, and Magic Earth seems to pick more sensible car routes some times. Also the live traffic data makes it more fitting for car navigation (Organic Maps doesn’t have traffic data).
- 0 Posts
- 44 Comments
I can highly recommend Magic Earth as a Google Maps alternative (also available for Android). It uses OSM data and has some traffic info. It’s not as good as Google, but it’s the closest I’ve found so far.
eco_game@discuss.tchncs.deto
Selfhosted@lemmy.world•Music Assistant 2.4 ReleasedEnglish
1·9 months agoAFAIK you can enable the snapcast server and then use an app like SnapCast to stream to your mobile devices.
eco_game@discuss.tchncs.deto
Privacy@lemmy.ml•I just started caring about my own privacy. What apps should i get rid of, why and what can i replace it with?
11·1 year agoAdding to what others here have already said, I’d definitely download Signal and see if you can get any people to move from WhatsApp/Telegram/whatever to Signal.
I don’t know much about iOS apps, but you could look into more privacy focused YouTube clients, and possibly 2FA clients too (although that’s a bit of a controversial topic on iOS AFAIK).
I saw you mention in another comment that you use Amazon Alexa for smart home appliances. Depending on interest in selfhosting / time / motivation to move away from Amazon, you could look into using Home Assistant instead. It even has a Lemmy community: !homeassistant@lemmy.world.
eco_game@discuss.tchncs.deto
Privacy@lemmy.ml•Need Help Bypassing Firewall Restrictions at My School
1·1 year agoYep my mistake, I confused ShadowSocks with Cloak.
I’m afraid your best bet here will be using WhatsApp.
Edit:
FindMy (for Android) might also be usable for that, but honestly if you just want it to work I’d still vouch for WhatsApp.
Signal supports a single momentary position, but not live location.
eco_game@discuss.tchncs.deto
Privacy@lemmy.ml•Need Help Bypassing Firewall Restrictions at My School
25·1 year agoWhat worked for me at my old school was using a ShadowSocks proxy.
Basically what this does, is it takes all your traffic and just makes it look like random https traffic (AFAIK).ShadowSocks is just a proxy. The description fits the Cloak module, mentioned below.I believe multiple VPNs support this, for me with PIA VPN it’s in the settings under the name “Multi-Hop” (PIA only supports this on the Desktop App, not on mobile).
This technique is pretty much impossible to block, unless you ban every single VPN ShadowSocks Proxy IP. If that is the case for you (chances are practically 0), you could also selfhost ShadowSocks in combination with the Cloak module, however this method is a lot more complicated.
eco_game@discuss.tchncs.deto
Android@lemdro.id•Organic Maps is the best open source Maps App I've ever triedEnglish
7·1 year agoFrom reading the Magic Earth FAQ, I believe the user data actually isn’t used for traffic at all (at least the manually reported events certainly aren’t).
Edit: never mind I missed a later part in the FAQ:
Do you share data with third parties?
We send position data to our traffic provider to generate real-time traffic information. The data is anonymized on the phone, using a changing key (so it’s not linked to you), and it is deleted after 5 minutes.
eco_game@discuss.tchncs.deto
Android@lemdro.id•F-Droid exploring to include paid apps, in-apps, subscription, and ads in appEnglish
11·1 year agoThe first quote is taken out of context:
Not only are privacy and data protection founding principles for both Mobifree and F-Droid, the use of tracking-based in-app advertising poses a moral dilemma as well. If someone wants to gain access to an app, but does not have the financial means to purchase it, they can use it at a different kind of price - their user data.
For me this reads as them explaining and condemning that dilemma, instead of considering it as an option for F-Droid.
eco_game@discuss.tchncs.deto
Selfhosted@lemmy.world•My homelab had the stupidest outage everEnglish
11·1 year agoIf the main battery isn’t “meant to be replaced”, it will often act as the CMOS battery (e.g. MacBooks have been doing this since roughly 2008).
Quite a few cars also still have a SIM card hidden somewhere, which can be removed. The location of it varies widely though and they’re usually pretty hard to find.
eco_game@discuss.tchncs.deto
Selfhosted@lemmy.world•FOSS Alternative to Chromecast?English
11·1 year agoYesss fcast looks incredibly promising. Sadly the only app implementing it seems to be GrayJay, I really hope it will catch on more.
TVHeadend is the way, I’ve been running it with a USB satellite tuner for 5+ years. Setting it up can be a little confusing, but once it’s running you pretty much never have to touch it again.
As for clients, there’s a Jellyfin plugin, however it seems to not work for me right now.
My client of choice is Kodi with the TVHeadend plugin, and that works great. If you still want Jellyfin integration, you could just add your recordings folder as a library in Jellyfin.
Could I purchase two different brand drives and use them with btrfs?
I don’t quite remember the source for this, but I believe I read some time ago that it’s actually a good thing to have separate drives. The reasoning is, if you buy two identical drives (at the same time), the likelyhood of both drives failing around the same time is severely higher.
This is then amplified by the fact that rebuilding a RAID puts a lot of strain on the non-dead drive, so if ie. drive 1 dies and drive 2 is about to die, the strain you put on drive 2 in order to rebuild your RAID onto drive 3 might kill drive 2 before you even finish rebuilding your RAID.
Again, this is just from my memory, it might be worth doing some more research on.
+1 on the mobile draggging issue
If you can’t see any buttons etc. either, this is because you have WebGL disabled. I use Cromite to access canvas on mobile, with WebGL specifically enabled for the canvas website.
Incase you’re still searching, chech my other comment here.
Slightly old post, but hopefully still helpful to someone:
I managed to read out my analog water meter using the following ESP32 image: https://github.com/jomjol/AI-on-the-edge-device
It uses an ESP32-CAM module that actively reads your meter, using machine vision. The data is then published via MQTT. There are even some stl files for cases/mounts for common energy meters.
Once setup properly (with a 3D printed case from the provided stl files), I found it to work quite well. I have a pretty clean standard German water meter though.


For me I’d just say oh well, gotta fix it when I’m home again.
Otherwise I’d probably write some script on the server, which reboots my router when the server either doesn’t have internet anymore or can’t ping itself.