Mine is named "Searching..."
It's caught a few friends out
Mine is named "Searching..."
It's caught a few friends out
I was gonna say "salt bae some any wherever there are squiggles".
Your way seems more... Methodical
Probably doesn't help that a bunch of the decent channels were bought by private equity and are now churning out boring, safe and uninteresting content.
https://youtu.be/hJ-rRXWhElI (a yt link, lol).
A brief summary from https://www.dailydot.com/news/youtube-channel-private-equity/
Some channels like Donut Media, Veritasium, and Task and Purpose have been acquired publicly. Others, such as Dude Perfect and Coco Melon, have been acquired more privately, with no public disclosure.
Plenty others. A key giveaway is when a channel diverges their risk. When the front man who is the reason you have watched the channel suddenly has co-hosts and large segments from other channels in their regular content.
This... Except for contactless payment.
I used graphene for a month. It was lovely. Even things like banking apps worked.
I don't care about absolute privacy, but I do care about controlling my privacy. Grapheme gave me that.
I had only 1 issue.
Contactless payment.
It's extremely convenient to me, from public transport to groceries. I just bop my phone.
The fact that Google has that locked down surely violates some EU laws. But I'm sure they wave away the laws because of "financial security" or some other bullshit.
As if bank card NFC/contactless doesn't suffer exactly the same issues.
I looked into some "graphene contactless payment" type systems or workarounds, and I couldn't find anything that would fill the gap.
let data = null
do {
const response = await openai.prompt(prompt)
if (response.error !== null) continue;
try {
data = JSON.parse(response.text)
} catch {
data = null // just in case
}
} while (data === null)
return data
Meh, not my money
This is how trump operates.
Postures, bullies, makes loads of noise in order to get what someone else has already agreed to.
Then, cause he was so noisy about it, he gets all the press coverage, and the neo-nazis chock it up as another win
He is the artist formerly known as mau5
I know this is fuckcars, but park-and-ride schemes are to remove cars from city centers.
Park out of town, get a bus in for the day, bus back, and drive home.
They are fairly popular and fairly effective around the UK.
Yeh, it would be great if everyone had excellent bus/train service, but this is a decent stop gap
I'm pretty sure the whole "the police know who they are, they know where they live, they know their middle name" bit means not-white-male.
So, it's a 3-way tug-of-war between gun fanaticism, their reincarnated jesus, and racism
Runes of Magic, however, is one of the many, smaller fantasy adventures that has struggled to push past the competition. Set in the magical world of Taborea, this forgotten Steam MMO is back to celebrate its 15th anniversary
The game is Runes of Magic. To save you a click.
More details in the article
I'm sure that's great news.
But microplastics have already been found in seafood.
So, yay. But ultimately, it's still there and still a problem
In my experience, a Scheduler is something that schedules time on the CPU for processes (threads).
So 10 processes (threads) say "I need to do something":
2 of those threads are "ready to continue" because they were previously waiting on some Disk IO (and responsibly released thread control while data was fetched).
1 of the threads says "this is critical for GPU operations".
1 of those threads self declares it is elevated priority.
The scheduler decides which of those threads actually gets time on an available CPU core to be processed.