Integrating OpenAI Web Search API in LangGraph Programming Computer Science by usmanmalik57 … StateGraph, START from langgraph.checkpoint.memory import InMemorySaver from langgraph.store.memory import InMemoryStore from langchain_core.messages import AIMessage, HumanMessage from… Re: How to make an Iphone App? Programming Mobile Development by jonathannweyer … Apple’s ecosystem, like limited background tasking or stricter App Store guidelines. Picking the right programming language, whether it's Swift… Re: Is the Vision Pro worth it? Hardware and Software macOS by Dani Oddly, you are required to go through an hour long tutorial/demo at the Apple Store before they will sell you a Vision Pro. I haven’t had the patience as of yet. Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by asadalig In 2025, cross-platform apps aren't inherently slower than native ones—it really depends on how they're built. Modern frameworks like Flutter, React Native, and Kotlin Multiplatform have closed the performance gap significantly. If developers optimize properly, most users won’t notice a difference. However, for extremely high-performance needs like… Re: Data storage and retrieval - cache or database Programming Mobile Development by jonathannweyer If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads. Re: 💻 What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows by Dani Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by Himadri_3 It’s a question we still hear a lot—and honestly, the answer depends on what kind of app you're building. A few years back, native apps definitely had the upper hand when it came to speed and smooth performance. They were built specifically for iOS or Android, so naturally they could tap into every feature and run super efficiently. But now? … Re: How secure is Github? Programming Software Development by pritaeas No sensitive info in any CVS. If I had a codebase such as DW, I'd store it in a local git store, synced to another machine of mine. No cloud. Re: What makes a technical E-commerce web standout? Programming Web Development by simplixi To ensure your E-commerce store for the roofing sheets factory stands out and leads in … McCharts - ArkTS Programming Software Development by 杨_659 … font size. 5. Chart data (data). An array used to store the content of the chart, where name and value are… How secure is Github? Programming Software Development by Dani I use Github for DaniWeb's code base. I was just wondering though. How secure is it? Would you ever store passwords or other sensitive information in Github (Don't worry. We use .gitignore.)? What about code that could be considered a trade secret, or that type of thing? Re: How secure is Github? Programming Software Development by Reverend Jim I don't trust any online service to store my information, sensitive or otherwise, other than whatever password I … Re: How secure is Github? Programming Software Development by Salem …, then that would seem to be a good place to store the archives. Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt … me to the right office. OK, find the local ATT store and go in. Much confusion at their counter because their… store system was indication my phone number was in MA. (Duh) … Re: Hi everyone, I'm David William Community Center Say Hello! by Dani Hello and welcome to DaniWeb!! Thanks for joining. What got you interested in opening an eCommerce store? Re: Ja sa bong Here! Community Center Say Hello! by Reverend Jim … Receiver. Quick plug: I bought Air Receiver through the Microsoft Store for around four dollars. Running this you can cast directly… Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by ashleydent4u …-friendly email + SMS marketing. If you're running an eCommerce store, Klaviyo is a top choice with deep Shopify integration. For… Re: WooCommerce Duplicate Categories Programming Web Development by simplixi … tool * Look at the wp_terms and wp_term_taxonomy tables. These tables store category names and their taxonomy relationships **Edit the Database Manually… Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Dani … article to compare against 3. Initialize an empty list to store similarity scores similarity_scores = [] 4. For each article in the articles… Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim … and wiped on a pant leg doesn't compare to store bought. Also a great place to play hide and seek… Re: Hello Everyone, I'm Ray Brad Programming Software Development by Dani … error is ? i am getting this on my e-commerce store which is on shopify. I got to know this error… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … for your use case. If you have an e-commerce store where you frequently hold sales where the price changes frequently… Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind Programming Web Development by Dani … piece together something unique? Bootstrap also has its own template store, if I recall correctly. Also, Tailwind is a competitor to… Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. Re: How Can I Hookup My Mobile Phones To My PC Monitor ? Hardware and Software Hardware Mobile and Wearables by Deborah_5 How Can I Hookup My Mobile Phones To My PC Monitor ? Re: How Can I Hookup My Mobile Phones To My PC Monitor ? Hardware and Software Hardware Mobile and Wearables by Fitmovers If you want to connect your Samsung Galaxy A9 to your Dell E1916HV monitor, you'll need a USB-C to HDMI adapter (if your phone supports HDMI output). Since your phone has only USB ports, check if it supports Samsung DeX or screen mirroring via an MHL adapter. If your monitor only has VGA input, you might also need an HDMI to VGA converter. Re: How secure is Github? Programming Software Development by rproffitt Given the state of affairs in the USA, any security we thought we had is gone. DOGE is gaining access by force now. Do we really need this conversation? Re: How secure is Github? Programming Software Development by Salem Given who owns github (M$), and their location (U$A), I wouldn't trust anything commercially sensitive with them. Why do you even need it, apart from the simple convenience of it all (that's the trap, make the honeypot sweet enough, plenty will arrive). There's not much there that can't be replicated on a server machine you physically control.… Re: How secure is Github? Programming Software Development by Dani > There's not much there that can't be replicated on a server machine you physically control. Redundancy in the cloud. > How many people have commit rights on your codebase? Every contributor has a complete copy of the entire git repo. So even if you lost everything, you can sync with any of your peers and be back up and running to the… Re: How secure is Github? Programming Software Development by pritaeas https://www.theregister.com/2025/03/17/supply_chain_attack_github/