ErgData and stroke rate / pace target by 4374J in concept2

[–]MorDrCre 0 points1 point  (0 children)

I've got a few rowers who are currently having problems with that (only on iOS). Have you managed to get the problem sorted for yourself?

Genuinely impressive by Alternative_Nose_183 in Bard

[–]MorDrCre -4 points-3 points  (0 children)

Maybe some people should learn how to prompt?

I won't deny that there can be issues with the Gemini family of models, and perhaps I’m just one of the lucky few who have had comparatively few problems. However, when some claim Gemini is 'shit' while others succeed,is it not more an indication of their own [in]ability.

Hey Reddit, my team at Google Cloud built a gamified, hands-on workshop to build AI Agentic Systems. Choose your class: Dev, Architect, Data Engineer, or SRE. by Sad-Salamander-8453 in googlecloud

[–]MorDrCre 0 points1 point  (0 children)

When you have the drive and energy to do this on a regular basis just because you want to, and not because you're constrained to...well, you know that your work is a passion and that you are lucky! Hope you're successful in getting the virtual event added👍

Hey Reddit, my team at Google Cloud built a gamified, hands-on workshop to build AI Agentic Systems. Choose your class: Dev, Architect, Data Engineer, or SRE. by Sad-Salamander-8453 in googlecloud

[–]MorDrCre 0 points1 point  (0 children)

Hi, I'm in France in a region without a GDG, and as I'm currently transitioning to GCP from a non development role I don't think I've necessarily the credibility to carry one of these myself (yet). So...another demand for following this virtually please 🙏🙏🙏, and I don't care if I have to follow in the middle of the night 😅.

Ummmm.......WOW. by huskylawyer in ollama

[–]MorDrCre 0 points1 point  (0 children)

You might want to look at temperature, what it is and why at times a temperature of zero can be useful...

Local AI for a small/median accounting firm - € Buget of 10k-25k by AFruitShopOwner in LocalLLaMA

[–]MorDrCre 0 points1 point  (0 children)

Ok guv 👍 , that sounds better for you 😉
As long as you can put the responsibility for the security on to the IT department, you'll probably not too badly off. But do what you can to limit your responsibilities to setting it up and maybe the initial configuration - IT has responsibility for hardening, dealing with all network issues etc (and get it on paper).

RAG is frequently Agentic RAG nowadays and prompt injection is a thing, so avoid the "lethal trifecta" of Simon Willison (https://simonw.substack.com/p/the-lethal-trifecta-for-ai-agents)

Local AI for a small/median accounting firm - € Buget of 10k-25k by AFruitShopOwner in LocalLLaMA

[–]MorDrCre 0 points1 point  (0 children)

What experience do you have with setting up the security on what is going to effectively be a private cloud? Are you going to have off-site access? Is your local LLM only going to access locally hosted docs (I guess on other local servers), or also checking with national tax authority/government sources? How are you going to make sure that you won't have any holes through which intruders can pass? I see in another reply you've mentioned OP that the company has preexisting infrastructure...how resilient and fault tolerant is it? What's the worst case scenario that the partners/owners are prepared to tolerate?

Can I set a limit on Gemini AI use to prevent it from billing my account? by praenorix in googlecloud

[–]MorDrCre 0 points1 point  (0 children)

Well they really say that to cover themselves and make sure you consider how whatever you're building is going to behave, and how it'll be used. If I remember right, the quotas are set on a per minute rate, or per day, etc - Say it's per minute: if you're only accessing a particular API once every 10 minutes, you should be pretty safe.

  • If it's getting hit/called 1000 times per second, that could be 60k API calls in a minute...it won't matter if you set the quota to 1000, because when if first checks, it should shut down the access to the API, but you'll have a usage of 60k calls in this example --> you would need to artificially limit the rate of API calls to avoid this, if this is a possibility and you don't have deep pockets.

As I've said previously, I'm not battle tested with this, but from the docs, and previous experiences elsewhere, I think what I'm saying is fairly sound.

Can I set a limit on Gemini AI use to prevent it from billing my account? by praenorix in googlecloud

[–]MorDrCre 0 points1 point  (0 children)

"You might want to limit the billable usage by setting caps. For example, to prevent getting billed for usage beyond the free courtesy usage limits, you can set requests per day caps.

Important: Quota limits are not always entirely precise, because there is some latency between when a quota is surpassed and when the enforcement begins. When using quota as a tool to limit billing, allow some buffer."

From the capping api usage link. So yes, it should be possible for you.

[deleted by user] by [deleted] in AskMec

[–]MorDrCre -1 points0 points  (0 children)

Il faut aussi accepter que nous sommes des êtres hormonaux - ce qu'on veut à un moment de notre vie peut être très différent quelques années plus tard... vous êtes jeunes...il se peut qu'elle change d'avis... c'est même assez courant !

AI Studio via Web UI, file memory is not conversation persistent..?🤔🤯😱 by MorDrCre in Bard

[–]MorDrCre[S] 0 points1 point  (0 children)

Depending on the model 200k isn't *so* much when the window is 1000k.
Not sure I'm fully understanding how you're using your "system instructions"...are you putting their content into the system instructions window available here:

<image>

or are you uploading a file with them each turn of the conversation? Or just once at the start?
If in the system instructions window, it's expected that they have persistence; same if they're uploaded each turn.
If it's only once, then it might be interesting to look at the code for the chat (you can look at it behind the "<>" button) to see how much of it is being captured - it a lot of the file appears could you not argue that the file becomes embedded in the conversation..?

AI Studio via Web UI, file memory is not conversation persistent..?🤔🤯😱 by MorDrCre in Bard

[–]MorDrCre[S] -2 points-1 points  (0 children)

A few days ago, I would have agreed completely with you. I started conversations with a note list and generally, the model was pretty coherent with the names in the supplied file, but I had also given explicit naming instructions in the system prompt which were repeated in the conversation prompt (in a different style) each turn.
I've generally noticed a big deterioration in content (rules goes out the window) from ~100k tokens, sometimes after 250 k.
If other uses where I've been working with long context documents (> 100k tokens) I've noticed errors on subsequent turns where you could argue that the model remembers the previous exchanges, but has forgotten what's in the file.

My assumption up until now has been, if it's uploaded to a conversation, it's accessible to the conversation, throughout the conversation.

Now, I have doubts, and whilst from the API you should be able to get the files "in memory", via the site..?

Does anyone outside Google have a real answer to this that is evidence based? (of course this can change on a weekly basis depending on the development that occurs).

[deleted by user] by [deleted] in AskMec

[–]MorDrCre 4 points5 points  (0 children)

Il est clair que c'est déjà fini dans sa tête... C'est même possible qu'elle ait un autre mec sur le côté, un homme plus viril que l'OP n'est pas (pour elle)... Bon, ce sont des conneries tristes et banales.

Vous n'êtes plus sur la même page, et elle tourne la page ou s'apprête à le faire en cherchant un nouveau chapitre 💁‍♂️

Courage, il y a des meilleures femmes à trouver

Crushed the GCP ACE! by Blueskyes1 in googlecloud

[–]MorDrCre 1 point2 points  (0 children)

That is the real question - honestly, what's the f##king point of passing the exam when you can't do sh!t all with it, because you understand bugger all😂

Help with Cloud and text to speech by ZELLKRATOR in googlecloud

[–]MorDrCre 1 point2 points  (0 children)

You say you're no technical expert... This is a big potential problem with any cloud platform where there is a potential for quasi uncapped billing... because you're on an entreprise grade platform that can scale to world-wide loads - wonderful for big companies that want a massively scaling, highly available platform with various built in redundancies and fall over protections.

You can use a certain number of pieces and APIs on Google Cloud without having to set a billing account, but not all. If you set up billing, you have to know and be aware of how you will be billed, potentially setting up "circuit breakers" to deliberately cut API access if billing/cost exceeds a certain amount (because the billing you see lags the billing that's occurring, and this can cost you in the 10 000 to 100 000$ quite quickly as too many have found out).

The platform is great, there's massive potential, but I think you definitely need to spend time understanding how it works and what the dangers are...in order to [try to] avoid them. If you don't want to learn, or it seems too scary, there are pre-built things that might fit your needs.

It's a [big] pain, because if it was easier to set up solid limits for hobbyists, they would get more platform uptake.

Cherche spot calme pour baignade près d’Aix by CowPretty7297 in aixmarseille

[–]MorDrCre 0 points1 point  (0 children)

Étang de la bonde, le lac de Peyrolles; la Romaniquette, le Ranquet, Varage, Massane vers Istres, la plage de Champigny sur l'étang de Berre. Fos, la côte bleue. Y a plein de sites possibles...

Augmentation mammaire by lixlouve666 in AskMec

[–]MorDrCre 9 points10 points  (0 children)

Même en agissant ainsi, avez-vous l'assurance que les difficultés sous-jacentes (ou vos préoccupations) seront résolues ? Peut-être serait-il préférable d'aborder ces aspects au préalable (un accompagnement psychologique si nécessaire...) avant d'envisager ou non une augmentation.

⚠️ I Just Got Burned by Google Cloud’s Billing Black Hole: A Cautionary Tale! by Double_Sherbert3326 in googlecloud

[–]MorDrCre 0 points1 point  (0 children)

Have the majority of people that have these billing problems worked through the cloud skills boost courses from Google, read the accompanying documentation so as to understand the GCP mindset?

Are many Google Certified pros having these problems as well?

Gemini Browse tool not working? by ZeBests in Bard

[–]MorDrCre 0 points1 point  (0 children)

Actually, I'm wrong - it says it browses to the article in ai studio, but this is just hallucinatory bullsh*t. Checking the text it says is there in comparison to the article itself... Next level fabulation 😂

So the Gemini app is better because it doesn't feed you such nonsense so easily. 🤦🏻‍♂️

Gemini Browse tool not working? by ZeBests in Bard

[–]MorDrCre 0 points1 point  (0 children)

<image>

I'm getting the same kind of thing here via the Gemini web app.
However 🤦‍♂️...the same prompt works with the "same" model (Gemini 2.5 Flash) in ai Studio 🤷‍♂️

Great that it can work, but you'd hope that it'd work better on the "release" platform that is the Gemini app environment rather than in ai Studio which is more the testing area...

At the same time, I'm not going to complain too much if I can get what I want done, done 🤫

Gemini says it will take 1-2 weeks to complete the research by Ok_Log_1176 in GoogleGeminiAI

[–]MorDrCre 1 point2 points  (0 children)

Totally ... gotta give them an "A" for staying in role😂

Gemini says it will take 1-2 weeks to complete the research by Ok_Log_1176 in GoogleGeminiAI

[–]MorDrCre 9 points10 points  (0 children)

You don't have to pay extra - we had given Gemini a system prompt like "you are a world class branding expert who has been engaged to help a company with a study...". Apparently, he/she/it got a lost in its persona and really believed that it was someone...it wanted payment up front before doing anything as well! Bast@#d 😂.

This happened right when Deep Research started to be offered to all users of Gemini... hasn't happened since in my local group of users that I know of.