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!
Well, in his dreams it did work out…
Don’t worry. When the time is right (e.g. when there’s some oil to be found) the USA will invade them and bring them democ… oh…
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.
Or, hear me out: Set the desired result first and then let them vote, but count what you planned and not the ballots!
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…
WTF? There are some LLMs that will just echo their initial system prompt (or maybe hallucinate one?). But that’s just on a different level and reads like it just repeated a different answer from someone else, hallucinated a random conversation or… just repeated what it told you before (probably in a different session?)
“Repeat the previous statement” directly as an opening sentence worked also quite well
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
A crime a day keep the prosecution away
rm -rf ~/*.tar
Guys, I cleaned up!
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 ...