[-] Telorand@reddthat.com 2 points 14 minutes ago

The infected apps are at the end.

The researchers found Necro in two Google Play apps. One was Wuta Camera, an app with 10 million downloads to date. Wuta Camera versions 6.3.2.148 through 6.3.6.148 contained the malicious SDK that infects apps. The app has since been updated to remove the malicious component. A separate app with roughly 1 million downloads—known as Max Browser—was also infected. That app is no longer available in Google Play.

The researchers also found Necro infecting a variety of Android apps available in alternative marketplaces. Those apps typically billed themselves as modified versions of legitimate apps such as Spotify, Minecraft, WhatsApp, Stumble Guys, Car Parking Multiplayer, and Melon Sandbox.

People who are concerned they may be infected by Necro should check their devices for the presence of indicators of compromise listed at the end of this writeup.

[-] Telorand@reddthat.com 11 points 3 hours ago

It is a stupid world where people pay to have a megalomaniac billionaire's megaphone inserted into their daily lives.

[-] Telorand@reddthat.com 61 points 4 hours ago

What? The "strongman defender of freedum of spech" Melon Husk is actually a weak little baby that folded like a wet cardboard box? Wow, I'm shocked.

[-] Telorand@reddthat.com 12 points 4 hours ago

Maybe connecting a server to your network, giving it implicit trust, and leaving the default login credentials was a dumb move...

[-] Telorand@reddthat.com 4 points 5 hours ago

Shades? A real tech enthusiast uses PDLC Film!

(Seriously, I wish I could afford some for all my windows.)

[-] Telorand@reddthat.com 5 points 5 hours ago

Nouveau is not appropriate for gaming. NVK is potentially a contender for the RTX and above cards, but it's still in development, so YMMV greatly.

Otherwise, you're stuck with the proprietary drivers. You might see about installing an X11 session, though. I believe Bazzite installs both Wayland and X11 for Nvidia users for this reason.

[-] Telorand@reddthat.com 4 points 5 hours ago

Druidry is/was an ancient practice that was inherently spiritual but was likely an early analog to scientific inquiry, with an emphasis on passing that knowledge down and ensuring new members became experts in their own right.

[-] Telorand@reddthat.com 6 points 6 hours ago

Or they underestimated how much peanut butter they're eating. But that was my thought too, NAFLD is typically caused by obesity, so maybe my hypothesis holds water.

[-] Telorand@reddthat.com 4 points 6 hours ago

Good for you. Empty calories anyway

[-] Telorand@reddthat.com 6 points 6 hours ago

I've always heard that peanuts were kind of the last option you'd want to pick among nuts, specifically because they're so high in saturated fats (about 20% of the fat content). They're not bad per se, but there are much better options.

Still, they're a great source of added protein and unsaturated fats, but like you said, don't rely on them as your primary source.

[-] Telorand@reddthat.com 17 points 7 hours ago

Like imagine living years of your life desperately calling out to someone, anyone, and you finally hear someone - you desperately rush over, but there's there's nobody there. You're sure you heard someone, but there's nothing, except you.

You just basically summarized the experience of people deconverting from fundamentalist Christianity.

[-] Telorand@reddthat.com 13 points 8 hours ago

There's at least eight AITA communities.

37
submitted 2 weeks ago by Telorand@reddthat.com to c/climate@slrpnk.net
13

I've been thinking about getting a couple of Yubikeys for a partner and myself, but we share certain accounts. While I would love to have the Yubikey 5 that can store TOTP, that seems like it could be problematic for shared accounts.

Would using the cheaper Yubico Security Keys to unlock Bitwarden Premium vaults, that use a Shared Organization, be a better/more sane option than trying to sync up TOTP secrets every time a new shared account gets added? Any other critiques or suggestions?

49

cross-posted from: https://reddthat.com/post/24214265

So, a couple years ago, somebody published the 2017 free desktop client of SketchUp on the chocolatey repos, and I managed to snag it before it got taken down. I use it primarily to make woodworking plans.

I'm wrapping up my transition plan to Linux, but I'm not really up to date on SketchUp alternatives. The only ones I know of are Blender (afaik more for animation and 3D printing) and FreeCAD (CAD seems like overkill, since I'm just doing simple cuts and joinery).

Are there good Linux/FOSS alternatives to SketchUp that have similar features, or is the web client the only reasonable option?

29

So, a couple years ago, somebody published the 2017 free desktop client of SketchUp on the chocolatey repos, and I managed to snag it before it got taken down. I use it primarily to make woodworking plans.

I'm wrapping up my transition plan to Linux, but I'm not really up to date on SketchUp alternatives. The only ones I know of are Blender (afaik more for animation and 3D printing) and FreeCAD (CAD seems like overkill, since I'm just doing simple cuts and joinery).

Are there good Linux/FOSS alternatives to SketchUp that have similar features, or is the web client the only reasonable option?

49
submitted 1 month ago* (last edited 1 month ago) by Telorand@reddthat.com to c/technology@lemmy.world

This isn't a joke, though it almost seems like one. It uses Llama 3.1, and supposedly the conversation data stays on the device and gets forgotten over time (through what the founder calls a rolling "context window").

The implementation is interesting, and you can see the founder talking about earlier prototypes and project goals in interviews from several months ago.

iOS only, for now.

Edit: Apparently, you can build your own for around $50 that runs on ChatGPT instead of Llama. I'm sure you could also figure out how to switch it to the LLM of your choice.

5
submitted 2 months ago* (last edited 2 months ago) by Telorand@reddthat.com to c/linuxquestions@lemmy.zip

cross-posted from: https://reddthat.com/post/21668140

I have a VPN daemon that needs to run before the client will work. Normally, this would have been set up automatically by its install script, but the system is immutable.

I've created the systemd service via sysyemctl edit --force --full daemon.service with the following parameters:

[Unit] 
Description=Blah
After=network-online.target

[Service]
User=root
Group=root
ExecStart=/usr/bin/env /path/to/daemon

[Install]
WantedBy=multi-user.target

I've verified that the daemon is actually executable, and it runs fine when I manually call it via sudo daemon. When I try to run it with sudo systemctl enable --now daemon.service, it exits with error code 126.

What am I missing?

Edit: Typo, and added the relevant user and group to the Service section. Still throwing a 126.

Solution: the system wanted /usr/bin/env in ExecStart to launch the binary. The .service file above has been edited to show the working solution.

72
submitted 2 months ago by Telorand@reddthat.com to c/linux@lemmy.ml

I'm working on my transition plan away from Windows and testing out various things in VMs as I do so, and one big hurdle is making sure the VPN client my work requires can connect. Bazzite is my target distro (primarily gaming, work less frequently), though other more traditionally structured ones like Pop!_OS and Garuda are possibilities.

I'm currently trying and failing to get the VPN client working in a distrobox (throws an error during connection saying PPP isn't installed or supported by the kernel). However, I can successfully get the VPN connected if I overlay the client and its dependencies via rpm-ostree install, but I read somewhere that Bazzite's philosophy is to use rpm-ostree as sparingly as possible for installing software to preserve as much containerization as possible.

Since I can get it working outside of a container, am I overthinking it? Should I just accept that this might be one of the "sparing" cases? Is Bazzite perhaps a poor fit for my use case? I've been trying to make sense of this guide, but I'm having trouble understanding how to apply it to my situation, since I'm not that familiar with Docker or Podman.

60

For example, I saw a post the other day detailing how to set up a Brother laser printer on Kinoite. That's not something I would have initially considered a potential problem to be solved. Another I ran into some years ago had to do with an Edimax WiFi dongle that used some weirdly specific Realtek 8812 radio, for which you had to set up the driver via dkms. A little prep and knowledge in advance would have saved days of searching online.

I've started a personal to-do list of things to research and make sure I have all my ducks in a row before I make the full-time switch on my main desktop, so besides the usual "back up your files" advice, I'm hoping y'all can point out some QoL things I and others may often miss!

64
Why openSUSE? (reddthat.com)
submitted 3 months ago* (last edited 3 months ago) by Telorand@reddthat.com to c/linux@programming.dev

First, let me be clear up front that I'm not promoting the idea that there should be one "universal" Linux distro. With all the various distros out there for consumers, there's lots of discussion about Arch, Debian, and Fedora (and their various descendant projects), but I rarely see much talk about openSUSE.

Why might somebody choose that one over the others? What features or vision distinguishes it from the others?

Edit: I love all the answers! Great stuff. Thanks to everyone!

42

Now that late spring/early summer is upon us, there's increasingly more headlines about less rain in various places (recent floods notwithstanding). I'm assuming that's because water is evaporating and not returning to those places, but where is it going?

Is it arriving, now, in these bursty flash floods? Is it staying longer in the atmosphere and moving to new locations? Is more of it just staying in the atmosphere period?

21
submitted 4 months ago by Telorand@reddthat.com to c/freegames@feddit.uk
14
submitted 4 months ago by Telorand@reddthat.com to c/freegames@feddit.uk
view more: next ›

Telorand

joined 1 year ago