Re: Looking for AI app developers Programming Mobile Development by Pelorus_1 Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning. Re: Looking for AI app developers Programming Mobile Development by KamalDeepPareek Hey Tzanko, That sounds like a great initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction, especially with how much edge AI is gaining traction. I work with a team of mobile app developers and we're currently exploring ideas around on-device AI, especially for privacy-… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani … argument to convince my husband to spend an additional $200/month on AT&T Fiber Internet with 5Gbps download / 5… less than we were expecting. We're paying only $100/month more than we were. Considering switching down to 2 Gbps… Re: Optimizing working with big data Programming Software Development by Salem My first thoughts would be 1. What is large? Are we in the TB range or mere handfuls of GB? 2. How often do you need to do this? Is it once a day, once a month, or just once. Re: Optimizing working with big data Programming Software Development by Dani … to do this? Is it once a day, once a month, or just once. For me, the most important is real… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani Soooo ... looks like we're getting AT&T Fiber installed this Saturday. To make a long story short, very shortly after I posted this topic, we began repeatedly having issues with Xfinity service going in and out. Every time we went to report an outage, Xfinity either completely denied that there was an outage and wouldn't let us report it (… Re: Upgrade to Fiber internet Hardware and Software Networking by Reverend Jim Had a similar experience with Bell. They wanted me to pay for them to fix a problem with major static on my phone line. Instead I switched to Shaw for internet, TV and phone and have had great service with them ever since. I've had Bell come to my door a few times to get me to switch back and I told them every time no because their customer service… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani First post from my new (~2 minutes old) 5Gbps fiber connection. :) Upgrade to Fiber internet Hardware and Software Networking by Dani … argument to convince my husband to spend an additional $200/month on AT&T Fiber Internet with 5Gbps download / 5… Software Development Trends 2025 Programming Software Development by digiratina … industry keep on growing and various trends comes each year/month. Out fo them, we have explore some software trends for… Re: Json response in javascript Programming Web Development by Mr.M … : { left: 'prev, next, today', center :'title', right: 'month, agendaWeek, agendaDay' }, buttonText: { today: 'today', month: 'month', week: 'week', day: 'day' }, // Now this where I… Re: How do I create backlinks for a new website? Digital Media Digital Marketing by Martin12 If your site is 1 month old then start with social signals and then daily 3 to 4 nandla links , it means make links on high DA/DR sites. you can make simple comment backlinks also , get a niche edits and guest posts Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … in 10 years, then caching for a week or a month should be fine. It's always going to be a… Re: Looking for AI app developers Programming Mobile Development by Dani That sounds really interesting. Did you ever launch the SDK? I am a bit in the same boat as you as DaniWeb Connect has an API but I have been really struggling getting it adopted. Sorry I can't be more help to you directly. Re: Looking for AI app developers Programming Mobile Development by Emily Johnson That sounds like an exciting project! An open-source library for running AI models on mobile devices could be incredibly useful for developers looking to integrate AI-driven features. While performance limitations exist, optimizing for real-time or lightweight tasks could open up many possibilities. I’d love to learn more about your SDK and its … Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt My ATT story. Moved from MA to CA and needed to get the apartment setup. The apartment complex was an ATT only zone. Fine. Call ATT and their phone system kept routing me to their Massachusetts offices. No one at ATT could override that or forward me to the right office. OK, find the local ATT store and go in. Much confusion at their counter … Re: Upgrade to Fiber internet Hardware and Software Networking by Dani In NY, I had Spectrum cable at home, and Verizon FiOS fiber at my office. In CA, I started with Xfinity cable. Just before COVID, we moved into a townhouse that had a spotty connection that became unbearably inconsistent. Apple ended up paying for us to have AT&T fiber because my husband is an engineering manager there, and they needed their… Re: Upgrade to Fiber internet Hardware and Software Networking by Salem And you need 5Gbps because...? > AT&T just became in our neighborhood available and I'd love to go back to it. Yeah, I'd be letting the neighbours be the guinea pigs. I have little doubt that the "it's available" came from AT&T marketing department as soon as someone in provisioning said "um, maybe". Even if … Re: Upgrade to Fiber internet Hardware and Software Networking by Dani > And you need 5Gbps because...? Awaiting suggestions. Re: Upgrade to Fiber internet Hardware and Software Networking by Salem Dunno - could you run Daniweb at home with that kind of bandwidth and save a chunk on data centre fees? Or would something like that fall foul of the Terms of Service and/or Acceptable Use Policy? Re: Upgrade to Fiber internet Hardware and Software Networking by Reverend Jim >Awaiting suggestions. Sounds like you want it because you want it and can't think of a reason to justify it. Can you think of any ways in which it would make your life easier? How much time would it actually save you and how often would it make a noticeable difference? Advertised speed is often much greater than actual speed. As you are well… Re: Upgrade to Fiber internet Hardware and Software Networking by Dani > Dunno - could you run Daniweb at home with that kind of bandwidth and save a chunk on data centre fees? > > Or would something like that fall foul of the Terms of Service and/or Acceptable Use Policy? > Running servers is allowable. Whether or not the servers can be for business purposes with a home plan, I have not yet … Re: Upgrade to Fiber internet Hardware and Software Networking by Reverend Jim I hadn't considered that you could host Daniweb from your home. That would certainly make it more convenient. Would the savings from not having to pay a company to host Daniweb be the same or more than the upgrade and additional power costs for the home servers? Re: Upgrade to Fiber internet Hardware and Software Networking by Dani > I hadn't considered that you could host Daniweb from your home. That would certainly make it more convenient. While it might *technically* be possible to host DaniWeb from my home, it would not be practical. Firstly, I did some research since yesterday, and it seems against the AT&T terms of service to have servers for a for-profit … Re: Software Development Trends 2025 Programming Software Development by rproffitt While Green Software is good to see here, how are you going to be Cybersecure in 2025 USA with DOGE breaking into all the US agencies? Even with locked doors and more, nothing seems to be secure against DOGE. Month class help Programming Software Development by stain3d …constructor. Month object1 = new Month(); System.out.println("Month " + object1.getMonthNumber() + " = " + object1); Month object2 = new Month(2…mName; Scanner keyboard = new Scanner(System.in); Month object5 = new Month("January"); System.out.println("Enter … Re: Month class help Programming Software Development by moutanna Month object1 = new Month(); System.out.println("Month " + object1.getMonthNumber() + " = " + object1); Month object2 = new Month…intMonth = Integer.parseInt(strMonth); object5 = new Month(intMonth); System.out.println(object5.getMonthName()); } catch… Re: Month class help Programming Software Development by javaAddict Line 25: [ICODE]System.out.println(object5.mName());[/ICODE], I doubt that the Month class has a method mName() . What errors do you get and what are you trying to do? Re: Month class help Programming Software Development by stain3d …]System.out.println(object5.mName());[/ICODE], I doubt that the Month class has a method mName() . What errors do you get… user inputs either a number, or the month. And it will show both the month and the number... I tried to take… Month temperatures program/Help Programming Software Development by rixxir …txt file for indeks in range(count): month = fm.readline() month = month.strip() months += [month] print(months) #temperatures are read …-8, -10]] Data has been received Please enter a month : January The most occurring temprature in January is : … [COLOR=Red] Please enter a month : The most occuring temprature is : [/COLOR]