Re: Looking for AI app developers Programming Mobile Development by KamalDeepPareek … initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction… a few prototype apps. Let me know if you're open to sharing early builds or joining a discussion! Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan … .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (iexplore.exe) 4. If not, change it… Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by asadalikhan Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior. 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. 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: What’s Best Way to Clear File Contents Without Deleting the File in Linux Hardware and Software Linux and Unix by Reverend Jim I'm confused. Since the log file is recreated automatically what is the problem with just deleting it? But if you want to shorten it you could always open it as write (but not append) and write a null string to it. Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by themadrastiffin The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program. Re: Custom Media Server Hardware and Software Linux and Unix by Vince_6 I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great. 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. Is linux your daily driver? Hardware and Software Linux and Unix by Dani Linux has come a long way, but it's still primarily a server OS, correct? How many of you linux fanboys and girls use it as your primary operating system for daily tasks? How does it compare to Windows or macOS in terms of productivity and overall user experience? Re: Is linux your daily driver? Hardware and Software Linux and Unix by Reverend Jim I've tried loinux several times over the years on spare computers, virtual machines, and a Raspberry Pi. I gave up on all of them because it was too difficult to maintain. Now all I use it for is Live USB recovery tools. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Salem I use it all day, every day. TBH, M$ stopped being an OS company after Windows 7 and the so-called OS just became a marketing tool to ram ever more crap in front of your face. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Vince_6 I used Linux on and off for years. I was finally willing to commit to Windows 11 when it installed some updates and it went into a reboot loop afterwards. I said screw it and went back to Linux. Been using it for months as my primary OS and I am quite happy with the decision. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Dani I started this thread thinking about James, DaniWeb's sysadmin, who I was surprised to hear uses Windows as his daily driver, despite his proficiency in Linux. I believe he quoted things like Linux not being ideal for gaming. I'm macOS only these days. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Benjamin_17 The last time I used Windows was Windows XP when I got a blue screen of death trying to install it. Since then, I have been daily driving with Linux (Ubuntu then Pop! then back to Ubuntu) since then. No real problems, yes I do not play the games I use to, but within Steam there is still quite a healthy choice to pick from. Honestly I would struggle… Re: Is linux your daily driver? Hardware and Software Linux and Unix by jkon I exclusively use Linux on my personal PCs, currently the Ubuntu distribution. I switched from Windows between 2010 and 2012. Before that, I used Linux on a different PC for several years, followed by a period of dual booting. Thanks to WINE, I have yet to encounter software I cannot run on my PC. I believe Ubuntu has become so user-friendly that … Re: Is linux your daily driver? Hardware and Software Linux and Unix by Reverend Jim When I ran into problems with linux I found the online help was less than helpful. The help, when offered, consisted of experts explaining things to other experts, even though I mentioned that I was anything but. All help assumed I had much more knowledge than I did. The explanations sounded like Trek techno-babble. Re: Is linux your daily driver? Hardware and Software Linux and Unix by Reverend Jim >Yes , that is still an issue... Many years back a neighbour was taking an evening course to become more computer literate. She was confused one day, telling me that her instructor had tried to explain to the class what "formatting a disk" meant. He talked about magnetic fields, tracks, sectors, etc. but she was still in the dark as… Re: Is linux your daily driver? Hardware and Software Linux and Unix by Dani Wow, I'm surprised how many people here are primarily Linux users compared to how infrequently our Linux forum gets posted in these days. Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by pathofbuilding To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled … Re: How do I establish an open connection to an open web browser in C#? Programming Software Development by xivlauncher You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol. ArkTS - McCharts Programming Software Development by 杨_659 … communities, and one member asked if I’d open-source them for collaborative improvement. I thought, *“Why…and enhance adaptability. Thus, the project naturally became open-source. Below, I’ll outline the current …a myth*, so prompt feedback is appreciated! --- ### **Open-Source Management** We chose **GitHub** for code hosting (mainstream… Escape in-app browser? Programming Web Development by alexxx1 …. What I'd like to achieve is to make it open on my phone's (default) browser, safari or whatever that… may be. By default, all bio links open in the app's browser. But I saw it from… getallmylinks.com in their bio and this page doesn't open in the app's browser, but in a new tab… Re: Escape in-app browser? Programming Web Development by Dani … way, buttons to look a certain way, new webpages to open within an app they’re using a certain way. When… Re: Escape in-app browser? Programming Web Development by Dani … uses deep linking to redirect the final destination URL to open in Safari. I am not familiar enough with mobile development… Multiple MySQL connections + transactions Programming Databases by Dani … middle of a transaction with a different connection? e.g. // Open Connection 1 and connect to Database A // Start transaction with… Connection 1 // Write some stuff with Connection 1 // Open Connection 2 and connect to Database B // Write some stuff… McCharts - ArkTS Programming Software Development by 杨_659 … supports API 9 and above. The chart component has been open sourced. Everyone can participate, whether they are new or experienced… is good, remember to give a little star to the open source project. You can also join the exchange group to… 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 … limitations exist, optimizing for real-time or lightweight tasks could open up many possibilities. I’d love to learn more about… Re: Show computer name on a label Programming Software Development by Salem …), the thing in the rounded square is the number of open tabs. Maybe you have an enormous number of tabs…