Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … a place to install the image. Next attempt was to try resetting to factory. I've done this before and while… Re: Finished learning basics of html and css. What next? Community Center Geeks' Lounge by Dani Or you could try the React framework instead of Angular. I've heard better things about it. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … imaging USB and do a complete drive image before I try anything else. RE BIOS, it's been years since I… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem First, let's prepare two tar files using different compression schemes for demo purposes. $ cat foo_1.txt This is file 1 $ cat foo_2.txt This is file 2 This is file two This is file too # Three tar files, two compressed and one uncompressed for reference $ tar -j -c -f foo.tar.bz2 foo_1.txt foo_2.txt… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 Good day, Salem. My apologies for taking so long to reply to your suggestion. I refactored my code to read the contents of the tar.bz2 file and then pass them as a file-like object to the 'put_object' and also to change the content type for the file transfer to "application/octet-stream". The first was sent through to object storage … Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? Re: ASUS Laptops - my experience Hardware and Software by toneewa If the power connector was replaced with the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance a GPT partition was used instead of NTFS (outdated). Imaging back to this would fail. Always check in your BIOS to see if your drives shows up there. If you're setup in UEFI mode, instead of … Re: ASUS Laptops - my experience Hardware and Software by rproffitt "I allocated a C partition and formatted as NTFS then boot back into my Windows 11 install USB." That can derail the usual Windows install. On today's PCs I start off with a blank, no partition drive, boot the Windows USB stick and once in a while need to add the Intel RST storage driver. I maintain that Microsoft should update … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Likewise... Whenever I reinstall Windows, other than the times I've reset to factory, when it gets to the "where do you want to install to" I always get the installer to delete, then recreate the partition. Claude 3 Opus Vs. Google Gemini Vs. GPT-4 for Zero-Shot Text Classification Programming Computer Science by usmanmalik57 … 0 exceptions = 0 while i < len(tweets_list): try: tweet = tweets_list[i] sentiment_value = find_sentiment_gemini(tweet) all_sentiments.… 0 exceptions = 0 while i < len(tweets_list): try: tweet = tweets_list[i] sentiment_value = find_sentiment_claude(tweet) all_sentiments.… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 …'object_netbox_2024-03-16.psql.gz' container = 'netbox-backups' try: resp_headers = swift_conn.head_object(container, obj1) print("The …'object_netbox_media_2024-03-16.tar.bz2' container = 'netbox-backups' try: resp_headers = swift_conn.head_object(container, obj2) print("The object… Retrieval Augmented Generation (RAG) with Google Gemma From HuggingFace Programming Computer Science by usmanmalik57 … create custom chatbots based on your dataset. I suggest you try the Gemma 7b (seven billion parameters) model to see if… How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 …"Received user input: {user_input}") # Log the received input try: with model.chat_session('You are a geography expert.\nBe terse… ASUS Laptops - my experience Hardware and Software by Reverend Jim … a similar unit at the time (I was unwilling to try another of the same) so I waited until December 26… Re: ASUS Laptops - my experience Hardware and Software by rproffitt … the full model number. For Intel based laptops I usually try the Intel RST. Example https://www.intel.com/content/www… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … to send here $mail = new PHPMailer(TRUE); /* Open the try/catch block. */ try { /* Set the mail sender. */ $mail->CharSet = "UTF… Re: Sharing my single best piece of SEO advice. What's yours? Digital Media Digital Marketing Search Engine Strategies by FarrisFahad … is not a short term strategy but a long term. Try it and you will thank me :) Re: Learning about AI Community Center by Dani … SEO, as long as you do it right. If you try to cheat the system, it might seem like it's… Re: Improve HAVING BY performance Programming Databases by Reverend Jim … down the query processing. > >Aggregate Functions: If possible, try to use more efficient aggregate functions in your HAVING clause… Re: GCC Fails to Recognize Parameters Programming by toneewa … (default) Metadata: handler_name : Core Media Audio If I decide to try to compile the source, I'll do a follow-up… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … that, I saw $mail -> send();. I'm going to try $mail -> send($to,$subject,$message,$headers); to see if… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner Re: Biiim's post, the coding you suggest to get error messages looks like something good to try and the PHP Mailer stuff looks the same as the generic code I got from Ionos. It sounds like all these methods are appearing favorable for solving the problem. This kind of troubleshooting can be very frustrating so thanks for your help. Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post. Re: ASUS Laptops - my experience Hardware and Software by toneewa Some information left out is the actual name/ model of laptop, hard drive, and whether or not it was visible in the BIOS. Some features may have a power saving mode or power plan, even software controls. Create a new power plan, go to high performance mode. Update drivers and BIOS. Inspecting the controller's connection to the motherboard and port,… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim The previous unit was a Vivobook 15 X513EA-BH59-CB. The current one is a Vivoboox ASUS K350 2ZA BB51 CB. I'm assuming that the problem with the first unit was not a missing driver because both ASUS and Best Buy (Geek Squad) could not get it working. Re: ASUS Laptops - my experience Hardware and Software by rproffitt https://www.asus.com/support/faq/1044458/ notes the Intel RST as well. As to BB/GS, I've found them hit or miss on this area. And on some models you "Disable Intel Volume Management Device (VMD) technology". I'm of the opinion that such steps should be automatic and built into "modern" Windows. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Took my laptop in to Best Buy ths morning and they said it would have to be shipped back to ASUS for repair (again). The good news is that it's still under warranty and I have a spare laptop. The bad news it that it's also an ASUS, but at least it's an older one from before they started making crap. Re: ASUS Laptops - my experience Hardware and Software by toneewa USB-C ports can wear out, and become loose after 6 months of use. I've heard there was a dip in quality from ASUS. I haven't experienced it myself. I have 2 monitors from them, 1 has over 73,500 hours and ~98% uptime. Ironically, I was looking at this [ASUS Vivobook](https://www.bestbuy.com/site/asus-vivobook-16-laptop-amd-ryzen-7-5800hs-with-12gb-… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >USB-C ports can wear out, and become loose after 6 months of use Seem like bad design to me. As for the price, the ASUS models I bought were both the best price that met my specs.