

I think all people that see that ads need to pickup a phone and call them asking stupid questions and waste their time, they clearly ask you to do that.


I think all people that see that ads need to pickup a phone and call them asking stupid questions and waste their time, they clearly ask you to do that.


Hence the issue we should target and fight is the closed/secret algorithm not only focus on the “Nazi incident”. But almost non is talking about it.


It’s not a question what did they send but why. Is it just more automated marketing bullshit that is trying to guess what people might like and revomend shit to people? At least the post suggests that.
The whole notion on tracking people interests to promote shit should be banned in the first place IMHO. It only leads to promote shit while filling greedy people pockets.
Recommendations should always be personal like if you Like/subscibe to person X then it could suggest stuff that X thinks if should recommend and it should clearly say “X recommends:” so you know who recommends what, both that you can stop follow people that sold themselfs to highest bidder or have interests not alight with you.
Having automated magic recommendations is always a recipe for disaster (example above) and abuse by the algorithm owner.


Dropbox had an password manager? 🫣


I don’t use substack, didn’t even know it existed.
But what did they do exactly? Because this post is so nazi-filled that I think I’m missing the overall picture.
Did they just have an error and send push notifications of unrequested content to people or they started to spam random people with “random” content? Or maybe they did spam for a while now but now the content didn’t get curated enough ?


Step 4 - success - Attention aquired. 😅


Same day eng dub released 😍. Time to hit play.
Better/fastest approch would be to check the last bit of the int and return the result. Second use modulo.
This? Dev should burn in hell. Who created this?


The arguments that the sound is to quiet, is valid but ofc not something that cant be fix/changed, they can always put an display/light to indicate stuff.
In Poland some banks directly use NFC for contactless payments, thanks to that I can pay with my degoogled phone (Murena Fairphone 5).


State-backed = more misinformation and state abuse
So I have mixed feelings…


I just hear that they move to LibreOffice but not to Linux, ateast not right now.


Correct title: Mozilla added AI to base Firefox so the extension is no longer needed.


It might be unpopular, but somehow from current season I like the underground healer the most. Somehow it gives me the good/happy vibes that I can watch it over and over again. (Even if some animations are very bad)


The title at least dont say anything new AFAIK. Because you could already download from external sources but those apps still needed to be signed by apple. But maybe they changed?


The pdf might be password protected, some viewers can’t handle it. I would try adobe or send it to someone with desktop to check.
Like I already wrote, I fully know that it is collecting data, thats why I’m giving it some bogus ones (like for example fake location), and some other valid one (like for example my device id and IP when I use it) that I did agree to give in exchange for protecting my bank account from being hijacked and other.
Other than that it collects nothing more at least nothing active. Why do you ask? Because bank app have background internet access denied so it can only connect to internet when it is in foreground. Yes, it could run some periodical task in background, store that data on disk and send it only when active but that’s something that facebook would definitely do. While I agree that a lot of shitty apps do that, I doubt that bank will try to risk gdpr breach (that would hurt them monetairly in many ways) over some useless data that they could access.
On top od that I have have network traffic monitor always on screen so I see when something is using network and howuch, ans that it stays flat 0 when I use offline apps, that gives me confidence that nothing is actively sending data to network.
And yes, I already once closed my bank account because of a shitty app, so I know what I’m saying.
Those plastic rectangles doesn’t have any security against range extend attacks so they can steal money from you and you would be plain unaware and defenses. While phone or watch will only enable contactless payment on demand making it way safer. And you can pay with contactless payment everywhere in Poland while you sometimes can’t pay with inserting physical card on some automated devices as there is no where to insert that card, you can only use contactless feature of that card.
Not to mention those plastic rectangles cost yearly or sometimes even monthly, while app is 100% free. And if the app at any point in time do anything that I didn’t agree in the agreement and/or bypass any permissions I didn’t grant them there will be hell to pay for them.
But maybe I’m wrong, I don’t know…
For steam, shutdown it and start it from terminal to see logs from steam and games on screen. Then start the game that doesn’t want to start and paste those logs. Because 99% of time clue for the reason why its failing is in the log.
You dont need to use this method to get the logs maybe there is a simpler one foe your setup, like look for those logs in journal or any other place but thats how I did investigate why some steam game didn’t start. But I did have native steam, not flatpak one. For flatpak you might need some
flatpak run something.somethingcommand, it should log a lot of text, if not then maybe need some --params to not go into background.Overall this method works for most stuff, logs are the holy grail of any app when debugging and (almost if not) all linux run app does output those :)