Downvotes are to show that the content does not contribute to discussion. This comment is not related to the top-level post, and looks to be low-effort trolling, so it is not contributing to discussion, and deserves downvotes.
- 0 Posts
- 16 Comments
randy@lemmy.cato
Privacy@lemmy.ml•Announcing CoMaps! Navigate with Privacy - Discover more of your journey!
1·1 year agoThat sounds like an issue with the underlying OpenStreetMap data that is used by Organic Maps (and CoMaps, and OsmAnd, and others). Map quality depends on where you are in the world and who is contributing to the maps there. If data is incomplete around you, you could contribute to it (but easier said than done, I know).
I can’t say why the route would be hours longer than Google maps, but I’ve noticed OsmAnd~ tends to overestimate drive time for me (I think it overestimates delay from traffic lights). Or it could just be that calculating routes on your phone doesn’t always give results as good as calculating routes on Google’s servers.
I used to have scripts like that, but eventually switched to ssh aliases. You can set up an alias for each machine in
~/.ssh/configwith lines like this:Host p1 HostName 192.168.1.123 Port 22 User piThen access with
ssh p1. Slightly more typing, but avoids adding more commands to your $PATH. Also has the benefit of letting you use the same alias with other ssh-related commands like sftp.
randy@lemmy.cato
Technology@lemmy.world•Front Brake Lights Could Drastically Diminish Road Accident RatesEnglish
3·1 year agoAutomatics also allow for engine braking. From a quick search, it sounds like a toss-up as to whether that triggers brake lights. Regardless, the article mentions the benefit is not only from cars slowing down, but also from indicating that a car is preparing to stop or “that a stationary vehicle might initiate movement”. Neither of those can be done by an engine brake, so front brake lights would still have a benefit even with a driver that likes engine braking.
randy@lemmy.cato
Technology@lemmy.world•Research shows more than 80% of AI projects fail, wasting billions of dollars in capital and resources: ReportEnglish
2·2 years agoIt sure feels like we’re at the peak of the Gartner hype cycle. If so, the bubble will pop, and we’ll end up with AI used where it actually works, not shoved into everything. In the long run, that pop could be a small blip in overall development, like the dot-com bust was to the growth of the internet, but it’s difficult to predict that while still in the middle of the hype cycle.
randy@lemmy.cato
Technology@lemmy.world•No one’s ready for this: Our basic assumptions about photos capturing reality are about to go up in smoke.English
533·2 years agoRelevant XKCD. Humans have always been able to lie. Having a single form of irrefutable proof is the historical exception, not the rule.
randy@lemmy.cato
Privacy@lemmy.ml•A web browser extension for accessing I2P network anonymously
8·2 years agoTechnologically, I2P handles large data transfers much more efficiently than TOR. That makes I2P useful for torrenting large files like Linux ISOs.
randy@lemmy.catoAsklemmy@lemmy.ml•If you had to give one piece of advice that is pretty much universally applicable, what would it be?
0·2 years agoYou need to sleep.
randy@lemmy.cato
Linux@lemmy.ml•Thunderbird's New Rust Integration: The Future of Email Clients?
11·2 years agoK-9 mail… isn’t supported or being developed any more.
That’s not true. They make frequent-enough releases, they post monthly progress reports, and they are actually going to become Thunderbird’s Android version.
Having said that, I almost switched to FairEmail because K-9 lacked support for some sort of authentication measure (which I no longer need), but that wasn’t because K-9 stopped development.
If you want a preview of an uncaring and anti-consumer Valve, look no further than the company’s efforts on Mac.
Valve never updated any of its earlier games to run in 64-bit mode… Apple dropped support for 32-bit applications in 2019
Funny enough, the only platform with a 64-bit Steam client is Mac.
I don’t disagree with concerns about monopoly, but the author’s key example is Macs. And from the example, it sounds to me like Apple disregards backwards compatibility (dropping 32-bit support, moving to ARM chips) and Valve isn’t investing to keep up. Meanwhile, Windows has a heavy backwards-compatibility focus, and Linux isn’t too bad either, so no wonder they still get Valve’s attention. So who is being “anti-consumer” in this example, Valve or Apple?
randy@lemmy.cato
Linux@lemmy.ml•Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
5·3 years agoAt a glance, it looks like Aegis generates standard TOTP tokens, which means there’s a lot of software that can do the same thing, so you don’t need to emulate Aegis. I use pass-otp (an extension to pass), but that’s command-line-only, and a lot to deal with if you’re not already using pass. From a quick search, it looks like Keysmith and OTPClient are decent graphical alternatives. From another quick search, OTPClient is available in Ubuntu 23.10.
Edit: Re-reading your post, your issue is that you don’t like logging in on your phone, right? But Aegis just provides the code, you should be able to use the code from your phone to log in on your computer. TOTP codes are only affected by the secret values and the current time, so the code generated on your phone can be used on any device.
randy@lemmy.cato
Technology@lemmy.world•Stealthy Linux rootkit found in the wild after going undetected for 2 yearsEnglish
26·3 years agoFrom the article:
The researchers have so far been unable to determine precisely how Krasue gets installed.
So no one knows yet. But I feel that the existence of malware in the wild is newsworthy, even if we don’t know how it got there. Regardless, you and I probably don’t have to worry about it unless you’re a Thai telecom.
randy@lemmy.cato
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•A story of MATLAB piracyEnglish
621·3 years agoFrom a quick search, a MATLAB student license is $50 (USD, probably), which is less than most textbooks but still not nothing. Whether piracy is justified or not, I just want to point out that this is how they get you. Microsoft gives cheap Office licenses to schools and Adobe turns a blind eye to amateur piracy of Photoshop because they know that getting you comfortable with their software early means you’re more likely to pay to keep using it professionally later. I don’t know if MathWorks had a hand in the MATLAB requirement (I would bet it was just a prof who wants to stick with what they know), but good on you for trying to push for alternatives and testing against Octave.
I’ve also been on freedns.afraid.org for many years. Back when I switched from dyndns, it wasn’t possible to get Let’s Encrypt certificates on afraid.org’s domains, but that might have changed. I worked around it by taking a domain I already owned and using a CNAME to point it at my afraid.org domain.


I host a CalDAV server (specifically Nextcloud’s Calendar app, though plenty of others exist, like Radicale) and all my devices sync with it.