I use OSMand alongside GMaps WV (a webview for Google Maps, wipes all data automatically after closing). Works well enough for me, but in GMaps you can’t rotate the map or provide your location
Hey 👋 I’m Lemann: mark II
I like tech, bicycles, and nature.
Otherwise known as; @lemann@lemmy.one and @lemann@lemmy.world
I use OSMand alongside GMaps WV (a webview for Google Maps, wipes all data automatically after closing). Works well enough for me, but in GMaps you can’t rotate the map or provide your location
I use “Automation” (on fdroid) - the UX could do with some improving but it thoroughly covers the basics.
Newer versions of Android make it difficult to automate certain things though, I find root helps to get around that in some cases
I was looking for Sleep As Android too!! Separately to this I saw a comment on R a while ago asking for FOSS alternatives, and to say the dev’s response was out-of-touch would be an understatement. They just complained about not being able to make a living from a FOSS app…
Regarding Gadgetbridge though, those devs and contributors are running into more and more accessories using encrypted protocols which is a bit worrying. Right now I’ve settled on the BangleJS which has official support, just wish it had a more accurate heart rate sensor!
My dream FOSS health app would be some concoction of OpenScale and Gadgetbridge 😂
Haven’t watched the video - just my thoughts…
Minetest (specifically Mineclone2) is an impressive feat, and a very faithful reproduction of the original. I pretty much used the Minecraft fandom wiki to progress through the game. Hours of fun was had without handing money to M$.
I only really stopped because the redstone functionality wasn’t fully implemented.
Hats off to the devs on that project regardless
AFAIK on Windows the physical disk containing the partition needs to be marked offline in Disk Management, and the disk or a partition given exclusively to VirtualBox running as administrator, otherwise access is limited to read-only
I would suggest checking some other sources as well, just in case this has changed over the years. If you do successfully pass the physical partition into VirtualBox read-write, you might need to set up a virtual disk with grub to boot into your physical Linux partition
Windows 7 being discontinued.
I migrated my HTPC to Linux several years ago, and since then just transitioned more and more of my machines over.
My desktop is the only machine left running Windows at this point due to there being no Freetrack implementation on Linux for sim games
The Grayjay app includes an entire development environment for plugins.
No idea why the keyboard app is “large”. Could it be for support on obsolete Android devices where they’ve needed to re-implement missing APIs and features entirely themselves (like Firefox/Fennec and the Share menu)?
They could also be using completely different local AI tooling, or a custom trained model that has a higher space footprint compared to other similar apps. As always the true answer lies in the available code…
Edit: Grayjay’s = The Grayjay
This looks like one of those low cost netbooks from the time where “EPad” and “MID” tablets were a thing. There is an edition of Windows CE floating around for these - but WiFi will not work, neither the modem if this has one built in.
No idea about Linux - there is a kernel so you’re technically half way there, but considering most of these had a slow single core ARM CPU and 256MB of RAM on a good day, practical use is limited IMO
Chromium… I’m so getting downvoted with this one.
Why? Anyone is free to use whatever browser floats their boat 🤷♂️
Firefox itself is quite sluggish and slow to open on that piece of hardware
Do you get the same issues on an older version of Firefox for that device? If yes, proceed with caution - your device’s internal EMMC might be nearing EOL considering how old Android 6 is
But the problem is they all do not support modern arm64 apps that most Android phones use nowadays. Instead they need this other type called armeabi-v7a
They probably just stopped building for Android 6 devices. The SDK and various third party libraries continue to add new features all the time, and unlike Firefox, the majority of devs do not have the time or resources to manually code-in the missing bits to retain compatibility with old versions of Android. As a side effect, these custom implementations may have bugs or issues that go unnoticed due to the shrinking install base.
One of the more noticeable bits that changed is the Share API, which is why Firefox’s one looks so different vs every other app. There are other things like enhanced battery optimization and the storage API, which have changed a lot since Android 6.
IMO your best option is an older version of FF, or install Lineage (etc) on that device and use another browser
Edit: change “age of device” to “shrinking install base”
IIRC Beehaw doesn’t federate downvotes. The OP has been pretty heavily downvoted for no valid reason
I’ve tried both on my low powered HTPC and came to the same conclusion - especially noticeable where video acceleration is concerned
Something about that channel feels “off”, don’t know what it is. Maybe all the rants and abundance of negative opinions?? Perhaps it’s the culture difference in how he communicates on camera?
The only positive videos I’ve seen are him moving to macOS, the dell laptop one, and i guess the keyboard one, the other ones seem to be mostly opinion pieces & rants. There are other channels that do a better, more balanced job of this I think
Explains why I was having issues with this in Gnome on my HTPC…
Ended up making a remote button shortcut to maximise and restore apps
I used to have only 4GB in my old Linux HTPC, didn’t take much for it to choke when using the browser. Upgraded to 16GB and no issues since
Absolutely love the ability to share links from my android and have them open automagically on my linux HTPC. Also made a command shortcut for my laptop so I can unlock it from my android. Really versatile
FFmpeg (libavcodec) is just one of 22 codecs that VLC is shipped with
After one Google search on my work laptop I was looking for searx instances - a lot of those were going down too due to rate limiting 😭
I use it on the deck - it works really well, however you can definitely see the artifacting when fast motion is occuring. There are also some odd bugs when using SMAA with FSR turned on, where the frame gen model gets confused and starts moving the game UI/HUD with the camera.
Apparently it works much better at framerates above 60FPS since the model has more data to predict future frames…
If you have genuine DLSS available it’s probably better to stick to that IMO
I do something similar for my property’s exterior cameras, which are streamed to my VPS in ‘real-time’.
You will need to re-encode the footage - videos are already pretty well compressed, so traditional compression methods like 7z (lzma), gz, zip etc being layered on top can’t compress them further.
For your solution, I’d probably run a find
every minute w/ cron to look for these files in a staging/watch folder, move them to another folder so they aren’t picked up on the next run, then re-encode with ffmpeg. Do note that when you re-encode footage, you always lose quality, even if you’re on a high quality preset.
I have a feeling that the Handbrake project can do this with a watch folder though, so might be worth looking into that. After a quick search this looks easier to setup than my solution:
https://github.com/HandBrake/HandBrake
https://github.com/shannah/handbrake-watcher
The few times I’ve needed to
man [app name]
on a system without internet access or on an obscure utility, I’ve always been able to find what I need in the included docsI hope the dev eventually gets sponsored, this is one of those utilities that you don’t think you need until
--help
doesn’t cut it