techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

I've just attended the meeting where one of my coworkers was showing to the leadership the process of automating software builds with GenAI.

Nothing fancy, just running the build tool with product specific parameters and scheduling a test run on a device farm. The leadership was in awe that it worked, but the thing is that this prompt costed 2$ to run 😅

Am I the only one who finds this totally irrational?

Can someone explain why all these tech-writers provide bullet lists with instructions, rather that providing simple link to get the job done? Seems like it's driven by not the customer experience 🤷‍♂️

For example:

support.google.com/chrome/thre

After reading the contents for 30 seconds, I still can't find information I'm looking for.

Then I go to and boom, I get this link as a first result:

myaccount.google.com/connectio

support.google.comHow to disable "sign in with google" prompt - Google Chrome Community

Question to devs...

Can someone explain why do we get 0 and MAX_INT for those two?

```
<string_view>
<iostream>
int main() {
std::string_view haystack = "hello";

std::string_view needle1 = "\u0000";
auto pos1 = haystack.find(needle1);
std::cout << "haystack.find(needle1) [" << pos1 << "]" << std::endl;

char needle2 = 0;
auto pos2 = haystack.find(needle2);
std::cout << "haystack.find(needle2) [" << pos2 << "]" << std::endl;
}
```

There are some cold, hard truths in this. You leave a place, you tell people they can get in touch with you a few other ways, and by and large they don't, and you try to keep it up but it's always you doing the work, and then you have to decide whether or not you're ready to get right with the fact that a lot of the people you called "friends" were really just people who happened to be in the same place at the same time.

bsd.network/@pamela/1137894311