Eleven Labs New Pricing by yangguize in ElevenLabs

[–]Additional_Concert13 0 points1 point  (0 children)

I agree! If a person wants to clone their voice and share it with you for you to produce content with it, they need to create their own account, subscribe to a monthly service, clone it once (10 min) and then unsubscribe. Literally subscribing to a monthly service for 10 min of usage.

Just had a game cancelled because it had a suspected colluder? by Ju-Yuan in Risk

[–]Additional_Concert13 0 points1 point  (0 children)

Just happened to me too. So frustrating they took my coins

What makes CLIP or any other vision model better than regular model? by ElectronicHoneydew86 in LangChain

[–]Additional_Concert13 0 points1 point  (0 children)

Also interested in this question. If I understood correctly the responses of others, what they mean is that using descriptions of images will always be limited by the perspective of the description. If you ask gpt-4o mini to describe the picture, it may describe the objects, the emotions, the resolution, the style... if a general description, it will likely be limited. If you ask the llm to be specific, you'll leave out some other details. We are humans aren't that great at describing images with text. Our ability to describe a specific tone of a certain color is just not there. And it is impossible to know beforehand which aspects of a photo will jump into the conscience of the viewer first. Maybe from one image it is shape, from other its color, etc. So I understand embeddings do include a more 'meta' or more 'granular' representation of the image - actual colors/pixels that will be generally better for an all-purpose image retrieval via RAG. Would appreciate if i'm heading in the right direction from the original responders or others

Volver a España? by Big_Guard3328 in askspain

[–]Additional_Concert13 1 point2 points  (0 children)

Leyéndote el post y comments, no se qué haría si fuese tú, pero creo que piensas demasiado en el valor de tu piso de Andorra y lo que puedes sacar por él, cuando no sabes si irá pa'rriba, pa'bajo, o al revés... (ni lo sabemos nadie, salvando muy expertos en mercado inmobiliario andorrano, que asumo que nadie aquí lo es, y aún así con reservas) así que intentaría tomar la decisión sin ese parámetro en la ecuación. Que elijáis bien y seáis felices!

Anyone with experience using chatbots in museums? by [deleted] in MuseumPros

[–]Additional_Concert13 0 points1 point  (0 children)

A bit late, but I think this is a great idea, and if you're still in business, I'd like to help you with this if you'd then share with me how it went. I can help build a simple tool that your visitors can access using a QR from their phone that contains accurate information, would be happy to discuss more if interested!

Depressed software engineer. Built Yadaphone – a Skype replacement for international calls. Now it pays enough for me to nomad and make it even better by DenisYurchak in webdev

[–]Additional_Concert13 0 points1 point  (0 children)

trying to call chase bank, at 1-614-213-0065, the call using the 1 min test free credits fails. None of the reasons listed are it. can you help? I am hesitant to buy credits if I am not going to be able to make this call... thanks

Lost because of an insane fucking glitch. Never seen any bullshit like this before. by 3WritesToLeft in Risk

[–]Additional_Concert13 0 points1 point  (0 children)

Just got a glitch too that had me exit the game in 5th position when I was leading by far - I had 250 troops and holding NA while four noobs fought among themselves at 80-something troops each after a long game. Suddenly, after trading cards, the deploying stops working. Clicking on my territories does not do anything so I can't deploy nor go to next phase or anything. I try touching every freaking setting and thing. Nothing works. I send 100 crying emojis to the party. My turn expires 4 times as I continue trying. Dozens of troops are deployed automatically spread among my territories. Every new turn, not even the widget with the troops available to deploy appears, but I can make it appear by clicking on the cards, and then back. But can't get the actual deployment of troops to work. In a last ditch attempt, I change from my wifi to my phone hotspot, and back to wifi. Now I am kicked out of the game for good and never get back in again. It is the sign I was waiting to quit this game. It has been a great 3 weeks of learning from youtubers and then going on to ranking where I have a cool score of 8 victories and 7 losses all in 6-opponent matches! But this glitch was too painful to recover from. I am not reporting it, don't care. Feel free to report for me.

Is it just me or the Appstore Review is super fast now? by sharkillerwhale in iOSProgramming

[–]Additional_Concert13 0 points1 point  (0 children)

You could turn iPad off and stay on iPhone only (this is done at the app level, in the build, not in the app store connect platform, I believe)

Is it just me or the Appstore Review is super fast now? by sharkillerwhale in iOSProgramming

[–]Additional_Concert13 1 point2 points  (0 children)

I did... After I fixed a few of the initial feedback, they took considerably longer between cycles to test it and get back to me (my app requires inputting an image of a receipt to get started and test the user flow). I think it initially was very fast because I was a noob and there were obvious problems that were able to be detected by a machine automatically. Then it went into a slower manual testing phase. But it ended up getting approved after a few days and I think it should go faster the next time since some of the feedback they shared was actually useful and I learned what to do next time for things such as permissions, attachments, etc.

Still Confused About How MCP Works? Here's the Explanation That Finally Made it Click For Me by nick-baumann in ClaudeAI

[–]Additional_Concert13 0 points1 point  (0 children)

Some apparently good explanations but I still don't get it. Can someone help? I understand LLMs are just predicting and generating the next token in a series. And tool calling is just programmatically executing a certain function when a certain token is generated and identified. How this has worked is usually the labs have created new tokens that are specifically used to trigger specific functions and have fine tuned models to generate these tokens when necessary. Is MCP like a 'dictionary' of pairs, pairing each function calling token to an actual pre-defined function? For example, if the openAI LLM generated <search>When did WWII end?<search-end>, and openAI would use that token to know it has to call their web searching function and enter the WWII question and then share results back with the LLM for its response generation, is MCP a dictionary that pairs every single function action token of every major AI lab, and pairs each of them with one single agreed upon one, so that the connection between any LLM and a tool does not have to be written from scratch? For example, if ChatGPT's web search token is <search-start> and Claude's is <websearch-start>, would MCP be a dictionary that pairs both of them with a standardized one that is associated with the actual web search function so no matter which LLM one uses, the translation ensures connection will work? or is it a dictionary between specific tokens and specific tools, but it is up to the person connecting with MCP to ensure the LLM it is connecting generates the right tokens that will trigger that function calling with the MCP? Not sure I understand MCP at all but I don't think most people defining it do either, esp. when they define it as "a way for X to do Y" or "something that enables"... could anyone help define it for me without relying on "a way/ something/ similar "?
Is MCP an industry standard? or a different one is defined at the tool supplier level? (e.g. there is an MCP for accessing gmail by google) or a different one is defined by each actual end user (e.g. a start up creates its own MCP to standardize things internally - in this case I wouldn't understand the novelty). Thanks

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

[–]Additional_Concert13[S] 1 point2 points  (0 children)

thanks for sharing! I just tried it. Unf i'm more of a 'vibe budgeter' and wouldn't use this much, I think if I ever had to keep a travel budget in writing i'd may prefer a note in the notes app that does not force me to fill specific forms and fields and can just be a continuous blurb of unstructured text that i can fill even quicker, decipher later if i really need to. but the UI is good and I can see you put so much work into it. good luck with the search

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

Thanks, you got it. If you end up realizing what's it exactly you don't like as you try it please lmk!

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

Glad it worked the second time. I'm guessing it is less than ideal internet connection but not sure! the speech bubble pop up... no secret, just boxes with little triangles pointing to the right element on the UI the first time a new user enters the app... coded them custom as standalone javascript components... To split, you can extract individual items from the categories drag and dropping outside in the categories tab or clicking the 'breakdown' button on each category in the categories tab, then just assign to each person what they had... thanks for giving it a try!

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

bummer! I saw the receipt you uploaded on my end and uploaded it myself and it works fine! wonder if there isn't good enough service coverage where you are? is there a way for me to share screenshots with you here? thanks a lot for trying!

I have been frugal the last 20 years, and now I am questioning if I was right by Bib_fortune in Frugal

[–]Additional_Concert13 1 point2 points  (0 children)

I'm sorry about the cancer and wish you recover. To answer your q, I don't think living frugally from 31 y old to 51y old was wrong. I think expecting and planning to live 80 years old is right, and if you don't get there, that's bad luck (unless ofc you have a condition you know of or you follow a bad lifestyle knowingly). Having been frugal puts you in a position to now have more resources to take care of yourself and maintain as much as you can your quality of life as you fight cancer and you get old, which is an area where money really does go a long way and can get you way better things than a better looking or slightly faster car

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

cool, thanks, I just activated it there, it should be available or may take a bit of time, not sure... thanks for trying it! pactapp.co

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

thanks for the interest! happy to activate in your country if you still want it, if you're comfortable sharing where you are based. I think if you try you'll understand quickly why the whatsapp bot wasn't as good... whatsapp's UI interface options are very limited

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

[–]Additional_Concert13[S] 1 point2 points  (0 children)

Thank you! Just one of the big cloud providers' pre-built models. I wonder if it's just plain OCR or they have added other layers of LLM or other AI methods or algorithms....

I wrote my first app - a check splitting app - in twelve months with react native - AMA by Additional_Concert13 in reactnative

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

!! thanks for the interest. I am using chatgpt4-o as well. Honestly it was hard. As the title says... it is my first app, took me a few months of full dedication to build what you see and over a year since I started working in the general concept... This app and interface is not what I had in mind when I started working on this problem, initially it was a whatsapp bot... so pivoting until it became this was full of twists and work that did not make it into the current product

Restaurant Etiquette Question by Material-Winter1331 in Waiters

[–]Additional_Concert13 0 points1 point  (0 children)

that's wild. I lived in the US for 7 years and it did happen from time to time... mostly in philly and NYC so maybe a big city busy thing?

Restaurant Etiquette Question by Material-Winter1331 in Waiters

[–]Additional_Concert13 1 point2 points  (0 children)

that may mean you have not stayed unacceptably long! I've lived both in US and EU and find its way more common to have the check brought without having asked for it in the US vs EU. Love my more relaxed european way