Re: How do I set up a working environment on orange pi from ssh? Hardware and Software by rproffitt As we read https://www.reddit.com/r/OrangePI/comments/18lh3hr/thinking_of_switch_to_orange_pi/ it becomes clear there is no single tutorial or something I can write in a few paragraphs that will either get "it" working or tell use what "it" is. Best to approach this just like your first system and dig in. Key Insights from Google's Search Algorithm Leak Community Center by Johannes C. … never seen the product. In two highly recommended blog articles (read them [here](https://housefresh.com/how-google-decimated-housefresh/) and… Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by olivia_24 It also assumes that said AI will be vindictive (like the gods). If the theory is correct, why would a sentient AI need to be vengeful once it has been created? In any case, there is still no evidence that machine consciousness it attainable. At least one engineer involved in the development of OpenAI has made claims about consciousness, but those … What is your biggest fear with the current A.I. revolution? Community Center by jkon … I can do anything about them. I would love to read yours fears about this A.I. revolution. I have chosen… Re: What is your biggest fear with the current A.I. revolution? Community Center by Reverend Jim My biggest fear is an expansion of misinformation to the extent that we will not be able to trust that anything we see, hear, or read will have any basis in reality. Image Analysis Using OpenAI GPT-4o Model Programming Computer Science by usmanmalik57 …(image_path, "rb") as image_file: return base64.b64encode(image_file.read()).decode("utf-8") base64_image = encode_image64(image_path) client = OpenAI… Re: Generate Stunning AI Images for Free Using Diffusion Models Programming Computer Science by rproffitt Read this today: > A.I. made me believe in the concept of the human soul by showing me what art looks like without it. Re: Dead Internet Theory: Is the Web Dying? Community Center by m_624 … companies and governments might be controlling what we see and read online, making the internet feel less free and open. Less… Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by soly_1 Although superintelligence and God are both considered "mighty entities," the devil is in the details. A superintelligence merely needs code; unlike supernatural beings, it doesn't require faith. The proof isn't found in antiquated literature, but rather in the quick developments in AI and machine learning. Though, in my opinion, the … Re: Read file properties of video files in C++ Programming Software Development by pritaeas … way I learn... There is no real Windows API to read video info, as this info is different for each video… format. With the Windows Property System you can read some information, but it is not accessible with all platforms…. Personally I'd choose to learn how to read the video formats you need (which IMO works best with… Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by rproffitt … got better", such are better now but I still read complaints it's not exact. So here's the thing… Re: Read file properties of video files in C++ Programming Software Development by Thomasio … that may be because of a file format Windows cannot read correctly. But then for the video files where Windows does… Re: Read file properties of video files in C++ Programming Software Development by toneewa …/avio.h> } int main() { AVFormatContext* fmt_ctx = NULL; int ret; // read the header of input stream. ret = avformat_open_input(&fmt_ctx, "… sequential file save read option button Programming Software Development by arcon I think I can record but I can't read with the option button checkbox I don't know if I do the recording procedure correctly Re: sequential file save read option button Programming Software Development by SCBWV … you mean by "record." Do you mean print? Read values from a file? I would suggest instead of checking… Re: Read file properties of video files in C++ Programming Software Development by pritaeas Here's a good place to start: https://mediaarea.net/en/MediaInfo Re: Read file properties of video files in C++ Programming Software Development by Thomasio How would that help me? That's just another program that does more or less the same Windows does, but doesn't mention which API commands one needs to get this output. It's open source, meaning one could look into the code and try to figure out the relevant commands but we all know figuring out what someone elses code does takes far longer than … Re: Read file properties of video files in C++ Programming Software Development by rproffitt Regarding "doesn't open the file". I've used so many tools over the years to profile and log what apps access that I can write that Windows does open the file for a peek. And then we have the problem that many files don't have duration. https://www.loc.gov/preservation/digital/formats/fdd/fdd000105.shtml is for MP3 and it's not in … Re: Read file properties of video files in C++ Programming Software Development by Salem If you want to know what windows is up to when you do something, then try using https://learn.microsoft.com/en-us/sysinternals/downloads/procmon Re: Read file properties of video files in C++ Programming Software Development by Thomasio Thanks @toneewa that looks like what I want, at least a basis from where I can try to work it out for my needs. Re: sequential file save read option button Programming Software Development by rproffitt 1. With so few having VB6 now, you need to move to a current release. Help will be hard to find. 2. I can't load up your project. Few others can so by not posting the relevant code in the clear with your assessment, you see the issue? 3. VB6, while I coded very large projects long ago, "It's Dead Jim." That is, you're on a deserted … Re: sequential file save read option button Programming Software Development by arcon Sorry but you have not given a solution to the issue, because I see that here in this forum people continue to ask about vb6.0 Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: sequential file save read option button Programming Software Development by rproffitt I noted the issues with your post and the problems with what is a dead system. While I do have one last VB6 dev laptop in storage I only pull it out for paid work. And at 250USD a hour the only company that pays is very careful about their requests. You ignored how such problems are presented. ZIP file? Too dangerous today. You could have … Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon because it still works and there are many people who use it, thank you Re: sequential file save read option button Programming Software Development by arcon thanks for everything Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 ….name}") file_contents = file_tar_bz2.extractfile(file_info).read() elif file_info.isdir(): # Read the contents... logger.info(f"Is …name}") file_contents = file_tar_bz2.extractfile(file_info).read() elif file_info.issym(): # Read the contents... logger.info(f"Is… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 …regarding the ‘TarFile’ object having no attribute ‘read’ after running my script. when it comes to…bz2', mode='r:bz2') as file_tar_bz2: # Read the contents of the compressed Netbox media backup file… file_contents = file_tar_bz2.read() # Create a file-like object from the…