Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Dani > Mastodon is pretty much the only social network I'm on these days Do you consider forums as social networks? What’s the difference? Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by trcooke Fair point. I have actually met about half a dozen of the CodeRanch staff in person which is way more social than I ever was on any other social network. Re: I looking for long term cooperation possible client. Programming Software Development by Stiven_1 Sorry, I used a code I had practiced before to sign up quickly. This code is This JavaScript code simulates a basic blockchain — like a mini version of Bitcoin — without a network or mining. It helps you understand how blocks are linked and verified. Re: App development - Lobby functionality optimisation Programming Mobile Development by jonathannweyer Since you’ve already tried caching and reducing network calls, you might want to look into pagination or lazy … Hi everyone, I'm Ron McLeod Community Center Say Hello! by Ron McLeod … job, I work in the telecom sector, working on core network and related solutions for mostly 4G and 5G cellular networks… Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson Mastodon is pretty much the only social network I'm on these days (except for nebenan.de, which is similar to Nextdoor, but much more popular here in Germany). Simplifying my online presence, I deleted my Facebook and Nextdoor accounts this year. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the … Re: Hi everyone, I'm Ron McLeod Community Center Say Hello! by Dani Hi Ron and welcome to DaniWeb! Thanks for taking the time to sign up and join us in our little corner of the web. Something tells me that @Reverend Jim and @rproffitt will be along any moment to greet you as well ... ;) Re: Hi everyone, I'm Ron McLeod Community Center Say Hello! by Reverend Jim You betcha. Welcome to Daniweb. Re: Justice Department Offers Grants Against Internet Predators Digital Media Digital Marketing by JackRyan248 … Department of Justice said. The ICAC program supports a national network of 59 coordinated task forces, representing more than 2,000… Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG … this? Next I plan to disconnect both servers from the network at 10.55pm and observe if they still reboot at… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by rproffitt Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-… Re: What makes a technical E-commerce web standout? Programming Web Development by simplixi … customer trust. **6. Logistics and Delivery:** - Develop a reliable delivery network to ensure timely product delivery. - Offer installation services or partner… Re: I'm Tired! How to Increase Social Media Followers Digital Media Digital Marketing by cpvr Engaging with others on social media is one of the best ways to increase your following. It’s not a good idea to just post links and promote, you have to actively engage with others people on social media to gain a following. The more you engage with other people, the faster you’ll grow your network. Re: Contact form does not working Programming Web Development by gediminas.bukauskas.7 … placed into the trash. Free mailing is available on local network only. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon … test it opening two tabs in a Chromium browser with Network > Disable Cache in both , load the pages in Desktop… 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 to open an Excel Document in VB.NET Programming Software Development by JamesMichaelm I see it's been a while since you posted, but I'm curious if anyone here has tried using the Open XML SDK instead of Interop or OleDb for reading Excel files. I found it faster and doesn't require Excel to be installed, though it can be more complex for writing. Wondering how others handle big Excel files or ones with tricky formatting? Re: How to open an Excel Document in VB.NET Programming Software Development by PitSterw I've worked on something similar and found that using Microsoft.Office.Interop.Excel lets you open the file and loop through cells easily. Re: How to open an Excel Document in VB.NET Programming Software Development by Pelorus_1 A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel COM object in your project. Network connection doesn't have "valid IP configuration"? Hardware and Software Networking by BWS … never seen before in networking troubleshooting Am getting undefined network when i try using internet through my LAN adapter,… only this PC having this problem, its possible my Network card having hardware issue? Do there is tool for… checking network card performance ' test ' it You will help me …