Salta al contenuto principale



GrapheneOS Location Services


Should I enable WIFI scanning / Bluetooth scanning / Network Location under setting->location->location services?

Which one would help me navigate inside a building or underground using open source maps?

I haven't tested yet, does google map requires any of those location services enabled to work? Should I just use google map in vanadium?

thanks a lot

Questa voce è stata modificata (2 mesi fa)
in reply to pogodem0n

thanks a lot!

though could you briefly explain the term "Network Location"? what does this "network" represents? How is it going to help with location and geopositioning? My understanding is that by enabling "Network Location" the location defined with "Network" is sent to SLP server as assisted data for geopositioning.

I would assume "Network" represents cellular data, hope someone could confirm

in reply to Holeheadou92984

You need a direct line of sight with satellites for GPS to work.

Of course, this is almost impossible indoors. Here's how network location works to my understanding:

Another person outdoors uses GPS to locate themselves. This person has Wi-Fi and Bluetooth enabled and their device can see your home/office network. Google and Apple save this information to their databases. When you request your location indoors, your device sends Wi-Fi information of nearby access points. The servers know approximate location of this Wi-Fi network and can give you your approximate location, though with a large margin of error.


in reply to stupid_asshole69 [none/use name]

Cash by physical mail. Letters are traceable, bank notes are traceable, and physical objects you have been in contact with are virtually guaranteed to have both your fingerprints and DNA on them, no matter how hard you try to prevent that.

Cash by mail is fake privacy.

in reply to Vegafjord eo

Cryptocurrencies are a waste of resources and gives might to those with computing force, that is the mighty.

There is no reason to inbosom it.

Let's rather effort towards moneyless societies.

in reply to Vegafjord eo

While the international banking system is all run by a hamster wheel?

I don't care if the revolution happens tomorrow. Neither of us will se a moneyless society. Next generation perhaps.

Questa voce è stata modificata (2 mesi fa)
in reply to Vegafjord eo

That is your opinion and an opinion that we do not share. I agree with you that most cryptocurrencies are bad.

However, there are some real diamonds mixed in with the lumps of coal, and you should really try to find them.


in reply to ☆ Yσɠƚԋσʂ ☆

That thing next to the man isn't human to begin with. 😆
You can't expect the AI to make an authentic rendering of Chupakabra.
in reply to ☆ Yσɠƚԋσʂ ☆

What the...
is this a real photo? Does she actually look like that??


The Ruling Class Is Causing Collapse




in reply to nivenkos

unexpected lesson, but that umask in a subshell is very clever!


Opioid pills discovered in US-backed food aid, Gaza authorities say


The Gaza government media office on Friday condemned the discovery of oxycodone pills reportedly discovered in flour bags distributed by “American-Israeli” aid centres.

“We have so far documented four testimonies from citizens who found these pills inside the flour bags,” it said in a statement, warning of the “possibility that some of these narcotic substances were deliberately ground or dissolved in the flour itself”.

Oxycodone is an opioid meant to treat severe and long-term pain, often prescribed to cancer patients.

The drug is highly addictive and can have life-threatening effects, including breathing complications and hallucinations.

The media office’s statement comes after several social media posts shared images of pills purportedly discovered in flour bags in Gaza.

in reply to disguy_ovahea

It’s a brutal war and medical supplies are being rationed, if they exist at all. When hospitals don’t have meds, or can’t give rationed meds to lower priority people who are suffering, those desperate people resort to smuggling.

I’m sure there are also addicts who can trade influence or high value items for oxy, but my money on this being for the sick and dying.

This always happens in war.

in reply to Ghostalmedia

Stop calling it a war. It's a genocide, a planned massacre, pretty similar to what the Nazis were doing. For it to be a war, there would have to be two sides fighting which isn't the case.
in reply to ctrl_alt_esc

My point is that Gaza is a conflict zone with people who are suffering and hospitals that can’t get the right drugs through Israel’s blockade.

I’m not trying to imply that Israel’s isn’t being a genocidal actor.

in reply to disguy_ovahea

The idea is to create widespread addiction and societal breakdown.

Israel and their US backers are pure undiluted evil.




MediaDRM identifier on GrapheneOS


Just a heads up for those who are using GrapheneOS. If you log into 2 (google or other) accounts on an installed app even on different profile, the service provider will still be able to link between your 2 accounts using MediaDRM. (Google will still know that both of the 2 accounts have been logged in on the same device)

More info:
- discuss.grapheneos.org/d/18315…
- discuss.grapheneos.org/d/9023-…

in reply to Holeheadou92984

Was able to get a different result using the media DRM toggle in developer settings

Verified results using TrustDevice

apt.izzysoft.de/fdroid/index/a…

trustdecision.com/

The other identifiers remained.

No appops or permissions change or prevent the exposure of other information.

Actually... Geto, can apply appop settings/values per app launch. And you can change the android_id value.

Questa voce è stata modificata (2 mesi fa)
in reply to masterofn001

thanks a lot

can you explain what this option does? What is Force Software Secure Crypto? and what is DRM key management and software-basedwhiteboxcrypto?

Also I'm having a bit trouble understanding how Geto work, would you be so kindly to link a tutorial below? thanks a lot

in reply to Holeheadou92984

So, the media DRM toggle switches from the hardcoded hardware ID to a software DRM. Creating a new DRM key.

developer.android.com/referenc…

Geto uses shizuku (an app that allows for adb/shell functionality) to change settings that are usually hiddden or inaccessible, or to give/deny apps permissions or features, or, as in the screenshot to change certain keys values. This allows you to change the environment and settings of the app on launch, and revert them on app close.

You can see all the current settings by using adb:

adb shell settings list [ global | secure | system ]

Or in termux with shizuku:
settings list [ global | secure | system ]

In the following screenshot I enter the shell using shizuku (rish) list global settings and find keys with adb. I change the value of adb_wifi_enabled (wirelese debugging) from 0 to 1 and set {1} as the default value.
Then I list again to show the change.

This is what geto is doing. But it assigns it to the action of launching/closing an app. While doing it manually via terminal set those values system wide.

Sometimes, though, you may want a system wide change (like if you want to change the accent colors or theme from RAINBOW to VIBRANT).

(There are other configs and properties you can viewed and modify using other commands.
(in shell try

cmd -l 

For a list of services. Some have user modable options. Be careful. If you don't know, don't touch.
Every setting can be searched . there are hundreds or thousands .)
Questa voce è stata modificata (2 mesi fa)
in reply to masterofn001

thank you so much!

Would you recommend everyone to turn on this DRM setting? Is there any downside? This seems like a perfect option to prevent MediaDRM tracking and I'm suprised it's not default turned on

in reply to Holeheadou92984

I wouldn't recommend anything.

This is only what I know.

There is much much much more I don't know.

This might be useful to use temporarily when you add an app that you know will read these values on install.

You may be able to use an app like geto to have this option toggled so that it only uses the developer settings option when the app is launched and returns to hardware when it closes.

Keep in mind there are a host of other identifiers on your device that can also be used to track and identify the user and device.

I like privacy and security.

in reply to masterofn001

thanks a lot

EDIT: turning this option on can only generate a random mediaDRM for different apps, but the same app will still have the same mediaDRM across different profile

so you can login to 1 accounts on google and also login to bank app they wont link you through mediadrm

hopefully someone could give a solution to spoof mediadrm for the same app across different profile

Questa voce è stata modificata (2 mesi fa)
in reply to Holeheadou92984

Seems the only real solution is to buy cheap burners.

Curious if using the website version of an app can pick up the mediaDRM key via the browser.

Questa voce è stata modificata (2 mesi fa)
in reply to masterofn001

Curious if using the website version of an app can pick up the mediaDRM key via the browser.


I think no, best to use all app through browser if you can

in reply to Holeheadou92984

And be careful with wallpapers, apps can get accent colors from your wallpaper, which are completely unique unless you use the default black one.


in reply to CashDragon

Seriously, Litecoin? Don't get me wrong, Litecoin is cool, but has nobody learned lessons? Like, at all? Litecoin has MWEB and thats the highlight.
in reply to shortwavesurfer

LTC is the usual path BTC maxi's take once they realize BTC is trash and captured by banking interests.


Which Distros Are Doing Best Currently?


What Distros do you want to shoutout and why you think they are doing well/are the best at what they do?

I am curious what is out there and have only had some experience with Linux Mint, SteamOS, and Pop!_OS

in reply to atmorous

NixOS is amazing, but it's also got a crazy learning curve. Once you grok it though, it really changes the way you configure your computer.

Fedora is always my favorite big name distro, they're constantly pushing the envelope and adopting new features that need some stability and exposure to mature.

in reply to atmorous

I'm currently using Pop!_OS, which is a great desktop distro.

I was using MX Linux a lot which is amazing for both times when you need a portable distro with lots of features and when you need something that will still run well on older machines.



self-hosted i2p+qbittorrent beginner quickstart


Thought I would share my simple docker/podman setup for torrenting over I2P. It's just 2 files, a compose file and a config file, along with an in-depth explanation, available at my repo codeberg.org/xabadak/podman-i2… And it comes with a built-in "kill-switch" to prevent traffic leaking out to the clearnet. But for the uninitiated, some may be wondering:

What is I2P and why should I care?


For a p2p system like bittorrent, for two peers to connect to each other, at least one side needs to have their ports open. If one side uses a VPN, their provider needs to support "port forwarding" in order for them to have their ports open (assuming everything else is configured properly). If you have ever tried to download a torrent with seeders available, yet failed to connect to any of them, your ports are probably not open. And with regulators cracking down on VPNs and forcing providers like Mullvad to shut down port forwarding, torrenting over the clearnet is becoming more and more difficult.

The I2P network doesn't have these issues. The I2P is an alternative internet network where all users are anonymous by default. So you don't need a VPN to hide your activity from your ISP. You don't need port-forwarding either, all peers can reach each other. And if you do happen to run a VPN on your PC, that's fine too - I2P will work just the same. So if you're turning your VPN on and off all the time, you can keep I2P running throughout, and continue downloading/uploading.

I2P eliminates all the complications and worries about seeding, making it easy for beginners to contribute to the network. I2P also makes downloading easier, since all peers are always reachable. And it's more decentralized too, since users don't need to rely on VPN providers. And of course, it's free and open source!

A fair warning though, I2P is restricted in some countries. And in terms of torrenting specifically, torrents have to explicitly support I2P. You can't just take any clearnet torrent and expect it to work on I2P. And the speeds are generally lower since there are less seeders, and the built-in anonymity has a cost as well. However I've been surprised at the amount of content on the I2P network, and I've been able to reach 1 MB/s download speeds. It's more than good enough for me, and it will only get better the more people join, so I hope this repo is enough for people to get started.

Questa voce è stata modificata (2 mesi fa)
in reply to xabadak

Is there a way I can do this without docker? I just run Qbit on my regular windows computer and don't wanna delve into Docker. Would Love to share the 5k+ torrents I have on the I2p network.
in reply to BlueRingedOctopus

You could just install the i2pd windows client, and then configure it to enable "SAM". You could use the i2pd.conf file in my repo as a reference, just make sure to use 127.0.0.1 instead of 0.0.0.0 so that only applications running on your computer would be able to access i2pd (0.0.0.0 is only needed for docker). Then you would configure your browser and qbittorrent the same way detailed in my repo, except make sure to enable "mixed" mode so that your torrents are seeding over both clearnet and I2P. Lastly, even though you'll be seeding your torrents over I2P, nobody will be able to find them unless you post them to an I2P tracker like Postman. I don't know how to submit torrents to Postman so you're on your own for that one
in reply to xabadak

Thank you! I just randomly found your guide in another Lemmy post and this kind of setup has been in my to-do list after I became "pro" with gluetun and qbitorrent (inside Docker) and thought the same could be done for i2pd but haven't had the time.

I have some questions

  1. I have been very happy about qbitorrent finally opening to i2p but recently found out that because it is using libtorrent it doesn't support DHT for i2p (while the official i2psnark client does). Don't you think is better at this point to still use i2psnark (and you would have the commodity to also have the browser included?) despite being in Java...
  2. For some reason, I would still feel insecure in using i2p without a VPN. It is said there is no need, ok, but what if I still want to use it. I guess it shouldn't harm? Like affecting speed or other factors? I would like to remove as much as possible any chance of my ISP sniffing on my connections.

PS: I have an improvement for your guide 😁You could add an extra container with Mullvad-Browser (still from linuxserver) to access Postman.



Dragon Age: Veilguard lead level designer Brian J. Audette responds to criticisms on Bluesky: "We couldn't have made a _better_ Dragon Age, only a _different_ one."


In a response to an article written for Bloomberg by Jason Schreier investigating the ten year "development turmoil," lead level designer Brian J. Audette refutes the notion that the game was "compromised" in a post on their bluesky account.

The full post reads:

Reposting without comment except: I refute that we made a bad or compromised game. We made the best version of what we released, warts and all. I'm damn proud of it and the team. We couldn't have made a better Dragon Age, only a different one.
in reply to nullpotential

I thought the game was alright overall, but it certainly did not feel like a Dragon Age game. The overall story was decent, however a lot of the dialogue was hamfisted. The real problem was that the gameplay felt like Jedi Survivor without the refined combat mechanics. As a result, combat quickly became tedious and repetitive. I also found that the NPCs were more or less fungible, and it really didn't matter who was in your party. This is a stark contrast with previous Dragon Age games where the whole fun was in scripting the behavior of different characters and coming up with clever ways of combine their abilities. Simply having kept the original mechanics, warts and all, would've resulted in a far better game in my opinion.


Support / options for laptop in tablet mode?


I installed Linux Mint on my Lenovo Yoga 7 laptop and it's been great, with the one exception of not really having a tablet mode when I flip the screen. Its not a huge deal, but I watch shows that way and sometimes miss an on-screen keyboard.

The actual keyboard stays active when flipped, which is fine until I pick it up or have it on my lap and accidentally hit some random key.

It seems from some looking around that Mint doesn't do great with this and I'm open to a different distro that's fairly beginner friendly, but even better if there are some options I'm missing to keep what I have.

in reply to JustOneMoreCat

mint uses X11 which should be considered legacy at this point. wayland (Gnome, Plasma) has all the touch and dock/undock and rotate and pen etc goodies. try it out from a liveUSB and decide for yourself.
in reply to glitching

Why is mint even recommended to new users at this point. Cinnamon is nowhere near Gnome or Plasma and both of these provide much simpler and more unified experience in things like settings


Nobara, Garuda, Bazzite.... wait actually CachyOS and Solus


I've been using Pop!_OS for a few years now, and it's worked like a dream. Everything works out-of-the-box, and gaming on Linux has never been easier. But it almost works a little too well. Learning Linux as opposed to Windows for all my games was a fun challenge.

But, now that I'm familiar with how to set up any game that needs a little help besides Proton, I'm starting to want to delve into my OS more to see what I can customize, and I think picking a new distro with slightly different architechture will be very nice.

Don't get me wrong, I still want something that works by itself more often than not. But I would love to have something a little more cutting-edge that gives me a little more control.

I started with Linux by installing Kubuntu, and I really miss KDE Plasma. I know Kubuntu is still on Plasma 5, and I've been wanting to find a distro that lets me use Plasma 6.

I've narrowed my choices down to three distros: Nobara, Garuda, and Bazzite.

So far, I've confirmed that Nobara and Garuda come with Plasma 6, but I haven't found that information for Bazzite yet.

So, what do you think about these distros? What are the pros and cons for you?

I'm leaning the most toward Garuda - but I'm worried Arch may be TOO big of a leap. I really just learned that Fedora is not Arch-based, so I know Garuda will be a bit of the odd one out of the three.

TL;DR: Nobara, Garuda, Bazzite - which one is good and do any suck?

EDIT:

Thanks, everyone, for the insightful and helpful comments! From what everyone has said, I've come to find that either CachyOS or Solus will fit my needs best.

CachyOS seems optimized for gaming, while Solus' curated rolling releases seem (to my untrained eye at least) to be somewhat of a step between the way Debian-based distros upgrade and the way Arch-based distros upgrade.

I'd love to hear people's experiences with both of these! I think I'm going to try to dual-boot them and see what setup looks like for both.😄

Questa voce è stata modificata (2 mesi fa)
in reply to VerilyFemme

Solus is a great choise for desktop. The Solus team is doing well lately. 😀
They have even weekly updates on updates. Really great comminication towards users.
in reply to Mark12870

I ended up going with CachyOS because I feel confident enough to try Arch now, but I think Solus is going to be my go-to when recommending for beginners, once I try it a bit more. I think it's a good blend between stable and cutting-edge, plus getting to tell people that you won't have to replace it with Solus 2 eventually is kinda a big selling point.

in reply to learnbyexample

Shit... kind of makes me want to learn Rust now!

Anyway, wonderful write up. No BS, both shortcuts if you just want to the code and in depth links e.g. beyondlogic.org/usbnutshell/us… all written with a fun tone. Plenty of actually useful content showing us all that sure, it is not trivial to write a (USB) driver but it is also probably not as hard as we imagine. Particularly enjoyed the :

  • userspace driver, namely being able to tinker locally without feel the pressure to push back the work to Linux the kernel itself
  • libusb and other drivers, namely that there is a myriad of points to start from already, not just writing reverse engineering bits in memory to the new device and hoping it'll work


found a fix for MDN Web Docs demos not working


Recently, some interactive "demo" boxes (example here) in the MDN web docs stopped working on LibreWolf for me. The preview was blank and clicking on the buttons did nothing.

Turns out I had enabled "Limit cross-origin referrers" in settings, and unchecking the box allowed MDN to work normally.

Hope this helps!

Questa voce è stata modificata (2 mesi fa)


Accidentally wrote an ISO to an encrypted 5TB drive… Help?


So, I did a thing - accidentally selected my 5TB external NTFS hard drive (encrypted with VeraCrypt) as the target for writing an ISO. The moment I noticed that "Impression" had switched the drive letter, I immediately killed the process. But yeah… damage done.

Now, the situation:
- Currently shows up as:
- 6 MB FAT
- 4.3 GB
- 2 TB unallocated
- 2.6TB unallocated
- The VeraCrypt volume obviously no longer mounts.
- Drive was somewhat crucial - lots of structured data I’d really prefer to recover with the original file system intact.

I know chances are slim, especially with encrypted volumes, but has anyone had luck recovering from something like this? I’m open to commercial recovery tools or command-line wizardry. Would love to hear from anyone who’s been down this road.

Any thoughts or recommendations?

Questa voce è stata modificata (2 mesi fa)
in reply to Einar

Any thoughts or recommendations?


::: spoiler Tap for spoiler
Backup important data
:::

in reply to Einar

I'm gonna be the one to say it. You've ruined your ability to decrypt the data. You can try a recovery service but expect to pay a lot for zero results.

I'm sorry this happened to you.

Edit: don't go with commercial software, find a recovery service

Questa voce è stata modificata (2 mesi fa)
in reply to Luci

Drive Savers has a cleanroom. They got my data back in 2001 or 2002. It costs a lot.
in reply to some_guy

This case is due to a logical problem. Cleanrooms are only necessary for physical repairs, like swapping the Head Stack Assembly.

DriveSavers’ cost of entry for a successful recovery is about $2,000. They’ve even given that quote to an iPhone user who needed nothing more than a screen replacement.

Their “state of the art facility” is appropriate for hardware cases where money is no object and you need the best of the best to deliver results no matter the cost.

Realistically, most regular people will be well taken care of using a reasonably priced service like 300 Dollar Data Recovery.

in reply to Luci

expect to pay a lot for zero results


Industry standard for data recovery specialists is “no data, no charge”

in reply to Luci

Where is “here”?

You might want to check out the member listings at datarecoveryprofessionals.org/

These organizations generally seem to hold themselves to a “better” standard than the rest of the industry.



Cloud storage solutions with Linux


I am trying to get away from Google and am looking for a decent cloud service that's integrated well into Linux, either by itself or by using rclone.

I tried Proton drive, but it is laggy and overall not very good.

I just need storage, nothing fancy. Self hosting is not an option tough, at this time.

EDIT: I don't want to write the same answer 15 times, so I'll just put this here: Thanks a lot for the recommendations to all of you! I've got some reading up to do now 😀

Questa voce è stata modificata (2 mesi fa)
in reply to Gloomy

rclone with the integrated file encryption and one of the supported Provider.
in reply to Gloomy

Koofr has desktop client for Linux.


looking to migrate off gmail finally


I'm considering finally jumping off gmail. I'm not going to host my own email since I just don't have the skill to secure that thing well enough myself. Any mail server I set up would become a botnest within hours. So that has me looking at third party stuff.

Proton has a mostly good reputation, though their CEO's twitter post a while back praising the Trump regime makes me question if I should trust them with anything. I don't know enough about the entire situation to know if its just internet drama or a real concern, but anything involving Trump is a huge red flag for me.

Tuta looks pretty nice but I've read there are concerns about it being in a country that's part of the 14 eyes collaboration, so it might not matter what the organization wants if the government of the region they are in says fuck off and do what we tell you.

On the lower end of concerns, I am in the Apple ecosystem. (boo hiss I know). I like the clean and simple built in apps like email and calendar and how the notifications all work across my watch, phone, mac and homepods. I like how safari can just jump in and throw an email alias at things for me. I like how all my stuff is managed. But I also know Apple could piss me off at any moment and make wild sweeping changes I might not like, so relying on them too much could screw me over someday. I dont know, right now I really like their setup but portability does seem to matter more ultimately so this switch does seem like a better idea in the long run, even if I'm giving up features I may enjoy.

What are your opinions on the privacy email and calendar services in 2025? Should I even both with a cloud based calendar in the first place?

Questa voce è stata modificata (2 mesi fa)
in reply to land

I. like the idea of simplelogin as it seems to do what I'm already doing with icloud plus but it suffers the same problem. the messages are flowing through a third party before they get to me. why would I trust a third party?
in reply to muusemuuse

FWIW, Proton has acquired SimpleLogin. As such, I perceive/regard it as an extension to Proton rather than a third party.


in reply to Capitanmaroon

Like many others have suggested, you may want to try Bitwig. I understand that it's the alternative DAW that is the most similar to Ableton. The company was started by a group of ex-Ableton employees, so it's not a coincidence. Many people online feel that it's in general a better DAW than Ableton, so you may end up liking it. It supports Linux natively, even provides an official flatpak (or Ubuntu installer?)

It's not as expensive as some make it out to be, and it's on sale right now for a few more days. I just yesterday bought Bitwig Studio Essentials. They have 3 editions and Studio Essentials is the starter version, currently $79 (reg. $99). The next level up is Studio Producer, currently $149 (reg. $199), and the top level is just Studio, currently $299 (reg. $399). They also offer rent to own for $16/month for 25 months on Splice.



What problems can I expect using Linux (Fedora) with an NVIDIA GPU?


I'm planning on getting a laptop within the next month which will be my daily driver for university, and it has a RTX 5060. I know people have lots of issues with NVIDIA on Linux, but I don't know of any specific issues. What issues can I expect running Fedora 42 (KDE) on this device?

I am not responding to most comments here, but I am silently taking them into account.

Questa voce è stata modificata (2 mesi fa)
in reply to Interstellar_1

A lot of the info here reads as outdated to me, I have a 40 series card and on bazzite with open drivers it works with zero issues on major titles like Cyberpunk, Horizon, etc. The open drivers have come a long way. It took maybe 5 months post 40 series release for it to work 100% with no glaring issues for me, but 40 series was also the first cards to be launched with the open drivers so it makes sense there'd be hiccups

The only issues I've had on Wayland are color related.

Questa voce è stata modificata (2 mesi fa)
in reply to marcie (she/her)

Thanks, hopefully my experience is similar. I think the 5000 series came out less than a month ago as well, so it might also take some time for me.


wyndham hotels leaks personal data....and is totally okay with it


I got a new phone number last year. The last person who owned this number just left all her accounts tied to this number and one by one I've been reaching out to the places tied to it telling them they have the wrong number and to stop using this one. Simple enough.

But there is one company that refuses to stop using this number. Wynhdam hotels absolutely refuses to do anything about this. They keep sending me notifications and check in confirmations for her hotel visits. Using just the texts they send me, I know her full name, email address, home address, her reservations at the hotel, which hotel she's going to and what days. Using past conversations with the other hotels she's been to (called in to tell them to stop this months ago), I know she's been kicked out for making a scene in the lobby or something. Looking online, I see she has a criminal record, and a history of child custody losses, drug abuse, and is apparently an "experienced college girl" on an escort site.

In my most recent calls with wyndham, they told me that they can't change the number out. I will need to contact this charming person and have her do it. I am absolutely not getting involved in that mess in any capacity. I'm still telling her johns and dealers this is the wrong number.

Once I explained to the call center supervisor I was escalated to this has gone on long enough and I'm willing to let an attorney deal with it, they put me on hold and supposedly took my number off the account. But the next day, I get another notification. It seems she is providing her services again and it's still making that my problem. So I call and get routed to a promotional department that said they have no idea why they got this call, but I should probably just sue.

I tried calling the number listed on the confirmation texts but it goes to a dead end line that just asks for a remote access code and then hangs up, so I can't ask the hotel she is actually at flag her down and say "hey, you need to update your number."

I emailed their privacy department yesterday but the notifications are still coming in. I can't change my phone number at the moment as I'm dealing with some delicate matters that are tied to this number so I can't risk changing the number at this time.

How can I get wyndham to take this seriously? This is a dangerous amount of information I was able to get off a recurring text they know is going to the wrong place.

Questa voce è stata modificata (2 mesi fa)
in reply to sneaky

Not always true. Letting me from an account information TO something specifically is a risk, but simply demanding they remove MY data from an account that’s not mine is not a fraud concern. Thats the opposite of a fraud concern.

Moreover, I was able to prove I have that number in that I have all the information they gave me access to through that number.

in reply to muusemuuse

If your in the US you can tell them you'll report them to the FTC and fcc as unsolicited spam text messages that have no means to opt out. They must provide a means to stop receiving text messages per can spam act. If they refuse you report them and then they face 50k in fines per message. You also get to have federal record at least that you didn't want the text messages. You could also file a police report. The cops may roll their eyes, but just tell them you just want something on record that the former number owner waa a shady character and want to avoid any potential legal issues in the future for having their number and getting weird calls or texts.

fcc.gov/consumers/guides/stop-…

ReportFraud.ftc.gov




WhatsApp rolls out AI-generated summaries for private messages


cross-posted from: rss.ponder.cat/post/215685

WhatsApp can now call on Meta AI to summarize your personal chats. As shown in a GIF, you can access it by tapping the button to unfurl all of your unread messages in a chat. But instead of showing your messages, WhatsApp uses Meta AI to generate a bulleted summary of what you missed.

The feature is rolling out in English in the US, with plans to launch in more countries and languages later this year. It uses Meta’s Private Processing technology, which the company claims will prevent it and other third parties from snooping on your messages.

WhatsApp, which is owned by Meta, says its AI message summaries are optional, and the feature is turned off by default. You can also use WhatsApp’s “Advanced Privacy” setting to prevent users from using AI features in group chats. We still don’t know if WhatsApp’s AI message summaries will struggle with accuracy, which is something we saw with the launch of Apple’s AI-generated message and notification rundowns.

Over the past year, Meta has continued stuffing different AI features into WhatsApp, including a way to ask Meta AI questions from within a chat, as well as a feature that generates images in real-time. Some users have grown frustrated by the new Meta AI button in the bottom-right corner of the app that they can’t turn off or remove. Meta also sparked backlash with another change that brought ads to the app — something its founders said they never wanted to do.

The app’s Private Processing is supposed to conceal your interactions with its AI model by creating a “secure cloud environment,” preventing Meta or WhatsApp from seeing your summaries. Other people in the group chat won’t be able to see the message summaries, either.


From The Verge via this RSS feed

in reply to schizoidman

Do people actually use stuff like this? Like who has ever needed help reading a text message?
Questa voce è stata modificata (2 mesi fa)
in reply to HiddenLayer555

If you need an AI summary to read texts from your friends… Your friend either has the worst case of main character syndrome, or you’re a bad friend for not putting in the effort of reading what they have to say!


Alright fine I admit it, I want to learn Linux


I'm just so sick of Microsoft and Google.
But there's two things holding me back:

1) I wanna play Steam games on my PC

2) I am just an amateur hobbyist, not a tech wizard

Is there any hope for me?

Questa voce è stata modificata (2 mesi fa)
in reply to TimewornTraveler

::: spoiler spoiler
aklsdfjaksl;dfjkl;asdf
:::
Questa voce è stata modificata (2 mesi fa)
in reply to TimewornTraveler

So much words in this thread... Head over bazzite.gg and get f*ing started! You will love it!!


Oracle, OpenAI Expand Stargate Deal for More US Data Centers


Link without the paywall

archive.ph/cz5BX



Oracle Inks Cloud Deal Worth $30 Billion a Year


Link without the paywall

archive.ph/OJl9D



Tor + Clearnet Privacy chat app


I made an ephemeral onion chatroom, inspired by Ricochet and OnionShare, just for fun. Anyone wants to try?
This app has a clearnet version and tor version as well!
- Clearnet: shadowtalk.yuzukateam.io.vn/
- Tor: 74xhglgkx3yq5o5ibiehpfwoq4jxb62323ydzam56fvqbkuo6kd7tcid (hash)
- And it open source!!!:github.com/plsgivemeachane/Sha…
I really like to get some feedback. Have fun everyone!



A smart charging method for bike rentals


youtu.be/xfQyZxVg4yA


“Il periodo PIÙ DIFFICILE della mia VITA” (il conto della sfiga by ADC)


Ultimamente Alessandrone ha iniziato veramente a spingere… non che non lo facesse da anni e anni, però con questi ultimi video si sta superando pericolosamente tanto. E questo che è uscito stasera penso possa essere interessante per tutti… probabilmente anche perché l’argomento non è lo studio, ehh vabbé. Che poi… da quando ha un giardino […]

octospacc.altervista.org/2025/…


“Il periodo PIÙ DIFFICILE della mia VITA” (il conto della sfiga by ADC)


youtube.com/watch?v=5_QCU4ngCW…

Ultimamente Alessandrone ha iniziato veramente a spingere… non che non lo facesse da anni e anni, però con questi ultimi video si sta superando pericolosamente tanto. E questo che è uscito stasera penso possa essere interessante per tutti… probabilmente anche perché l’argomento non è lo studio, ehh vabbé. Che poi… da quando ha un giardino di terra in cui mettersi a scavare per chissà quante ore, praticamente a vuoto, solo per poter fare le scenette cinematograficamente metaforiche che ha deciso di inserire nel video? (Spero vivamente che nessuna creatura orribile strisciante si sia fatta male durante le riprese di questa robaccia.) 🤯

Il video parla del concetto di sfiga, e di quella che tecnicamente è naturalmente intrinseca nella vita stessa di ogni persona sulla Terra, semplicemente per motivi statistici, perché al mondo ogni giorno avvengono infinite cose che semplicemente avvengono per conto loro… e alcune di queste sono soggettivamente buone, mentre altre no, fine. Ovviamente, in questo senso, la sfiga come forza superiore dispettosa non esiste davvero, quindi tecnicamente la concezione popolare che se ne ha è di per sé sbagliata… e conseguentemente dannosa, perché porta a pensare le situazioni del caso in modi sbagliati, che puntualmente possono portare a sviluppare un circolo vizioso di risposte e pensieri negativi, mandando sempre tutto più in vacca, scavando oltre quello che è già il fondo. 😶‍🌫️

Niente di nuovo sotto il sole, credo… cioè, non l’ho trovato rivoluzionario questo video, e i suoi concetti non mi sono nuovi… forse perché io penso troppo (come ADC, in effetti), mentre l’essere umano medio no? Però le sue metafore sono comunque interessanti e, in parte, le strategie per rimettersi in piedi (a parte il fatto stesso di realizzare queste verità). Certo, io in realtà l’unica di quelle che davvero uso, personalmente, come si vede spesso, è l’autoironia… perché per il resto lo so che le cose scomode che accadono bisogna semplicemente accettarle ed andare avanti, senza scoraggiarsi. Io in realtà in questo sono un caso particolare, perché (come ho accennato altre volte) sono una creatura solo a metà umana, proveniente dallo spazio, piazzata sulla Terra a forza per volere di un’organizzazione intergalattica senza scrupoli, che ha architettato un preciso piano per farmi vivere con tutte le difficoltà che ho… insomma, sono una ragazza magica, e questo comporta cose molto scomode, eppure non posso dare forfeit; voi vedete un po’ che giustificazione logica trovare alla natura della vostra esistenza. 👾

Ad ogni modo, vabbé, il messaggio di fondo è comunque sempre condivisibile. È bene evitare di scoraggiarsi, di arrendersi, di mettersi a rottare solo perché qualche volta o di continuo si è vittima della sfiga suprema (cioè, più propriamente, di eventi per l’appunto soggettivamente negativi, magari anche tutti in un tempo ravvicinato e che portano ad accrescere una grande amarezza di fondo)… voi magari perché si ha sempre comunque qualcosa di buono sotto sotto anche dentro la merda, e io invece perché devo farla pagare a quelli che mi hanno trasferita sulla Terra. “Cambiando il risultato, l’ordine degli addendi non cambia“, come si suol dire! (Che sia questo un messaggio utile a coloro che sotto sotto ne hanno bisogno…) 🥰

#ADC #AlessandroDeConcini #consigli #lifestyle #sfiga #sfortuna #vita





U.S. deports men from Asia and Latin America with criminal records to South Sudan after legal saga


The Trump administration said it deported a group of eight men convicted of serious crimes in the United States to the conflict-ridden African country of South Sudan, following a weeks-long legal saga that had kept the deportees in a military base in Djibouti for weeks.

Assistant Department of Homeland Security Secretary Tricia McLaughlin said the deportation flight carrying the deportees landed in South Sudan just before midnight EST on Friday. A photo provided by the department showed the deportees, with their hands and feet shackled, sitting inside an aircraft, guarded by U.S. service members.



A conceptual breakthrough has emerged for the Colorado River’s future. Here’s what it looks like.


Negotiators from the seven river basin states said in a series of meetings in recent weeks that they were discussing a plan rooted in a concept that breaks from decades of management practice. Rather than basing water releases on reservoir levels, it would base the amount released from the system’s two major reservoirs on the amount of water flowing in the river. The new concept would be more responsive as river flows become more variable.


Hegseth falsely cited weapon shortages in halting shipments to Ukraine, Democrats say


Reports indicate defense secretary unilaterally acted to halt shipment even as Pentagon suggested US arsenal is stocked

Pete Hegseth, the US defense secretary, unilaterally halted an agreed shipment of military aid to Ukraine due to baseless concerns that US stockpiles of weapons have run too low, it has been reported.

A batch of air defense missiles and other precision munitions were due to be sent to Ukraine to aid it in its ongoing war with Russia, which launched a full-scale invasion of its neighbor in 2022. The aid was promised by the US during Joe Biden’s administration last year.

But the Pentagon halted the shipment, with NBC reporting that a decision to do so was made solely by Hegseth, Donald Trump’s top defense official and a former Fox News weekend host who has previously come under pressure for sharing plans of a military strike in two group chats on the messaging app Signal, one of which accidentally included a journalist.



Nexus Mods to Enforce Digital ID Age Checks Under UK and EU Laws




Programmation de posts sur Piefed


Pour celles et ceux qui utilisent toujours schedule.lemmings.world pour programmer leurs posts ou qui seraient intéressés pour en programmer: nous avons développé d'une initiative jlailutine une fonctionnalité sur Piefed qui permet de le faire. Encore en beta, elle facilite un peu le processus et son résultat est normalement moins aléatoire.

Vous pouvez créer un compte sur les deux instances piefed francophones administrées par destructeur de monde et tournesol, ou l'instance phare du logiciel:
- tarte.nuage-libre.fr/
- feddit.fr/
- piefed.social/

Dans les options à la création du post, vous aurez la possibilité de spécifier une date de programmation, une fréquence et un fuseau horaire/

Vous pourrez retrouver tous vos posts programmés et les modifier ou les supprimer dans le menu de votre compte > posts programmés.

De plus, les titres ont un système de gabarit permettant d'afficher le numéro de la semaine, le jour, le mois et l'année au besoin avec les tags suivants: {% week %} {% day %} {% month %} {% year %}

Exemple:
#{% week %} Discussion du jour {% day %}/{% month %}/{% year %}
générera lorsque le moment sera venu: #27 Discussion du jour 10/09/2025

Tout retour ou suggestion d'amélioration est apprécié !

#meta


Only 3%* of US AI users are willing to pay a penny for it


podcast version
Questa voce è stata modificata (2 mesi fa)
in reply to David Gerard

Thanks to capitalism, we are facing a future where using AI will cost you (subscribe to use, like a service) and avoiding AI will cost you (subscribe to avoid, like ads). Both sides of the equation will be monetized and we will all pay the price.
Questa voce è stata modificata (2 mesi fa)
in reply to BlameTheAntifa

ads don't cost you unless you insist to develop addictions for Google, Amazon, Apple and the likes. There are alternatives. Consumers deliberately avoid them.