It’s fine, the blockchain is now augmented with some AI and runs serverless in the cloud!
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
It’s fine, the blockchain is now augmented with some AI and runs serverless in the cloud!
imagining a giant Reese’s PB cup
There’s chocolate in my peanut butter in my chocolate!
Hey, uhm… Also I heard, that there’s oil to be found below Putin’s secret bunker.
It’s not only the frequencies, but also the modulation and the protocol (“how devices talk to each other”). Your phone may support all needed frequencies and might still not be able to “talk” to the network.
Some companies just blatantly sell your data. Others get breached and you are part of the package that gets sold by the hackers.
The only “way around” is to use unique mail addresses for each signup/company so you can easily lock it and switch to another one when it gets known.
Just assume, that everything that you type in a form online (or in any other way send to a company/another person digitally), every email you send, everything that gets digitized about you, etc. will be public one day. Either because the other side of the transaction sold it or because they (or you) will be hacked eventually.
Btw: HaveIBeenPwned does not necessarily contain all breaches. I have several notifications of companies that got breached and leaked my data that are not listed in HIBP…
Depends, I’m from Europe and there are many local sites that allow that. You might need to search for a bit (e.g. not a button but a link in some fine print). But yes, there are many sites that just don’t have a “decline all” button and that ask you to deny every one of their 937.726.193.372.129 partners (most of them double, as you need to deselect the partner and their “legitimate interests” separately…
Somewhat - some site just don’t set a consent cookie if you deny cookies. First, they didn’t set Cookies as you requested - second, they can easily ask again on your next page load!
Nah, it’s at least two clicks - the first in the cookie banner to decline all cookies and tracking (which won’t save that setting and ask again on every page load/click on the page as you might want to be tracked in two minutes) and another one to cancel.
Is it pronounced Rust-L-S or Rus-T-L-S?
And if the latter, why not Rusty-L-S?
Probably wonder why I did install a windows program on Linux
You misunderstand: Trump drained the swamp. Only his friends and servants and useful idiots remained
/s?
rm -rf ~/*.tar
Guys, I cleaned up!
I’m not from the US, but where I live it’s either (or a combination of):
In any case, you get an unlocked phone.
So that’s why everything tastes like dick all the time…
Well, they did it anyways, so…
Also this might work as an answer to “yeah, it’s a bug, but we won’t pay you”
I couldn’t help but find it amusing—they were now asking me to keep the report confidential, despite having initially dismissed it as out of scope.
“Sorry, but per your own guidelines this is out of scope. Because of this, this bug is not part of the agreement and guidelines on Hackerone. You can find my full disclosure, that I wrote after your dismissal here: <Link>” /s
I don’t know the Immich API, but I’ve seen several REST APIs that used the usual pattern of
GET /api/v1/user/<id> - read user POST /api/v1/user/ - create user ...
but also allowed
GET /api/v1/user/<id> - read user GET /api/v1/user/?action=create - create user ...