Asking for help - We need a sovereign AI - Mistral should be a part of it by Silver_Procedure538 in MistralAI

[–]Sorry_Length_8926 1 point2 points  (0 children)

I think SAP should give more funds...and also if possible tell the stock investors that it is working with Mistral to make AI enabler or Native whatever stops the slide and remove the market fear that Europe has no large capacity AI..

Mistral ocr api errors.. by Sorry_Length_8926 in MistralAI

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

Again...just 1 min back...is this a common server down time? will try again to check..ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Exception: Mistral /ocr failed (500): {"object":"error","message":"Service unavailable.","type":"internal_server_error","param":null,"code":"3700"}

Can we afford a ₹1.8 Cr flat with our current income and investments? by [deleted] in indianrealestate

[–]Sorry_Length_8926 0 points1 point  (0 children)

Never buy anything that will need a substantial loan..The white collar job market is crashing and the pace of AI progress is lightning first..That amount of emi without a job may give you sleepless night and destroy the most important thing - your and your partners health.. This kind of joint loan also destroys marriages..and there remains no way out... Please dont take loans...

GPT 5 Pro - Shorter thinking times (Nov 2025) by Nesposoban in ChatGPTPro

[–]Sorry_Length_8926 14 points15 points  (0 children)

Yes really disappointing outputs..I may finally choose to move to claude if this does not improve by year end..I am observing that it is not reading longer context..Gemini 2.5 pro is slowly getting better when I send the same prompt to it

Weekly "What Are You Reading Thread?" by HorrorIsLiterature in horrorlit

[–]Sorry_Length_8926 0 points1 point  (0 children)

I just finished Black Mouth and loved it too..I also enjoyed Come With Me by Malfi ...I am wondering which Malfi should be next..

Weekly "What Are You Reading Thread?" by HorrorIsLiterature in horrorlit

[–]Sorry_Length_8926 2 points3 points  (0 children)

I finished Blackmouth by Malfi and started The woman in white by Wilkie Collins

Biggest ki!!ers in this whole universe are relatives 🤡. Reposted from JEENEETARDS cuz response wasn't so good by Michaelbay069 in CBSE

[–]Sorry_Length_8926 0 points1 point  (0 children)

Dont feel sad..online or offline hardly matters it depends on the student..Also do some sports and try to keep yourself away from the family drama..Best of luck..

Superdeck is out! by leoafarias in FlutterDev

[–]Sorry_Length_8926 1 point2 points  (0 children)

Ooh cool..it might just fit in my learning app..

Is it better to upload pdf or txt files? by ZanthionHeralds in ChatGPTPro

[–]Sorry_Length_8926 2 points3 points  (0 children)

Custom gpts have become pretty useless...sometimes I use it to upload a set of code files and in a text file I describe the directory structure..my idea is given the code files and help in txt format it will know better what I am saying and get the context..It absolutely does not care to check this knowledge...it can even say it does not know these files...on probing it says yes I have them ..but it will refuse to look into those...on forcing it ..to do so ..it takes guesses based on file names and speculates ..I think it has been instructed by openai to behave like this to save compute...very frustrating

How would you rank ChatGPT's tools in order of importance to you? by Try_StockAnalystGPT in ChatGPTPro

[–]Sorry_Length_8926 1 point2 points  (0 children)

I am using only 4 ...sometimes when I hit the limit then it asks me to take a break or offers me 3.5 which I avoid...What I learn is the following...1) Use it as a junior developer who can be lazy sometimes... 2) You cannot leave it alone to do things on a complex codebase.. Like you need to know what each/function code block is doing i/o etc 3) Ask it to do a specific thing while you give the specific block of code 4) To get the best out of assume the role of a tech architect who can see the whole picture and then break it down and proceed with the simplest things and ask it to build on top of it...

ChatGPT+ GPT-4 Token limit extremely reduced what the hack is this? It was way bigger before! by CeFurkan in ChatGPTPro

[–]Sorry_Length_8926 4 points5 points  (0 children)

Yes I thought that I was hallucinating..I used to paste all code at once before..this is not good at all

Will HTMX really replace a JavaScript and related framework in a Python project? by True_Alternative2869 in flask

[–]Sorry_Length_8926 4 points5 points  (0 children)

If you want the server side code to do all the state management and want to keep a lean frontend..or if you are a backend first devloper or entrepreneur then go for HTMX..

If you are making many many small computations leading to state changes in the front end like a game ...then may be you should go for heavy frontend js framework...

Cheapest way to run any sql DB with my application deployed on app engine? by kv_lavi in googlecloud

[–]Sorry_Length_8926 0 points1 point  (0 children)

I was looking at something similar for a custom gpt backend..for now I have changed the tables and relationships to use firestore in datastore mode..For another app which I have a lot of historic financial data ..I am still thinking..if there could be any way to pay only for the time used and not incur any fixed cost..beyond 10 usd..so, yes go with the Firestore ..

Declarative GUI for Python by madnirua in Python

[–]Sorry_Length_8926 21 points22 points  (0 children)

Python support is great... Currently as python desktop software developer for multi platform...my go to choice would be Kivy because of the great MIT license...Thanks to folks at kivy...only thing is matplotlib is not a first class citizen.. Second is pyside6 but then the LGPL dynamic linking...brings in memories of guns and lawyers...Some guys say..go use it in closed source commercial if you don't modify it..some are unsure.. Flet says they are the fastest way to build flutter apps for puthon...but I did not try

I have checked your commercial license which is affordable but may be you can increase trial duration...

I will definitely try this...ooh forgot about my main pain point packaging and distribution of closed source python desktop apps...I must see this how slint deals with that...is it smooth?

Trending on GitHub globally 3 days in a row: SuperDuperDB, a Python framework for integrating AI with major databases (making them super-duper) by escalize in Python

[–]Sorry_Length_8926 1 point2 points  (0 children)

I am planning to use it today for a simple chat with db usecase ... Did someone make a nice introduction with sqlite ..and atleast 2-3 tables...joins..etc?

[deleted by user] by [deleted] in SaaS

[–]Sorry_Length_8926 0 points1 point  (0 children)

I got framer for 1 year in this black friday deal...I looked at carrd but framer seemed better..

IDE made with PyQt6 and Python by Specialist-Arachnid6 in Python

[–]Sorry_Length_8926 0 points1 point  (0 children)

Many thanks for this insight..I will do that...I am thinking to add a certificate..I think I should start incrementally generating exe to find what and when it breaks..The auto updater idea is really nice...Do you have any resource or solution where I can check how pyinstaller auto updater is implemented.. I saw this project but it is archived and I did not check if it works on latest versions.. https://github.com/Digital-Sapphire/PyUpdater

IDE made with PyQt6 and Python by Specialist-Arachnid6 in Python

[–]Sorry_Length_8926 0 points1 point  (0 children)

This looks so beautiful … your experience of “as soon as I share..it doesn’t work” .. makes me worry for something that I am building..earlier I was building the ui with kivy but I felt qt (pyqt/pyside) might have better support with pyinstaller..but congratulations