BLUE
WBhockeybear.bsky.social

It's actually "Charlamagne" the God. I do not regret the error.

0
Michiharay.bsky.social

siapa sangka udah mandi dan udah rapi tapi kelas nya online semua :)) JUJUR GUE UDAH CAPEK ONLINE MULU. Nih kalo web kampus kagak error sih nggak papa, error muluu 😞😞

0

I eventually made peace with people who want their code to look like angry fruit salad. But this new trend of changing sizes and colors is a bridge too far.

A screenshot of a web page that includes a C++ code listing. In the listing keywords are colorised, but lines which are (presumably) more important after in as larger font. There are at least three fonts sizes and multiple colors for a dozen lines of code. 

The lines with the largest font are chopped off in the right hand side, as the font for the important text is too large to show all the text. 

Contents follow, so I can read it too!

—

First let’s recap how lifetime parameters are declared and used.

lifetimes1.cxx – (Compiler Explorer)

#feature on safety

// Function parameters have different lifetime parameters. 
// Return type is constrained by x's lifetime.
auto f1/(a, b)(int^/a x, int^/b y, bool pred) safe -> int^/a {
  // Error:
  // function auto f1/(a, b)(int^/a, int^/b) -> int^/a returns
  // object with lifetime b, but b doesn't outlive a
  // return y;
  return pred ? x : y;
}

// Function parameters have a common lifetime parameter.
auto f2/(a)(int^/a x, int^/a y, bool pred) safe -> int^/a {
  // Ok
  return pred ? x : y;
}

// Error:
// cannot use lifetime elision for return type int^ 
auto f3(int^ x, int^ y) safe -> int^;
In Safe C++, occurrences of the borrow type T^ in function declarations and in data members require
0

nvm 💀 ehh i'm sure it'll be fine

0
Hhaxxor024.bsky.social

Tahnk you... bluesky is currently experiencing some sort of integer error so it isnt displaying my follower count correctly... lets hope they fix it today and correct it to 4 trillion followers

0

I don't know what to tell you. Either everything we've ever known about politics is suddenly wrong, or there's a standard polling error, which is being additionally juiced by a number of firms that got caught juicing their numbers in the exact same way two years ago.

1
HGhippiepappa.bsky.social

I wonder how easy it is to make a mistake when filling the ballot and if the truly aged could make errors. Is a simple error make the whole ballot invaded. We voted here in the ACT last week and the electronic system wouldn’t let you make an error. It did allow for a passive vote I think.

0
Hhaxxor024.bsky.social

@bsky.app , I think theres an error on the app. When I check my profile, I only see 4 followers, which is clearly missing a few extra zeros. I hope you can fix this bug ASAP because i want to send a big message to all my followers and don't want to seem deranged! Thank you.

0
SIimbernomics.bsky.social

Yep. This was an error on my part. My bad.

0
ABkrxiv-quant-ph.bsky.social

Generalization Error in Quantum Machine Learning in the Presence of Sampling Noise https://arxiv.org/pdf/2410.14654 Fangjun Hu, Xun Gao

Generalization Error in Quantum Machine Learning in the Presence of Sampling Noise
Generalization Error in Quantum Machine Learning in the Presence of Sampling Noise

arXiv abstract link

0