Re: Riddles Community Center Geeks' Lounge by Reverend Jim … father died and the sons inherited the business. The first thing they did was to bring in some cattle. The second… thing was to erect a sign with the new name of … Re: Metaverse Marketing Services Digital Media Digital Marketing by rproffitt I thought that idea was dead. The new thing appears to be the Zuck's AI In Everything which I don't need in my toaster. Re: How Can I Increase More Traffic of My Website? Digital Media Digital Marketing by jonathannweyer … slow to build, especially if the niche is competitive. One thing you might look into is diversifying your traffic sources beyond… Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by graceweb One thing I’ve noticed that helps maintain speed without breaking things is being careful with how many plugins you install. Sometimes even just one poorly optimized plugin can slow things down. Also, consider lazy loading videos and iframes if you haven’t already. Re: How to make an Iphone App? Programming Mobile Development by jonathannweyer One thing to keep in mind when planning an iOS app is … Re: How Does Flutter Handle State Management Internally? Programming Software Development by asadalig Flutter manages state using a widget tree and immutable widgets. When an app’s state needs to be updated, Flutter takes care of rebuilding only the UI components that require change when setState() is called on stateful widgets. This allows the framework to re-render the important widgets and not all the widgets on the screen. For more … Best way to find a segment of code that matches a given input segment? Programming Software Development by mark_hahn … the llm finds the closest match that does the same thing. It would look in one or more source files. The… thing found may be worded differently. If the search finds the … Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Dani … not very good at LLM prompts, so the whole compute_similarity() thing is pretty meaningless. You would need to determine some type… 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? How Does Flutter Handle State Management Internally? Programming Software Development by James_228 …’m starting to get into more advanced stuff — but one thing that still feels a bit unclear is state management. I… Re: Can I get information about in-site Gmail trading and pricing? Community Center Geeks' Lounge by Dani > Seriously!? in what scenario is this a good thing? I’m not saying it’s a good thing, and I’m not saying it’s the type of thing we cater to here. But it’s not against the law, and there is a very popular marketplace that exchanges that kinda stuff. So I directed the OP to it. Re: Buggy career talk :-P Programming by Salem …-write on the bus. Fine if it was the only thing on the bus as the memory logic in the processor… have sorted it out. But it wasn't the only thing on the bus, and the other processor was in that… Re: Will iPhone 15 bring new updates? Programming Mobile Development by Ja sa bong Every new phone that is released always comes with a new upgrade and features that are added to the previous ones that have been in use. It is the only way they can actually get people to buy the new version of the phone. It doesn't matter if it's iPhone or android, the same thing is done with both of them. Re: Time for some humour before Jan 20 Community Center Geeks' Lounge by Reverend Jim Rex was a very stupid dog, except for one thing: he could play the kazoo. His owners, George and Mary Heel, exploited him shamelessly with several performances a day, but Rex just wagged his tail and kept tooting. Finally, the SPCA filed a complaint against his owners: “The Heels star a live witless hound of music.” Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by blud … a lot of different subcategories in IIS, so the first thing is to figure out which of those sub categories this… Re: How to Build a Cloth Design Software? Programming Software Development by Dani It depends on what you want the software to do, how complex that is, how much experience you have building out that type of thing, and what your skillset is. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon … any solid evidence of why this is happening. The only thing I can say for sure is that everyone (that I… Re: Show computer name on a label Programming Software Development by Salem … to write On my phone (in two different browsers), the thing in the rounded square is the number of open tabs… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani Ah, yes, I thought you were talking about posts themselves. Post comments can no longer be edited. (Too many people were replying to post comments and then the person would change their vote and remove the comment.) Comments are mostly meant to be short things like "I agree with that!" or that type of thing. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Reverend Jim … "I agree with that!" or that type of thing. A reminder to all - use the comment tool to give… Re: Will AI take jobs? Digital Media Digital Marketing by spanmob I don't think so. The human brain is irreplaceable, so there is no such thing as AI replacing humans. Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by rproffitt I'm going to start with a joke: Q. How do I get to Carnegie Hall? A. Practice, practice, practice. You won't be doing what you ask without building up your skillset and learning how to create "things". Now if you need this today you outsource the work. I know folk underestimate projects all the time so I'll share that the smallest … Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Salem What's the use-case? "Black Duck" is an existing application for scanning your in-house proprietary software to make sure it doesn't get tainted with open source software with vague/incompatible licence terms. Re: Theory on the VPN Programming Mobile Development by Mr.M I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers. Re: How is digital marketing important for business? Digital Media Digital Marketing by DM Karun Hey! I agree with you. Digital marketing is the simplest, most cost-effective, target-oriented, and result-driven method for marketing purposes. It's also highly report-oriented, which is a key advantage. The importance of digital marketing can be just as significant—if not more so—than other departments, including sales. Additionally, as with… 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 Reverend Jim I don't trust any online service to store my information, sensitive or otherwise, other than whatever password I use to access a particular site. And I assume (mistake, probably) that they keep only the encrypted copy of the password. I saw an ad a while back (I think it was on Ask Woody) for a service that offered to keep all your financial … 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 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.